]> git.gag.com Git - debian/tar/commitdiff
complete the merge and cleanup process
authorBdale Garbee <bdale@gag.com>
Thu, 11 Nov 2010 04:06:59 +0000 (21:06 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 11 Nov 2010 04:06:59 +0000 (21:06 -0700)
97 files changed:
ChangeLog [deleted file]
NEWS [deleted file]
configure [deleted file]
configure.ac [deleted file]
po/bg.gmo [deleted file]
po/bg.po [deleted file]
po/ca.gmo [deleted file]
po/ca.po [deleted file]
po/cs.gmo [deleted file]
po/cs.po [deleted file]
po/da.gmo [deleted file]
po/da.po [deleted file]
po/de.gmo [deleted file]
po/de.po [deleted file]
po/el.gmo [deleted file]
po/el.po [deleted file]
po/es.gmo [deleted file]
po/es.po [deleted file]
po/et.gmo [deleted file]
po/et.po [deleted file]
po/eu.gmo [deleted file]
po/eu.po [deleted file]
po/fi.gmo [deleted file]
po/fi.po [deleted file]
po/fr.gmo [deleted file]
po/fr.po [deleted file]
po/ga.gmo [deleted file]
po/ga.po [deleted file]
po/gl.gmo [deleted file]
po/gl.po [deleted file]
po/hr.gmo [deleted file]
po/hr.po [deleted file]
po/hu.gmo [deleted file]
po/hu.po [deleted file]
po/id.gmo [deleted file]
po/id.po [deleted file]
po/it.gmo [deleted file]
po/it.po [deleted file]
po/ja.gmo [deleted file]
po/ja.po [deleted file]
po/ko.gmo [deleted file]
po/ko.po [deleted file]
po/ky.gmo [deleted file]
po/ky.po [deleted file]
po/ms.gmo [deleted file]
po/ms.po [deleted file]
po/nb.gmo [deleted file]
po/nb.po [deleted file]
po/nl.gmo [deleted file]
po/nl.po [deleted file]
po/pl.gmo [deleted file]
po/pl.po [deleted file]
po/pt.gmo [deleted file]
po/pt.po [deleted file]
po/pt_BR.gmo [deleted file]
po/pt_BR.po [deleted file]
po/ro.gmo [deleted file]
po/ro.po [deleted file]
po/ru.gmo [deleted file]
po/ru.po [deleted file]
po/sk.gmo [deleted file]
po/sk.po [deleted file]
po/sl.gmo [deleted file]
po/sl.po [deleted file]
po/sv.gmo [deleted file]
po/sv.po [deleted file]
po/tar.pot [deleted file]
po/tr.gmo [deleted file]
po/tr.po [deleted file]
po/uk.gmo [deleted file]
po/uk.po [deleted file]
po/vi.gmo [deleted file]
po/vi.po [deleted file]
po/zh_CN.gmo [deleted file]
po/zh_CN.po [deleted file]
po/zh_TW.gmo [deleted file]
po/zh_TW.po [deleted file]
src/buffer.c [deleted file]
src/common.h [deleted file]
src/create.c [deleted file]
src/extract.c [deleted file]
src/list.c [deleted file]
src/system.c [deleted file]
src/update.c [deleted file]
src/warning.c [deleted file]
tests/Makefile.am [deleted file]
tests/Makefile.in [deleted file]
tests/append03.at [deleted file]
tests/extrac11.at [deleted file]
tests/extrac13.at [deleted file]
tests/extrac16.at [deleted file]
tests/extrac17.at [deleted file]
tests/package.m4 [deleted file]
tests/remfiles01.at [deleted file]
tests/sigpipe.at [deleted file]
tests/testsuite [deleted file]
tests/testsuite.at [deleted file]

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index f4945ea..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,10761 +0,0 @@
-2010-11-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Version 1.25
-       * configure.ac: Version 1.25
-       * NEWS: Describe the changes.
-
-2010-11-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Run alternative decompression programs if the principal one is
-       not available.
-       Some compression programs are able to handle various compression
-       formats
-       (e.g. `gzip' can decompress files created by `compress', `xz'
-       is able
-       to handle lzma, etc.)  Tar tries to use such programs for
-       decompression
-       if the principal decompressor cannot be started.
-
-       * src/buffer.c (compress_type): Swap ct_none and ct_tar.
-       (archive_compression_type): New static variable.
-       (zip_magic): Remove program and option fields.
-       (zip_program): New structure and static.
-       (compress_program): Remove macro.
-       (find_zip_program): New static function.
-       (first_decompress_program,next_decompress_program): New functions.
-       (open_compressed_archive): Set archive_compression_type instead of
-       use_compress_program_option.
-       * src/common.h (first_decompress_program)
-       (next_decompress_program): New functions.
-       (WARN_DECOMPRESS_PROGRAM): New flag.
-       (WARN_VERBOSE_WARNINGS): Include WARN_DECOMPRESS_PROGRAM.
-       * src/warning.c (warning_args): Add "decompress-program".
-       (warning_types): Add WARN_DECOMPRESS_PROGRAM.
-       * src/system.c (run_decompress_program): New function.
-       (sys_child_open_for_uncompress): Use run_decompress_program
-       instead of calling execlp directly.
-
-2010-11-02  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tests: fix some issues with signals, timestamps, "test" typo
-       * tests/extrac17.at: Add --warning=no-timestamp, to avoid
-       bogus warning due to NFS clock skew.
-       * tests/remfiles01.at: Discard diagnostics that some shells
-       generate about broken pipes.
-       * tests/sigpipe.at: Likewise.
-       * tests/remfiles01.at: Fix typo: "test $EC" was written where
-       "test $EC -ne 0" was intended.
-
-2010-11-01  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix extraction of device nodes.
-       * src/extract.c (extract_node): Do not mask out node type.
-       The bug was introduced in commit ea964cce.
-
-2010-10-28  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: don't cross struct member boundaries with OLDGNU_MAGIC
-       * src/create.c (write_gnu_long_link, start_header): Access
-       header->buffer + offsetof (struct posix_header, magic), instead of
-       header->header.magic, when reading or writing the OLDGNU_MAGIC
-       pattern.  The code violates the C standard without this change,
-       and GCC warns about this if fortify checking is enabled.  It's not
-       a bug on traditional (i.e., non-debugging) platforms, but it does
-       violate the C standard so it should be fixed.  Problem originally
-       reported by John Emil Karlson in
-       <http://lists.gnu.org/archive/html/bug-tar/2010-04/msg00023.html>.
-       * src/list.c (decode_header): Likewise.
-
-       tests: port to sh variants that squirrel away file descriptors
-       OpenBSD /bin/sh, and some other sh variants, squirrel away file
-       descriptors before closing them.  For example, for "cat 3<&-" they
-       first dup file descriptor 3 to a fd that is 10 or greater, then
-       close 3 (because if "cat" had been a builtin command like ":" then
-       they would have wanted to avoid the fork and restore the fd after
-       ":" finished); and they treat ordinary (forking) commands the same
-       as builtin commands.  This approach fails after "ulimit -n 10".
-       Work around this deficiency by closing the file descriptors before
-       invoking ulimit.  Problem reported by Christian Weisgerber in
-       <http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00041.html>;
-       solution suggested by Jilles Tjoelker in
-       <http://article.gmane.org/gmane.comp.shells.dash/415>.
-
-       * tests/extrac11.at (scarce file descriptors): Close file
-       descriptors before invoking ulimit -n.
-
-2010-10-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Transform file names when updating and appendig to archives.
-       This complements 28e91b48.
-
-       * src/common.h (transform_stat_info): New prototype.
-       * src/list.c (transform_stat_info): Remove static qualifier.
-       * src/update.c (update_archive): Call transform_stat_info.
-       * tests/Makefile.am (TESTSUITE_AT): Add append03.at
-       * tests/testsuite.at: Include append03.at
-
-2010-10-27  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tests: port to Solaris diff
-       * tests/extrac13.at: Don't assume that "diff -c" outputs nothing
-       when there are no differences.  This is not true on Solaris,
-       where it outputs "No differences encounted".
-
-       tar: fix -x --overwrite bug (no --dereference, ! O_NOFOLLOW)
-       This bug was discovered on Solaris 8.  On older hosts lacking
-       O_NOFOLLOW, tar -x --overwrite (without --dereference) follows
-       symbolic links, causing the "extract over symlinks" test to fail.
-
-       * src/extract.c (open_output_file): If O_NOFOLLOW is needed but
-       does not work, check for a symlink separately.
-
-       tar: don't use "((" in shell scripts
-       * tests/extrac11.at: Replace "((" with "( (" in shell scripts, as
-       "((" is not portable to the Korn shell, and POSIX 1003.1-2008 says
-       that "((" is not portable.
-
-2010-10-26  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Make sure name matching occurs before name transformation.
-       The commit 9c194c99 altered that order.
-
-       * src/list.c (transform_stat_info): New function.  Split off from
-       decode_header.
-       (read_and): Call transform_stat_info right before do_something,
-       and after deciding if we should proceed with this member name,
-       so that name matching occurs before name transformation.
-
-       * tests/extrac17.at: New file.
-       * tests/Makefile.am (TESTSUITE_AT): Add extrac17.at
-       * tests/testsuite.at: Include extrac17.at.
-
-2010-10-26  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: don't assume stdin is open when testing fd limits
-       * tests/extrac11.at: Redirect stdin from /dev/null, in case
-       the parent 'make' is running with stdin closed.
-
-2010-10-26  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Further fixes in bootstrap.
-       * bootstrap: Restore the default for gnulib_path
-       (symlink_to_dir): Re-apply 67cad07.
-
-2010-10-26  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: fix bug with -C and extracting directories
-       Problem reported by Denis Excoffier in
-       <http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00034.html>.
-
-       * src/extract.c (extract_dir): Use mkdirat, not mkdir.
-       * tests/extrac16.at: New file, to test for this bug.
-       * tests/Makefile.am (TESTSUITE_AT): Add it.
-       * tests/testsuite.at: Include it.
-
-       This file is a placeholder. It will be replaced with the actual
-       ChangeLog
-       by make dist.  Run make ChangeLog if you wish to create it
-       earlier.
-
-2010-10-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Version 1.24
-       * configure.ac, NEWS: Version 1.24
-       * bootstrap: Restore tar-specific code lost during last
-       sync from gnulib (241b72ffad).
-       * src/misc.c (chdir_do): Remove unused automatic variable.
-
-2010-10-16  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: use more-accurate diagnostic when intermediate mkdir fails
-       Without this change, if tar tried to extract a file A/B/C, noticed
-       that A/B didn't exist, attempted to mkdir A/B, and the mkdir
-       failed, it did not diagnose the mkdir failure, but simply reported
-       the failure to open A/B/C.  This sometimes led to confusion
-       because it wasn't clear what tar was trying to do, in particular
-       that tar tried to mkdir A/B.  With this patch, tar issues two
-       diagnostics in this case: one for A/B and the other for A/B/C.
-       Problem reported by Hauke Laging in
-       <http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00020.html>.
-       * gnulib.modules: Remove faccessat.
-       * src/extract.c (make_directories): New arg INTERDIR_MADE.
-       Diagnose mkdir failure.  Return 0 on success, nonzero on failure,
-       as opposed to nonzero iff some directory was created.  All callers
-       changed.  Simplify the code when mkdir fails, by checking whether
-       the desired file exists unless errno==EEXIST: this is more robust.
-       * tests/extrac15.at: New test, to check this.
-       * tests/Makefile.am (TESTSUITE_AT): Add it.
-       * tests/testsuite.at: Include it.
-
-       tests: port to NFS file servers with clock skew
-       Several of the tests assumed that a newly created file cannot
-       have a time stamp dated in the future.  This assumption is not
-       true when files are served by a remote host whose clock is
-       slightly in advance of ours.  Fix the problems that I observed
-       when running "make check" a couple of times on such a server.
-
-       * tests/backup01.at: Use --warning=no-timestamp to suppress
-       clock-skew warnings.
-       * tests/chtype.at, tests/comprec.at, tests/exclude06.at:
-       * tests/extrac01.at, tests/extrac03.at, tests/extrac05.at:
-       * tests/extrac06.at, tests/extrac08.at, tests/extrac13.at:
-       * tests/extrac14.at, tests/incr01.at, tests/incr03.at,
-       tests/link01.at:
-       * tests/multiv01.at, tests/multiv02.at, tests/multiv03.at:
-       * tests/pipe.at, tests/rename02.at, tests/rename03.at:
-       * tests/rename05.at, tests/same-order01.at, tests/same-order02.at:
-       * tests/sparse01.at:
-       Likewise.
-
-2010-10-12  Paul Eggert  <eggert@cs.ucla.edu>
-
-       gnulib: sync from latest gnulib, notably bootstrap and
-       parse-datetime
-       * bootstrap: Sync from gnulib.
-       * doc/.gitignore: Rename getdate.texi to parse-datetime.texi.
-       * doc/Makefile.am (tar_TEXINFOS): Likewise.
-       * doc/tar.texi (Top): Adjust to renaming of getdate to
-       parse-datetime.
-       * gnulib.modules: Likewise.  Also, remove ftruncate (now
-       obsolete).
-       And add inttostr (we missed this dependency).
-       * src/tar.c: Include parse-datetime.h, not getdate.h.  All calls
-       to get_date replaced with parse_datetime.
-
-2010-09-24  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: -x -C symlink fix
-       * src/misc.c (chdir_do): Don't use O_NOFOLLOW when opening the
-       argument to -C.  This is for consistency with "tar -c -C FOO", and
-       matches the new documentation.
-       * tests/extrac14.at: New file.
-       * tests/Makefile.am (TESTSUITE_AT): Add it.
-       * tests/testsuite.at: Include it.
-
-       tar: --dereference consistency
-       This closes another race condition, that occurs when overwriting a
-       symlink with a regular file.
-       * NEWS (--dereference consistency): New section.
-       * doc/tar.texi (Option Summary): Describe new --deference
-       behavior.
-       (dereference): Likewise.  Remove discussion that I didn't follow,
-       even before --dereference was changed.
-       * src/common.h (deref_stat, set_file_atime): Adjust signatures.
-       * src/compare.c (diff_file, diff_multivol): Respect
-       open_read_flags
-       instead of rolling our own flags.  This implements the new
-       behavior
-       for --dereference.
-       (diff_file, diff_dumpdir): Likewise, for fstatat_flags.
-       * src/create.c: Adjust to set_file_atime signature change.
-       * src/extract.c (mark_after_links, file_newer_p, extract_dir):
-       Likewise.
-       * src/incremen.c (try_purge_directory): Likewise.
-       * src/misc.c (maybe_backup_file): Likewise.
-       * src/extract.c (file_newer_p): New arg STP.  All callers changed.
-       (maybe_recoverable): New arg REGULAR.  All callers changed.
-       Handle the case of overwriting a symlink with a regular file,
-       when --overwrite is specified but --dereference is not.
-       (open_output_file): Add O_CLOEXEC, O_NOCTTY, O_NONBLOCK for
-       consistency with file creation.  Add O_NOFOLLOW if
-       overwriting_old_files && ! dereference_option.
-       * src/incremen.c (update_parent_directory): Use fstat, not
-       fstatat;
-       there's less to go wrong.
-       * src/misc.c (deref_stat): Remove DEREF arg.  All callers changed.
-       Instead, use fstatat_flags.
-       (set_file_atime): Remove ATFLAG arg.  All callers changed.
-       Instead, use fstatat_flags.
-       * src/names.c, src/update.c: Adjust to deref_stat signature
-       change.
-       * src/tar.c (get_date_or_file): Use stat, not deref_stat, as this
-       is not a file to be archived.
-       * tests/Makefile.am (TESTSUITE_AT): Add extrac13.at.
-       * tests/extrac13.at: New file.
-       * tests/testsuite.at: Include it.
-
-2010-09-20  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: do not crash with --listed-incremental
-       Problem reported by Frantisek Hanzlik in
-       <https://bugzilla.redhat.com/635318> via Kamil Dudka in
-       <http://lists.gnu.org/archive/html/bug-tar/2010-09/msg00066.html>.
-       I don't understand this code either, but Sergey can take a look at
-       this patch, and perhaps install a better one, when he has
-       the time.
-       * src/incremen.c (append_incremental_renames): Don't actually
-       append
-       anything to DIR if DIR is null.
-
-2010-09-19  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: prefer openat-style functions
-       This change replaces traditional functions like 'open' with the
-       POSIX.1-2008 functions like 'openat'.  Mostly this is an internal
-       refactoring change, in preparation for further changes to close
-       some races.
-       * gnulib.modules: Add faccessat, linkat, mkfifoat, renameat,
-       symlinkat.
-       Remove save-cwd.
-       * src/Makefile.am (tar_LDADD): Add $(LIB_EACCESS).
-       * tests/Makefile.am (LDADD): Likewise.
-       * src/common.h (chdir_fd): New extern var.
-       * src/compare.c (diff_file, diff_multivol): Use openat instead
-       of open.
-       * src/create.c (create_archive, restore_parent_fd): Likewise.
-       * src/extract.c (create_placeholder_file): Likewise.
-       * src/names.c (collect_and_sort_names): Likewise.
-       * src/update.c (append_file): Likewise.
-       * src/compare.c (diff_symlink): Use readlinkat instead of
-       readlink.
-       * src/compare.c (diff_file): Use chdir_fd instead of AT_FDCWD.
-       * src/create.c (subfile_open, dump_file0): Likewise.
-       * src/extract.c (fd_chmod, fd_chown, fd_stat, set_stat):
-       (repair_delayed_set_stat, apply_nonancestor_delayed_set_stat):
-       Likewise.
-       * src/extract.c (mark_after_links, file_newer_p, extract_dir):
-       (extract_link, apply_delayed_links):
-       Use fstatat rather than stat or lstat.
-       * src/misc.c (maybe_backup_file, deref_stat): Likewise.
-       * src/extract.c (make_directories): Use mkdirat rather than mkdir.
-       Use faccessat rather than access.  This fixes a minor permissions
-       bug when tar is running setuid (who would want to do that?!).
-       (open_output_file): Use openat rather than open.
-       In the process, this removes support for Masscomp's O_CTG files,
-       which aren't compatible with openat's signature.  Masscomp!  Wow!
-       That's a blast from the past.  As far as I know, that operating
-       system hasn't been supported for more than 20 years.
-       (extract_link, apply_delayed_links):
-       Use linkat rather than link.
-       (extract_symlink, apply_delayed_links):
-       Use symlinkat rather than symlink.
-       (extract_node): Use mknodat rather than mknod.
-       (extract_fifo): Use mkfifoat rather than mkfifo.
-       (apply_delayed_links): Use unlinkat rather than unlink or rmdir.
-       * src/misc.c (safer_rmdir, remove_any_file): Likewise.
-       * src/unlink.c (flush_deferred_unlinks): Likewise.
-       * src/extract.c (rename_directory): Use renameat rather than
-       rename.
-       * src/misc.c (maybe_backup_file, undo_last_backup): Likewise.
-       * src/misc.c: Don't include <save-cwd.h>; no longer needed now
-       that we're using openat etc.
-       (struct wd): Add member fd.  Remove members err and fd.  All uses
-       changed.
-       (CHDIR_CACHE_SIZE): New constant.
-       (wdcache, wdcache_count, chdir_fd): New vars.
-       (chdir_do): Use openat rather than save_cwd.  Keep the cache up
-       to date.  This code won't scale well, but is good enough for now.
-       * src/update.c (update_archive): Use openat + fdopendir +
-       streamsavedir rather than savedir.
-
-       This file is a placeholder. It will be replaced with the actual
-       ChangeLog
-       by make dist.  Run make ChangeLog if you wish to create it
-       earlier.
-
-2010-09-18  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: add utimens.h includes
-       * src/extract.c: Include <utimens.h>, needed for fdutimens
-       prototype.
-       * src/misc.c: Likewise.
-
-       tar: switch to gnulib fdutimensat module
-       * gnulib.modules: Add fdutimensat.
-       * src/common.h (fd_utimensat): Remove decl.
-       * src/extract.c (set_stat): Call fdutimensat, not fd_utimensat.
-       * src/misc.c (set_file_atime): Likewise.
-       (fd_utimensat): Remove.
-
-2010-09-17  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: extract permissions for . last
-       * src/common.h (must_be_dot_or_slash): New decl.
-       * src/extract.c (mark_after_links): New function, taking code
-       that used to be in create_placeholder_file.
-       (create_placeholder_file): Use it.
-       (delay_set_stat): Always delay setting status for . and /.
-       * src/misc.c (must_be_dot_or_slash): Now extern.
-       * tests/extrac12.at: New file.
-       * tests/Makefile.am (TESTSUITE_AT): Add it.
-       * tests/testsuite.at: Likewise.
-
-       tar: don't check for getdtablesize; use AC_CHECK_FUNCS_ONCE
-       * configure.ac: Don't check for getdtablesize; no longer needed.
-       Use AC_CHECK_FUNCS_ONCE rather than AC_CHECK_FUNCS, for
-       efficiency.
-
-       tar: extract symlink attributes, close some symlink-related races
-       * NEWS: Describe symlink-extraction improvements.
-       * src/extract.c (enum permstatus): Remove.
-       (fchmod, fchown): Define dummy replacement macros if the system
-       does not supply them.
-       (implemented): New function.
-       (struct delayed_set_stat): Remove members invert_permissions,
-       permstatus.  They were too confusing, and tried to do too much
-       in too-little space.  Instead, add members current_mode,
-       current_mode_mask, interdir, atflag.  All users changed.
-       (struct delayed_link): Add members mode, atime, mtime, to support
-       platforms such as BSD where symlinks have these attributes.
-       All users changed.
-       (fd_chmod): Renamed from fdchmod.  New argument atflag.  Check for
-       operation not supported at run-time, not at configure-time.  Put
-       fd argument first.  All callers changed.
-       (fd_chown): Likewise, renaming from fdchown.
-       (fd_stat): Likewise, renaming from fdstat.
-       (set_mode): Remove args stat_info, cur_info, invert_permissions,
-       permstatus.  Add args mode, mode_mask, current_mode,
-       current_mode_mask,
-       atflag.  All callers changed.  Close some races.  Use an easier-to
-       understand method for computing permissions.  Work around POSIX
-       incompatibility in Linux fchmodat.  Support extraction of symlink
-       modes, if the OS allows it.
-       (set_stat): Remove args cur_info, invert_permissions, permstatus.
-       Add args current_mode, current_mode_mask, interdir, atflag.
-       All callers changed.  Close some races.  Support extraction of
-       attributes on symlinks, if the OS allows it.
-       (delay_set_stat): Remove args invert_permissions, permstatus.
-       Add args current_mode, current_mode_mask, mode, atflag.
-       The ST arg can be null now, indicating that it's an intermediate
-       directory.  All callers changed.
-       (repair_delayed_set_stat, apply_nonancestor_delayed_set_stat):
-       Close some races.
-       (extract_dir): Also be paranoid if only --same-permissions, due
-       to semantics of setgid and setuid directories on some hosts.
-       This closes a race on those hosts.  Simplify calculation of
-       delay_set_stat arguments; the old code was truly strange and
-       probably wrong in some border cases.
-       (extract_dir, extract_file, extract_node, extract_fifo): Don't
-       rely on
-       unspecified behavior in mode arg of open, mknod, etc.  Instead,
-       mask out those bits when creating the file, and add them later via
-       fchmod or chmodat.
-       (open_output_file): file_name is now const.  Add arg current_mode,
-       current_mode_mask.  All callers changed.  When overwriting
-       old files,
-       refuse to overwrite something that is not a regular file, since
-       we're extracting a regular file.
-       (extract_file): Remove the FIXME comment.  Whatever the protection
-       issues were, they should be fixed now.  As a result of all
-       the other
-       API changes, we now use fchmod etc. rather than chmod etc.,
-       closing
-       some races.
-       (create_placeholder_file, apply_delayed_links): Record desired
-       mode and times for symlinks, for OSes that support that.
-
-2010-09-16  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: tar -x without --incremental no longer sets atime again
-       * src/extract.c (set_stat): Use UTIME_OMIT rather than UTIME_NOW.
-       The UTIME_NOW was there only to emulate the previous behavior of
-       using the current time, and the previous behavior was there only
-       because before we started assuming POSIX.1-2008 there was no
-       portable way to get the effect of UTIME_NOW.
-
-       tar: another --atime-preserve race fix
-       * src/common.h (set_file_atime): Add parentfd arg.
-       * src/compare.c (diff_file): Use it.
-       * src/create.c (dump_file0): Likewise.  This closes yet another
-       race condition with symbolic links.
-       * src/misc.c (set_file_atime): Add parentfd arg.
-
-       tar: --atime-preserve fixes for races etc.
-       This patch fixes a race condition in the --atime-preserve=replace
-       option, which might cause tar to improperly follow a symbolic
-       link.
-
-       It also drops the use of the _FIOSATIME ioctl of Solaris 2.x
-       and later, which loses resolution on time stamps.  Modern Solaris
-       systems support full-resolution time stamps in the kernel, and
-       it's not worth the hassle of testing this call, useful only in
-       no-longer-supported Solaris variants.
-
-       Also, it undoes a change I recently introduced to the --compare
-       option, which caused it to not follow symbolic links unless the
-       --dereference option was also used.  Quite possibly this change is
-       a good idea, but the old behavior was documented and the change
-       should not have been installed casually.
-
-       * configure.ac: Don't check for stropts.h and sys/filio.h.
-       * gnulib.modules: Add futimens, utimensat.  Remove futimens.
-       * src/common.h (fd_utimensat): New decl.
-       * src/compare.c (diff_file, diff_multivol):
-       Don't use open_read_flags: those are for --create only.
-       * src/create.c (dump_file0): Adjust to set_file_atime changes.
-       Pass fstatat_flags to set_file_atime, so that symbolic links are
-       not followed inadvertantly.
-       * src/extract.c: Don't include utimens.h.
-       (set_stat): Use fd_utimensat ant UTIME_NOW rather than fdutimens.
-       * src/misc.c: Don't include utimens.h, stropts.h, sys/filio.h.
-       (fd_utimensat): New function.
-       (set_file_atime): Use it.  New arg atflag, controlling symlink
-       handling.  All callers changed.
-
-2010-09-14  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * configure.ac: tar: close some race conditions when extracting
-       * configure.ac: Check for fchmod and fchown.  Don't check
-       for utimes.
-       * src/extract.c (fdchmod, fdchown, fdstat): New functions.
-       (set_mode, set_stat): New arg FD.  All callers changed.
-       This avoids some race conditions between closing a regular file
-       and setting its metadata, and it's a bit faster.
-
-2010-09-13  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: don't worry about fdopendir closing its argument
-       * NEWS: Don't mention dirfd; no longer needed.
-       * gnulib.modules: Remove dirfd.
-       * src/create.c (get_directory_entries): Remove the code dealing
-       with dirfd failures, as the new fdopendir replacement doesn't
-       close its argument so we don't need to call dirfd.  See
-       <http://lists.gnu.org/archive/html/bug-gnulib/2010-09/msg00208.html>
-       and gnulib commit 970c9038e4cca46e1b037ae0a6d574dfae6a7327.
-
-       * NEWS: Fix wording typo in previous change.
-       Reported by Jim Meyering.
-
-       tar: live within system-supplied limits on file descriptors
-       * NEWS: Note the change.  Mention dirfd and fdopendir.
-       * gnulib.modules: Add dirfd and fdopendir.  The code was already
-       using fdopendir; dirfd is a new need.
-       * src/common.h (open_searchdir_flags, get_directory_entries):
-       (subfile_open, restore_parent_fd, tar_stat_close): New decls.
-       (check_exclusion_tags): Adjust signature to match code change.
-       * src/create.c (IMPOSTOR_ERRNO): New constant.
-       (check_exclusion_tags): First arg is now a struct tar_stat_info
-       const *, not an fd.  All callers changed.
-       (dump_regular_file, dump_file0): A zero fd represents an unused
-       slot, so play it safe if the fd member is zero here.  A negative
-       fd represents the negation of an errno value, so play it safe and
-       do not assign -1 to fd merely because an open fails.
-       (open_failure_recover, get_directory_entries, restore_parent_fd):
-       (subfile_open): New functions.  These help to recover from file
-       descriptor exhaustion.
-       (dump_dir, dump_file0): Use them.
-       (dump_file0): Use tar_stat_close instead of rolling our own close.
-       * src/incremen.c (scan_directory): Use get_directory_entries,
-       subfile_open, etc., to recover from file descriptor exhaustion.
-       * src/names.c (add_hierarchy_to_namelist): Likewise.
-       (collect_and_sort_names): A negative fd represents the negation
-       of an errno value, so play it safe and do not assign -1 to fd.
-       * src/tar.c (decode_options): Set open_searchdir_flags.
-       Add O_CLOEXEC to all the open flags.
-       (tar_stat_close): New function, which knows how to deal with
-       new convention for directory streams and file descriptors.
-       Diagnose 'close' failures.
-       (tar_stat_destroy): Use it.
-       * src/tar.h (struct tar_stat_info): New member dirstream.
-       fd now has the negative of an errno value, not merely -1, if
-       the file could not be opened, so that failures to reopen
-       directories
-       are better-diagnosed later.
-       * tests/Makefile.am (TESTSUITE_AT): Add extrac11.at.
-       * tests/testsuite.at: Likewise.
-       * tests/extrac11.at: New file.
-
-2010-09-08  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: improve documentation of reliability and security issues
-       * doc/tar.texi (Reliability and security, Reliability):
-       (Permissions problems, Data corruption and repair, Race
-       conditions):
-       (Security, Privacy, Integrity, Live untrusted data):
-       (Security rules of thumb): New nodes.
-
-2010-09-06  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: more reliable directory traversal when creating archives
-       * NEWS: Document this.
-       * gnulib.modules: Add openat, readlinkat.
-       * src/common.h (open_read_flags, fstatat_flags): New global
-       variables.
-       (cachedir_file_p, dump_file, check_exclusion_tags,
-       scan_directory):
-       Adjust to new signatures, described below.
-       (name_fill_directory): Remove.
-       * src/compare.c (diff_file, diff_multivol): Use open_read_flags.
-       * src/create.c (struct exclusion_tag): Exclusion predicates
-       now take
-       a file descriptor, not a file name.
-       (add_exclusion_tag): Likewise.  All uses changed.
-       (cachedir_file_p): Likewise.
-       (check_exclusion_tags): The directory is now a file descriptor,
-       not a file name.  All uses changed.  Use openat for better
-       traversal.
-       (file_dumpable_p): Arg is now a struct stat, not a struct
-       tar_stat_info.  All uses changed.  Check the arg's file types too.
-       (dump_dir0, dump_dir, dump_file0, dump_file): Omit top_level and
-       parent_device args, since st->parent tells us that now.  All uses
-       changed.
-       (dump_dir): Likewise.  Also, omit fd arg for similar reasons.
-       Apply fdsavedir to a dup of the file descriptor, since we need a
-       file descriptor for openat etc. as well, and fdsavedir (perhaps
-       unwisely) consumes its file descriptor when successful.
-       Do not consume st->fd when successful; this simplifies the caller.
-       (create_archive): Allocate a file descriptor when retraversing
-       a directory, during incremental dumps.
-       (dump_file0): Use fstatat, openat, and readlinkat for better
-       traversal.
-       When opening a file, use the result of fstat on the file
-       descriptor
-       rather than the fstatat on the directory entry, to avoid some race
-       conditions.  No need to reopen the directory since we now
-       no longer
-       close it.  Change "did we open the file?" test from 0 <= fd to
-       0 < fd since fd == 0 now represents uninitialized.
-       (dump_file): Now accepts struct tar_stat_info describing parent,
-       not parent_device.  Also, accept basename and fullname of entry.
-       All uses changed.
-       * src/incremen.c (update_parent_directory): Accept struct
-       tar_stat_info for parent, not name.  All callers changed.
-       Use fstatat for safer directory traversal.
-       (procdir): Accept struct tar_stat_info, not struct stat and
-       dev_t, for info about directory.  All callers changed.
-       (scan_directory): Accept struct tar_stat_info, not name,
-       device, and cmdline, for info about directory.  All callers
-       changed.  Do not consume the file descriptor, since caller
-       might need it.  Use fstatat and openat for safer directory
-       traversal; also, use fstat after opening to double-check.
-       (name_fill_directory): Remove.
-       * src/names.c (add_hierarchy_to_namelist): Accept struct
-       tar_stat_info instead of device and cmdline.  All callers changed.
-       When descending into a subdirectory, use openat and fstat for
-       safer directory traversal.
-       (collect_and_sort_names): Use open and fstat for safer directory
-       traversal.  Set up struct tar_stat_info for callee's new API.
-       * src/tar.c (decode_options): Initialize open_read_flags
-       and fstatat_flags.
-       (tar_stat_destroy): Close st->fd if it is positive (not zero!).
-       * src/tar.h (struct tar_stat_info): New members parent, fd.
-       * src/update.c (update_archive): Adjust to dump_file's API change.
-       * tests/filerem02.at: Ignore stderr since its contents now depend
-       on the file system implementation.
-
-2010-09-05  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: remove lint discovered by Sun C compiler
-       * src/common.h (WARN_ALL): Don't mask with 0xffffffff; on a 32-bit
-       host, 0xffffffff is of type 'unsigned int', which makes WARN_ALL
-       an unsigned int value that is too large to fit into an int, and
-       the C standard says that this has undefined behavior.  The mask is
-       not needed, so omit it.
-
-2010-09-04  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: restore macros that are used in some cases
-       * src/tar.c (LOW_DENSITY_NUM, MID_DENSITY_NUM, HIGH_DENSITY_NUM):
-       Restore these macros, undoing the previous change to this file.
-       The macros are used after all, in some cases.  Sorry about that.
-
-2010-09-03  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: remove unused macros
-       * src/create.c (UINTMAX_TO_CHARS): Remove; no longer used.
-       * src/tar.c (LOW_DENSITY_NUM, MID_DENSITY_NUM, HIGH_DENSITY_NUM):
-       Likewise.
-       * src/incremen.c (DIR_IS_NEW): Comment out; not used.
-       Mark this with a FIXME, since it looks like it should be used.
-
-2010-08-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix --remove-files in update/append mode.
-       * src/update.c (update_archive): Call finish_deferred_unlinks when
-       done.
-
-2010-08-26  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: avoid assumptions about root access and chmod -w in test
-       cases
-       * tests/extrac07.at, tests/extrac09.at, tests/listed03.at: Use
-       AT_UNPRIVILEGED_PREREQ, since this test requires non-root
-       privileges.
-       * tests/extrac07.at: Don't use "chmod -w", as POSIX says it's not
-       portable to start a chmod permissions-list with "-" as it may be
-       confused with an option.  Use "chmod a-w" instead.
-
-       tar: fix bug with -C and delayed setting of metadata
-       * src/common.h (chdir_current): New decl.
-       * src/extract.c (struct delayed_set_stat, struct delayed_link):
-       New member change_dir.
-       (delay_set_stat, create_placeholder_file): Set it.
-       (apply_nonancestor_delayed_set_stat, apply_delayed_links): Use it.
-       (extract_link): Check that the links are all relative to the same
-       directory.
-       (extract_archive): Restore the current directory after
-       apply_nonancestor_delayed_set_stat has possibly changed it.
-       * src/misc.c (chdir_current): New external var; this used to
-       be the private static variable 'previous' inside chdir_dir.
-       All uses changed.
-       * tests/Makefile.am (TESTSUITE_AT): New test extrac10.at.
-       * tests/extrac10.at: New file.
-       * tests/testsuite.at: Include it.
-
-2010-08-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Don't apply file transformations to volume names.
-       * src/list.c (decode_header): Don't apply file transformations
-       to volume names.
-       * tests/xform01.at: New testcase.
-       * tests/xform-h.at (xform): Rename macro to xformtest. Use
-       pushdef/popdef.
-       * tests/Makefile.am, tests/testsuite.at: Add xform01.at
-
-2010-08-25  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: optimize -c --sparse when file is entirely sparse
-       * src/sparse.c (sparse_scan_file): If the file is entirely sparse,
-       that is, if ST_NBLOCKS is zero, don't bother scanning for nonzero
-       blocks.  Idea by Kit Westneat, communicated by Bernd Schubert in
-       <http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00038.html>.
-       Also, omit unnecessary lseek at start of file.
-
-       tar: don't assume size of a sparse file chunk fits in size_t
-       * src/tar.h (struct sp_array): Change numbytes from size_t
-       to off_t.
-       All uses changed.
-       * scripts/xsparse.c (struct sp_array): Likewise.
-       Include <stdint.h>, for SIZE_MAX.
-       (expand_sparse): Don't try to allocate a buffer bigger than
-       SIZE_MAX bytes.
-       * src/common.h (SIZE_TO_CHARS, size_to_chars, SIZE_FROM_HEADER):
-       (size_from_header): Remove decls.
-       * src/create.c (size_to_chars): Remove.
-       * src/list.c (size_from_header): Remove.
-       * src/sparse.c (sparse_extract_region, check_data_region):
-       (oldgnu_add_sparse, oldgnu_store_sparse_info, pax_decode_header):
-       Don't assume chunk sizes fit in size_t.
-       (oldgnu_add_sparse): Check for off_t overflow.
-       * src/xheader.c (sparse_numbytes_decoder, sparse_map_decoder):
-       Likewise.
-
-       tar: use ctime, not mtime, when checking placeholders
-       * src/extract.c (struct delayed_link): Rename member mtime
-       to ctime.
-       All uses changed to use ctime rather than mtime.
-
-2010-08-24  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: add comment to link04.at test
-       * tests/link04.at: Add explanatory comment at head.
-
-       tar: fix 1.23 Solaris regression related to PRIV_SYS_LINKDIR
-       The idea was suggested by Petr Sumbera in the thread starting
-       here:
-       http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00000.html
-       * src/extract.c (set_mode): Save the errno of the chmod that
-       failed, for the benefit of chmod_error_details.  Do not bother
-       retrying chmod unless the mode suggests setuid is the issue.
-       (extract_archive): Remove redundant call to
-       priv_set_remove_linkdir.
-       * src/system.c: Include priv-set.h.
-       (sys_spawn_shell, sys_child_open_for_compress):
-       (sys_child_open_for_uncompress, sys_exec_command):
-       (sys_exec_info_script, sys_exec_checkpoint_script):
-       Invoke priv_set_restore_linkdir before execv or execlp, so that
-       the subprocess has the same privileges that tar originally did.
-
-       tar: handle files that occur multiple times but have link count 1
-       This patch was inspired by the following patch that addressed a
-       similar problem in GNU coreutils du:
-       http://git.savannah.gnu.org/gitweb/?p=coreutils.git;h=efe53cc72b599979ea292754ecfe8abf7c839d22
-       * src/common.h (name_count): New decl.
-       * src/create.c (trivial_link_count): New static var.
-       (create_archive): Initialize it.
-       (dump_hard_link, file_count_links): Use it, so that files with
-       link count 1 are handled correctly when they are found multiple
-       times.
-       * src/names.c (allocated_entries): Renamed from allocated_names,
-       since the identifier's name was misleading.  All uses changed.
-       (entries): Renamed from names.  All uses changed.
-       (scanned): Renamed from name_index.  All uses changed.
-       (name_count): New var.
-       (name_add_name): Increment it.
-       * tests/link04.at: New file.
-       * tests/testsuite.at: Add it.
-       * tests/Makefile.am (TESTSUITE_AT): Likewise.
-
-2010-08-23  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: use nlink_t for link counts
-       * src/create.c (struct link): nlink is now of type nlink_t,
-       not size_t.
-
-       tar: don't export names that aren't used elsewhere
-       * src/common.h (file_dumpable_p, gid_to_chars, major_to_chars):
-       (minor_to_chars, mode_to_chars, uid_to_chars, uintmax_to_chars):
-       (string_to_chars, dumpdir_creat0, dumpdir_create, dumpdir_free):
-       (dumpdir_locate, dumpdir_next, dumpdir_first, gid_from_header):
-       (major_from_header, minor_from_header, mode_from_header):
-       (time_from_header, uid_from_header, quote_copy_string,
-       request_stdin):
-       (xheader_init, transform_header_name):
-       Remove declarations; these are no longer exported from their
-       modules.
-       (GID_TO_CHARS, MAJOR_TO_CHARS, MINOR_TO_CHARS, MODE_TO_CHARS):
-       (UID_TO_CHARS, UINTMAX_TO_CHARS, UNAME_TO_CHARS, GNAME_TO_CHARS):
-       Move to src/create.c, since no other module uses these.
-       (GID_FROM_HEADER, MAJOR_FROM_HEADER, MINOR_FROM_HEADER):
-       (MODE_FROM_HEADER, TIME_FROM_HEADER, UID_FROM_HEADER):
-       Move to src/extract.c, since no other module uses these.
-       (dumpdir_t, dumpdir_iter_t): Remove; no longer used.
-       * src/create.c (gid_to_chars, major_to_chars, minor_to_chars):
-       (mode_to_chars, uid_to_chars, uintmax_to_chars, string_to_chars):
-       (file_dumpable_p): Now static.
-       * src/incremen.c (dumpdir_create0, dumpdir_create, dumpdir_free):
-       (dumpdir_locate, dumpdir_next, dumpdir_first): Now static.
-       (scan_directory, write_directory_file_entry):
-       Use struct dumpdir_iter * rather than dumpdir_iter_t.
-       * src/list.c (gid_from_header, major_from_header,
-       minor_from_header):
-       (mode_from_header, time_from_header, uid_from_header):
-       (transform_member_name): Now static.
-       * src/misc.c (quote_copy_string): #if 0 out, as it's not used
-       anywhere.
-       * src/system.c (wait_for_grandchild): Now static.
-       * src/tar.c (request_stdin): Now static.
-       * src/xheader.c (xheader_init): Now static.
-
-       tar: fix misspelled identifier "set_comression_program_by_suffix"
-       * src/suffix.c (set_compression_program_by_suffix): Renamed from
-       set_comression_program_by_suffix.
-       * src/buffer.c, src/common.h, src/tar.c: All uses changed.
-
-2010-08-20  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: change interdir_made from int to bool
-       * src/extract.c (maybe_recoverable, create_placeholder_file):
-       Change interdir_made from int * to bool *, since the flag has just
-       two values 0 and 1.  All uses changed.  This does not affect tar's
-       behavior.
-
-       tar: remove trailing white space from source files
-       * ChangeLog.1, ChangeLog.CVS, Makefile.am, NEWS, README:
-       * README-hacking, directory, doc/Makefile.am, doc/dumpdir.texi:
-       * doc/gendocs_template, doc/intern.texi, doc/mastermenu.el:
-       * doc/snapshot.texi, doc/sparse.texi, doc/tar-snapshot-edit.texi:
-       * doc/value.texi, lib/Makefile.am, scripts/backup-specs:
-       * scripts/dump-remind.in, scripts/tar-snapshot-edit,
-       scripts/tarcat:
-       * scripts/xsparse.c, src/arith.h, src/buffer.c, src/compare.c:
-       * src/create.c, src/delete.c, src/exit.c, src/suffix.c, src/tar.c:
-       * src/tar.h, src/update.c, src/warning.c, src/xheader.c:
-       * tests/append01.at, tests/append02.at, tests/atlocal.in:
-       * tests/delete03.at, tests/exclude.at, tests/exclude06.at:
-       * tests/extrac04.at, tests/extrac05.at, tests/extrac06.at:
-       * tests/extrac07.at, tests/filerem01.at, tests/filerem02.at:
-       * tests/incr01.at, tests/incr02.at, tests/incr03.at,
-       tests/incr06.at:
-       * tests/label02.at, tests/label03.at, tests/label04.at:
-       * tests/label05.at, tests/link02.at, tests/link03.at:
-       * tests/listed01.at, tests/listed02.at, tests/long01.at:
-       * tests/longv7.at, tests/multiv01.at, tests/multiv02.at:
-       * tests/multiv03.at, tests/multiv05.at, tests/multiv06.at:
-       * tests/multiv07.at, tests/multiv08.at, tests/options.at:
-       * tests/options02.at, tests/remfiles03.at, tests/rename01.at:
-       * tests/rename02.at, tests/rename03.at, tests/rename04.at:
-       * tests/rename05.at, tests/same-order01.at, tests/same-order02.at:
-       * tests/shortfile.at, tests/shortupd.at, tests/sparse01.at:
-       * tests/sparse02.at, tests/sparsemv.at, tests/sparsemvp.at:
-       * tests/star/README, tests/star/gtarfail2.at:
-       * tests/star/multi-fail.at:
-       * tests/star/pax-big-10g.at, tests/star/quicktest.sh:
-       * tests/star/ustar-big-2g.at, tests/star/ustar-big-8g.at:
-       * tests/update01.at, tests/update02.at, tests/volsize.at:
-       * tests/volume.at:
-       Remove trailing spaces and tabs from lines, and remove
-       trailing empty lines from files.  This makes it a bit easier
-       to share code among coreutils and other projects that do this.
-
-2010-08-19  Paul Eggert  <eggert@cs.ucla.edu>
-
-       tar: update licenses to latest versions from www.gnu.org
-       * COPYING: Update to latest version; this is just minor
-       formatting.
-       * doc/fdl.texi: Update from GFDL 1.2 to 1.3.
-       * doc/tar.texi: Adjust to new format of fdl.texi.  Omit trailing
-       white space.
-
-2010-07-18  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/misc.c (struct wd): Fix comment to match code.
-
-2010-07-18  Paul R. Eggert  <eggert@cs.ucla.edu>
-
-       tar: no need to report getcwd error if never using the result
-       * src/misc.c (struct wd): Rename 'saved' to 'err', with new
-       semantics.
-       (chdir_arg, chdir_do): Adjust to new semantics.  Do not report an
-       error merely because save_cwd fails; report an error only if
-       save_cwd's result is needed later.
-       * tests/extrac09.at: New file, to test for bug that was fixed.
-       * tests/testsuite.at: Include it.
-       * tests/Makefile.am (TESTSUITE_AT): Add it.
-
-       tar: go back to absolutifying filenames in normalize_filename
-       for now
-       * src/misc.c (normalize_filename): For now, go back to making
-       filenames absolute, even though this causes 'tar' to fail when
-       getcwd fails.  However, do not attempt to resolve ".." as this
-       does not work with symlinks.  Also, do the right thing with
-       leading file system prefixes and on hosts where // != /.
-
-2010-07-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Allow for size suffixes in -L and --record-size options.
-       * src/tar.c (TAR_SIZE_SUFFIXES): New define.
-       (parse_opt): Allow for size suffixes in arguments to
-       -L and --record-size options.
-       * NEWS, doc/tar.texi: Update.
-
-2010-07-15  Paul R. Eggert  <eggert@cs.ucla.edu>
-
-       tar: don't crash if getcwd fails
-       * src/extract.c: Don't include xgetcwd.h.
-       (extract_dir): stat "." rather than statting getcwd's output.
-       * src/misc.c (normalize_filename_x): Rewrite so as not to resolve
-       /../, which can't be done reliably in the presence of symlinks.
-       Don't reject valid names such as ".".
-       (normalize_filename): Don't make it absolute; that way, we don't
-       have to invoke xgetcwd which might fail.  Don't bother to realloc
-       at the end, since that uses time and now saves little space.
-       (chdir_do): Don't crash if xgetcwd fails.
-       * tests/Makefile.am (TESTSUITE_AT): Add listed03.at.
-       * tests/listed03.at: New file.
-       * tests/testsuite.at: Include listed03.at.
-
-2010-07-11  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Keep a detailed map of archive members stored in the record
-       buffer.
-       A separate map (bufmap) provides information for creating
-       multi-volume continuation headers.
-
-       * src/buffer.c (bufmap): New struct.
-       (bufmap_head, bufmap_tail, inhibit_map): New variables.
-       (mv_begin_write): New function.
-       (mv_begin): Rename to mv_begin_read. Rewrite using mv_begin_write.
-       All callers changed.
-       (mv_total_size): Remove.
-       (bufmap_locate, bufmap_free, bufmap_reset): New functions.
-       (_flush_write): Update bufmap.
-       (close_archive): Free bufmap.
-       (add_chunk_header): Take a bufmap argument.
-       (gnu_add_multi_volume_header): Likewise.
-       (add_multi_volume_header): Likewise.
-       (_gnu_flush_write): Rewrite using bufmap.
-       (real_s_name, real_s_totsize)
-       (real_s_sizeleft)
-       (save_name, save_totsize, save_sizeleft): Removed. All
-       uses updated.
-       (mv_size_left): Update bufmap_head.
-       (mv_end): Rewrite.
-       (multi_volume_sync): Remove.
-
-       * src/common.h (mv_begin_write): New prototype.
-       (mv_begin): Rename to mv_begin_read.
-       * src/create.c: Use mv_begin_write instead of mv_begin.
-       Remove calls to mv_size_left and mv_end.
-       * src/sparse.c: Likewise.
-
-       * tests/multiv07.at: Close stdin.
-       * tests/spmvp00.at: Update AT_KEYWORDS.
-       * tests/spmvp10.at: Likewise.
-
-       * tests/multiv08.at: New testcase.
-       * tests/Makefile.am, tests/testsuite.at: Add multiv08.at.
-
-       Version 1.23.90
-       * NEWS, configure.ac: Version 1.23.90
-       * doc/tar.texi: Document the use of lbzip2.
-
-2010-06-28  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix exclusion of long file names when extracting from pax format
-       archives.
-       * src/list.c (read_and): Call decode_header before attempting
-       name_match.
-       (list_archive): Remove call to decode_header.
-
-       * src/compare.c (diff_archive): Remove call to decode_header.
-       * src/extract.c (extract_archive): Likewise.
-
-       * test/exclude06.at: New test case.
-       * tests/testsuite.at: Include exclude06.at.
-       * tests/Makefile.am (TESTSUITE_AT): Add exclude06.at.
-
-       Minor fix.
-       * src/buffer.c (magic): Split the character constant to help
-       cc recognize character boundaries (7 is a valid hex character).
-
-2010-06-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fix.
-       * src/buffer.c (magic): Fix xz magic.
-
-2010-06-16  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Remove some lint, found by gcc -W etc.
-       * src/common.h (label_notfound): New decl.
-       * src/buffer.c (set_volume_start_time, compress_type):
-       (guess_seekable_archive, open_compressed_archive, init_buffer):
-       (_flush_write, archive_is-dev, increase_volume_number):
-       (change_tape_menu, try_new_volume, add_chunk_header):
-       (multi_volume_sync):
-       Declare as 'static' if it's not exported.
-       Use function prototype (void) rather than old-style ().
-       * src/checkpoint.c (expand_checkpoint_string): Likewise.
-       * src/incremen.c (dirlist_replace_prefix, makedumpdir,
-       read_incr_db_2):
-       Likewise.
-       * src/list.c (print_volume_label): Likewise.
-       * src/misc.c (normalize_filename_x): Likewise.
-       * src/names.c (make_name, free_name, check_name_alloc,
-       name_next_elt):
-       Likewise.
-       * src/tar.c (tar_list_quoting_style, add_exclude_array):
-       (set_stat_signal): Likewise.
-       * src/transform.c (new_transform,
-       _single_transform_name_to_obstack):
-       (_transform_name_to_obstack): Likewise.
-       * src/unlink.c (dunlink_alloc): Likewise.
-
-       * src/buffer.c (struct zip_magic): Use const when appropriate.
-       * src/incremen.c (obstack_code_rename,
-       write_directory_file_entry):
-       Likewise.
-       * src/sparse.c (COPY_STRING): Likewise.
-       * src/system.c (dec_to_env, time_to_env, oct_to_env, str_to_env):
-       (chr_to_env): Likewise.
-       * src/tar.c (tar_list_quoting_style, set_stat_signal): Likewise.
-
-       * src/extract.c (extract_node): Don't return garbage.
-
-       * src/names.c: Remove old-style declarations of getgrnam etc.
-       All modern systems declare these, and it's not worth the hassle
-       of ignoring the warnings on modern systems for old-style decls.
-
-2010-05-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Bugfix.
-       * src/incremen.c (make_directory): Retain the slash if it is the
-       only character in a filename.
-
-2010-04-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Recode NEWS back to UTF-8
-
-2010-04-01  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix the gzip.at test case.
-       * tests/gzip.at: Suppress gzip error output, as it can differ
-       depending on its version etc. Bug reported by Ludovic Courtès.
-
-2010-03-28  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       New option --full-time.
-       * src/common.h (full_time_option): New global.
-       * src/tar.c (FULL_TIME_OPTION): New constant.
-       (options): New option --full-time.
-       (parse_opt): Handle the --full-time option.
-       * src/list.c (simple_print_header): Pass full_time_option
-       as the 2nd argument to tartime.
-       * doc/tar.texi: Update.
-       * NEWS: Update.
-
-2010-03-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fixes in the testsuite.
-       * tests/extrac07.at: Fix a typo (invalid number
-       of arguments before format list).
-       * tests/link02.at: Use `ln' instead of `link'.
-       * tests/link03.at: Likewise.
-
-       Fix coredump.
-       * src/names.c (collect_and_sort_names): Remove
-       entry from the table before freeing it.
-
-       Fix dead loop on extracting existing symlinks with the -k option.
-       * src/extract.c (create_placeholder_file)
-       (extract_link, extract_symlink)
-       (extract_node, extract_fifo): Handle all possible
-       return values from maybe_recoverable. This complements
-       8f390db92fc. Reported by Ico Doornekamp <bug-tar@zevv.nl>.
-       * NEWS: Update.
-
-2010-03-20  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix undesired error exit on receiving SIGPIPE.
-       * src/tar.c: Do not ignore SIGPIPE.
-       * tests/sigpipe.at: New testcase.
-       * tests/Makefile.am, tests/testsuite.at: Add sigpipe.at
-       * tests/remfiles01.at: Fix error code expectation.
-       * NEWS: Update.
-
-2010-03-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix --remove-files.
-       Tar --remove-files relied on canonicalize_file_name,
-       which replaces symlinks in file name components with
-       the directories they point to. Due to this, tar
-       effectively ignored existence of symbolic links and
-       was unable to remove a directory that contained any
-       (Alexander Kozlov <akozlov@nada.kth.se>, 2010-03-15).
-
-       * gnulib.modules: Remove canonicalize.
-       * src/misc.c (normalize_filename): Rewrite
-       from scratch. The function operates only on
-       its input string, it makes no attempt to test
-       components for existence or to resolve symbolic
-       links.
-       * tests/Makefile.am (TESTSUITE_AT): Add remfiles03.at.
-       * tests/testsuite.at: Likewise.
-       * tests/remfiles03.at: New test case.
-       * NEWS: Update.
-
-2010-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Bugfixes.
-       * src/buffer.c (check_label_pattern): Initialize result.
-       * tests/remfiles01.at: Skip if run with root privileges.
-
-2010-03-11  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix `--test-label' and `--label -r' behavior.
-       * doc/tar.texi (Including a Label in the Archive): Revise
-       the section.
-       * NEWS: Update
-
-       * src/buffer.c (open_archive): Check volume label on
-       ACCESS_UPDATE as well.
-       * src/list.c (test_archive_label): Rewrite to match the
-       documentation.
-       * src/names.c (regex_usage_warning): Return int.
-       (names_notfound): Rewrite the conditional.
-       (label_notfound): New function.
-
-       * tests/label03.at: New testcase.
-       * tests/label04.at: New testcase.
-       * tests/label05.at: New testcase.
-       * tests/Makefile.am: Add new testcases.
-       * tests/testsuite.at: Likewise.
-
-       Doc fixes.
-       * doc/tar.texi: Consistently use lowercase `see' within sentences.
-       More fixes spotted by Denis Excoffier.
-       * THANKS: Update.
-
-       Shut up a gcc warning message.
-       * src/tar.c (tar_help_filter): Use a separate const
-       variable to hold returns from gettext. Reported by
-       Peter Breitenlohner.
-
-       Bugfix.
-       * src/names.c (collect_and_sort_names): Initialize prev_name.
-       Reported by Dmitry V. Levin.
-
-2010-03-10  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Version 1.23
-       * configure.ac, NEWS: Update version number.
-
-       Doc changes.
-       * NEWS: Update.
-       * THANKS: Update.
-       * doc/snapshot.texi, doc/snapshot.texi,
-       doc/sparse.texi, doc/tar-snapshot-edit.texi,
-       doc/tar.texi: Spellchecked and proof-read. Thanks
-       to Denis Excoffier.
-       * gnulib.modules: Remove utime.
-
-2010-03-08  Kamil Dudka  <kdudka@redhat.com>
-
-       Fix possible overflow in code_timespec (tiny change)
-       * src/misc.c (code_timespec): ignore invalid values of ns
-
-2010-03-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fix in the testsuite.
-       * tests/extrac05.at: Skip test if creating
-       sparse file fails.
-
-       Fix eventual memory override and fd exhaustion in create.c
-       Both bugs reported by Kamil Dudka.
-
-       * src/create.c (check_exclusion_tags): Do not keep
-       pointer to a location within tagname: it may change
-       after xrealloc. Use byte offset instead.
-       (dump_file0): Close fd before returning without
-       dumping the directory.
-
-2010-03-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor change.
-       * doc/tar.texi: Improve some wording.
-
-2010-03-02  Antonio Diaz Diaz  <ant_diaz@teleline.es>
-
-       Add Lzip support
-       * configure.ac: Add TAR_COMPR_PROGRAM(lzip)
-       * doc/tar.texi: Reflect lzip support.
-       * src/buffer.c (compress_type) <ct_lzip>: New constant.
-       (magic): Add magic for lzip.
-       * src/suffix.c (compression_suffixes): Add lz.
-       * src/tar.c: New option --lzip.
-
-2010-03-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fix.
-       * tests/exclude05.at: Rewrite awk invocation to avoid
-       overflowing awk's file table on Solaris.
-
-2010-03-02  Eric Blake <ebb9@byu.net>
-
-       Fix large file support.
-       * scripts/xsparse.c (read_map): Use fseeko.
-       * src/incremen.c (write_directory_file): Likewise.
-
-2010-03-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Bugfix
-       * src/buffer.c (seek_archive): Rewrite size computation
-       to prevent it from reaching negative values. Based on
-       report by Denis Excoffier <Denis.Excoffier@free.fr>.
-
-2010-02-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Supply more information to the --to-command script.
-       * src/system.c (stat_to_env): Pass information about the current
-       volume in variables TAR_ARCHIVE, TAR_VOLUME, TAR_BLOCKING_FACTOR,
-       TAR_FORMAT.
-       * doc/tar.texi: Document new environment variables.
-       * NEWS: Likewise.
-       * configure.ac: Version number 1.22.91.
-
-2010-02-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor change.
-       * src/names.c (regex_usage_warning): Fix warning message.
-
-2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Update THANKS
-
-2010-02-05  Ondřej Vašík  <ovasik@redhat.com>
-
-       Bugfix (tiny change)
-       * src/xheader.c (xheader_read): Remove unnecessary call
-       to xheader_init.
-
-2010-01-26  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Enable silent build mode.
-       * configure.ac: Require automake 1.11, autoconf 2.63. Enable
-       silent rules.
-       * NEWS: Update.
-       * lib/Makefile.am (rmt-command.h): Silent the rule.
-
-2010-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Read POSIX multivolume archives split at the header boundary.
-       * src/common.h (read_header_mode): New enum.
-       (read_header): Change type of the 3rd argument.
-       * src/list.c (read_header): Change type of the 3rd argument.
-       All callers updated.
-       * src/buffer.c (try_new_volume): Allow for volumes split at the
-       extended/ustar header boundary. This is against POSIX specs, but
-       we must be able to read such archives anyway.
-
-       * tests/multiv07.at: New test case.
-       * tests/Makefile.am: Add multiv07.at
-       * tests/testsuite.at: Likewise.
-
-       * src/compare.c: Update calls to read_header.
-       * src/delete.c: Likewise.
-       * src/update.c: Likewise.
-
-2010-01-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor change.
-       * NEWS: Update.
-       * doc/tar.texi: Update.
-       * src/create.c (finish_header): Minor change.
-
-2010-01-24  Rob Vermaas  <rob.vermaas@gmail.com>
-
-       Bugfix (tiny change).
-       * src/tar.c (format_default_settings)[REMOTE_SHELL]: Fix
-       misplaced comma.
-
-2010-01-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fix.
-       * src/incremen.c (read_incr_db_01)
-       (read_directory_file): Initialize bufsize to 0.
-       Suggested by noordsij@cs.helsinki.fi.
-
-       Improve handling of --test-label.
-       * src/list.c (print_volume_label): New function.
-       (print_header): Call print_volume_label.
-       (test_archive_label): New function.
-       * src/buffer.c (VOLUME_LABEL_APPEND): Remove.
-       (VOLUME_TEXT, VOLUME_TEXT_LEN): New macros
-       (drop_volume_label_suffix): New function.
-       (check_label_pattern): Use drop_volume_label_suffix.
-       * src/common.h (subcommand): New constant TEST_LABEL_SUBCOMMAND.
-       (test_label_option): Remove.
-       (drop_volume_label_suffix): New proto.
-       (test_archive_label): New proto.
-       * src/names.c (all_names_found): Remove test for
-       test_label_option.
-       * src/tar.c (subcommand_string): Handle TEST_LABEL_SUBCOMMAND.
-       (set_subcommand_option): Improve diagnostics.
-       (parse_opt): Set subcommand if --test-label is given.
-       (main): Handle TEST_LABEL_SUBCOMMAND.
-
-       Fix listing of volume labels (in particular in PAX archives).
-       * src/buffer.c (match_volume_label): Call set_volume_label.
-       (check_label_pattern): Get label string
-       as argument.
-       (match_volume_label): Handle volume labels stored in
-       global PAX headers.
-       * src/common.c (print_header,read_header): Change signature.
-       (read_header_primitive): Remove prototype.
-       * src/list.c (recent_global_header): New static.
-       (list_archive): Always print volume labels.
-       (read_header_primitive): Remove.
-       (read_header): Change the signature (all callers updated)
-       Save the recent global header.
-       (volume_label_printed): New static.
-       (simple_print_header): New function (ex-print_header).
-       (print_header): Change the signature (all callers updated).
-       For POSIX formats, print first volume header (if set).
-       * src/xheader.c (xheader_write_global): Write the data
-       accumulated in xhdr->stk even if keyword_global_override_list
-       is empty.
-       (xheader_read): On unexpected EOF, report error instead of
-       coredumping.
-       (XHDR_PROTECTED, XHDR_GLOBAL): New defines.
-       (struct xhdr_tab): Remove `protected' with `flags'. All uses
-       updated.
-       (decg): If XHDR_GLOBAL bit is set, call the keyword's decode
-       method instead of adding it to `kwl'.
-
-       * src/compare.c: Update calls to read_header.
-       * src/create.c: Likewise.
-       * src/delete.c: Likewise.
-       * src/update.c: Likewise.
-       * src/extract.c: Likewise.
-       (extract_volhdr): Do not print "Reading <label>" statement,
-       because
-       it is inconsistent: it is not printed if the volume begins with a
-       member continued from the previous volume.
-
-       * tests/label01.at: New testcase.
-       * tests/label02.at: New testcase.
-       * tests/Makefile.am, tests/testsuite.at: Add new testcases.
-
-2010-01-22  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix prefix length calculation in ustar mode.
-       * src/create.c (split_long_name): Fix prefix length
-       calculation.
-       (write_ustar_long_name): Improve ustar mode compatibility
-       with the Sun version.
-
-2009-10-14  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Rewrite update algorithm.
-       * src/common.h (namebuf_t): New typedef.
-       (namebuf_create, namebuf_free)
-       (namebuf_name): New prototypes.
-       (remname): New prototype.
-       * src/misc.c (struct namebuf): New structure.
-       (namebuf_create, namebuf_free)
-       (namebuf_name): New functions.
-       * src/create.c (dup_dir0): Remove is_avoided_name
-       checks. This is taken care of in update_archive.
-       * src/incremen.c (scan_directory): Use namebuf
-       to produce full file names.
-       * src/names.c (nametail): Remove extra level of
-       indirection. All uses updated.
-       (avoided_name_table, add_avoided_name)
-       (is_avoided_name): Remove.
-       * src/update.c (update_archive): Change algorithm.
-       Instead of adding unmodified files to the avoided_name
-       table, create namelist so that it contains only
-       modified files.
-
-       * tests/Makefile.am: Add update01.at, update02.at
-       * tests/testsuite.at: Likewise.
-       * tests/update.at (AT_KEYWORDS): Add update00.
-
-       Minor changes.
-       * src/tar.c (main): Ignore SIGPIPE.
-       * src/system.c (sys_child_open_for_compress)
-       (sys_child_open_for_uncompress): Reset SIGPIPE
-       in child to default.
-       * tests/remfiles01.at: Avoid race conditions.
-       * tests/remfiles02.at: Likewise.
-
-       Bugfix.
-       * src/buffer.c (_open_archive): Call guess_seekable_archive
-       only if the call to open_compressed_archive succeeded.
-
-2009-10-10  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Improve previous changes.
-       * acinclude.m4: Fix typos.
-       * gnulib.modules: Add xvasprintf.
-       * src/common.h: Include xvasprintf.h.
-       * src/tar.c (options): Remove docstrings for --gzip, --bzip2,
-       --compress, --lzop, --lzma and --xz.
-       (tar_help_filter): Generate these using actual values of
-       *_PROGRAM constants.
-       (format_default_settings): Use xasprintf.
-       (parse_opt): Use *_PROGRAM defines instead of hardcoded
-       program names.
-
-       Allow installers to specify alternative program names for
-       compression programs.
-       This adds --with-gzip, --with-bzip2 etc. switches to the
-       configure, so that
-       one can do, e.g. ./configure --with-bzip2=lbzip2 and have
-       lbzip2 executed
-       whenever user calls `tar --bzip2'.
-
-       * acinclude.m4: New file.
-       * configure.ac: Add TAR_COMPR_PROGRAM invocations for
-       the supported compressors.
-       * src/buffer.c (magic): Use *_COMPRESSOR defines instead
-       of hardcoded program names.
-       * src/suffix.c (compression_suffixes): Likewise.
-
-2009-10-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fix.
-       * src/buffer.c (magic): Fix `xz' entry: add the name of the
-       program.
-       * src/suffix.c (compression_suffixes, nsuffixes): Mark as static.
-
-2009-10-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Provide a way to explicitly set mtime for extended header
-       ustar blocks.
-       * src/tar.c (struct textual_date): ts is a copy of the structure,
-       not a pointer to it. Date is a copy as well, hence the `const' is
-       taken away.
-       (get_date_or_file): Return 0/1 depending on success/failure.
-       Copy timestamp to the `ts' member. Store a copy of the string
-       in `date'.
-       (report_textual_dates): Report only if verbose_option is set,
-       but always free the list.
-       (expand_pax_option): New function.
-       (parse_opt): Preprocess the argument to xheader_set_option with
-       expand_pax_option.
-       (decode_options): Call report_textual_dates unconditionally.
-       * src/xheader.c (exthdr_mtime_option, exthdr_mtime)
-       (globexthdr_mtime_option, globexthdr_mtime): New statics.
-       (xheader_set_keyword_equal): handle exthdr.mtime and
-       globexthdr.mtime.
-       (xheader_write): Override `t' argument if a corresponding
-       exthdr.mtime or globexthdr.mtime option is set.
-       * NEWS: Update
-       * doc/tar.texi: Document the changes.
-
-       Use file's mtime as mtime for its extended header.
-       This makes two pax archives binary equivalent if they
-       have the same contents and care is taken to make extended
-       headers otherwise reproducible, e.g. by using:
-
-         --pax-option=exthdr.name=%d/PaxHeaders/%f,atime:=0
-
-       Proposed by Michael D. Adams <mdmkolbe@gmail.com>.
-
-       * src/common.h (start_private_header): Take time_t as 3rd param.
-       (xheader_write): Likewise.
-       * src/create.c (start_private_header): Take time_t as 3rd param.
-       All callers updated.
-       (write_extended): Use file's mtime as mtime for its extended
-       header,
-       Use current time stamp as mtime for global headers.
-       (xheader_write): Take time_t as 3rd param.
-
-       Fix bugs in handling the --remove-files option.
-       Make sure the files are deleted only if they were succesfully
-       stored
-       to the archive.
-
-       * src/exit.c: New file.
-       * src/unlink.c: New file.
-       * src/Makefile.am (tar_SOURCES): Add exit.c and unlink.c.
-       * src/common.h: Include progname.h
-       (program_name): Remove global.
-       (records_written): New extern.
-       (queue_deferred_unlink, finish_deferred_unlinks): New prototypes.
-       (fatal_exit_hook): New extern.
-       * src/create.c (create_archive): Call finish_deferred_unlinks.
-       (dump_hard_link, dump_file0): Don't actually unlink the file,
-       queue it to deferred_unlinks instead.
-       * src/delete.c (records_written): Remove extern: declared in
-       common.h.
-       * src/extract.c (extract_archive): Set fatal_exit_hook.
-       (fatal_exit, xalloc_die): Move to exit.c
-       * src/system.c (sys_wait_for_child): Exit immediately
-       if the child dies or exits with a non-zero status.
-       (sys_child_open_for_compress)
-       (sys_child_open_for_uncompress): Use set_program_name,
-       instead of setting program_name directly.
-       * src/tar.c (main): Use set_program_name,
-       instead of setting program_name directly.
-
-       * tests/Makefile.am (TESTSUITE_AT): Add remfiles01.at
-       and remfiles02.at.
-       * tests/testsuite.at: Likewise.
-       * tests/gzip.at: Reflect the above changes.
-
-2009-10-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix bug in OLDGNU format creation.
-       See tests/append02.at for a detailed description
-
-       * src/common.h (MODE_FROM_HEADER): Take additional argument.
-       (mode_from_header): Likewise.
-       * src/create.c (mode_to_chars): Store all mode bits if
-       using OLDGNU_FORMAT. This reverses f4e4adea80a.
-       * src/list.c (decode_header): Use header mode field
-       to discern between GNU and OLDGNU formats.
-       (mode_from_header): Store unrecognized mode bits (from 10th up)
-       in the location pointed to by the third parameter.
-       * tests/append02.at: Update documentation and references.
-
-2009-09-16  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Restore extra help output.
-       * src/tar.c (tar_list_quoting_styles): Change first argument to
-       struct obstack.
-       (format_default_settings): New function.
-       (show_default_settings)
-       (show_default_settings_fs): Removed.
-       (tar_help): Removed.
-       (tar_help_filter): New function.
-       (argp): Set help_filter.
-       (parse_opt): Fix error message.
-
-2009-09-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Improve command line option handling.
-       * gnulib.modules: Add argp-version-etc and progname,
-       use getopt-gnu instead of getopt.
-       * src/tar.c (HANG_OPTION, USAGE_OPTION)
-       (VERSION_OPTION): Remove.
-       (options): Remove corresponding options. Let argp
-       handle them.
-       (parse_opt): Likewise.
-       (_argp_hang): Removed.
-       (tar_authors): New variable.
-       (decode_options): Call argp_version_setup.
-       Do not use ARGP_NO_HELP flag in the call to argp_parse.
-
-       Avoid overwriting exit_status with a value indicating less
-       important condition.
-       * src/tar.c (set_exit_status): New function.
-       * src/common.h (set_exit_status): New prototype.
-       * src/compare.c: Use set_exit_status instead of
-       exit_status assignments.
-       * src/create.c: Likewise.
-       * src/misc.c: Likewise.
-
-       * src/system.c (wait_for_grandchild): Use auto variable
-       instead of the global exit_status.
-       * src/incremen.c (scan_directory): Use file_removed_diag
-       instead of stat_diag.
-
-       Automatic detection of seekable archives.
-       * src/buffer.c (guess_seekable_archive): New function.
-       (_open_archive): Call guess_seekable_archive for archives
-       open for reading.
-       (new_volume): Likewise.
-       * src/common.h (seek_option): New global.
-       * src/tar.c (options): New option --no-seek.
-       (parse_opt): --seek and --no-seek set seek_option,
-       not seekable_archive.
-       (decode_options): Initialize seek_option to -1.
-
-       * NEWS: Update.
-       * doc/tar.texi: Update.
-
-2009-08-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix testcases.
-       * tests/extrac08.at: Ensure a predictable umask value.
-       * tests/xform-h.at (xform): do not depend on file name
-       ordering.
-
-2009-08-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix interaction between --listed-incremental and -C
-       * src/incremen.c (read_directory_file): Execute eventual -C dir
-       after opening the snapshot file.
-       (collect_and_sort_names): Remove call to chdir_do
-       * tests/incr05.at, tests/incr06.at: Use relative file names for
-       snapshot files.
-
-2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Update for new exclude module from gnulib. Add testcases by
-       Phil Proudman.
-       * src/names.c (is_pattern): Remove.
-       (regex_usage_warning): Use fnmatch_pattern_has_wildcards
-       instead of
-       is_pattern.
-       * src/tar.c: New option --exclude-backups.
-       (vcs_file_table, backup_file_table): New globals.
-       (add_exclude_array): New function.
-       * tests/exclude01.at, tests/exclude02.at,
-       tests/exclude03.at, tests/exclude04.at,
-       tests/exclude05.at: New testcases. Supplied by Phil Proudman.
-       * tests/Makefile.am (TESTSUITE_AT): Add new tests.
-       * tests/testsuite.at: Add new tests.
-       * THANKS: Update.
-
-2009-08-10  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Remove src/version.c (reappeared after migration to Git)
-
-2009-08-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fixes.
-       * src/misc.c (file_removed_diag): Set exit code to
-       TAREXIT_DIFFERS.
-
-2009-08-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fixes
-
-       Fix handling of files removed during incremental dumps.
-       Changes to src/create.c and src/incremen.c are partially
-       based on patch from Alexander Peslyak <solar at openwall.com>.
-
-       The new testcases require paxutils commit f653a2b or later.
-
-       * src/common.h (struct name): New member `cmdline'.
-       (dump_file): Change type of the 2nd argument to bool.
-       (file_removed_diag, dir_removed_diag): New prototypes.
-       (addname): New argument `cmdline'.
-       (name_from_list): Change return value.
-       * src/create.c (dump_dir0, dump_dir): top_level is bool.
-       (create_archive): Update calls to name_from_list.
-       Take advantage of the name->cmdline to set top_level argument
-       during incremental backups.
-       (dump_file0): top_level is bool.
-       Do not bail out if a no-top-level file disappears during
-       incremental
-       backup, use file_removed_diag instead.
-       (dump_filed): top_level is bool.
-       * src/incremen.c (update_parent_directory): Silently ignore
-       ENOENT.  It should have already been reported elsewhere.
-       (scan_directory): Use dir_removed_diag to report missing
-       directories.
-       * src/misc.c (file_removed_diag, dir_removed_diag): New functions.
-       * src/names.c (name_gather): Set ->cmdname.
-       (addname): Likewise. All uses updated.
-       (name_from_list): Return struct name const *. All uses updated.
-
-       * tests/filerem01.at: New testcase.
-       * tests/filerem02.at: New testcase.
-       * tests/Makefile.am, tests/testsuite.at: Add filerem01.at,
-       filerem02.at
-       * tests/grow.at, test/truncate.at: Use new syntax for genfile
-       --run.
-
-       * NEWS: Update.
-       * doc/tar.texi: Minor fix.
-
-       Optimize searches for directory structures by keeping a pointer
-       to struct directory in struct name.
-       * src/common.h (struct name): New member `directory' replaces
-       dir_contents. Rearrange members.
-       (rebase_directory): Change signature.
-       (scan_directory): Change signature.
-       (name_fill_directory)
-       (directory_contents, safe_directory_contents): New prototypes.
-       (append_incremental_renames): Change signature.
-       (replace_prefix): New proto.
-       * src/compare.c (diff_dumpdir): Use directory_contents +
-       scan_directory.
-       * src/create.c
-       * src/incremen.c (replace_prefix): Move to misc.c
-       (rebase_directory): Rewrite.
-       (scan_directory): Return pointer to struct directory.
-       (directory_contents, safe_directory_contents): New functions.
-       (get_directory_contents): Remove.
-       (name_fill_directory): New function.
-       (append_incremental_renames): Rewrite. This also fixes a memory
-       leak.
-       * src/names.c (name_gather, addname): Reflect changes in struct
-       name.
-       (add_hierarchy_to_namelist): Rewrite using name_fill_directory and
-       directory_contents.
-       (rebase_child_list): Update call to rebase_directory.
-       (collect_and_sort_names): Optimize
-
-       * src/misc.c (replace_prefix): New function.
-       * src/names.c (add_hierarchy_to_namelist): Use new
-       get_directory_contents.
-
-       * tests/incr05.at: New test case.
-       * tests/incr06.at: New test case.
-       * tests/Makefile.am, test/testsuite.at: Add incr05.at and
-       incr06.at.
-
-       * doc/Makefile.am (check-options): Improve rule.
-       * doc/tar.texi, NEWS: Update.
-
-2009-08-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fixes.
-       * src/common.h (rebase_directory): New prototype.
-       * src/incremen.c (rebase_directory): Use replace_prefix.
-       * src/names.c (collect_and_sort_names): Abort if
-       hash_insert fails.
-
-       Improve listed incremental dumps.
-       The modified algorithm tries to avoid dumping the same
-       directory twice and ensures the order of the directories
-       in the resulting archive is the same, whatever their order
-       on the command line.  It also fixes the operation of
-       --listed-incremental -C.
-
-       * gnulib.modules: Add canonicalize
-       * src/common.h (incremental_level): New global.
-       (check_exclusion_tags): first argument is const.
-       (get_directory_contents): Add third argument.
-       (zap_slashes, normalize_filename): New prototypes.
-       (chdir_count): New prototype.
-       (WARN_VERBOSE_WARNINGS): New define.
-       (WARN_ALL): Exclude WARN_VERBOSE_WARNINGS.
-       * src/compare.c (diff_dumpdir): Update the call to
-       get_directory_contents.
-       * src/create.c (check_exclusion_tags): First argument is const.
-       Use ISSLASH and DIRECTORY_SEPARATOR instead of referring to '/'.
-
-       * src/incremen.c (struct directory): New member `caname'.
-       (hash_directory_name): Rename to
-       hash_directory_canonical_name. Operate
-       on the canonical name.
-       (compare_directory_names): Rename to
-       compare_directory_canonical_names.
-       Operate on the canonical name.
-       (make_directory): Take two arguments.
-       (free_directory): Free caname.
-       (attach_directory): Create caname.
-       (find_directory): Use caname for lookups.
-       (PD_VERBOSE): Remove.
-       (PD_FORCE_INIT): New define.
-       (procdir): First argument is const.
-       Reinitialize directory if PD_FORCE_INIT bit is set.
-       Do not use PD_VERBOSE or verbose_option for issuing warnings.
-       Rely on WARNOPT instead.
-       Always set *entry.
-       (scan_directory): Take three arguments. The third one is a boolean
-       which is true if the directory is explicitly mentioned on
-       the command
-       line.
-       (get_directory_contents): Remove.  Use scan_directory instead.
-       All callers updated.
-       (read_directory_file): Truncate the file if --level=0 is given.
-       * src/misc.c: Include canonicalize.h
-       (zap_slashes, normalize_filename): New functions.
-       (chdir_count): New function.
-       * src/names.c (add_hierarchy_to_namelist): Take three arguments,
-       as
-       get_directory_contents and scan_directory.
-       (collect_and_sort_names): Allow at most one -C, before file name
-       arguments.
-       Read directory file after eventual changing to another directory.
-       Avoid adding the same directory under different pathnames to
-       the list.
-       * src/tar.c: New option --level.
-
-       * tests/incr03.at, tests/incr04.at, tests/listed01.at,
-       tests/listed02.at, tests/rename01.at, tests/rename02.at,
-       tests/rename03.at: Update for new tar behavior.
-       * tests/multiv01.at: Do not use --listed-incremental.
-
-2009-08-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Forgotten to push src/warning.c
-
-       Implement the --warning option.
-       * src/warning.c: New file.
-       * src/Makefile.am: Add warning.c
-       * src/common.h: Provide definitions for warning classes.
-       (warning_option): New global.
-       (WARNOPT): New define.
-       (set_warning_option): New prototype.
-       * src/tar.c: New option `--warning'.
-       * src/compare.c: When applicable WARNOPT instead of WARN.
-       * src/create.c: Likewise.
-       * src/extract.c: Likewise.
-       * src/incremen.c: Likewise.
-       * src/list.c: Likewise.
-
-       * NEWS, doc/tar.texi: Update.
-
-2009-08-05  Carl Worth <cworth@cworth.org>
-
-       Fix descriptions of some options (tiny change)
-
-2009-08-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix backup handling and restoring file modes of existing
-       directories
-       * NEWS, THANKS: Update
-       * src/extract.c (extract_dir): reset status to 0 if the
-       directory already exists.
-       * src/misc.c (maybe_backup_file): Assign before_backup_name
-       and clear after_backup_name before checking if we really need
-       to backup the file.
-       * tests/backup01.at: New testcase.
-       * tests/extrac08.at: New testcase.
-       * tests/Makefile.am, tests/testsuite.at: Add extrac08.at and
-       backup01.at
-
-2009-07-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix hard links recognition with -c --remove-files
-       * src/create.c (dump_hard_link): Always look up in the link table
-       if remove_files_option is set. Patch suggested by Theodore Ts'o
-       <tytso@mit.edu>.
-       (check_links): Remove extra newline from the warning message.
-       * tests/link02.at, tests/link03.at: New testcases.
-       * tests/Makefile.am (TESTSUITE_AT): Add link02.at and link03.at
-       * tests/testsuite.at: Include link02.at and link03.at
-
-       Fix handling of hard link targets by -c --transform
-       * src/create.c (file_count_links): Transform link target
-       before the look up.
-       * tests/xform-h.at: New test case.
-       * tests/Makefile.am (TESTSUITE_AT): Add xform-h.at.
-       * tests/testsuite.at: Add xform-h.at
-
-2009-06-23  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Minor fix.
-       * src/extract.c (file_newer_p): Do not report error on ENOENT
-
-2009-06-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Remove rebox.el (reappeared after migration to Git)
-
-2009-06-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Remove files that were removed in CVS, but reappeared after
-       migration to Git
-
-2009-06-18  David Bartley  <dtbartle@csclub.uwaterloo.ca>
-
-       Fix Solaris bug where chmod fails if we don't have
-       PRIV_SYS_LINKDIR
-       * gnulib.modules: Add priv-set.
-       * src/extract.c (set_mode, extract_archive): Restore
-       PRIV_SYS_LINKDIR on chmod failure.
-       * src/tar.c (main): Drop PRIV_SYS_LINKDIR on startup.
-
-2009-06-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Ensure default behavior for SIGPIPE
-       * src/tar.c (main): Install default handler for SIGPIPE.
-       Proposed by Bastian Blank.
-
-2009-06-18  Eric Blake <ebb9@byu.net>
-
-       Follow autoconf recommendation for TESTSUITEFLAGS.
-       * tests/Makefile.am (check-local, installcheck-local): Honor
-       TESTSUITEFLAGS.
-
-2009-06-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix handling of sub-subprocess returns.
-       * src/system.c (wait_for_grandchild): New function.
-       (sys_child_open_for_compress)
-       (sys_child_open_for_uncompress): Use wait_for_grandchild
-       to manage grandchild return.
-
-2009-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Report record size only if the archive refers to a device.
-       * Makefile.am (INCLUDES): Add ../lib, for rmt-command.h
-       * src/buffer.c (short_read): Report the actual record size
-       only if the archive descriptor refers to a device.
-       * tests/pipe.at, tests/shortrec.at,
-       tests/sparsemvp.at: Reflect the above change.
-       * NEWS, configure.ac: Version 1.22.90
-
-2009-05-14  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Do not issue errors on existing files when given the -k option
-       * Makefile.am (dist-hook): Fix rule.
-       * src/extract.c (maybe_recoverable): Return three-state value.
-       (extract_dir): Skip extraction if maybe_recoverable indicates so.
-       (extract_file): Likewise.
-
-2009-05-12  Eric Blake <ebb9@byu.net>
-
-       Avoid undefined behavior
-       * src/xheader.c (xheader_set_keyword_equal): Pass correct type to
-       ctype macros.
-       * src/transform.c (run_case_conv): Likewise.
-
-2009-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Remove src/Makefile.in
-
-2009-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Bugfixes.
-       * bootstrap (symlink_to_dir): Fix symlink calculation.
-       * doc/tar.texi: Minor fixes by Victor Villa and Stepan Kasal.
-
-2009-03-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Remove Makefile.in
-
-       Migrate to Git
-
-2009-03-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c: --no-recursive works with --incremental.
-
-2009-03-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Add xz support.
-
-       * src/buffer.c, src/suffix.c: Add support for xz compression.
-       * src/tar.c: New option --xz, for compression/decompression using xz.
-       Re-assign -J as a short equivalent of --xz.
-
-2009-01-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Fix typo.
-
-2008-12-29  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap.conf: Include size_max.
-       * gnulib.modules: Remove memset, rmdir. Replace strdup with
-       strdup-posix. Patch by Eric Blake.
-       * src/tar.c: Implement -I as a shorthand for --use-compress-program.
-       * doc/tar.texi: Document -I.
-       * tests/pipe.at, tests/shortrec.at: Account for eventual 'Record
-       size' output.
-       * tests/testsuite.at (AT_TAR_CHECK_HOOK): New define
-       (AT_TAR_WITH_HOOK, TAR_IGNREC_HOOK): New macros.
-
-2008-11-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
-       by Jim Meyering.
-
-2008-11-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Do not try to drain the input pipe before closing the
-       archive.
-
-       * src/buffer.c (close_archive): Remove call to
-       sys_drain_input_pipe. Pass hit_eof as the second
-       argument to sys_wait_for_child.
-       * src/common.h (sys_drain_input_pipe): Remove
-       (sys_wait_for_child): Declare second argument.
-       * src/system.c (sys_drain_input_pipe): Remove.
-       (sys_wait_for_child): Take two arguments. The second one helps to
-       decide whether to tolerate child termination on SIGPIPE.
-
-2008-11-03  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (_write_volume_label): Fix typo, which prevented
-       `-V label -M' from working.
-
-2008-10-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS, configure.ac: Version 1.20.91
-       * doc/tar.texi: Document transformation scope flags.
-       * src/common.h (transform_symlinks_option): Remove in favor of
-       transformation scope flags.
-       (XFORM_REGFILE, XFORM_LINK, XFORM_SYMLINK, XFORM_ALL): New macros.
-       (transform_name, transform_member_name, transform_name_fp): Take
-       an additional argument, specifying scope flags.
-       * src/create.c: Reflect changes to transform_name.
-       * src/extract.c (extract_link, extract_symlink): Remove calls to
-       transform_member_name. It is done in read_header.
-       * src/list.c (decode_xform): Reflect change in data type of 2nd
-       argument.
-       (transform_member_name): 2nd arg is int.
-       (decode_header): Transform file name and link target names.
-       * src/tar.c: Remove --transform-symlinks.
-       * src/transform.c (struct transform): New member `flags'.
-       (transform_flags): New variable.
-       (parse_transform_expr): Parse transformation scope flags. Allow to
-       set global flags using `flags=' syntax.
-       (_transform_name_to_obstack, transform_name_fp)
-       (transform_name): Take an additional argument, specifying scope
-       flags.
-
-2008-10-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * THANKS: Add Ed Leaver.
-       * src/buffer.c (short_read): Remove !read_full_records condition,
-       which was always false on a first record and thus disabled record
-       size autodetection.  Thanks Ed Leaver for the patch.
-       (_gnu_flush_read): Handle blocking_factor == 1.
-       * tests/sparsemv.at: Reflect changes to buffer.c.
-       * tests/sparsemvp.at: Likewise.
-       * tests/volsize.at: Likewise.
-       * NEWS: Update.
-
-2008-10-16  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (transform_symlinks_option): New global.
-       * src/create.c (dump_file0): Transform symlink targets only if
-       explicitly required.  Thanks Cyril Strejc for reporting the
-       problem.
-       * src/tar.c (parse_opt): New options --transform-symlinks and
-       --no-transform-symlinks. New alias --xform to the --transform
-       option.
-       * doc/tar.texi: Document --transform-symlinks
-       * NEWS: Update.
-       * THANKS: Update.
-
-       * src/names.c (name_gather): Use xzalloc.
-       * src/buffer.c (short_read): Move record size detection before
-       the loop.
-
-2008-10-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (options): Add --lzop option.
-
-2008-10-05  Xavier Hienne <xavier.hienne@free.fr> (tiny change)
-
-       * src/checkpoint.c (checkpoint_compile_action): Add missing
-       `else'.
-
-2008-09-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update.
-       * doc/tar.texi: Update.
-       * src/tar.c: New option --no-null.
-
-2008-09-23  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (filename_terminator): Remove global.
-       * src/tar.c (filename_terminator): New static.
-       * src/names.c (name_next_elt): Do not depend on
-       filename_terminator, this was a leftover from 1.13.
-
-2008-09-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Remove incorrect example.
-
-2008-09-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (dumpdir_create0): Eliminate gcc warning.
-       (attach_directory): Bugfix - add missing return statement.
-       * THANKS: Add Enric Hernandez
-
-2008-07-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (struct directory): New member `next'.  Change
-       type of `name'.
-       (dirhead, dirtail): New statics.
-       (make_directory): Reflect changes to struct directory.
-       (free_directory, attach_directory): New functions.
-       (dirlist_replace_prefix): New function.
-       (note_directory): Use attach_directory, instead of make_directory,
-       (find_directory, find_directory_meta): Use free_directory.
-       (procdir): Replace directory prefixes in directory list to avoid
-       marking subdirectories as renamed after renaming their parent
-       directory.
-       (append_incremental_renames): Iterate over directory list, not
-       hash table, to preserve logical ordering of renames.
-       * tests/rename04.at, tests/rename05.at: New test cases.
-       * tests/Makefile.am, tests/testsuite.at: Add rename04.at and
-       rename05.at.
-       * tests/atlocal.in (decho): New function.
-       * tests/multiv06.at: Use decho instead of echo2.
-       * tests/incremental.at: Raise wait interval to 2 seconds.
-
-2008-07-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (decode_options): Do not allow volume length less
-       than record size.
-       * src/buffer.c (_gnu_flush_write): Compensate for the effect
-       of eventual flush_archive occurring in the middle of buffer
-       move.
-       Increment records_written only if _flush_write was able to write
-       something.
-       * tests/multiv06.at: New testcase.
-       * tests/Makefile.am, test/testsuite.at: Add tests/multiv06.at
-
-2008-06-26  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac, NEWS: Version 1.20.90
-       * doc/tar.texi: Document -J, --no-auto-compress, etc.
-       * src/buffer.c (ct_tar): New constant.
-       (magic): Add lzop support.  Proposed by Kevin Day
-       <thekevinday@gmail.com>.
-       (check_compressed_archive): Do not use autodetect if the
-       compression program was specified explicitly.
-       Fall back to analyzing archive name, if the autodetection fails.
-       * src/suffix.c: Add .lzo
-       * src/tar.c: New options --lzop and --no-auto-compress.
-       New short option -J (alias for --lzma).
-
-       * src/buffer.c (try_new_volume): Print more information with error
-       diagnostics.
-       (_gnu_flush_write): Improve error checking.  Adjust
-       real_s_sizeleft before calling new_volume to avoid creating
-       malformed multivolume headers.
-       * tests/delete05.at, tests/gzip.at, tests/ignfail.at,
-       tests/longv7.at, tests/lustar01.at, tests/lustar02.at,
-       tests/shortfile.at: Update to match new diagnostic wording
-       (see 2008-05-06).
-
-       * NEWS: Update.
-
-2008-06-14  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi (exclude): Document support for new VCS.
-       * THANKS: Update.
-       * NEWS: Update.
-       * tests/multiv05.at: Fix typos.
-       * tests/volsize.at: Remove a TZ dependency.
-
-2008-06-14  Dan Drake <dan@dandrake.org> (tiny change)
-
-       * src/tar.c (exclude_vcs_files): Support for Bazaar, Mercurial and
-       Darcs.
-
-2008-05-06  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (main): Reword the "delayed error" message. New
-       wording proposed by Karl Berry.
-
-2008-02-20  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac: Raise version number to 1.20
-       * src/compare.c (diff_dumpdir): const.
-       * src/common.h (dumpdir_t,dumpdir_iter_t): New data types.
-       (dumpdir_create0,dumpdir_create,dumpdir_free,dumpdir_locate)
-       (dumpdir_first,dumpdir_next): New functions.
-       * src/incremen.c (dumpdir_create0,dumpdir_create,dumpdir_free)
-       (dumpdir_first,dumpdir_next): New functions.
-       (dumpdir_locate): Rewrite using binary search.
-       (struct directory): Change members char *contents, *icontents to
-       struct dumpdir *dump, *idump. All references updated.
-       (note_directory): Last arg is const.
-       * src/names.c (add_hierarchy_to_namelist): buffer is const.
-       * tests/incr03.at, tests/incr04.at, tests/rename02.at,
-       tests/rename03.at: Insert calls to sleep between creation of files
-       and adding them to the archive.
-
-2008-03-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/create.c (dump_file0): Count links only for actually dumped
-       files.
-
-2008-03-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Document --no-check-device and --check-device.
-       * doc/rendition.texi: Change the way FIXME-*refs are handled in
-       !PROOF.
-       * doc/intern.texi, doc/tar.texi: Update.
-       * doc/untabify.el: New file.
-       * doc/Makefile.am (EXTRA_DIST): Add untabify.el
-       (untabify, final, check-format, check-refs, check-fixmes)
-       (check-unrevised, all-check-docs, check-docs): New rules.
-
-       * src/common.h (check_device_option): New global.
-       * src/incremen.c (procdir): Use boolean and instead of bitwise
-       one. Patch by Jean-Louis Martineau.
-       Compare device numbers only if check_device_option is set.
-       * src/tar.c: New command line options --no-check-device and
-       --check-device. Proposed by Jean-Louis Martineau.
-       (parse_opt): Hanlde new options.
-       (decode_options): Initialize check_device_option to true.
-
-       * THANKS: Update
-
-2008-03-06  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap: Use rsync to get translations.
-       * doc/tar.texi: Minor change.
-       * lib/.cvsignore: Update
-       * po/.cvsignore: Update
-       * src/system.c: Remove include setenv.h.
-       * tests/atlocal.in (STAR_DATA_URL): Update.
-       * tests/star/README: Update URL.
-
-2008-02-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Fix a typo. Reported by Denis Excoffier.
-
-2008-02-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update.
-       * configure.ac: Version 1.19.90
-       * po/POTFILES.in: Add missing files.
-       * src/compare.c (verify_volume): Honor --ignore-zeros.
-       Proposed by Jan-Benedict Glaw.
-       * tests/shortfile.at (AT_KEYWORDS): Add shortfile0.
-
-2008-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update.
-       * src/create.c (dump_file0): Apply transform_name to symlink
-       targets.
-
-2008-02-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/transform.c: Support multiple --transform options. Support
-       semicolon-separated lists of replace expressions.
-       * NEWS, tar.texi: Document changes to the --transform option.
-
-2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
-
-2007-12-17  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Exit with nonzero status if a close fails on an archive.
-       Problem (and initial trivial fix)
-       * src/buffer.c (close_archive, new_volume): close_error, not
-       close_warn.
-
-2007-12-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (check_compressed_archive): Do not bail out if the
-       file is too short, set boolean flag, passed as an argument
-       instead.  This fixes a bug introduced on 2007-08-24. See also
-       tests/shortupd.at.
-
-       * tests/Makefile.am, tests/testsuite.at: Add shortupd.at.
-       * tests/shortupd.at: New test.
-
-2007-11-12  Jim Meyering  <meyering@redhat.com>
-
-       Don't read from name[-1].
-       * src/incremen.c (make_directory): Handle namelen == 0, since
-       find_directory_meta calls make_directory ("").
-
-2007-11-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap (checkout): Use URL of the gnulib CVS mirror.
-       * gnulib.modules: Add fseeko and snprintf.
-
-2007-10-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/checkpoint.c: New actions: bell and ttyout
-       * src/system.c (sys_exec_info_script)
-       (sys_exec_checkpoint_script): pass the current blocking factor in
-       TAR_BLOCKING_FACTOR environment variable.
-       * doc/tar.texi: Update
-       * NEWS: Update
-
-2007-10-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/Makefile.am: Use texi2html and the CVS version of gendocs.sh
-       to create HTML versions of the manual.
-       * doc/gendocs_template: Likewise.
-       * doc/tar.texi: Document --hard-dereference and
-       --checkpoint-action options. Improve documentation of
-       --check-links.
-
-2007-10-29  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update
-       * configure.ac: Version 1.19.1
-       * po/POTFILES.in: Add src/checkpoint.c
-       * src/Makefile.am (tar_SOURCES): add checkpoint.c
-       * src/checkpoint.c: New file - checkpoint handling.
-       * src/buffer.c (checkpoint, do_checkpoint): Remove.
-       (_flush_write, simple_flush_read, _gnu_flush_read): Use
-       checkpoint_run.
-       * src/common.h (enum checkpoint_style): Remove.
-       (checkpoint_style): Remove.
-       (DEFAULT_CHECKPOINT): New define.
-       (hard_dereference_option): New variable.
-       (sys_exec_checkpoint_script): New declaration.
-       * src/create.c (file_count_links): do nothing if
-       hard_dereference_option is set.
-       * src/system.c (sys_exec_checkpoint_script): New function.
-       (sys_exec_info_script): Restore SIGPIPE handler.
-       * src/tar.c: (parse_opt): New options --hard-dereference,
-       --checkpoint-action.
-       (decode_options): Call checkpoint_finish_compile.
-
-       * src/system.c (sys_exec_info_script): Initialize buf. Problem
-       reported by Bengt-Arne Fjellner.
-
-2007-10-18  Jim Meyering  <jim@meyering.net>
-
-       Avoid compiler warnings.
-       * src/list.c (read_header_primitive): Define two locals, to
-       avoid incorrect "may be used uninitialized" warnings.
-       * src/incremen.c (procdir): Remove decl of unused local, "len".
-
-2007-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi (gzip): Remove compression patent
-       warning. According to Brett Smith, the patent is
-       expired.
-
-2007-10-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/suffix.c: New file. Compress format detection by archive
-       suffix (when creating). Suggested by Jean-Pierre Demailly.
-       * src/Makefile.am: Add suffix.c
-       * src/buffer.c (magic): Add an entry for new lzma format. Proposed
-       by Lasse Collin.
-       * src/common.h (set_comression_program_by_suffix): New prototype.
-       * src/tar.c: New options --auto-compress (-a) and --lzma
-       * THANKS: Add Lasse Collin and Jean-Pierre Demailly.
-       * NEWS: Update
-       * doc/tar.texi: Update
-
-2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/utf8.c (string_ascii_p): Recode to avoid bogus GCC 4.2.1
-       warning about "comparison is always true due to limited range of
-       data type" when char is unsigned.
-
-2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Adjust to recent gnulib changes.
-       * configure.ac: Dont' check for strerror, since gnulib now does this.
-       * .cvsignore: Add m4, tar-[0-9]*.
-       * lib/.cvsignore: Adjust to various gnulib file name changes.
-       Add .deps, rmt-command.h.
-
-2007-10-10  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac, NEWS: Raise version number to 1.19
-       * tests/star/README: Update
-
-2007-10-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/create.c (dump_regular_file): Fix file padding in case of
-       truncation to zero size.
-       * NEWS: Update
-
-2007-10-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/T-null.at: Use AT_DATA for sample output.
-
-2007-10-03  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (try_purge_directory): Ensure that arguments to T
-       and R are safe.
-
-2007-09-29  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (obstack_code_rename): Apply safer_name_suffix to
-       name arguments before storing them in T and R records. Reported by
-       Nicholas Cole.
-
-2007-09-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac: Raise version number to 1.18.90
-       * NEWS: Likewise
-
-       * doc/snapshot.texi: Document version 2.
-       * doc/dumpdir.texi: Update.
-
-       Implement --exclude-tag* and --exclude-cache* options for listed
-       incremental archives.
-       New option --exclude-vcs to exclude VCS-specific files and
-       directories.
-
-       * NEWS: Update
-       * doc/tar.texi: Document --exclude-vcs option
-       * src/common.h (exclusion_tag_warning, check_exclusion_tags): New
-       prototypes.
-       * src/create.c (exclusion_tag_warning, check_exclusion_tags):
-       Remove static qualifier.
-       (check_exclusion_tags): account for dirname without terminating
-       slash.
-       (dump_dir0): exclusion_tag_all is handled elsewhere.
-       * src/incremen.c (struct directory): New member tagfile
-       (make_directory): Initialize tagfile to NULL
-       (procdir): New argument: entry
-       Hanlde exclusion tags.
-       (makedumpdir): Take into account directory->tagfile.
-       (scan_directory): Hanlde exclusion tags.
-       * src/tar.c: New option --exclude-vcs
-       (exclude_vcs_files): New function
-
-2007-09-14  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * AUTHORS: Remove unnecessary information.  Just list the
-       principal authors.
-       * THANKS: Remove info duplicated from AUTHORS.
-
-2007-08-25  Jim Meyering  <jim@meyering.net>
-
-       Don't include <getline.h>.  No longer needed.
-       * src/incremen.c: Don't include <getline.h>.  No longer needed.
-       * src/buffer.c: Likewise.
-       * src/system.c: Likewise.
-       * src/tar.c: Likewise.
-
-       Avoid shadowing and unused-variable warnings.
-       * src/create.c (check_exclusion_tags): Remove declaration of unused
-       local, "ret".
-       * src/compare.c (diff_dumpdir): Rename stat->stat_data to avoid
-       shadowing the syscall.
-       * src/buffer.c (do_checkpoint): Don't shadow the write syscall.
-       (try_new_volume): Avoid shadowing "access".
-       * src/tar.c (decode_options): Rename index->idx to avoid shadowing.
-       (find_argp_option): Rename option->o to avoid shadowing.
-       * src/incremen.c (scan_directory): Rename local, dir_name->dir,
-       to avoid shadowing the function.
-       (get_directory_contents): Likewise.
-       * src/system.c (global_pid): Rename from "pid", to avoid being
-       shadowed by locals.
-       * src/extract.c (apply_nonancestor_delayed_set_stat):
-       Rename st->sb to avoid shadowing another local.
-
-2007-08-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac, NEWS: Raise version number to 1.18.1
-
-       * src/buffer.c (check_compressed_archive): Detect files smaller
-       than 512 bytes.
-       * tests/shortfile.at: New test case for the above change.
-       * tests/testsuite.at, tests/Makefile.am: Add shortfile.at
-
-2007-08-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap: Gnulib initialization destroyed paxutils m4 files.
-       Initialize paxutils structure after that of gnulib.
-
-2007-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/names.c (contains_dot_dot): Fix double-dot recognition in
-       case of duplicate /. Patch by Dmitry V. Levin.
-
-       * bootstrap (symlink_to_gnulib): Make sure the target directory
-       exists and create it if it does not.
-
-       * doc/tar.texi: Fix a typo.
-
-2007-06-28  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap: Update for the change of the TP URL
-
-2007-06-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-        Relicense under GPLv3
-
-2007-06-21  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/testsuite.at (AT_TAR_MKHIER): Skip test if genfile is
-       unable to create the file
-       * tests/lustar01.at: Likewise
-
-2007-06-21  Eric Blake  <ebb9@byu.net>
-
-        Resolve testsuite failures 40-42 on cygwin.
-        * tests/testsuite.at (AT_TAR_MKHIER): Skip tests when long
-        file names cannot be created.
-
-2007-06-16  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/Makefile.am (tar_TEXINFOS): Add tar-snapshot-edit.texi
-       * doc/tar-snapshot-edit.texi: New file
-       * doc/tar.texi (Fixing Snapshot Files): New appendix
-
-       * scripts/tar-snapshot-edit: New file
-       * tests/extrac07.at: Add back write permissions on dir
-
-2007-06-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/exclude.at: Sort the output.
-
-2007-06-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac, NEWS: Raise version number to 1.17
-
-       * doc/tar.texi, doc/intern.texi: Replace: s/filename/file name/;
-       s/(ASCII|ID|BSD)/@acronym{&}/;s/"[^"]+"/``&''/
-       Use `path' only when it refers to search paths, use
-       `file name' otherwise.
-       Fix various errors (based on patch by Benno Schulenberg)
-
-       * doc/tar.texi (Operation Summary): Restore alphabetical order of
-       the options.
-
-2007-06-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix bug, introduced on 2007-03-30.
-
-       * src/common.h (xform_type): New data type
-       (transform_member_name): Last argument is of xform_type type
-       All callers updated
-
-       * src/extract.c: Update calls to transform_member_name
-       * src/list.c (decode_xform): Exempt symbolic links from component
-       stripping and name suffix normalization.
-
-       * tests/extrac07.at: Update
-
-2007-05-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c (decx): Unknown pax keywords produce a warning,
-       not error.
-
-2007-05-29  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/misc.c (set_file_atime): Use gl_futimens, not futimens,
-       due to gnulib change.
-
-2007-05-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (buffer_write_global_xheader): New function
-       (struct xheader): Move definition to tar.h
-       (extended_header): Remove global
-       (xheader_init): New function
-       (xheader_decode_global,xheader_store,xheader_read)
-       (xheader_write_global,xheader_write,xheader_string_begin)
-       (xheader_string_add,xheader_string_end): Take xhdr as first
-       argument.
-       * src/tar.h (struct xheader): New definition
-       (struct tar_stat_info): New member xhdr (extended header).
-
-       * src/xheader.c (xheader_init): New function
-       (xheader_decode_global,xheader_store,xheader_read)
-       (xheader_write_global,xheader_write,xheader_string_begin)
-       (xheader_string_add,xheader_string_end): Take xhdr as first
-       argument.
-
-       * src/buffer.c (buffer_write_global_xheader): New function
-       Update to use new xheader calls.
-
-       * src/compare.c, src/create.c, src/delete.c, src/list.c,
-       src/sparse.c, src/tar.c, src/update.c: Global extended_header
-       removed, use new xheader calls instead.
-
-       * tests/T-null.at: Minor fix
-       * tests/atlocal.in (tarball_prereq): Discard eventual md5sum
-       output.
-
-2007-05-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/create.c (dump_file0): Original ctime cannot be used as a
-       directory change indicator if --remove-files is given.
-
-2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Adjust to latest Gnulib.
-       * lib/.cvsignore: Add dirfd.c, dirfd.h, float+.h, mbscasecmp.c,
-       stdio.h, stdio_.h, stdlib.h, stdlib_.h, time.h, time_.h, unistd.h.
-       Remove exit.h, getcwd.h, mempcpy.h, memrchr.h, mkdtemp.h, stpcpy.h,
-       strcase.h, strchrnul.h, strdup.h, strndup.h, strnlen.h, time_r.h,
-       vsnprintf.h.
-       * m4/.cvsignore: Remove localedir.h.  Sort.
-
-2007-04-03  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/common.h (closeopen): Remove decl.
-       * src/misc.c: Don't include <sys/time.h>, <sys/resource.h>; no longer
-       needed.
-       (get_max_open_files, closeopen): Remove.  All callers removed.
-       (chdir_dir): Use a different technique, which doesn't rely on closing
-       all open files.
-       * src/tar.c (main): Don't call closeopen.
-
-2007-04-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update
-       * doc/tar.texi: Update
-       * src/system.c (sys_exec_info_script): Store the
-       inter-communication fd in the environment variable TAR_FD
-
-2007-04-03  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (main): Move closeopen after decode_options to
-       allow shell process substitution to work.
-       * tests/extrac07.at: Expect a warning on stderr.
-
-2007-03-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (transform_name_fp): Change signature
-       (transform_member_name): New function
-       * src/extract.c (extract_link, extract_symlink): Use
-       transform_member_name instead of safer_name_suffix so that
-       --transform and --strip-components affect links as well.
-       * src/list.c (transform_member_name): New function
-       (decode_header): Use transform_member_name
-       * src/names.c (all_names_found): Remove check for matching_flags.
-       * NEWS: Update
-
-       * TODO: Update
-       * bootstrap (slurp): Remove any occurrences of $bt from the
-       generated gnulib.mk
-       * src/incremen.c: Do not include mkdtemp.h
-
-2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Adjust to recent gnulib changes.
-       * lib/.cvsignore: Add fchownat.c, rmt-command.h, strerror.c, string.h,
-       string_.h, sys, sys_time_.h, unistd_.h, wchar_.h, wctype_.h.
-       Remove localedir.h, size_max.h, xsize.h.
-       * src/xheader.c: Don't include stpcpy.h; no longer needed, now that
-       gnulib string.h defines stpcpy on all platforms.
-
-2007-01-23  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Document --exclude-caches* and --exclude-tag*
-       options.
-       * src/common.h (exclude_caches_option): Remove
-       (enum exclusion_tag_type): New data type
-       (add_exclude_tag): Rename to add_exclusion_tag
-       (cachedir_file_p): New prototype
-       * src/create.c (struct exclude_tag): rename to exclusion_tag
-       (check_exclusion_tags): New function
-       (cachedir_file_p): New function (from check_cache_directory)
-       (dump_dir0,dump_file0): Use check_exclusion_tags
-       * src/tar.c: New options --exclude-caches-all,
-       --exclude-caches-under, --exclude-tag-all, --exclude-tag-under
-       * tests/exclude.at: New file
-       * tests/Makefile.am (TESTSUITE_AT): Add exclude.at
-       * tests/testsuite.at: Add exclude.at
-
-2007-01-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * gnulib.modules: Require strerror
-       * doc/gendocs_template: Fix typos
-       * scripts/xsparse.c (expand_sparse): use ftruncate to handle the
-       trailing hole
-       * src/sparse.c (sparse_skip_file,pax_dump_header_1)
-       (pax_decode_header): Keep track of the number of bytes
-       written.
-       * configure.ac: Version 1.16.2
-       * NEWS: Update
-
-2007-01-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/compare.c (diff_dumpdir): Compare directory contents using
-       dumpdir_cmp.  Do not free dumpdir_buffer, it will leave the
-       incremental directory table in the inconsistent state and trigger
-       full dump.
-       (read_and_process): Process dumpdirs no matter what the archive
-       format.
-       * src/incremen.c (list_dumpdir): Minor fixes.
-
-       * src/compare.c (read_and_process): Fix type of "size"
-
-2006-12-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/T-null.at: Skip the test if genfile is not able to create
-       the filename with an embedded newline.
-
-2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Port to Forte Developer 7 C 5.4 and C99.
-       * src/common.h (add_exclude_tag): Add decl; C99 requires this
-       and Forte warns about it.
-       * src/incremen.c: Include <mkdtemp.h> for mkdtemp prototype,
-       for same reason.
-       * src/misc.c (get_max_open_files): Rewrite to avoid code that
-       Forte C complains about as being unreachable.
-       * src/xheader.c (mtime_code): Rewrite to avoid Forte error
-       reported by Trond Hasle Amundsen.
-
-       * src/incremen.c (compare_dirnames): Rewrite to avoid casts.
-       * src/utf8.c (string_ascii_p): Likewise.
-       * src/xheader.c (mtime_coder, volume_size_coder, volume_offset_coder):
-       Likewise.
-
-2006-12-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap: Add paxutils files to dot_ignore.
-
-       * configure.ac: Raise version number to 1.16.1
-       * bootstrap (slurp): Create .(cvs|git)ignore if not present
-       * po/.cvsignore, m4/.cvsignore: Remove automatically generated
-       files.
-
-2006-12-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update
-       * Makefile.am (distclean-local): Fixed
-       * doc/tar.texi: Update documentation of --exclude-tag
-       * src/create.c (dump_dir0): Move checks for exclude tags to
-       dump_file0.
-       (dump_dir): Move calls to ensure_slash to dump_file0
-       * src/extract.c (extract_file): Call skip_member if open fails.
-       Patch proposed by Jan-Benedict Glaw <jbglaw@lug-owl.de>
-       * tests/truncate.at: Use genfile instead of dd, because on some
-       systems /dev/zero is not available.
-
-2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * NEWS: Fix some race conditions with tar -x --same-owner.
-       * src/extract.c (ARCHIVED_PERMSTATS): Add a comment saying that
-       S_IRWXG | S_IRWXO might be masked out.
-       (set_mode): Set the mode if some bits were masked out originally.
-       (set_stat): Don't chmod before chown, as that might temporarily
-       grant permissions that we don't want to grant.  The chmod was
-       there only to work around broken hosts, so add a comment advising
-       users not to use those broken hosts instead.
-       (repair_delayed_set_stat, extract_dir):
-       Remember to mask out current umask before inverting permissions.
-       (extract_dir): If the owner might change, or if the mode has
-       special bits, create the directory 700 at first, but restore it later.
-       (open_output_file): New arg mode; all uses changed.
-       (extract_file, extract_node, extract_fifo): If the owner might
-       change, omit group and other bits at first, but restore them after
-       changing the owner.
-
-2006-12-04  Jim Meyering  <jim@meyering.net>
-
-       * doc/tar.texi (Long Options): Remove doubled word.
-
-2006-11-30  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c (xheader_read): Remove unused variable
-
-       * po/POTFILES.in: Remove src/mangle.c
-
-       * bootstrap: Implement --update-po and .bootstrap
-
-       * src/create.c (dump_dir0): Implement --exclude-tag option
-       * src/tar.c: Likewise
-       * doc/tar.texi (exclude): Document --exclude-tag
-
-2006-11-29  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * NEWS: Remove support for mangled names.
-       * doc/tar.texi (verbose tutorial): Likewise.
-       * src/Makefile.am (tar_SOURCES): Remove mangle.c.
-       * src/common.h (extract_mangle): Remove decl.
-       * src/extract.c (extract_mangle_wrapper): Remove.
-       (prepare_to_extract): Remove support for mangled names.
-       * src/list.c (read_and, print_header): Likewise.
-       * src/mangle.c: Remove.
-       * src/tar.h (GNUTYPE_NAMES): Remove.
-
-       Port to latest gnulib.  There were a lot of changes, so the
-       simplest way to get this up and running was to switch to coreutils
-       bootstrap procedure.  I noticed one feature missing after this
-       merge: the ability to update a single .po file.  I can add that
-       later if need be.
-       * README-cvs, bootstrap.conf: New files.
-       * lib/.cvsignore: Remove Makefile.am, printf-parse.c, vasnprintf.c.
-       Add fstatat.c, gnulib.mk, openat-proc.c, same-inode.h, stat_.h,
-       tempname.c, tempname.h, uinttostr.c.
-       * lib/printf-parse.c, lib/vasnprintf.c: New files, from coreutils,
-       to override gnulib, so that we don't need xsize.h.
-       * bootstrap: Replace with coreutils bootstrap, except add support
-       for paxutils.
-       * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Remove, as gl_EARLY now
-       does this.
-       (gl_EARLY, gl_INIT): Add.
-       (tar_GNULIB): Remove.
-       * gnulib.modules: Add configmake.
-       * lib/Makefile.tmpl: Remove, replacing with....
-       * lib/Makefile.am: New file.
-       * src/Makefile.am (tar.o): Remove dependency: Automake does this
-       for us.
-       * src/tar.c: Include <configmake.h> and <rmt-command.h>, not
-       <localedir.h>.
-
-2006-11-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c (mtime_coder): Treat non-null data as a pointer to
-       struct timespec, overriding st->mtime
-       * src/create.c (start_header): Pass mtime as a call-specific data
-       to xheader_store.
-
-       * tests/truncate.at: Do not use 'k' modifier in dd options.
-       * tests/append02.at: Do not depend on command timing.
-
-2006-11-01  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (enum read_file_list_state.file_list_skip): New value
-       (read_name_from_file): Skip zero-length entries
-
-       * tests/T-empty.at: New test case
-       * tests/T-null.at: New test case
-       * tests/extrac07.at: New test case
-       * tests/Makefile.am: Add new test cases.
-       * tests/testsuite.at: Add new test cases.
-       * tests/extrac02.at: Add more keywords
-       * tests/extrac04.at: Likewise
-       * tests/extrac06.at: Likewise
-       * tests/shortrec.at: Do not assume tar's default archive is stdout
-
-2006-10-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/extract.c, src/xheader.c: Call last_component instead of
-       base_name. The latter returns a malloced string since 2006-03-11.
-
-2006-10-21  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS, configure.ac: Version 1.16
-       * Makefile.am (distclean-local): New rule
-
-2006-10-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c: Fix help output formatting.  Thanks Benno
-       Schulenberg.
-
-2006-10-16  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * Makefile.am (dist-hook): Create a cpio archive.
-       * NEWS: Update
-
-2006-10-14  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi (Synopsis): Document tar exit codes.
-       * src/create.c (dump_regular_file,dump_file0): Set exit_status to
-       TAREXIT_DIFFERS if the file being dumped was truncated or
-       otherwise changed.
-       * src/tar.c: Do not attempt to close stderr after call to
-       close_stdout.
-       * tests/grow.at: New test case
-       * tests/Makefile.am: New test grow.at
-       * tests/testsuite.at: Likewise
-       * tests/truncate.at (AT_KEYWORDS): Keyword `filechange'
-       Test tar exit status.
-
-       * src/buffer.c (_open_archive): Make sure stdlis is set to stderr
-       when we are writing archive to stdout (unless --index-file is
-       used). Bug introduced on 2006-07-06.
-       * tests/Makefile.am: New test verbose.at
-       * tests/testsuite.at: Likewise
-       * tests/indexfile.at (AT_KEYWORDS): Add stdout keyword
-       * tests/verbose.at: New test case
-
-2006-10-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * THANKS: Add Joerg Weilbier
-       * src/buffer.c (new_volume): Initialize current_block
-       * src/xheader.c (xheader_string_end): Fix diagnostic message.
-       * tests/multiv05.at: New testcase.
-       * tests/Makefile.am, tests/testsuite.at: Add multiv05.at
-
-2006-09-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap: Use ${package} instead of hardcoding package name
-       * doc/tar.texi: Minor fix
-       * src/tar.c (doc0, doc1, initialize_argp_doc): Removed.  Rely on
-       the new argp method instead.
-
-2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * README: Fix a typo
-
-2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Adjust to latest gnulib.
-       * lib/.cvsignore: Add at-func.c, configmake.h, fchmodat.c,
-       fcntl.h, fcntl_.h, inttypes_.h, lstat.c, lstat.h.
-       * tests/testsuite.at (AT_TAR_MKHIER): Use install-sh -d
-       rather than the no-longer-included mkinstalldirs.
-
-2006-09-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (try_purge_directory): Initialize struct st.  Fix
-       condition for selecting candidates for removal.
-       * README-alpha: List texinfo among build prerequisites for the CVS
-       version.
-
-       * bootstrap (intl_files_to_remove): Do not remove m4/inttypes-h.m4
-       and m4/inttypes-pri.m4
-
-2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap: Set XGETTEXT_OPTIONS to flag our printf-format functions,
-       so that translators are warned about strings that are formats but
-       don't look like formats.  This might help prevent core dumps.
-       * configure.ac (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros.
-       Suggested by Eric Blake to avoid problems like
-       <http://lists.gnu.org/archive/html/bug-coreutils/2006-07/msg00087.html>.
-       (AM_GNU_GETTEXT_VERSION): Upgrade from 0.12.1 to 0.15.  The gettext
-       manual says we should use the version number normally expected of
-       maintainers, neither more nor less.
-
-       * bootstrap (get_translations):
-       Don't exclude ky.po; it is working again.
-
-2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap (get_translations):
-       Don't exclude ja.po; it is working again.
-       Don't remove all old .po files if we're merely updating one.
-       * po/.cvsignore: Add Makevars.
-
-2006-08-07  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/tar.c: Work around limitation imposed by gettext 0.15
-       by concatenating strings with "\v" after translation.
-       (doc): Remove, splitting into:
-       (doc0, doc1): New constants.
-       (argp): Don't use doc; just initialize to NULL.
-       (initialize_argp_doc): New function.
-       (decode_options): Use it.
-
-       * bootstrap: Redo po file retrieval to match Bison's method,
-       since the translation project changed its index format.
-       Don't use --assume-autoconf; it's now replaced
-       by looking in configure.ac.
-       (m4/codeset.m4, m4/intdiv.m4, m4/inttypes-pri.m4, m4/isc-posix.m4):
-       (m4/lcmessage.m4, m4/onceonly_2_57.m4, m4/gettext.m4, m4/glibc21.m4):
-       (m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4):
-       (m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4):
-       Don't rename to ..._gl.m4, as this is no longer needed.
-       (m4/geteext.m4): Patch to remove the need for intl/*.
-       Use autopoint manually, then remove the intl files,
-       then undo changes to gnulib files that autoreconf made,
-       and then run aclocal/autoconf/autoheader/automake.
-       This makes our bootstrap procedure closer to Bison's.
-       (po/Makevars): Generate automatically.
-       * configure.ac (AC_PREREQ): Update from 2.59 to 2.60.
-       (gl_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Remove.
-       * gnulib.modules: Add inttypes, stdint.
-       * lib/.cvsignore: Add close-stream.c, close-stream.h,
-       stdint.h, stdint_.h.
-       * po/Makefile: Remove; now automatically generated.
-
-       * src/incremen.c (read_incr_db_01): Check input strings more
-       carefully.  Do not pass arbitrary char values to isspace, as
-       this has undefined behavior.  Likewise for assigning arbitrary
-       uintmax_t values to other types.
-       (read_negative_num, read_unsigned_num, read_timespec):
-       New functions, to check input values a bit more carefuly.
-       (read_num): Use read_unsigned_num.  New arg MAX_VAL;
-       all callers changed.
-       (read_incr_db_2): Use these new functions.
-       Use a consistent diagnostic for unexpected EOF.
-       (read_directory_file): Do not assign arbitrary uintmax_t value
-       to int.
-       (read_timespec, write_directory_file_entry, write_directory_file):
-       Handle negative time_t values correctly.  We don't bother to do
-       this with pre-2 formats, since presumably the time stamps were
-       output incorrectly.
-
-       * src/tar.c (doc): Don't use \v in an argument to gettext;
-       gettext 0.15 rejects this.
-
-2006-07-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (decode_options): Do not require -L with -M -Hpax.
-       It could be needed in future, but currently it is not.
-       * src/create.c (to_chars_subst): Update comment regarding OLDGNU
-       vs. GNU format differences.
-       (mode_to_chars): Treat OLDGNU_FORMAT same as GNU_FORMAT. Fixes bug
-       reported by TAMUKI Shoichi <tamuki@linet.gr.jp>, which caused
-       equivalent `tar cf ...' and `tar rf ...' commands to produce
-       different archives.
-
-       * tests/append02.at: New test case
-       * tests/Makefile.am, tests/testsuite.at: Add append02.at
-
-2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap: Adjust to today's change to gnulib-tool by invoking
-       it with --assume-autoconf='latest-stable'.
-
-2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Adjust to recent gnulib changes.
-       * lib/.cvsignore: Remove atexit.c, exit.c, getndelim2.c, getndelim2.h,
-       pathmax.h, paxconvert.c, paxerror.h, xstrdup.c.
-       Add inttypes.h, mktime.c, wcwidth.h, xstrndup.c, xstrndup.h.
-       * src/create.c (start_header): Adjust to API change to mode_adjust.
-
-2006-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * THANKS: Add Ralf Wildenhues
-       * NEWS: Update
-
-2006-07-09  Ralf Wildenhues   <Ralf.Wildenhues@gmx.de>
-
-       * doc/dumpdir.texi, doc/snapshot.texi, doc/sparse.texi,
-        doc/tar.texi: Fix some typos.
-
-2006-07-06  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       tar --index-file=FILE --file=- sent the archive to FILE, and
-       the listing to stderr. Bug reported by Marcin Gryszkalis
-       <mg@fork.pl>
-
-       * src/buffer.c (_open_archive): Remove stdlis initialization
-       * src/tar.c (decode_options): Initialize stdlis
-       * tests/indexfile.at: New test case
-       * tests/testsuite.at: Include indexfile.at
-       * tests/Makefile.am (TESTSUITE_AT): Add indexfile.at
-
-2006-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/Makefile.am (manual): Fix TEXINPUTS
-       * doc/rendition.texi (FIXME): Do not use deprecated @quote-args.
-       Do not use @allow-recursion. In its current form the macro is not
-       recursive.
-
-2006-07-03  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap (update_po): Fix single translation update
-
-2006-07-03  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * configure.ac (AC_CHECK_FUNCS): Check for getdtablesize
-       * src/common.h (closeopen): New function
-       * src/misc.c (chdir_arg): Use x2nrealloc to reallocate wd.
-       (get_max_open_files,closeopen): New functions
-       (chdir_do): Do not use save_cwd if it was already used more than
-       max_open_files-4 times to avoid running off the file
-       descriptors.
-       * src/tar.c (main): Call closeopen
-       * doc/tar.texi: Update --directory description
-       * NEWS: Update
-
-2006-06-26  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Update. Add cross-references.
-       * doc/sparse.texi: Add cross-references.
-
-2006-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * scripts/xsparse.c: A sample utility to expand sparse files
-       extracted by third-party tars. It is not meant to be installed nor
-       to be included in the distribution. It is here, so that it can be
-       obtained either from CVS or from the tar web site.
-       * doc/Makefile.am (tar_TEXINFOS): Sorted
-       * doc/tar.texi (Other Tars): New node describing how to extract
-       GNU-specific member formats using third-party tars.
-       * src/common.h (sparse_file_p): Remove
-       * src/sparse.c: Likewise
-       * src/create.c: Use ST_IS_SPARSE instead of sparse_file_p (update
-       paxutils first)
-       * src/tar.c: --sparse-version turns on --sparse
-
-2006-06-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (print_total_stats): Add default case.
-       * src/common.h (name_init): New prototype.
-       (xheader_string_end): Return bool.
-       * src/extract.c (extract_volhdr): Add missing return
-       * src/incremen.c: Remove not used variables
-       * src/sparse.c (pax_dump_header_0): Return false if
-       xheader_string_end fails (for 0.1 formats).
-       (pax_dump_header): Return meaningful value
-       * src/transform.c (segm_count): Change type to size_t
-       * src/xheader.c (xhdr_tab.decoder): pass keyword as a second
-       argument. All callers changed.
-       (decode_record): Check for numeric overflow
-       (xheader_string_end): Return boolean value. Check for possible
-       numeric overflow
-
-2006-06-23  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/sparse.texi: New file
-       * doc/Makefile.am (tar_TEXINFOS): Add sparse.texi
-       * doc/intern.texi (Sparse Formats): New node
-       * doc/tar.texi: Update master menu
-
-       * src/common.h (tar_sparse_major,tar_sparse_minor): New globals.
-       * src/sparse.c: Implement sparse format versioning. Implement new
-       version (1.0) of PAX sparse format.
-       (pax_sparse_member_p): Fix condition
-       (pax_dump_header): A dispatcher function
-       (pax_dump_header_0,pax_dump_header_1): New functions.
-       (pax_optab): Update
-       (oldgnu_dump_header): Minor fix: make sure
-       sparse_header.isextended is set before calling
-       set_next_block_after
-       * src/tar.c: New option --sparse-version
-       * src/tar.h (struct tar_stat_info.sparse_major,sparse_minor): New
-       members.
-       * src/xheader.c: Implement new keywords: GNU.sparse.name,
-       GNU.sparse.major, GNU.sparse.minor, GNU.sparse.realsize
-
-       * tests/spmpv00.at, tests/spmvp01.at, tests/spmvp10.at: New
-       testcases.
-
-       * tests/Makefile.am: Add spmvp00.at, spmpv01.at, spmpv10.at
-       * tests/shortrec.at: Explicitely give `-f -' to the tar invocation
-       * tests/sparsemvp.at: Rewritten as an include file.
-       (TAR_MVP_TEST): New macro
-       * tests/testsuite.at: Include sparsemvp.at, spmvp00.at,
-       spmvp01.at, spmvp10.at
-
-2006-06-21  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi (Overriding File Metadata): New node
-       Document --mtime option.
-       * src/common.h (set_mtime_option,mtime_option): New globals
-       * src/create.c (start_header): Override mtime if requested
-       * src/tar.c: Implement new option, --mtime, allowing to set
-       modification times for all archive members during creation.
-       (struct tar_args): textual_date_option replaced with a linked list
-       textual_date. All references updated.
-       (get_date_or_file,report_textual_dates): New functions.
-       * configure.ac: Raise version number to 1.15.92
-       * NEWS: Update
-
-2006-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (struct name.explicit): Remove
-       Use variable names in all declarations
-       (name_scan): Remove second argument
-       * src/delete.c: Remove second argument from calls to name_scan
-       * src/update.c: Likewise
-       * src/incremen.c (procdir): Use is_individual_file to check for
-       files explicitely specified in the command line. Fixes bug
-       reported by Dat Head on 19 Jun 2006 (descending into mountpoints
-       with --one-file-system in use)
-       * src/misc.c (maybe_backup_file): Second argument is bool
-       * src/names.c (name_next_elt): Call register_individual_file
-       (namelist_match): Remove third argument
-       (name_match): Change return type to bool
-       (name_scan): Remove second argument
-       * src/sparse.c (pax_dump_header): Store original sparse file name
-       in GNU.sparse.name variable. The name field in the ustar header
-       now contains generated name (%d/GNUSparseFile.%p/%f), so that
-       non-pax-aware tars won't extract the file under the original
-       filename.
-       * src/xheader.c (GNU.sparse.name): New variable for storing sparse
-       file name.
-
-2006-06-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/Makefile.am (check-options): Expand macros before grepping
-       in $(info_TEXINFOS)
-       * doc/rendition.texi (FIXME) [!PROOF_FOOTNOTED]: Enclose in a
-       cartouche
-       * doc/tar.texi: Define op as codeindex. Use special macros to
-       populate it
-       Consequently prefer @dfn{long options} over @dfn{mnemonic
-       options}.
-       Document --unquote, --no-unquote
-       (Short Option Summary): Build a table of cross-references to the
-       corresponding long options.
-       (Using Multiple Tapes,Multi-Volume Archives): Rewritten
-
-       * doc/value.texi (xopindex,opsummary): New macros
-
-       * doc/Makefile.am (check-options): New goal
-       * doc/tar.texi: Update
-       * src/tar.c: Implement --overwrite-dir option (long ago
-       documented).
-
-2006-06-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Document better the --totals option
-       * NEWS: Update
-       * src/buffer.c (total_blocks_deleted): New variable
-       (set_start_time): Set volume_start_time and last_stat_time as well
-       (set_volume_start_time): New function
-       (compute_duration): Do not call set_start_time, update
-       last_stat_time instead. Use it in calculation instead of
-       start_time, which is now set only once, upon startup.
-       (print_total_written): Removed.
-       (print_total_stats): New function for printing byte/speed statistics.
-       (_open_archive): Detect attempts to update compressed archives.
-       (_gnu_flush_write): Always update prev_written.
-       (open_archive): Call set_volume_start_time.
-       * src/common.h (volume_start_time,last_stat_time): New globals
-       (print_total_written): Replaced with:
-       (print_total_stats): New function
-       * src/delete.c (records_skipped): Remove static qualifier, the
-       variable is used by print_total_stats in buffer.c
-       * src/extract.c (check_time): Use volume_start_time when checking
-       for timestamp plausability.
-       * src/tar.c: (options, parse_opt): Allow for optional argument to
-       the --totals option, which specifies a signal upon delivery of which
-       the statistics must be output.
-       (main): Call print_total_stats if total_option is set.
-
-2006-06-11  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c (xheader_set_single_keyword): Fix typo.
-       (decode_time): Avoid using gotos.
-
-       * doc/mastermenu.el: New file
-       * doc/Makefile.am (master-menu): New goal
-       * doc/tar.texi: Update master menu
-
-2006-06-10  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Remove leftover include
-
-2006-06-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/Makefile.am (tar_TEXINFOS): Add intern.texi
-       (EXTRA_DIST): Remove convtexi.pl, add texify.sed
-       * doc/intern.texi: New file
-       * doc/convtexi.pl: Remove
-       * doc/texify.sed: Auxiliary script to convert ../src/tar.h to
-       header.texi
-       * doc/rendition.texi: Fix typo
-       * doc/tar.texi: Update
-       * src/tar.h: Fix indentation, introduce end-of-format marker for
-       texify.sed
-
-       * THANKS: Add Jason Armistead
-       * doc/tar.texi: Update
-       * NEWS: Update
-       * src/buffer.c: Implement more flexible checkpoint style
-       * src/common.h (checkpoint_option): Change type to unsigned
-       (checkpoint_style): New variable.
-       * src/tar.c: --checkpoint takes an optional argument specifying
-       number of records between two successive checkpoints (proposed
-       by Jason Armistead on 2004-06-22).  Optional dot starting the
-       argument means "print dots instead of textual checkpoints".
-       (tar_help): New function
-       * src/transform.c: Minor fixes.
-
-2006-06-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * gnulib.modules: Add mkdtemp
-       * doc/dumpdir.texi: New file
-       * doc/Makefile.am (tar_TEXINFOS): Add dumpdir.texi
-       * doc/tar.texi: Document dumpdir format
-       * src/incremen.c (dumpdir_locate,obstack_code_rename):
-       (purge_directory): Re-implement renaming. Introduce
-       'X' control code.
-       (make_tmp_dir_name): Remove
-
-       * src/transform.c (set_transform_expr,_transform_name_to_obstack):
-       Implement NUMBER flag.
-       (add_char_segment): Fix length assignement
-
-       * doc/tar.texi: Update
-
-2006-06-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/transform.c (transform_name_fp): Run fun even if
-       _transform_name_to_obstack returns false.
-       (_transform_name_to_obstack,set_transform_expr): Implement GNU
-       extension case conversion operations.
-
-       * doc/tar.texi (transform): Document the option.
-
-2006-06-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update
-       * src/common.h (set_transform_expr): New function
-       * tests/Makefile.am: Add incr04.at
-       * tests/testsuite.at: Likewise
-       * tests/incr04.at: New test case
-       * tests/long01.at: Fix typo in the comment
-       * tests/multiv04.at: Use genfile --files-from
-
-       (Above changes need new genfile.c from paxutils)
-
-       * TODO: Update
-       * NEWS: Update
-       * doc/tar.texi: Update
-       * src/transform.c: New file
-       * src/Makefile.am (tar_SOURCES): New module transform.c
-       * src/common.h (transform_name, transform_name_fp): New functions
-       (show_stored_names_option): Renamed to
-       show_transformed_names_option. All uses changed
-       * src/create.c (dump_file0): Transform file name
-       * src/extract.c (extract_archive): safer_name_suffix and
-       stripped_prefix_len are now called by decode_header
-       * src/list.c (print_header): Update displayable name selection.
-       * src/tar.c: New option --transform
-       New option --show-transformed-names generalizes
-       --show-stored-names. The latter is retained as an alias.
-
-2006-05-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (make_directory): Fix initialization of struct
-       directory.
-
-2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Document use of globbing patterns.
-       * src/tar.c (parse_opt): Add comment before --preserve case.
-
-2006-05-24  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update
-       * doc/tar.texi: Update
-       * configure.ac (AM_INIT_AUTOMAKE): Use tar-ustar option. Raise
-       version requirement to 1.9
-       * src/common.h (struct name): Refactured
-       (warn_regex_usage): New variable.
-       (dump_file): First argument is const char*.
-       (name_init,name_add): Removed
-       (name_add_name,name_add_dir): New functions
-       (name_next): Return const char*.
-       * src/create.c: (dump_file,dump_file0): First argument is const
-       char*. All callers updated.
-       * src/names.c: Rewritten handling of member names in the command
-       line. Tar no longer attempts to guess globbing patterns, instead
-       it relies on --wildcard option.
-       (init_names): Removed.
-       (struct name_elt): New structure.
-       (name_array): Change type to struct name_elt. All references updated
-       (name_add_name,name_add_dir): New functions
-       (name_next_elt): New function
-       (name_next): Rewritten using name_next_elt.
-       (namelist_match): Rewritten pattern matching using
-       exclude_fnmatch.
-       (names_notfound): Warn if globbing patterns were used without
-       --wildcards option
-       * src/tar.c (options): Move globbing-related options into a
-       separate group. Set -l as an alias to --check-links, as required
-       by UNIX98
-       (struct tar_args): New fields
-       wildcards,matching_flags,include_anchored
-       (MAKE_EXCL_OPTIONS,MAKE_INCL_OPTIONS): New macros
-       (parse_opt): Use x2nrealloc to grow archive_name_array.
-       Use MAKE_EXCL_OPTIONS,MAKE_INCL_OPTIONS to create appropriate
-       fnmatch options, and name_add_name,name_add_dir to handle member
-       name and -C arguments.
-       (decode_options): Likewise
-       (main): Remove call to init_names.
-
-       * tests/append.at, tests/append01.at, tests/extrac01.at,
-       tests/options.at, tests/options02.at, tests/same-order01.at,
-       tests/same-order02.at: Make AT_SETUP more readable.
-
-2006-05-23  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (change_tape_menu): Fix typo (uninitialized
-       variable) introduced yesterday.
-
-2006-05-22  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Use @var{file_name} instead of @var{file name}
-       * src/buffer.c (change_tape_menu): Break the loop after obtaining
-       new archive name. Check for empty input line.
-
-2006-05-15  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/atlocal.in (XFAILFILE): New variable
-       * tests/version.at: Create $XFAILFILE on failure
-       * tests/testsuite.at (AT_TAR_CHECK): Declare expected failure if
-       $XFAILFILE exists.
-
-2006-05-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * THANKS: Update
-       * src/buffer.c (read_header0): Use read_header_primitive to avoid
-       clubbering current_tar_info. All callers updated.
-       * src/common.h (read_header_primitive): New function
-       * src/extract.c (extract_volhdr): New function
-       (prepare_to_extract): Use extract_volhdr as extractor for volume
-       names.
-       * src/list.c (read_header_primitive): New function
-       (read_header): Front end for read_header_primitive
-       * tests/chtype.at: New file
-       * tests/volsize.at: New file
-       * tests/Makefile.am (TESTSUITE_AT): Add chtype.at, volsize.at
-       (check-full): New target.
-       * tests/atlocal.in (TEST_DATA_URL,STAR_DATA_URL)
-       (STAR_TESTSCRIPTS): Provide default values.
-       (tarball_prereq): New function
-       * tests/testsuite.at (AT_TARBALL_PREREQ): New defun
-       (AT_STAR_PREREQ): Rewrite using tarball_prereq
-       Include chtype.at and volsize.at
-       * tests/volume.at: Add keywords.
-
-       * tests/star/gtarfail.at, tests/star/gtarfail2.at,
-       tests/star/multi-fail.at, tests/star/pax-big-10g.at,
-       tests/star/ustar-big-2g.at, tests/star/ustar-big-8g.at
-       (AT_STAR_PREREQ): Provide md5 sum.
-
-       * lib/.cvsignore: Update
-
-2006-05-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/testsuite.at (AT_SORT_PREREQ, AT_UNPRIVILEGED_PREREQ): New
-       defines
-
-       * tests/extrac04.at, tests/incr03.at, tests/listed02.at,
-       tests/pipe.at, tests/rename01.at, tests/rename02.at,
-       tests/rename03.at, tests/same-order01.at: Call
-       AT_SORT_PREREQ. Remove fd 2 redirection after calls to sort
-       * ignfail.at: Call AT_UNPRIVILEGED_PREREQ
-
-2006-05-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Listed incremental backups: keep more information about
-       directories. Handle renamed directories more effectively
-       (initial implementation, more updates to follow).
-       Source tree before this point is tagged
-       alpha_1_15_90_incremental_1.
-
-        * NEWS: Update
-        * configure.ac: Raise version number to 1.15.91
-       * src/common.h (rename_directory,append_incremental_renames): New
-       functions.
-       * src/extract.c (rename_directory): New function
-        * src/incremen.c (struct directory.contents, flags): New members
-       (nfs,found,new): Remove. Replaced by appropriate bitmask values in
-       `flags' field. All uses updated.
-       (directory_meta_table): New table.
-       (hash_directory): Rename to hash_directory_name
-       (compare_directories): Rename to compare_directory_names
-       (hash_directory_meta,compare_directory_meta,find_directory_meta):
-       New functions
-       (compare_dirents): Removed
-        (note_directory): Get 7th argument: directory contents.
-        All callers updated
-        (dumpdir_locate,makedumpdir): New functions
-        (scan_directory): Rewritten. Use makedumpdir to create a sorted
-        dumpdir array. This makes the obstack argument unnecessary. Besides,
-        ALL_CHILDREN flag is set only for new directories.
-       (procdir): Change return type to struct directory. Return
-       immediately if the directory was already initialized. Discover
-       directory renames using directory_meta_table.
-       (append_incremental_renames): New function.
-        (read_directory_file, write_directory_file): Use new snapshot file
-        format.
-       * src/names.c (collect_and_sort_names): Update dir_contents of the
-       first non-fake name entry when in listed incremental mode.
-
-        * tests/incr03.at: New testcase
-       * tests/rename01.at: New testcase
-       * tests/rename02.at: New testcase
-       * tests/rename03.at: New testcase
-        * tests/Makefile.am: Add
-       incr03.at,rename01.at,rename02.at,rename03.at
-        * tests/testsuite.at: Likewise.
-       * tests/listed02.at: Update for the new behavior
-        * tests/multiv04.at (AT_KEYWORDS): Add missing incremental kw.
-
-2006-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (try_new_volume): Attempt to continue if the name
-       is apparently truncated in a GNU format volume.
-
-       * tests/comprec.at, tests/delete01.at, tests/delete02.at,
-       tests/delete04.at, tests/delete05.at, tests/extrac05.at,
-       tests/listed01.at, tests/multiv01.at, tests/multiv02.at,
-       tests/pipe.at, tests/same-order01.at, tests/same-order02.at,
-       tests/sparse01.at, tests/sparse03.at: Always use genfile --file,
-       this enables extra error checking.
-
-       * tests/multiv03.at: Attempt to extract a member with truncated
-       file name from the archive.
-
-       * src/buffer.c (_open_archive): Remove unnecessary argument to
-       check_compressed_archive.
-
-2006-04-25  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/sparse01.at, tests/sparse02.at, tests/sparse03.at,
-       tests/sparsemv.at, tests/sparsemvp.at: Skip the test if the file
-       system does not support sparse files.
-       * doc/tar.texi (@copying): Remove the reference to not existing
-       invariant section.
-
-2006-04-11  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/extract.c (extract_dir): Fix toggling existing directory
-       permissions (Debian bug #361077). Use parts of patch provided by
-       Ian Jackson <iwj@ubuntu.com>.
-       * src/compare.c: Minor changes
-       * src/incremen.c (directory.new): New member
-       (note_directory,find_directory: Use make_directory to create
-       struct directory entries
-       (procdir): Avoid duplicating  directories in the incremental
-       backup map.
-       * tests/Makefile.am (TESTSUITE_AT): Add extrac06.at
-       * tests/testsuite.at: Include extrac06.at
-
-2006-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (trivial change)
-
-       * tests/atlocal.in (PATH): Add build-aux from the source tree,
-       not the build tree.
-
-2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * THANKS: Add Benno Schulenberg
-
-2006-03-13  Jim Meyering <jim@meyering.net>
-
-       * tests/listed02.at:  Sort the two lines of stderr from the
-       first `tar -v --listed-incremental'.  They would come out
-       reversed and provoke a test failure on a tmpfs
-       file system.
-
-2006-03-13  Benno Schulenberg <benno@nietvergeten.nl>
-
-       * doc/tar.texi: Minor fixes.
-       * src/tar.c (options): Consistently begin help messages with a
-       lowercase letter.
-
-2006-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/Makefile.am (AM_CPPFLAGS): Define LOCALEDIR
-
-2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/buffer.c (record_buffer_aligned): New var.
-       (init_buffer): Use it to ensure that the buffer is aligned.
-       This doesn't result in any measurable performance improvement
-       on my host (Debian GNU/Linux 3.1 stable, with default block size),
-       but I assume it does help on some hosts.
-
-       * lib/.cvsignore: Sort.
-
-2006-03-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/shortrec.at: Use -f - to read from stdin.
-
-2006-02-21  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Fix typo: --to-command instead of --to-program
-
-2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * tests/multiv04.at (split directory members in a MV archive):
-       Don't use %X in an awk printf format; this doesn't work with
-       Solaris 10 /usr/bin/awk.  Use %x instead.
-
-2006-02-20  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/create.c (split_long_name): Fix maximum length estimation.
-       Patch by Jim Lowe.
-       * tests/Makefile.am (lustar01.at,lustar02.at,lustar03.at): New
-       tests.
-       * tests/atlocal.in: Add build-aux to the PATH
-       * tests/long01.at: Remove mkhier, use AT_TAR_MKHIER instead
-       * tests/longv7.at: Reword test title
-       * tests/lustar01.at: New test
-       * tests/lustar02.at: New test
-       * tests/lustar03.at: New test
-       * tests/testsuite.at (AT_TAR_MKHIER): New macro
-       (lustar01.at,lustar02.at,lustar03.at): New tests.
-
-2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap: Don't claim lib/Makefile.am is generated automatically
-       from itself.
-
-       Avoid installation glitches on Solaris 8 with Sun C 5.4.
-       * lib/.cvsignore: Add system-ioctl.h.
-       * lib/Makefile.tmpl (noinst_HEADERS): Add system-ioctl.h.
-       * src/buffer.c: Include system-ioctl.h.
-       * src/compare.c: Likewise.
-       * src/delete.c: Likewise.
-       * src/system.c: Include <getline.h>, <setenv.h>.
-       * src/tar.c: Include <getline.h>.
-
-2006-02-19  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (add_chunk_header): Free st.orig_file_name after
-       calling finish_header().
-       (new_volume): Prompt the user for archive name if unable to open
-       next archive.
-
-       * src/create.c (dump_file0): Restore file_count_links,
-       accidentally removed on 2005-11-29.
-       * configure.ac: Raise version number to 1.15.90
-       * NEWS: Likewise.
-
-2006-02-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (tar_set_quoting_style): Provide second argument to
-       the format spec: program_invocation_short_name. Reported by Jim
-       Meyering.
-
-2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * gnulib.modules: Add closeout, exitfial.
-       * lib/.cvsignore: Add __fpending.c, __fpending.h, closeout.c,
-       closeout.h.
-       * src/buffer.c: Incluse closeout.h.
-       (_open_archive): Use freopen rather than fopen, so
-       that stdlis is always either stdout or stderr.  Use
-       close_stdout_set_file_name to report its name.
-       * src/tar.c: Include closeout.h and exitfail.h.
-       (parse_opt, usage): Call close_stdout as appropriate, to check for
-       write errors.
-       (decode_options): Exit with status TAREXIT_FAILURE, not 1.
-       (main): Set exit_failure, to exit with proper status on memory
-       allocation failure and the like.
-       Use close_stdout rather than rolling our own test.
-
-       * NEWS: --version now outputs copyright etc., to conform to the
-       GNU coding standards.  Remove --license.
-       * gnulib.modules: Add version-etc-fsf.
-       * doc/tar.texi: Document the change.
-       * lib/.cvsignore: Add version-etc-fsf.c, version-etc.c, version-etc.h.
-       * scripts/Makefile.am (SED_CMD): Update PAKCAGE_NAME, not PACKAGE.
-       * scripts/backup.in: Remove --license.  Change --version to conform
-       to GCS.
-       * scripts/restore.in: Likewise.
-       * scripts/backup.sh.in (license): Output briefer license in the
-       style of coreutils, for consistency with other changes.
-       * src/tar.c: Include <version-etc.h>.
-       (LICENSE_OPTION): Remove.
-       (options): Remove --license.
-       (license): Remove.
-       (parse_opt): Use version_etc instead of rolling it ourselves.
-       Remove --license.
-       * tests/version.at (tar --version): Check only the first line of
-       output.
-
-       * ChangeLog, NEWS, src/common.h, src/extract.c, src/incremen.c:
-       * src/list.c, src/names.c, src/tar.h, src/xheader.c:
-       Update copyright year to 2006.
-
-2006-02-07  Jim Meyering  <jim@meyering.net>
-
-       * src/xheader.c (sparse_map_decoder): Fix misleading diagnostic.
-
-2006-01-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (get_gnu_dumpdir): Remove prototype
-       (is_dumpdir): New function
-       * src/extract.c (prepare_to_extract): Use is_dumpdir member to
-       check for dumpdirs.
-       * src/incremen.c (get_gnu_dumpdir): Static
-       (is_dumpdir): New function
-       (purge_directory): Use is_dumpdir
-       * src/list.c (list_archive): Use is_dumpdir
-       Do not wrap skip_member in mv_begin/mv_end, the function itself
-       takes care of it.
-       (decode_header): Set stat_info->is_dumpdir
-       (skip_member): Do nothing if skipped is true
-       * src/tar.h (struct tar_stat_info): New members is_dumpdir and skipped.
-
-2006-01-22  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (decode_options): Refuse using --delete with
-       compression options.
-
-2006-01-18  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Updated.
-       * configure.ac (DEFAULT_QUOTING_STYLE): New configuration variable
-       * doc/tar.texi: Initial documentation for --quoting-style,
-       --quote-chars and --no-quote-chars option.
-       * src/tar.c: Implement new options --quoting-style, --quote-chars
-       and --no-quote-chars.
-
-2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap: Default to pserver, and switch to cvs.sv.gnu.org,
-       to accommodate recent changes to the GNU CVS server.
-       * lib/.cvsignore: Add argp-pin.c, mkdirat.c, openat-priv.h.
-
-2005-12-14  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/names.c (name_scan): Take an additional argument requesting
-       exact matching.
-       * src/common.h (name_scan): Change prototype.
-       * src/delete.c, src/incremen.c, src/update.c: Update invocations
-       of name_scan.
-
-2005-12-13  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/common.h (struct name): New member `explicit'. Remove unused
-       member `isdir'.
-       * src/incremen.c (procdir): If name_scan() returns something,
-       check if it was explicitely given in the command line
-       * src/names.c (addname,add_hierarchy_to_namelist): Initialize
-       explicit member appropriately.
-
-       * src/incremen.c (procdir): If --one-file-system is given and a
-       directory is found to be on another device, *and* this directory
-       is explicitely given in the command line, then do not omit it.
-
-2005-12-11  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Update
-       * doc/tar.texi: Document --delay-directory-restore option.
-       (Configuring Help Summary): Document usage of ARGP_HELP_FMT
-       variable to customize help output.
-       * src/common.h (delay_directory_restore_option): New global.
-       * src/extract.c (directories_first): Replaced by
-       delay_directory_restore_option. All uses changed.
-       * src/tar.c (options,parse_opt): New options
-       --delay-directory-restore and --no-delay-directory-restore
-
-2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c (open_archive): Add default case to shut up gcc.
-       * src/common.h (set_file_atime): Add prototype.
-       * src/create.c (to_chars_subst): Remove unused variable
-       Make sure useful result code is returned.
-       * src/incremen.c (read_directory_file): Fix format string
-       Thanks Eric Blake for reporting.
-
-2005-12-08  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi (Current status): Renamed to 'Changes' and moved to
-       appendices.
-       (Large or Negative Values): Rewritten
-       * src/common.h (gid_to_chars, major_to_chars, minor_to_chars)
-       (mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
-       (uid_to_chars, uintmax_to_chars): Return bool
-       * src/create.c (gid_to_chars, major_to_chars, minor_to_chars)
-       (mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
-       (uid_to_chars, uintmax_to_chars): Return bool
-       (to_chars): Return bool
-       (start_header): Check return values of convertion routines. Fail
-       if unable to store data in the header.
-
-2005-12-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Following the discussion with Karl Berry,
-       discontinue using @value{} substitutions for Texinfo commands.
-       Properly index all long options. Print a
-       separate long option index.
-       * doc/value.texi: Remove @set's
-
-       * doc/tar.texi: Update --info-script documentation
-       Resolve some more FIXMEs.
-       * scripts/dump-remind.in: Use TAR_VOLUME instead of reading volno
-       file.
-       * src/buffer.c (new_volume): Update invocation
-       (change_tape_menu): New function. Disable '!' command if given
-       --restrict option.
-       * src/common.h (sys_exec_info_script): Update declaration
-       (restrict_option): New global
-       * src/system.c (sys_exec_info_script): The script can supply new
-       archive name to use by writing it to file descriptor 3.
-       * src/tar.c (options): Add --restrict option. Use macros for
-       option grouping.
-       (license): Print full list of copyright years
-       * NEWS: Update
-
-2005-12-06  Eric Blake  <ebb9@byu.net> (trivial changes)
-
-       * configure.ac (DENSITY_LETTER): Fix m4 overquoting.
-       * .cvsignore: Ignore .bootstrap.
-
-2005-12-06  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Document --to-command and --info-script
-       options. Add missing xrefs.
-       * src/buffer.c (new_volume): Use sys_exec_info_script() instead of
-       system().
-       * src/common.h (archive_format_string,subcommand_string)
-       (sys_exec_info_script): New prototypes.
-       * src/system.c (sys_exec_info_script): New function.
-       * src/tar.c (archive_format_string): Remove static qualifier.
-       (subcommand_string): New function.
-
-2005-12-01  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/extract.c: Fix restoring of directory timestamps from
-       incremental archives.
-       (directories_first): New variable.
-       (prepare_to_extract): Set directories_first
-       (extract_archive): Call apply_nonancestor_delayed_set_stat() only
-       if not extracting from an incremental archive
-       (extract_dir): Obtain root_device here, to make sure it works
-       correctly with -C.
-
-       * src/incremen.c (purge_directory): Skip the member and return if
-       the archive is not in incremental format.
-       * tests/incr02.at: New testcase
-       * tests/Makefile.am: Add incr02.at
-       * tests/testsuite.at: Likewise
-
-       * THANKS: Add Guerkan Karaman.
-       * NEWS: Update
-
-2005-11-30  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * doc/tar.texi (Option Summary): Rewrite the
-       --atime-preserve=system description in response to Ian Turner's
-       proposed patch.
-
-2005-11-30  Ian Turner  <ian@zmanda.com>
-
-       * doc/tar.texi (Extracting Specific Files): Remove obsolescent
-       FIXME.
-
-2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * NEWS: New option --atime-preserve=system, which uses O_NOATIME.
-       * THANKS: Add Ian Turner.
-
-       * configure.ac: Prefer AC_CHECK_HEADERS_ONCE to AC_CHECK_HEADERS.
-       Check for stropts.h and sys/filio.h too, for _FIOSATIME.
-       * doc/tar.texi: Change "modification time" to "data modification
-       time", "change time" to "status change time", and "filesystem" to
-       "file system", so that we use terminology consistent with POSIX.
-       Use American spacing rather than French for sentence ends.
-       "non-dependable" -> "undependable".
-       (Option Summary, Attributes): Explain better the pitfalls of the
-       --atime-preserve option, and suggest read-only mounts,loopback
-       mounts, and noatime mounts for older systems.
-       * doc/value.texi (op-atime-preserve-system): Renamed from
-       op-atime-preserver-system to fix a misspelling.
-       * src/common.h (enum atime_preserve): Use lower case for enum values.
-       * src/compare.c: Don't include utimens.h; no longer needed.
-       (diff_file): Use set_file_atime rather than utimens; avoid closing
-       diff_handle until after this, so that we can set the file time stamp
-       via the file descriptor rather than via its name.
-       * src/create.c: Don't include utimens.h; no longer needed.
-       (dump_regular_finish): Remove.  All callers now do its work inline.
-       (dump_dir): New arg FD.  All callers changed.
-       Use fdsavedir rather than savedir.
-       (unknown_file_error): Arg is a const pointer now.
-       (dump_file0): 2nd arg is a const pointer now.
-       Treat directories more like files, with respect to --atime-preserve.
-       For example, also warn if a directory changes while we are dumping it.
-       Prefer file descriptors to file names when retrieving/setting file
-       attributes; this saves path-resolution time and allows us to avoid
-       changing mtime/ctime on Solaris when restoring atime as root.
-       Use O_DIRECTORY when opening directories, to avoid some race conditions.
-       Do not reset atime if mtime has changed.  Report an error if
-       we cannot reset atime.
-
-       * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h,
-       regex_internal.c, regex_internal.h, regexc.c; used by rpmatch.
-
-2005-11-29  Ian Turner  <ian@zmanda.com>
-
-       First cut at adding support for --atime-preserve=system.
-       * doc/tar.texi (Option Summary): First cut at documenting it.
-       All other uses of --atime-preserve changed to --atime-preserve=replace.
-       * doc/value.texi (op-atime-preserve-replace, op-atime-preserver-system):
-       New.
-       (op-atime-preserve): Mention METHOD.
-       * src/common.h (atime_preserve): New enum.
-       (atime_preserve_option): Now of the enum type rather than bool.
-       All uses changed.
-       * src/compare.c (diff_file): Read with O_NOATIME if asked for.
-       * src/create.c (dump_file0): Read regular and CTG files with O_NOATIME
-       if asked for.
-       * src/tar.c (usage): Mention new usage.
-       (parse_opt): Parse new usage.
-
-2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * THANKS: Convert back to UTF-8, sort (using LC_ALL=C on Debian
-       stable), and consistently use tabs rather than spaces.
-
-2005-11-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c: Remove parts of code prematurely introduced
-       yesterday. Thanks Eric Blake.
-
-2005-11-26  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/xheader.c (xheader_format_name): Fix memory leak.
-
-2005-11-11  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * gnulib.modules: Add rpmatch
-       * lib/stdopen.h, lib/stdopen.c: New file. Imported from coreutils.
-       * lib/Makefile.tmpl: Add stdopen.h, stdopen.c
-       * po/POTFILES.in: Add rpmatch.c
-       * src/tar.c (confirm): Rewritten using rpmatch.
-       (decode_options): Minor optimizations
-       (main): Call stdopen() to ensure the first three descriptors are
-       open.
-
-       * tests/multiv01.at, tests/multiv02.at, tests/multiv03.at,
-       tests/multiv04.at, tests/sparsemv.at, tests/sparsemvp.at,
-       tests/star/multi-fail.at: Close stdin so that if something fails
-       causing tar to ask for the next volume, it won't hang the
-       testsuite.
-
-       * src/buffer.c (flush_write,flush_read): Change data type.
-       (flush_archive): Compute actual buffer fill level before calling
-       low level function.
-       (close_archive): Call flush_archive again if the first call
-       resulted in partially filled buffer.
-       (try_new_volume): Rewritten handling of initial headers.
-       (add_chunk_header): New function. Write an additional header
-       before the continuation chunk. The purpose of the header is to
-       allow third-party tars to extract the member.
-       (simple_flush_write): Take an argument.
-       (_gnu_flush_write): Correctly handle partially filled buffers.
-       * src/common.h (flush_read,flush_write): Functions, again.
-       (write_extended): Changed declaration
-       (xheader_format_name): New declaration
-       * src/create.c (write_extended): Change type and meaning of
-       the first argument. All callers updated
-       * src/xheader.c (xheader_format_name): Remove static
-       qualifier. Change last argument.
-       Correct buffer size calculation (allocated too much space).
-       (xheader_write): Increase global_header_count here ...
-       (xheader_write_global): ... instead of here
-
-       * tests/testsuite.at (AT_TAR_CHECK): Define TEST_TAR_FORMAT
-       * tests/multiv01.at: Update
-       * tests/multiv02.at: Update
-       * tests/multiv03.at: Update
-       * tests/sparsemvp.at: Update
-       * tests/star/multi-fail.at: Update
-
-       * scripts/tarcat: Handle archives in pax format. Improve handling
-       of traditional archives.
-       * doc/tar.texi (Tarcat): New node
-
-2005-11-10  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Fix splitting of sparse files between the volumes.
-
-       * src/buffer.c (try_new_volume): Bugfix. Always check
-       continued_file_name. If it is absent, the volume is out
-       of sync.
-       (add_multi_volume_header): Create GNU.volume.filename keyword in
-       the extended header.
-       * src/sparse.c (sparse_dump_region): Call mv_size_left.
-       (sparse_dump_file): Enclose the loop in mv_begin/mv_end.
-       * src/system.c: Do not pad compressed output if it goes to
-       stdout.
-       * src/xheader.c (xhdr_tab): New keyword GNU.volume.filename.
-
-       * tests/sparsemv.at: New testcase
-       * tests/sparsemvp.at: New testcase
-       * tests/Makefile.am: Add sparsemv.at and sparsemvp.at.
-       * tests/testsuite.at: Likewise.
-
-2005-11-09  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/buffer.c: Rewritten in a more modular fashion to provide
-       GNU extensions (multi-volume archives and archive labels) in
-       pax format.
-       NOTICE, that some of the aspects (e.g. splitting the archive
-       on the extended header boundary) are still not solved, others
-       (splitting a sparse file between the volume) require additional
-       testing. Wait for the next commit.
-
-       (volume_label,continued_file_name,continued_file_size)
-       (continued_file_offset): New globals.
-       (save_name,save_totsize,save_sizeleft): Make static
-       (mv_begin,mv_end,mv_total_size,mv_size_left): New functions
-       (open_archive,flush_write,flush_read): Rewritten
-
-       * src/common.h (save_name,save_sizeleft,save_totsize): Remove
-       globals.
-       (volume_label,continued_file_name,continued_file_size): New
-       variables.
-       (flush_read,flush_write): Pointers to functions
-       (mv_begin,mv_end,mv_total_size,mv_size_left): New functions
-       (write_extended): New function.
-
-       * src/compare.c, src/create.c, src/extract.c, src/incremen.c,
-       src/list.c: Use mv_.* functions uniformly instead of fiddling
-       with the global variables.
-       * src/sparse.c: Use mv_.* functions where necessary.
-       * src/tar.c (decode_options): Allow to use --multi-volume and
-       --label with pax archives.
-       * src/xheader.c (xhdr_tab): Support for new GNU keywords.
-
-       * tests/delete01.at, tests/delete02.at, tests/delete03.at,
-       tests/delete04.at, tests/delete05.at, tests/extrac01.at,
-       tests/extrac02.at, tests/extrac03.at, tests/extrac04.at,
-       tests/extrac05.at, tests/incr01.at, tests/incremental.at,
-       tests/listed01.at, tests/listed02.at, tests/long01.at,
-       tests/longv7.at, tests/multiv01.at, tests/multiv02.at,
-       tests/multiv03.at, tests/multiv04.at, tests/options.at,
-       tests/options02.at, tests/same-order01.at, tests/same-order02.at,
-       tests/sparse01.at, tests/sparse02.at, tests/sparse03.at,
-       tests/star/multi-fail.at (AT_KEYWORDS): Improve to allow execution
-       of related tests in groups.
-
-       * doc/tar.texi: Update
-
-2005-11-07  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/xheader.c (struct xhdr_tab.coder): Last arg is void const *,
-       not void *, to avoid create.c warning from GCC "passing argument 3
-       of 'xheader_store' discards qualifiers from pointer target type".
-       (dummy_coder, atime_coder, gid_coder, gname_coder, linkpath_coder):
-       (ctime_coder, mtime_coder, path_coder, size_coder, uid_coder):
-       (uname_coder, sparse_size_coder, sparse_numblocks_coder):
-       (sparse_offset_coder, sparse_numbytes_coder, dumpdir_coder):
-       (xheader_store): Likewise.
-       * src/common.h (xheader_store): Likewise.
-
-2005-11-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-       and  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
-       (tar_timespec_cmp): New function. Wrapper over
-       timespec_cmp using the timespec precision provided by the
-       current archive format.
-       * src/common.h (tar_timespec_cmp): New declaration.
-       * src/compare.c (diff_file): Use tar_timespec_cmp.
-       * src/extract.c (file_newer_p): Likewise.
-       * src/update.c (update_archive): Likewise.
-       * tests/truncate.at: Reverted changes
-       * tests/update.at: Reverted changes
-
-2005-11-07  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Support for incremental formats in pax archives.
-       Fixed POSIX compatibility of `sparse' extended header keywords.
-
-       * src/common.h (dumpdir_size,get_gnu_dumpdir)
-       (xheader_string_begin,xheader_string_add)
-       (xheader_string_end): New functions.
-       * src/create.c (dump_dir0): Handle incremental backups in pax
-       archives.
-       * src/incremen.c (dumpdir_size, get_gnu_dumpdir): New functions.
-       (purge_directory): Use stat_info.dumpdir instead of getting its
-       value explicitely.
-       * src/list.c (list_archive): Handle incremental backups in pax
-       format.
-       (decode_header): Initialize stat_info.dumpdir
-       * src/sparse.c (sparse_diff_file): Bugfix: set seekable.
-       (pax_dump_header): Store sparse map in GNU.sparse.map. If this
-       variable has been explicitely deleted, use GNU.sparse.offset/
-       GNU.sparse.numbytes variables.
-       * src/tar.c (decode_options): Incremental options are allowed with
-       --format=pax
-       (tar_stat_destroy): Free dumpdir
-       * src/tar.h (struct tar_stat_info.dumpdir): New member.
-       * src/xheader.c (xheader_keyword_deleted_p): Remove static
-       qualifier.
-       (struct xhdr_tab.decoder): Change prototype. POSIX allows string
-       values to contain embedded nulls, so take an extra argument
-       specifying the length of the string.
-       (decx,decg,dummy_decoder,atime_decoder,gid_decoder)
-       (gname_decoder,linkpath_decoder,ctime_decoder,mtime_decoder)
-       (path_decoder,size_decoder,uid_decoder,uname_decoder)
-       (sparse_size_decoder,sparse_numblocks_decoder)
-       (sparse_offset_decoder,sparse_numbytes_decoder): Likewise.
-       (decode_record): Pass value length to the handler
-       (run_override_list): Pass value length to the decoder
-       (xheader_print_n): New function
-       (xheader_print): Rewritten using xheader_print_n
-       (xheader_finish): Do not rely om strlen to compute the length of
-       the collected string: it can contain embedded nulls
-       (xheader_string_begin,xheader_string_add,xheader_string_end): New
-       functions.
-       (sparse_map_decoder,dumpdir_coder,dumpdir_decoder): New
-       functions. Handle GNU.sparse.map and GNU.dumpdir variables.
-       (xhdr_tab): Add new variables.
-
-       * tests/incr01.at: Test gnu, oldgnu, and posix formats
-       * tests/incremental.at: Likewise
-
-2005-11-06  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * NEWS: Minor language and white space fixes.
-
-       * tests/truncate.at: Create files whose time stamps must fall on
-       1-second boundaries.  This prevents tests from failing on hosts
-       like Solaris 8 that have nanosecond-resolution file time stamps.
-       * tests/update.at: Likewise.
-
-       * src/xheader.c (strtoimax, strtoumax): Remove decls; now done
-       in system.h.
-
-2005-11-06  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Properly document incremental dumps
-       * doc/value.texi: Likewise.
-       * doc/snapshot.texi: Likewise.
-
-2005-11-05  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       Improve listed incremental format:
-
-       * src/common.h (update_parent_directory): New prototype.
-       * src/create.c (dump_file): Call update_parent_directory.
-       * src/incremen.c (struct directory.mtime): New member.
-       (note_directory): Take additional arguments. All callers updated.
-       (scan_directory): Updated to use more metadata. In particular,
-       this allows to correctly detect renamed files.
-       (read_directory_file,write_directory_file)
-       (write_directory_file_entry): Support new directory file format.
-       * tests/listed01.at: Sleep 1 sec before creating second file.
-       * tests/listed02.at: Never skip the test. It should work on any
-       filesystem.
-
-       * doc/snapshot.texi: New file
-       * doc/tar.texi: Update.
-       * doc/Makefile.am: Update.
-
-2005-11-04  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/extract.c (set_stat): Rewrite to avoid bug in Forte
-       Developer 7 C 5.4 Patch 111708-09 (2004-02-19).
-
-2005-11-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * bootstrap: Fix quoting in help output.
-       (update_po): Use backward-compatible wget option --cache instead
-       of deprecated -C to accomodate for wget 1.10.
-       Changes proposed by Eric Blake
-       * THANKS: Add Eric Blake
-
-2005-11-02  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * doc/tar.texi: Consistently put two spaces after sentences,
-       and put commas after "i.e." and "e.g.".  This is the usual GNU
-       style in manuals.
-
-       * lib/.cvsignore: Add creat-safer.c, fcntl--.h, fcntl-safer.h,
-       open-safer.c, openat-die.c, verify.h, to accommodate recent gnulib
-       changes.
-
-2005-10-27  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/compare.c (diff_dumpdir): Pass a valid device number to
-       get_directory_contents.
-
-       * THANKS: Add John Thomas McDole
-
-       * bootstrap: If file `.bootstrap' exists in the cwd and is
-       readable, prepend its contents to the command line
-
-2005-10-21  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * tests/link01.at: Skip test if ln fails (suppose the OS does
-       not support hard links).
-
-2005-10-04  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/tar.c (decode_options): Report error if -A or -r is used
-       together with compression option.
-
-2005-09-29  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * doc/tar.texi: Use @option and @kbd consistently.
-       Document new options.
-
-2005-09-28  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * NEWS: Updated
-       * src/common.h (show_stored_names_option): New variable
-       * src/list.c (print_header): If show_stored_names_option is given,
-       list member names as stored in the archive. Patch proposed by Erik
-       Cumps <erik.cumps@icos.be>
-       * src/tar.c: Implement --show-stored-names option
-
-       * src/common.h (test_label_option): New variable;
-       * src/list.c (print_header): Special handling if test_label_option
-       is set.
-       * src/names.c (all_names_found): If test_label_option is set
-       return true.
-       * src/tar.c: New option --test-label tests the archive volume
-       label. The option proposed by Wouter Verhelst <wouter@nixsys.be>
-
-2005-09-21  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * tests/Makefile.am (clean-local): Don't attempt to run
-       $(TESTSUITE) if it doesn't exist.  Problem reported by
-       Eric Blake.
-
-2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Don't filter time stamps through the resolution supported
-       by struct stat; keep them to full nanosecond resolution.
-       This affects behavior only on older hosts or file systems
-       that have lower-resolution time stamps.
-       * src/common.h (OLDER_STAT_TIME): Parenthesize arg.
-       (OLDER_TAR_STAT_TIME): New macro.
-       (code_timespec): New function.
-       (BILLION, LOG10_BILLION, TIMESPEC_STRSIZE_BOUND): New constants.
-       * src/compare.c (diff_file): Use full time stamp resolution.
-       * src/create.c (start_header, dump_file0): Likewise.
-       (start_header, dump_file0): Adjust to new structure layout.
-       (dump_regular_finish): Simplify by using timespec_cmp.
-       * src/extract.c (struct delayed_set_stat): Don't store stat info
-       that we don't need, to save space.  All uses changed.
-       (struct delayed_set_stat, struct delayed_link, file_newer_p):
-       (create_placeholder_file, extract_link, apply_delayed_links):
-       Use full time stamp resolution.
-       (check_time): Use code_timespec rather than rolling our own code.
-       (set_stat, delay_set_stat): Arg now points to tar_stat_info to
-       avoid losing time information.  All callers changed.
-       * src/list.c (read_and, decode_header, print_heaeder):
-       Use full time stamp resolution.
-       * src/misc.c (code_timespec): New function.
-       * src/tar.h (struct tar_stat_info): Record atime, mtime, ctime
-       separately, for benefit of hosts with lower resolution.
-       * src/update.c (update_archive): Use full time stamp resolution.
-       * src/xheader.c (code_time): Use new code_timespec function
-       to simplify code.
-       (atime_coder, atime_decoder, ctime_coder, ctime_decoder):
-       (mtime_coder, mtime_decoder): Use full time stamp resolution.
-
-       Report time stamps to full resolution in environment.
-       Report memory allocation failures rather than ignoring them.
-       * src/system.c (time_to_env): New function.
-       (oct_to_env, str_to_env, chr_to_env): Report memory allocation failures.
-       (stat_to_env): Report full resolution in time stamps.
-
-2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Merge changes from gnulib for file system sub-second time stamps.
-       * configure.ac: Remove checks for struct stat.st_spare1, struct
-       stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct
-       stat.st_atimensec, as gnulib now does this for us.
-       Similarly for LIB_CLOCK_GETTIME.
-       * gnulib.modules: Add stat-time.
-       * lib/.cvsignore: Add stat-time.h.
-       * src/common.h: Include stat-time.h.
-       (timespec_lt): Remove.  All callers changed to use timespec_cmp.
-       (get_stat_atime, get_stat_ctime, get_stat_mtime):
-       (set_stat_atime, set_stat_ctime, set_stat_mtime):
-       Remove; now defined by stat-time.h.
-
-2005-09-14  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (list_dumpdir): New function. Used to dump
-       contents of GNUTYPE_DUMPDIR blocks.
-       * src/common.h (list_dumpdir): Likewise.
-       * src/list.c (list_archive): Use list_dumpdir() to display
-       GNUTYPE_DUMPDIR blocks. Do that only if two or more -v options are
-       given.
-
-2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * lib/.cvsignore: Adjust to current gnulib and modules used.
-       Add getdelim.c, getdelim.h, mbchar.c, mbchar.h, mbuiter.h, memchr.c,
-       pipe-safer.c, size_max.h, strdup.c, strdup.h, strnlen.h, strnlen1.c,
-       strnlen1.h, unistd--.h.
-       Remove getndelim2.c, getndelim2.h, pathmax.h, sysexits.h, xstrdup.c.
-
-       Treat fishy-looking hard links like fishy-looking symlinks.
-       * src/extract.c (struct delayed_set_stat): Rename after_symlinks
-       member to after_links.  All uses changed.
-       (struct delayed_link): Renamed from struct delayed_symlink.
-       All uses changed.  New member is_symlink.
-       (delayed_link_head): Renamed from delayed_symlink_head.  All uses
-       changed.
-       (create_placeholder_file): New function, taken from extract_symlink.
-       (extract_link): Create placeholders for fishy-looking hard links.
-       (extract_symlink): Move code into create_placeholder_file.
-       (apply_delayed_links): Renamed from apply_delayed_symlinks.
-       All uses changed.  Create both hard links and symlinks.
-
-2005-09-03  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * README-alpha: Modernize description of software required for
-       developers.
-
-2005-09-03  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * gnulib.modules: Add strdup
-       * src/incremen.c (purge_directory): Do not dereference symbolic
-       links. Bug reported by Ralph Corderoy <ralph@inputplus.co.uk> and
-       David Brown <davidb@davidb.org>
-       * tests/incr01.at: New test.
-       * tests/Makefile.am: Add incr01.at
-       * tests/testsuite.at: Likewise
-       * THANKS: Updated
-
-2005-08-17  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/incremen.c (read_directory_file): Use strtoumax to read
-       snapshot file contents.
-       (write_directory_file_entry): Use umaxtostr().
-
-2005-07-31  Sergey Poznyakoff  <gray@gnu.org.ua>
-
-       * src/create.c (file_dumpable_p,dump_file0): Fix handling of
-       sparse files to /dev/null with --totals option.
-       * tests/update.at: Remove dependency on file order.
-
-2005-07-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi: Fix typo.
-
-2005-07-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * tests/pipe.at: Pipe the output from `tar xfv' through sort.
-
-2005-06-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/sparse.c (tar_sparse_init): Fill structure with zeros. Call
-       sparse_select_optab(). All callers updated.
-       (sparse_member_p, sparse_fixup_header): Use tar_sparse_init().
-
-2005-06-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/sparse.c (pax_sparse_member_p): Checking member size
-       vs. file size is not reliable enough. Use sparse_map_avail.
-
-       * tests/star/gtarfail.at: Adapt to the new output format
-       * tests/star/gtarfail2.at: Likewise
-       * tests/star/multi-fail.at: Likewise
-       * tests/star/pax-big-10g.at: Likewise
-       * tests/star/ustar-big-2g.at: Likewise
-       * tests/star/ustar-big-8g.at: Likewise
-
-       * tests/sparse03.at: New test.
-       * tests/Makefile.am: Add sparse03.at
-       * tests/testsuite.at: Likewise
-
-       * src/xheader.c (size_decoder): Do not set archive_file_size.
-
-       Fix bugs introduced yesterday:
-
-       * src/sparse.c (tar_sparse_init):  Initialize
-       dimped_size to 0.
-       (sparse_scan_file): Initialize archive_file_size to 0. The
-       variable keeps size of the file *as stored in the archive*, not
-       the size reported by stat.
-
-2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
-
-       A sweep of the sparse code prompted by a bug report by Jim Meyering.
-       * src/sparse.c: Include <inttostr.h>.
-       (struct tar_sparse_file): offset and dumped_size are off_t, not
-       size_t.  optab is now const *.
-       (dump_zeros): Return bool success flag, not off_t.
-       All callers changed.
-       Use a constant-zero buffer rather than clearing a buffer each time.
-       Don't mess up if write fails.
-       (dump_zeros, check_sparse_region):
-       Don't assume off_t is no wider than size_t.
-       (tar_sparse_init): Don't bother clearing a field that is already clear.
-       (zero_block_p): First arg is const *, not *.
-       (clear_block, SPARSES_INIT_COUNT): Remove.
-       (sparse_add_map): First arg is now struct start_stat_info *, not
-       struct tar_sparse_file *.  All callers changed.
-       Use x2nrealloc to check for size_t overflow.
-       (parse_scan_file): Cache commonly-used parts of file.
-       Use an auto buffer, not a static one.
-       Don't bother clearing the buffer; not needed.
-       Don't bother clearing items that are already clear.
-       (oldgnu_optab, star_optab, pax_optab): Now const.
-       (sparse_dump_region): Don't bother clearing the buffer before
-       reading into it; just clear the parts that aren't read into.
-       (sparse_dump_file): Clear the whole local variable 'file'.
-       (diff_buffer): Remove; now a local var.
-       (check_sparse_region): Don't bother clearing buffer before
-       reading into it.  Don't assume off_t is promoted to long.
-       (oldgnu_get_sparse_info, star_get_sparse_info):
-       Use an auto status, not static.
-       * src/tar.h (struct tar_stat_info): had_trailing_slash is
-       now bool, not int.
-       * src/xheader.c (sparse_offset_coder, sparse_numbytes_coder):
-       Rewrite to avoid cast.
-       (sparse_offset_decoder, sparse_numbytes_decoder):
-       Diagnose excess entries rather than crashing.
-
-2005-06-22  Jim Meyering  <jim@meyering.net>
-
-       * src/common.h (timespec_lt): Add a return type: bool.
-
-2005-06-21  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Further improvements inspired by Jim Meyering's fixes.
-
-       * NEWS: Better support for full-resolution time stamps.
-       The -v option now prints time stamps only to 1-minute resolution.
-       * gnulib.modules: Add utimens.
-       * lib/.cvsignore: Add imaxtostr.c, inttostr.c, inttostr.h,
-       offtostr.c, umaxtostr.c, utimens.c, utimens.h.  Remove paxconvert.c.
-       * lib/Makefile.tmpl (libtar_a_SOURCES): Remove paxconvert.c.
-       * lib/paxconvert.c: Remove; superseded by umaxtostr.c.
-       * po/POTFILES.in: Remove lib/paxconvert.c.  Add lib/xalloc-die.c,
-       lib/obstack.c.
-       * src/buffer.c (set_start_time, compute_duration, start_time):
-       Use gettime rather than rolling our own code.
-       * src/common.h (OLDGNU_NAME_FIELD_SIZE, MAXOCTAL11, MAXOCTAL7): Remove.
-       (newer_ctime_option): Remove.
-       (timespec_lt): New function.
-       (OLDER_STAT_TIME): Use it.
-       (string_to_chars): First arg is char const *, not char *.
-       (tartime): Time arg is now struct timespec.  New bool arg.
-       All callers changed.
-       (code_ns_fraction): New decl.
-       (sys_stat_nanoseconds): Remove decl.
-       (get_stat_atime, get_stat_ctime, get_stat_mtime): New functions.
-       (set_stat_atime, set_stat_ctime, set_stat_mtime): New functions.
-       * src/compare.c: Include utimens.h rather than rolling our own.
-       (diff_dir, diff_file, diff_link, diff_symlink, diff_special):
-       Prototype.
-       (diff_dumpdir, diff_multivol): Prototype.
-       (diff_file): Support higher-resolution time stamps.
-       * src/create.c: Include utimens.h rather than rolling our own.
-       (MAX_OCTAL_VAL): New macro.
-       (tar_copy_str, string_to_chars): Don't bother to zero-fill;
-       the destination is already zeroed.
-       (string_to_chars): First arg is char const *.
-       (start_private_header): Use MINOR_TO_CHARS, not MAJOR_TO_CHARS,
-       for minor device number.
-       (write_header_name, dump_hard_link, dump_file0):
-       Simplify test for old GNU format.
-       (start_header): Put in placeholders for uid, etc., even when
-       using extended headers, for benefit of older "tar" implementations.
-       Don't assume uintmax_t is wider than 32 bits.
-       Output extended header for mtime if needed.
-       (dump_regular_finish, dump_file0):
-       Support extended time stamp resolution.
-       * src/extract.c: Include utimens.h rather than rolling our own.
-       (check_time): Support extended time stamp resolution.
-       * src/list.c: Include <inttostr.h>.
-       (tartime): Use umaxtostr rather than stringify_uintmax_t_backwards.
-       * src/xheader.c: Include <inttostr.h>.
-       Do not include <xstrtol.h>.
-       (strtoimax) [!HAVE_DECL_STRTOIMAX && !defined strtoimax]: New decl.
-       (strtoumax) [!HAVE_DECL_STRTOUMAX && !defined strtoumax]: New decl.
-       (BILLION, LOG10_BILLION): New constants.
-       (to_decimal): Remove; superseded by inttostr.  All callers changed
-       to use umaxtostr.
-       (xheader_format_name): Don't assume pids and uintmax_t values
-       fit in 63 bytes (!) when printed.
-       (decode_record): Don't bother to check for ERANGE; an out of range
-       value must be treater than len_max anyway.
-       If the length is out of range, output it in the diagnostic.
-       (format_uintmax): Remove; all callers changed to use umaxtostr.
-       (xheader_print): Don't assume sizes can be printed in 99 bytes (!).
-       (out_of_range_header): New function.
-       (decode_time): Use it.
-       (code_time): Accept struct timespec, not time_t and unsigned long.
-       All callers changed.  Size sbuf properly, and remove unnecessary check.
-       Don't assume time stamps can fit in 199 bytes.
-       Handle negative time stamps.  Handle fractional time stamps
-       more consistently.  Don't output unnecessary trailing zeros.
-       (decode_time): Yield struct timespec, not time_t and unsigned long.
-       All callers changed.
-       Handle negative time stamps.  Truncate towards minus infinity
-       consistently.  Improve overflow checks, and output a better
-       diagnostic on overflow.
-       (code_num): Don't assume uintmax_t can be printed in 99 bytes (!).
-       (decode_num): New function, for better diagnostics.
-       (atime_coder, atime_decoder, gid_decoder, ctime_coder):
-       (ctime_decoder, mtime_coder, mtime_decoder, size_decoder):
-       (uid_decoder, sparse_size_decoder, sparse_numblocks_decoder):
-       (sparse_offset_decoder, sparse_numbytes_decoder):
-       Use decode_num, etc., instead of xstrtoumax, etc.
-
-2005-06-21  Jim Meyering  <jim@meyering.net>
-
-       Carefully crafted invalid headers can cause buffer overrun.
-       Invalid header fields go undiagnosed.
-       Some valid time strings are ignored.
-
-       * src/xheader.c (sparse_numblocks_decoder): Remove unchecked use
-       of `calloc'.  Use xcalloc instead.
-       (decode_time, gid_decoder, size_decoder, uid_decoder):
-       (sparse_size_decoder, sparse_offset_decoder, sparse_numblocks_decoder):
-       Ensure that the result of calling xstrtoumax is no larger than
-       the maximum value for the target type.  Upon any failure, exit with
-       a diagnostic.
-       (sparse_numblocks_decoder): Avoid buffer overrun/heap corruption:
-       use x2nrealloc, rather than `n *= 2' and xrealloc(p, n,....
-       (decode_time): Rewrite to accept time strings like
-       1119018481.000000000.  Before, such strings were always ignored.
-
-2005-06-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c (dump_file0): Check for is_avoided_name()
-       first. Fixes bug reported by Martin Lohmeier
-       <martin@mein-horde.de>
-       * tests/update.at: New file
-       * tests/Makefile.am (TESTSUITE_AT): Add update.at
-       * tests/testsuite.at: Likewise
-
-2005-06-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac (AC_STRUCT_ST_BLKSIZE)
-       (AC_STRUCT_ST_BLOCKS): Removed. Handled by system.m4.
-
-2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/names.c (excluded_name): excluded_filename ->
-       excluded_file_name, because the name was changed in gnulib.
-
-2005-05-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c (read_name_from_file,update_argv): Automatically
-       detect nul-terminated list files.
-       * NEWS: Updated
-
-2005-05-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * scripts/backup.sh.in: Bugfixes.
-
-2005-05-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * scripts/backup.in: Minor fixes
-       * scripts/backup.sh.in (mt_begin,mt_rewind)
-       (mt_offline,mt_status): Use $MT to invoke mt
-       (init_common): Set --rsh-command option for mt if TAPE_FILE is a
-       remote archive.
-       * doc/tar.texi: Document new backup scripts behavior
-
-2005-05-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * lib/.cvsignore: Updated
-       * lib/Makefile.tmpl: Add new paxutils files
-       * po/POTFILES.in: Likewise
-       * src/buffer.c: Update invocations of safer_name_suffix()
-       * src/create.c: Likewise
-       * src/extract.c: Likewise
-       * src/xheader.c: Likewise
-       * src/common.h: Include paxlib.h instead of paxerror.h
-       (safer_name_suffix,removed_prefixes_p): Removed. The functions are
-       imported from paxutils
-       * src/names.c (hash_string_hasher,hash_string_compare)
-       (hash_string_insert,hash_string_lookup,removed_prefixes_p)
-       (safer_name_suffix): Moved to paxutils
-
-2005-05-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap (copy_files): Accept optional third argument: a prefix
-       to be appended to destination file names.
-       Import paxutils/paxlib files.
-       * configure.ac: Remove checking for LIB_SETSOCKOPT, it is handled
-       by paxutils.
-       * lib/Makefile.tmpl (libtar_a_SOURCES): Add paxerror.c paxexit.c
-       paxconvert.c
-       * po/POTFILES.in: Likewise.
-       * src/common.h: Remove defines and declarations imported from
-       paxutils
-       * src/misc.c: Likewise
-       * src/list.c (stringify_uintmax_t_backwards): Moved to paxutils
-
-2005-05-17  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/misc.c (remove_any_file): Fix typo in previous change.
-
-2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Port to Solaris 10's treatment of unlinking directories.
-       * gnulib-modules: Add unlinkdir.
-       * lib/.cvsignore: Add unlinkdir.h, unlinkdir.c.
-       * src/common.h (we_are_root): Remove extern decl; it's now static.
-       * src/extract.c (we_are_root): Now static.
-       * src/misc.c: Include <unlinkdir.h>.
-       (remove_any_file): Use cannot_unlink_dir () rather than we_are_root.
-
-       * ChangeLog, ChangeLog.1, Makefile.am, NEWS, PORTS, README,
-       README-alpha, TODO, bootstrap, configure.ac, doc/Makefile.am,
-       doc/convtexi.pl, doc/fdl.texi, doc/gendocs_template,
-       lib/Makefile.tmpl, lib/prepargs.c, lib/waitpid.c, po/POTFILES.in,
-       scripts/Makefile.am, scripts/backup-specs, scripts/backup.in,
-       scripts/backup.sh.in, scripts/restore.in, src/Makefile.am,
-       src/arith.h, src/buffer.c, src/common.h, src/compare.c,
-       src/create.c, src/delete.c, src/extract.c, src/incremen.c,
-       src/list.c, src/mangle.c, src/misc.c, src/names.c, src/sparse.c,
-       src/system.c, src/tar.c, src/tar.h, src/update.c, src/utf8.c,
-       src/xheader.c, tests/Makefile.am, tests/append.at,
-       tests/append01.at, tests/comprec.at, tests/delete01.at,
-       tests/delete02.at, tests/delete03.at, tests/delete04.at,
-       tests/delete05.at, tests/extrac01.at, tests/extrac02.at,
-       tests/extrac03.at, tests/extrac04.at, tests/extrac05.at,
-       tests/gzip.at, tests/ignfail.at, tests/incremental.at,
-       tests/link01.at, tests/listed01.at, tests/listed02.at,
-       tests/long01.at, tests/longv7.at, tests/multiv01.at,
-       tests/multiv02.at, tests/multiv03.at, tests/multiv04.at,
-       tests/old.at, tests/options.at, tests/options02.at, tests/pipe.at,
-       tests/recurse.at, tests/same-order01.at, tests/same-order02.at,
-       tests/shortrec.at, tests/sparse01.at, tests/sparse02.at,
-       tests/testsuite.at, tests/truncate.at, tests/version.at,
-       tests/volume.at, tests/star/gtarfail.at, tests/star/gtarfail2.at,
-       tests/star/multi-fail.at, tests/star/pax-big-10g.at,
-       tests/star/quicktest.sh, tests/star/ustar-big-2g.at,
-       tests/star/ustar-big-8g.at:
-       Update FSF postal mail address.
-
-2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-       * THANKS: Updated
-       * bootstrap: Install files from paxutils/doc
-       * doc/Makefile.am (tar_TEXINFOS): Add genfile.texi
-       * doc/tar.texi (Genfile): New appendix
-       * src/compare.c (diff_file): diff_handle was not initialized
-       * src/create.c (dump_regular_file): Correctly pad archive members
-       that shrunk during archiving. Repored by Frank Heckenbach.
-       * src/extract.c (file_newer_p): Return false if file does not
-       exist
-       (prepare_to_extract): Correct warning wording.
-       * tests/truncate.at: New test case
-       * tests/Makefile.am: Add truncate.at
-       * tests/testsuite.at: Likewise.
-
-       * doc/.cvsignore: Updated
-       * lib/.cvsignore: Updated
-       * tests/.cvsignore: Updated
-
-2005-05-02  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * tests/multivol04.at: Tell awk to read from /dev/null.
-
-       Adjust to recent gnulib changes.
-       * lib/.cvsignore: Add dup-safer.c, fd-safer.c, unistd-safer.h.
-       * src/common.h (initial_umask): New var.
-       * src/create.c (start_ueader): Use it, and adjust to new modechange
-       API.
-       (hash_link): unsigned -> size_t parameters and result.
-       * src/incremen.c (hash_directory): Likewise.
-       * src/names.c (hash_string_hasher): Likewise.
-       * src/tar.c (parse_opt): Set it, and adjust to new modechange API.
-
-2005-04-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * tests/Makefile.am: Add shortrec.at.
-
-2005-04-18  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/buffer.c (reading_from_pipe): Remove.  All uses removed.
-       (short_read): Don't warn about short reads; they're normal.
-       * tests/shortrec.at: New file.
-       * tests/testsuite.at: Include it.
-
-       * bootstrap (gnulib_modules): Don't create a file modlist.tmp, as
-       it is sometimes left behind as a garbage file (maybe due to the
-       multiple traps?).
-
-2005-04-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c: Handle Solaris 'X' type flag
-       * src/tar.h (SOLARIS_XHDTYPE): New define
-
-2005-04-06  Sergey Poznyakoff  <gray@mirddin.farlep.net>
-
-       * src/tar.c: Minor fixes to text messages. Proposed by Benno
-       Schulenberg.
-       * src/extract.c: Likewise
-       (extract_file): Assign orig_file_name
-       to save_name uniformly over the program. This fixes matching
-       directory names at the start of an archive volume.
-       * src/buffer.c (flush_write): Warn when the name of the archive
-       straddling volume boundary is longer than 100 characters. Earlier
-       behavior was to issue a fatal error.
-       (struct zip_magic): Reverted part of changes from 2005-04-04.
-       They make the maintenance too costly. Removing `unsigned'
-       qualifier from `magic' member should be enough.
-       * src/compare.c (diff_init): Read directory file if in listed
-       incremental. This prevents spurious 'Contents differ' diagnostics.
-       (diff_archive): Minor fixes to text messages
-       (diff_file,diff_dumpdir,diff_multivol): Assign orig_file_name
-       to save_name uniformly over the program. This fixes matching
-       directory names at the start of an archive volume.
-       * src/create.c: Assign orig_file_name
-       to save_name uniformly over the program. This fixes matching
-       directory names at the start of an archive volume.
-       * src/list.c: Likewise
-
-       * tests/multiv03.at: Modified to match the new behavior
-       * tests/multiv04.at: New file. Test splittind directory members between
-       the archive volumes.
-       * tests/Makefile.am: Add multiv04.at
-       * tests/testsuite.at: Likewise.
-
-2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * configure.ac (AC_CONFIG_AUX_DIR): Rename from config to build-aux,
-       for reasons discussed in the thread beginning at
-       <http://lists.gnu.org/archive/html/bug-gnulib/2005-03/msg00119.html>.
-       * .cvsignore: Remove config; add build-aux.
-
-       * src/buffer.c (struct zip_magic): Use char arrays, not pointers.
-       The unsigned char * pointer ran afoul of pedantic C compilers, and
-       we didn't need pointers anyway.  Put the size field before the
-       data to avoid unnecessary padding.  All uses changed.
-       (magic) Make it const, since it doesn't change.  All uses changed.
-
-2005-04-02  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/xheader.c (decode_record): Don't dump core when given
-       a corrupted extended header.  Problem reported by Jim Meyering.
-       Also, check for other ways that the header might be invalid,
-       e.g., missing newline at end.  Do not allow keys with nulls.
-       Allow blanks before and after length, as POSIX requires.
-       Do not allow leading "-" in length.  Check for length overflow.
-       (xheader_decode, xheader_decode_global): Let decode_record
-       check for exhaustion of record.
-       (xheader_read): Null-terminate the extended record;
-       decode_record relies on this.
-
-2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap (TP_URL): Change from
-       <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
-       <http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
-       some redirection glitches.
-       Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
-       * doc/.cvsignore: Change "tar.info" to "tar.info*".  Sort.
-       * lib/.cvsignore: Add intprops.h (new gnulib file).
-
-2005-03-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (print_header): Print UID/GID in case of
-       empty user/group name. This could occur when dumping
-       files belonging to non-existing users and when listing
-       broken archives.
-       Reported by Igor Lautar.
-
-       * src/create.c: Correctly parse empty uname/gname
-       * src/sparse.c (sparse_scan_file): Bugfix. offset had
-       incorrect type.
-
-       * scripts/backup.in: Use `head -n 1'. Provide missing
-       argument to ${MT_STATUS}. Proposed by Jan Merka.
-       * scripts/backup.sh.in: Likewise. Fixed typo in
-       MT_OFFLINE assignment.
-       * scripts/restore.in (restore_fs): Use root_fs
-
-2005-02-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c: Replace strdup with xstrdup
-       * src/names.c: Likewise
-       * src/tar.c: Likewise
-
-       * tests/append01.at: Added reference to bug-tar archive
-       * tests/listed02.at: Use -print with find.
-
-2005-02-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * THANKS: Added Tim Adye. Fixed UTF.
-       * src/list.c (read_header): Removed assignment to
-       oldgnu_header.isextended. It was breaking append mode.
-
-       * tests/append01.at: New test.
-       * tests/Makefile.am: Added append01.at
-       * tests/testsuite.at: Likewise
-
-2005-02-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * gnulib.modules: New file. List of required gnulib
-       modules.
-       * bootstrap: Merge list of required modules from
-       paxutils with that from tar proper.
-       * src/tar.c: Various fixes in help and diagnostic messages.
-
-2005-02-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/common.h (EXTRACT_OVER_PIPE): New macro
-       * src/compare.c: Code clean up.
-       * src/extract.c (extract_archive): Do not check for
-       EXTRACT_OVER_PIPE, decode_options() does this.
-       * src/misc.c (exec_error,fork_error,dup2_error)
-       (pipe_error): Removed unneeded functions.
-       * src/system.c (sys_exec_command): Use xclose, xpipe,
-       xfork, xdup2 and exec_fatal.
-       * src/tar.c (options): Improved sorting. Document --backup=off.
-       (decode_options): Clear backup_option if necessary.
-
-2005-02-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Initial implementation of --to-command option proposed
-       by Hansjoerg Lipp.
-
-       * bootstrap: Get setenv module from gnulib
-       * src/buffer.c: Do not use 8-bit chars in comments
-       * src/common.h (to_command_option)
-       (ignore_command_error_option): New globals
-       (sys_exec_command,sys_wait_command): New commands
-       * src/extract.c (extract_file): Handle to_command_option
-       Fix error recovery: decrease `size' by `written', not
-       by `count', otherwise tar misses the next header
-       Do not diagnose write error if to_command_option
-       is set, since the command may have exited prematurely.
-       It would be better to check for sigpipe, though.
-       (prepare_to_extract): Handle to_command_option
-       * src/misc.c (exec_error, fork_error, dup_error)
-       (pipe_error): New functions
-       * src/system.c (sys_exec_command)
-       (sys_wait_command): New functions
-       * src/tar.c: Handle new options --to-command,
-       --ignore-command-error
-       * THANKS: Added Hansjoerg Lipp
-
-2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/list.c (from_header): New arg OCTAL_ONLY, normally false.
-       All uses changed.  Fix typo that sometimes suppressed all "Archive
-       contains obsolescent base-64 headers" warnings, not just the first
-       one.
-       (tar_checksum): Accept only octal checksums, since they aren't
-       supposed to overflow into weird formats.
-
-       Adjust to gnulib changes.
-       * lib/.cvsignore: Add chdir-long.c, chdir-long.h, memrchr.c,
-       memrchr.h, openat.c, openat.h.  Remove pathmax.h (added by
-       mistake, perhaps?), sysexit.h (my typo), xstrdup.c (gnulib removed
-       this file).  Sort entries.
-
-2005-02-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/extract.c: Further rewrite.
-       * src/buffer.c: Removed unused variables.
-       * src/list.c: Likewise
-       * src/tar.c (update_argv): Changed type to void
-
-       * src/common.h (OLDGNU_NAME_FIELD_SIZE): New constant
-       * src/create.c (start_private_header,write_header_name)
-       (dump_hard_link): Restore compatibility with 1.13.25
-       * src/extract.c (extract_archive): Rewritten
-       * src/list.c: Add translators' comments
-       * src/tar.c (options) Minor spelling fix
-       * tests/star/quicktest.sh: Determine path to the tar executable.
-
-2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * po/POTFILES.in: Added tests/genfile.c
-       * src/buffer.c (short_read): Use ngettext()
-       (new_volume): use quote().
-       * src/create.c: Use quote()
-       * src/extract.c: Likewise
-       * src/xheader.c: Likewise
-       * src/misc.c: Add comments to translators
-
-       * tests/same-order01.at: sort ls output
-       * tests/sparse01.at (RE_CHECK): Added missing space
-
-       * tests/sparse02.at: Test extracting sparse files over a pipe.
-       * tests/Makefile.am: Added sparse02.at
-       * tests/testsuite.at: Likewise
-       * tests/listed02.at: Skip the test on filesystems that do not
-       update ctime of a file when renaming it. To be reverted when
-       the new incremental mode is ready.
-       * tests/sparse01.at: Extract and compare sparse file
-
-2005-02-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/sparse.c: Extract sparse files even if the output
-       fd is not seekable.
-
-2005-02-01  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Add a comment to lib/Makefile.am saying that this
-       is an autogenerated file.
-       Exit with code 1 if any of autotools fails.
-       * lib/Makefile.tmpl: Insert Emacs magic to the first line.
-       * tests/Makefile.am: Add append.at
-
-       * m4/.cvsignore: Ignore all *.m4 files
-
-2005-01-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Rewritten handling of -T (--files-from) option. Now it
-       inserts the file names immediately into argv array which allows
-       for:
-       1) any valid tar options (including another -T) to be used in the file
-       2) any number of -T options to be given in command line
-
-       * configure.ac: Raised version number to 1.15.2
-       * src/common.h: Include obstack.h
-       (files_from_option): Removed
-       (unquote_option): New variable
-       (stat_fatal): New function
-       (name_close): Removed function.
-       * src/incremen.c: Remove inclusion of obstack.h
-       * src/xheader.c: Likewise.
-       * src/misc.c (stat_fatal): New function
-       * src/names.c (name_file): Removed variable.
-       (read_name_from_file): Removed function. All callers changed.
-       (name_close): Removed function. All callers changed.
-       * src/tar.c: New options --unquote (--no-unquote) and
-       --add-file
-       (add_file_id,read_name_from_file,update_argv): New functions
-       (parse_opt): Rewritten handling of -T option. Handle hidden
-       --HANG option for debugging purposes.
-       (decode_options): Init unquote_option to true. Init argv_stk.
-       Remove unneeded references to files_from_option
-
-       * doc/tar.texi: Document new options.
-       Moved rendition macros and option value definitions into
-       separate files
-       * doc/rendition.texi: New file
-       * doc/value.texi: New file
-       * doc/Makefile.am: Updated
-
-2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * tests/testsuite.at (RE_CHECK): Use "join - file", not
-       "join file -", to work around a bug in Solaris 8 join.
-       Problem reported by Tomohiro Suzuki.
-
-2005-01-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (read_header): Fixed calculation of the
-       size for GNU long name/link. Tar was reading one block
-       more if name_size was divisible by 512. Thanks Josef
-       Bauer.
-       * tests/long01.at: New file. Test listing of GNU long names
-       divisible by 512.
-       * tests/pipe.at: Sort tar output.
-       * tests/Makefile.am: Added long01.at
-       * tests/testsuite.at: Likewise.
-       * THANKS: Added Josef Bauer
-       * lib/.cvsignore: Updated
-       * m4/.cvsignore: Updated
-       * NEWS: Updated
-
-2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * directory: Updated for 1.15.1
-       * doc/Makefile.am: Use gendocs.sh to generate web documentation
-       * doc/gendocs_template: Template file for gendocs.sh
-       * doc/tar.texi: Updated docs for --[no-]same-permissions
-       * src/tar.c: Reworded docstrings for --[no-]same-permissions
-
-2005-01-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Create m4/paxutils.m4
-       * configure.ac: Call tar_PAXUTILS
-       * tests/options02.at: Test that tar correctly handles non-option
-       arguments interspersed with options.
-       * tests/Makefile.am: Add options02.at
-       * tests/testsuite.at: Likewise
-       * tests/listed02.at: Do not create useless directory
-
-2005-01-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks
-       Mike Frysinger <vapier@gentoo.org> for reporting.
-
-2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
-       needless sed command.  Problem reported by Paul Jarc.
-
-2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Accommodate latest gnulib.
-       * doc/.cvsignore: Add getdate.texi.
-       * bootstrap: Do not treat alloca-opt specially; this is no
-       longer needed (and breaks builds) with latest gnulib.
-
-2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c (main): Reverted recent changes (#ifdef).
-
-2004-12-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Raise version number to 1.15.1
-       Check for locale.h
-       * NEWS: Entry for 1.15.1
-       * src/buffer.c: Bugfix. Changes introduced 2004-11-26
-       broke extraction from stdin.
-       * src/list.c (from_header, tar_checksum): Changed declaration.
-       All callers updated.
-       * src/common.h: Likewise
-       * src/tar.c (main): Protect invocation of setlocale by
-       ifdef.
-
-       * tests/comprec.at: New test
-       * tests/pipe.at: New test
-       * tests/Makefile.am (comprec.at,pipe.at): New tests
-       * tests/testsuite.at: Likewise
-       * tests/gzip.at: Use AT_GZIP_PREREQ
-       * tests/star/pax-big-10g.at: Likewise
-       * tests/star/ustar-big-2g.at: Likewise
-       * tests/star/ustar-big-8g.at: Likewise
-
-       * tests/extrac04.at: Discard stderr from sort, on some
-       systems it spits out lots of irrelevant info.
-       * tests/listed02.at: Likewise
-
-       * doc/index.html.in: Rewritten in xhtml to follow recent
-       GNU site standards.
-       * THANKS: Updated
-
-2004-12-20  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Released version 1.15. Sources up to this point are
-       tagged release_1_15.
-
-       * configure.ac: Raised version number to 1.15
-       * NEWS: Likewise
-       * directory: Updated
-       * bootstrap (update_po): Give -r to wget. Always remove index.html
-       Ignore alloca-opt module (it duplicates alloca)
-
-       * tests/Makefile.am: Distribute star/quicktest.sh
-       * tests/star/README: Document quicktest.sh
-       * tests/star/qucktest.sh: Removed.
-       * tests/star/quicktest.sh: New file.
-
-2004-12-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-       * doc/tar.texi: Document auto-detection of compressed archive
-       formats.
-       * src/tar.c (decode_options): Ignore --seek if used with --delete.
-       Delete.c is based on the assumption that the archive is being
-       actually read, not lseeked.
-
-       * tests/delete05.at: New file
-       * tests/extrac02.at: Fixed typo in AT_SETUP
-       * tests/Makefile.am: Added delete05.at
-       * tests/testsuite.at: Likewise.
-
-2004-12-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/delete.c (delete_archive_members): Bugfix: when
-       attempting to delete an nonexistent member, the last
-       blocking_factor blocks were zeroed.
-
-2004-12-14  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * TODO: Mention sub-second resolution, lutimes, lchmod.
-
-2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Adjust to recent gnulib changes.
-       * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now.
-       * .cvsignore: Add rmt, rmt/*, rmt/*/*.
-       * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind,
-       charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c,
-       localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed,
-       ref-del.sin, setenv.c, setenv.h, unsetenv.c.  Remove pathmax.h,
-       xstrdup.c.
-       * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4,
-       localcharset.m4, realloc.m4, setenv.m4.  Remove malloc.m4,
-       pathmax.m4, realloc.m4.
-
-2004-11-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Raised version number to 1.14.91
-       * scripts/tarcat: New file
-       * scripts/Makefile.am: Added tarcat
-       * src/buffer.c (hit_eof): Changed type to boolean
-       (read_full_records,reading_from_pipe): New variables
-       (check_compressed_archive,open_compressed_archive): New functions
-       (open_archive): Autodetect compressed archives and act accordingly.
-       Set reading_from_pipe. This fixes controversial set of changes
-       introduced 2004-05-11,2004-03-22.
-       * src/list.c (tar_checksum): New function
-       (read_header): Use tar_checksum().
-       * src/common.h (tar_checksum): New function
-
-       * tests/star/README: Updated
-       * NEWS: Updated
-       * PORTS: Updated
-
-2004-11-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c (decode_options): Fixed -o semantics. Thanks
-       Jean Delvare <khali@linux-fr.org>
-
-2004-10-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Add localcharset
-       * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the
-       makefile snippet from localcharset uses '+=' on them.
-       * src/Makefile.am (LDADD): Add LIBICONV
-       * src/list.c (decode_header): Set uname/gname to NULL if their
-       header counterparts are empty
-       * src/tar.c (options): Use OPTION_NO_TRANS
-       * src/utf8.c: Use locale_charset() from gnulib
-
-       * tests/star/README: Updated
-
-       * NEWS: Updated
-       * TODO: Minor fix
-
-2004-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * THANKS: Added Bryan Ford
-       * doc/Makefile.am (.text): Fixed rule
-       * po/POTFILES.in: Added argp-help.c
-
-2004-10-04  Bryan Ford  <baford@mit.edu>
-
-       * src/tar.c: New option --exclude-caches, to exclude
-       cache directories automatically on archive creation.
-       Cache directories are directories containing a
-       standardized tag file, as specified at:
-               http://www.brynosaurus.com/cachedir/spec.html
-       * src/common.h: New variable exclude_caches_option.
-       * src/create.c: New function check_cache_directory(),
-       called from dump_dir0() if exclude_caches_option is set,
-       to check for a cache directory tag and exclude the directory
-       if such a tag is found.
-       * doc/tar.texi: Updated accordingly.
-
-2004-09-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi: Minor fix
-       * src/tar.c (options): Minor fix
-
-2004-09-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * TODO: Updated
-       * lib/Makefile.tmpl: Added 'rtapelib.o: localedir.h' dependency
-       * src/common.h: Comment WANT_DIRECTORY_REMOVE_OPTION.
-       * src/extract.c: Normalized use of remove_any_file().
-       * src/misc.c: Likewise.
-       * src/tar.c (parse_opt): Emit warning if -l option is used.
-       (show_default_settings): REMOTE_SHELL may be undefined
-
-2004-09-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Test suite rewritten in autotest.
-
-       * configure.ac: Updated for autotest
-       * src/tar.c (argp_program_version): Modified.
-       * tests/Makefile.am: Rewritten for autotest.
-
-       * tests/.cvsignore: Updated
-       * tests/append.at: New file
-       * tests/atlocal.in: New file
-       * tests/delete01.at: New file
-       * tests/delete02.at: New file
-       * tests/delete03.at: New file
-       * tests/delete04.at: New file
-       * tests/extrac01.at: New file
-       * tests/extrac02.at: New file
-       * tests/extrac03.at: New file
-       * tests/extrac04.at: New file
-       * tests/extrac05.at: New file
-       * tests/gzip.at: New file
-       * tests/ignfail.at: New file
-       * tests/incremental.at: New file
-       * tests/link01.at: New file
-       * tests/listed01.at: New file
-       * tests/listed02.at: New file
-       * tests/longv7.at: New file
-       * tests/multiv01.at: New file
-       * tests/multiv02.at: New file
-       * tests/multiv03.at: New file
-       * tests/old.at: New file
-       * tests/options.at: New file
-       * tests/recurse.at: New file
-       * tests/same-order01.at: New file
-       * tests/same-order02.at: New file
-       * tests/sparse01.at: New file
-       * tests/testsuite.at: New file
-       * tests/version.at: New file
-       * tests/volume.at: New file
-       * tests/star/gtarfail.at: New file
-       * tests/star/gtarfail2.at: New file
-       * tests/star/multi-fail.at: New file
-       * tests/star/pax-big-10g.at: New file
-       * tests/star/ustar-big-2g.at: New file
-       * tests/star/ustar-big-8g.at: New file
-
-       * tests/preset.in: Removed
-       * tests/before: Removed
-       * tests/after: Removed
-       * tests/version.sh: Removed.
-       * tests/append.sh: Removed.
-       * tests/delete01.sh: Removed.
-       * tests/delete02.sh: Removed.
-       * tests/delete03.sh: Removed.
-       * tests/delete04.sh: Removed.
-       * tests/extrac01.sh: Removed.
-       * tests/extrac02.sh: Removed.
-       * tests/extrac03.sh: Removed.
-       * tests/extrac04.sh: Removed.
-       * tests/extrac05.sh: Removed.
-       * tests/gzip.sh: Removed.
-       * tests/incremen.sh: Removed.
-       * tests/ignfail.sh: Removed.
-       * tests/link01.sh: Removed.
-       * tests/listed01.sh: Removed.
-       * tests/listed02.sh: Removed.
-       * tests/longv7.sh: Removed.
-       * tests/multiv01.sh: Removed.
-       * tests/multiv02.sh: Removed.
-       * tests/multiv03.sh: Removed.
-       * tests/old.sh: Removed.
-       * tests/options.sh: Removed.
-       * tests/same-order01.sh: Removed.
-       * tests/same-order02.sh: Removed.
-       * tests/volume.sh: Removed.
-       * tests/recurse.sh: Removed.
-       * tests/sparse01.sh: Removed.
-       * tests/star/gtarfail.sh: Removed.
-       * tests/star/gtarfail2.sh: Removed.
-       * tests/star/multi-fail.sh: Removed.
-       * tests/star/ustar-big-2g.sh: Removed.
-       * tests/star/ustar-big-8g.sh: Removed.
-       * tests/star/pax-big-10g.sh: Removed.
-
-2004-09-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Install genfile.c from paxutils
-       * tests/genfile.c: Removed. Integrated into
-       paxutils.
-       * tests/mksparse.c: Removed. Integrated into
-       (paxutils) genfile.c
-       * tests/Makefile.am: Removed mksparse
-       * tests/sparse01.sh: Use genfile instead of mksparse
-
-2004-09-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Started merging with cpio into paxutils. Sources before
-       this point are tagged alpha-1_14_90
-
-       * Makefile.am: Updated for use with paxutils
-       * README-alpha: Likewise
-       * bootstrap: Likewise
-       * configure.ac: Likewise
-       * lib/Makefile.tmpl: Likewise
-       * po/POTFILES.in: Likewise
-       * src/Makefile.am: Likewise
-       * src/buffer.c: Likewise
-       * src/common.h: Likewise
-       * src/compare.c: Likewise
-       * src/create.c: Likewise
-       * src/delete.c: Likewise
-       * src/extract.c: Likewise
-       * src/incremen.c: Likewise
-       * src/list.c: Likewise
-       * src/mangle.c: Likewise
-       * src/misc.c: Likewise
-       * src/names.c: Likewise
-       * src/sparse.c: Likewise
-       * src/system.c: Likewise
-       * src/tar.c: Likewise
-       * src/update.c: Likewise
-       * src/utf8.c: Likewise
-       * src/xheader.c: Likewise
-
-       * src/system.h: Removed
-       * src/rmt.c: Removed
-       * src/rmt.h: Removed
-       * src/rtapelib.c: Removed
-
-2004-09-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * tests/listed02.sh: Do not depend on any particular ordering
-       of output.
-
-2004-09-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi: Document the use of -C option in
-       file lists. Document --seek option.
-       * configure.ac: New option --with-rmt. New configuration variable
-       DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND.
-       * src/Makefile.am: Install rmt into rmtdir
-       * src/tar.c (usage): Minor fix.
-       * NEWS: Updated.
-       * README: Updated.
-
-2004-09-01  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Raised version number to 1.14.90
-       * src/common.h (is_individual_file): New prototype
-       * src/create.c (dump_file0): Fix bug introduced
-       2004-02-21.
-       * src/names.c (register_individual_file)
-       (is_individual_file): New functions.
-       * tests/listed01.sh: Use genfile instead of dd.
-       * tests/listed02.sh: New file.
-       * tests/Makefile.am: Added listed02.sh
-
-       * NEWS: Updated
-
-2004-08-31  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/sparse.c (sparse_add_map): Fixed improper initializations
-       of sparse_map_size. We assume that whatever number it contains
-       describes adequately the current size of sparse_map. The only
-       number we need to reset is sparse_map_avail.
-       * src/compare.c (verify_volume): Call set_next_block_after
-       if read_header returns HEADER_FAILURE
-       Destroy and reinitialize content of current_stat_info and
-       extended_header after each iteration (bug reported by
-       John L. Males <jlmales@yahoo.com>).
-       Issue a warning if the created archive contains some members
-       whose file names were stripped off their leading prefixes.
-       This is a temporary fix of the issue reported by Bdale Garbee
-       <bdale@gag.com> (Refs: Debian bug 230064, Message-Id
-       <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)
-
-       * src/names.c (removed_prefixes_p): New function.
-
-       * src/buffer.c: When computing write rate do not take
-       into account the time needed to verify the archive(s).
-       The bug reported by John L. Males <jlmales@yahoo.com>
-       (set_start_time,compute_duration): New functions.
-       (print_total_written): Use the result of compute_duration().
-       (close_archive): Call compute_duration.
-       * src/common.h (set_start_time, removed_prefixes_p): New prototypes.
-       * src/list.c (decode_header): Fixed initialization
-       of stat_info->is_sparse
-       * src/tar.c (main): Call set_start_time().
-
-       * src/misc.c (unquote_string): Unquote '\a' and '\v'.
-       Reported by Helmut Waitzmann <helmut.waitzmann@web.de>.
-
-       * NEWS: Updated
-       * THANKS: Updated
-
-2004-08-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c: Fix copy-n-paste errors in the license
-
-2004-08-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * scripts/backup.in: Renamed LIBPATH to LIBDIR.
-       Use ROOT_FS with -C option. Do not send mail
-       if ADMINISTRATOR is set to NONE.
-       * scripts/backup.sh.in (test_root): Append / to
-       ROOT_FS if it does not already end in it.
-       * scripts/restore.in: Renamed LIBPATH to LIBDIR.
-       New option -a (--all). Do not start restore unless
-       -a or patterns are given.
-       (restore_fs,restore_files): Fixed use of --listed option.
-       * doc/tar.texi: Updated
-       * NEWS: Updated
-
-2004-08-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c (find_argp_option): Fixed typo
-
-2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Merge argp, getopt, xalloc changes from gnulib.
-       * bootstrap (gnulib_modules): Add xalloc-die.
-       Remove code to test for patches; we don't have patches now.
-       Set LC_ALL=C so that file names sort consistently.
-       Prefer the gnulib copies of gettext.m4, glibc21.m4,
-       lib-ld.m4, lib-prefix.m4, po.m4 too.
-
-       * patches/getopt.diff: Remove; gnulib now works unpatched.
-       * configure.ac (_getopt_long_only_r): Remove check.
-       gl_ARGP now does this for us.
-       * lib/.cvsignore: Add fnmatch.h, getopt_.h, sysexit.h,
-       xalloc-die.c.
-       * src/extract.c: Adjust to changes to gnulib xalloc module.
-       (extr_init): Remove assignment to xalloc_fail_func; no longer needed.
-       (xalloc_die): New function.
-
-2004-08-10  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-
-       * src/buffer.c (flush_write): Limit filenames
-       of the members that straddle multivolume archive
-       boundary to 100 characters.
-       (flush_read): Use strncmp when comparing multivolume member
-       names.
-       * tests/multiv03.sh: New file
-       * tests/Makefile.am: Added multiv03.sh
-
-2004-08-09  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (read_and): Call decode_header before
-       calling skip_member()
-       (skip_member): Use is_sparse field to determine if the
-       member is a sparse file.
-
-       * tests/Makefile.am: Added extrac05.sh
-       * tests/extrac05.sh: New file
-       * tests/append.sh: Rearranged leading comments. Added explicit
-       references to report messages wherever available.
-       * tests/delete01.sh: Likewise
-       * tests/delete02.sh: Likewise
-       * tests/delete03.sh: Likewise
-       * tests/delete04.sh: Likewise
-       * tests/extrac01.sh: Likewise
-       * tests/extrac02.sh: Likewise
-       * tests/extrac03.sh: Likewise
-       * tests/extrac04.sh: Likewise
-       * tests/gzip.sh: Likewise
-       * tests/ignfail.sh: Likewise
-       * tests/incremen.sh: Likewise
-       * tests/link01.sh: Likewise
-       * tests/listed01.sh: Likewise
-       * tests/longv7.sh: Likewise
-       * tests/multiv01.sh: Likewise
-       * tests/multiv02.sh: Likewise
-       * tests/old.sh: Likewise
-       * tests/options.sh: Likewise
-       * tests/recurse.sh: Likewise
-       * tests/same-order01.sh: Likewise
-       * tests/same-order02.sh: Likewise
-       * tests/sparse01.sh: Likewise
-       * tests/version.sh: Likewise
-       * tests/volume.sh: Likewise
-
-2004-08-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Extended --update-po option to take an
-       optional argument specifying the po file to update.
-       * src/create.c: Improved compatibility with 1.13.25
-       * tests/link01.sh: New file.
-       * tests/Makefile.am: Added link01.sh
-
-2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Merge from gnulib.
-
-       * patches/argp.diff: Remove; no longer needed.
-
-       * lib/.cvsignore: Add stat-macros.h.
-       Remove addext.c, malloc.c, realloc.c.
-
-       * src/extract.c: Include <getcwd.h>.
-       (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
-       * src/extract.c (make_directories):
-       FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
-       * src/misc.c (must_be_dot_or_slash): Likewise.
-       * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len):
-       Likewise.
-       * src/tar.c (parse_opt): Likewise.
-       * src/incremen.c (purge_directory): Fix format buffer typos in warning
-       strings.
-       * src/tar.c (options): Add missing initializers to pacify gcc.
-       (decode_options): Remove unused var.
-
-2004-08-02  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * bootstrap (gnulib_modules): Add getpagesize.
-       * configure.ac (valloc): Remove check; valloc no longer used.
-       * lib/.cvsignore: Add getpagesize.h.
-       * m4/.cvsignore: Add getpagesize.m4.
-       * src/buffer.c (record_buffer): New var.
-       (open_archive): Don't use valloc; on older or buggy hosts, you can't
-       free the result.  Use page_aligned_alloc instead.
-       * src/compare.c (diff_init): Likewise.
-       * src/buffer.c (open_archive): Record the pointer to be freed
-       into record_buffer.
-       (close_archive): Free record_buffer.
-       * src/common.h (page_aligned_alloc): New decl.
-       * src/misc.c (quote_n, quote): Remove these redundant functions.
-       (ptr_align): New function, from coreutils/src/system.h.
-       (page_aligned_alloc): New function.
-       * src/system.h (valloc): Remove.
-
-2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
-
-       * src/extract.c (extract_archive): Do not report an error
-       when hard-linking X to X when X exists.  Problem reported by
-       Toby Peterson.
-       * lib/.cvsignore: Add fchown-stub.c.
-
-2004-06-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-       * src/common.h (root_device): New global.
-       (gnu_restore): Renamed to purge_directory().
-       * src/extract.c (extr_init): Save the device number
-       of the root device.
-       (extract_archive): Renamed gnu_restore() to purge_directory().
-       * src/incremen.c (gnu_restore): Renamed to purge_directory().
-       Do not attempt to purge the directory if it is on a different
-       device and one_file_system_option is set.
-
-2004-06-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi: The actual default for exclude patterns
-       is --no-anchored. Fixed.
-       * src/tar.c (options): Likewise.
-       Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.
-
-2004-06-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi: Fixed several inconsistencies.
-       * src/tar.c: Fixed docstring for --checkpoint option.
-
-2004-05-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/buffer.c (seek_archive): New function
-       * src/common.h (seek_archive): New function
-       (seekable_archive): New global.
-       * src/list.c (skip_file): Use seek_archive() if
-       possible.
-       * src/tar.c (struct fmttab): Accept 'pax' as alias
-       for 'posix'
-       (options): New option -n (--seek).
-       * src/update.c: Determine type of the archive before
-       appending to it.
-
-       * TODO: Updated.
-
-2004-05-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: New option --update-po
-       * src/tar.c: New option -H (short alias to --format)
-       * doc/tar.texi: Document -H option
-       * src/names.c (safer_name_suffix): Fixed bug introduced
-       2004-05-11.
-
-2004-05-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Apply patches from patch subdirectory
-       * patches: New dir
-       * patches/argp.diff: New file
-       * patches/getopt.diff: New file
-       * configure.ac: Check for _getopt_long_only_r and
-       force using included version of getopt if the function
-       is not available.
-       * src/tar.c: Use argp for command line parsing.
-       * src/system.h: Minor formatting fix
-       * m4/.cvsignore: Updated
-       * lib/.cvsignore: Updated
-       * doc/tar.texi: Minor fix.
-       * src/extract.c: Fix improper use of 'path' term
-       * src/incremen.c: Likewise
-       * src/list.c: Likewise
-       * src/misc.c: Likewise
-       * src/names.c: Likewise
-       * src/rmt.h: Likewise
-       * src/rtapelib.c: Likewise
-       * src/update.c: Likewise
-       * src/xheader.c: Likewise
-       * tests/star/README: Minor fix
-
-2004-05-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Raised version number to 1.14.1
-       * src/tar.c: Renamed --strip-path to --strip-components
-       Changed improper use of _() to ngettext().
-       * src/extract.c: Renamed strip_path_option to strip_components_option
-       * src/common.h: Likewise.
-       * NEWS: Updated.
-       * doc/tar.texi: Updated
-
-2004-05-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/system.c (sys_child_open_for_uncompress): Do not
-       set read_full_records_option: the compressed archive is
-       likely not to contain integer number of records. Should
-       the user wish to use reblocking, he may always give tar
-       -B option. This is a minor improvement over the change
-       dated 2004-03-22.
-       * src/buffer.c (open_archive): Removed assignment to
-       read_full_records_option.
-
-       * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s"
-       as the format argument, rather than a possibly-translated variable
-       string. Patch provided by Jim Meyering  <jim@meyering.net>
-       * src/tar.c (decode_options): Fixed typo in the comment.
-       * tests/star/README: Minor correction
-
-2004-05-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * directory: New file. GNU directory entry for tar.
-       * doc/Makefile.am: Rewritten. Added rules for generating
-       documentation for the project's website.
-       * doc/.cvsignore: Updated
-       * doc/index.html.in: New file.
-
-2004-05-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Raised version number to 1.14
-       * NEWS: Updated.
-       * tests/after: Added copyleft statement
-       * tests/before: Added copyleft statement
-       * tests/preset.in: Added copyleft statement
-
-       Tar 1.14 is released. Sources up to this point are tagged
-       release_1_14
-
-2004-05-10  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Fixed prerequisite headers for sys/buf.h
-       (needed on FreeBSD)
-       * src/system.h: Likewise.
-       * tests/after (compare): Fixed argument quoting under eval
-       * tests/before: Quote TAR_ARCHIVE_FORMATS
-
-2004-05-10  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-       * README: Updated
-       * PORTS: Updated
-       * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document
-       DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set
-       the pathname of the rmt utility.
-       New option --enable-backup-scripts.
-       * doc/tar.texi: Updated
-       * scripts/Makefile.am: Install the scripts only if requested
-       by the configure.
-       * scripts/backup.in: Fixed --version output.
-       Fixed initialization of the listing files and printing
-       the time of the last previous level dump.
-       * scripts/restore.in: Fixed --version output.
-       * src/Makefile.am (localedir.h rule): Generate correct
-       DEFAULT_RMT_COMMAND variable.
-       * src/common.h (rmt_command_option): New variable.
-       * src/list.c (read_and): Print block number before
-       issuing 'Skipping to next header' diagnostics, if
-       requested by block_number_option.
-       * src/rtapelib.c: Use rmt_command_option instead of
-       hardcoded "/etc/rmt".
-       * src/tar.c: New option --rmt-command.
-       (decode_options): Handle --rmt-command. Initialize
-       rmt_command_option to DEFAULT_RMT_COMMAND.
-
-2004-05-09  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi: Further update.
-
-2004-05-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Minor fix
-       * scripts/Makefile.am: Updated
-       * scripts/backup-specs: Updated
-       * scripts/backup.in: Minor fixes
-       * scripts/backup.sh: Removed
-       * scripts/backup.sh.in: New file. Source for backup.sh
-       * scripts/restore.in: New file
-       * scripts/.cvsignore: Updated
-       * scripts/WARNING: Removed
-       * doc/tar.texi: Updated
-       * NEWS: Updated
-
-2004-05-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/names.c (name_gather): Bugfix: Honor single -C with
-       --same-order.
-       * tests/same-order01.sh: New file
-       * tests/same-order02.sh: New file
-       * tests/Makefile.am: Updated
-
-       * tests/append.sh: Added copyleft header
-       * tests/delete01.sh: Likewise
-       * tests/delete02.sh: Likewise
-       * tests/delete04.sh: Likewise
-       * tests/extrac01.sh: Likewise
-       * tests/extrac02.sh: Likewise
-       * tests/extrac03.sh: Likewise
-       * tests/extrac04.sh: Likewise
-       * tests/gzip.sh: Likewise
-       * tests/ignfail.sh: Likewise
-       * tests/incremen.sh: Likewise
-       * tests/multiv01.sh: Likewise
-       * tests/old.sh: Likewise
-       * tests/options.sh: Likewise
-       * tests/recurse.sh: Likewise
-       * tests/version.sh: Likewise
-       * tests/volume.sh: Likewise
-       * tests/star/gtarfail.sh: Likewise
-       * tests/star/gtarfail2.sh: Likewise
-       * tests/star/multi-fail.sh: Likewise
-       * tests/star/pax-big-10g.sh: Likewise
-       * tests/star/qucktest.sh: Likewise
-       * tests/star/ustar-big-2g.sh: Likewise
-       * tests/star/ustar-big-8g.sh: Likewise
-
-       * doc/.cvsignore: Updated
-
-2004-05-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Check whether date accepts +format argument
-       (for backup scripts).
-       * scripts/level-0: Removed
-       * scripts/level-1: Removed
-       * scripts/weekly.new: Removed
-       * scripts/dump-remind: Removed
-       * scripts/backup.in: New file
-       * scripts/backup.sh: New file
-       * scripts/dump-remind.in: New file
-       * scripts/backup-specs: Updated
-       * scripts/Makefile.am: Updated for new directory contents.
-       * scripts/.cvsignore: Updated
-
-2004-05-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * TODO: Updated
-       * doc/tar.texi: Updated
-       * src/tar.c: --utc implies -vv
-
-2004-04-28  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV
-       does not define it if it fails to find iconv.h.
-
-2004-04-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Use gnulib-tool to generate lib/Makefile.am
-       and parts of configure.ac
-       * configure.ac: Invoke tar_GNULIB to configure gnulib stuff.
-       * lib/Makefile.am: Removed
-       * lib/Makefile.tmpl: New file.
-       * lib/.cvsignore: Updated
-       * m4/.cvsignore: Updated
-       * src/xheader.c: Include stpcpy.h
-
-       * src/create.c: Produce an error, not warning, if the
-       filename is too long.
-       * tests/longv7.sh: Synchronized with the recent changes.
-
-2004-04-20  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Fixed test for iconv_t
-       * src/rmt.h: Bugfix by Jürgen Weigert
-       * THANKS: Add Jürgen Weigert
-       * tests/star/README: Fixed typo
-
-2004-04-04  Paul Eggert  <eggert@twinsun.com>
-
-       Merge getdate documentation changes from coreutils.
-
-       * doc/getdate.texi: Update from coreutils CVS.
-       * doc/tar.texi: Fix getdate menu to match getdate.texi's.
-
-       Merge recent gnulib changes, and remove some lint.
-
-       Improve support for nanosecond-resolution time stamps.
-       * bootstrap: Add gettime, timespec modules.
-       * configure.ac (gl_GETTIME, gl_TIMESPEC): Add.
-       * lib/.cvsignore (getopt_int.h, gettime.c, gettimeofday.c,
-       timespec.h): Add.
-       * lib/Makefile.am (libtar_a_SOURCES): Add gettime.c, timespec.h.
-       * m4/.cvsignore: Add clock_time.m4, gettime.m4, gettimeofday.m4,
-       st_mtim.m4, timespec.m4.  Remove malloc.m4, realloc.m4.
-       * src/common.h (newer_mtime_option): Now a struct timespec, not
-       time_t.  All uses changed.
-       (NEWER_OPTION_INITIALIZED, OLDER_STAT_MTIME): New macros.
-       * src/create.c (dump_file0): Use OLDER_STAT_TIME to compare times.
-       * src/incremen.c (scan_path): Likewise.
-       * src/list.c (read_and): Likewise.
-       * src/list.c (read_and): Use NEWER_OPTION_INITIALIZED to decide
-       whether newer_mtime_option is initialized.
-       * src/tar.c (decode_options): Likewise.
-       * src/tar.c (decode_options): Adjust to new signature for get_date.
-
-       * src/buffer.c (short_read, flush_read): Use size_t, not ssize_t, for
-       result of safe_read, full_write, and similar functions.
-       Detect safe_read error by comparing to SAFE_READ_ERROR;
-       detect full_write error by comparing to 0.
-       All uses changed.
-       * src/common.h (write_error_details, sys_write_archive_buffer):
-       Likewise.
-       * src/misc.c (write_error_details): Likewise.
-       * src/rmt.c (main): Likewise.
-       * src/rmt.h (rmt_read__, rmt_write__): Likewise.
-       * src/rtapelib.c (rmt_read__, rmt_write__, rmt_ioctl__): Likewise.
-       * src/sparse.c (sparse_scan_file, sparse_dump_region,
-       check_sparse_region, check_data_region): Likewise.
-       * src/system.c (sys_write_archive_buffer, sys_drain_input_pipe,
-       sys_child_open_for_compress, sys_child_open_for_uncompress): Likewise.
-       * src/update.c (append_file): Likewise.
-
-       * src/buffer.c (clear_read_error_count): Use explicit (void)
-       to indicate a function with no arguments.
-       * src/create.c (check_links): Likewise.
-       * src/system.c (sys_get_archive_stat, sys_save_archive_dev_ino,
-       sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell,
-       sys_reset_uid_gid, sys_get_archive_stat, sys_save_archive_dev_ino,
-       sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell):
-       Likewise.
-       * src/utf8.c (get_input_charset): Likewise.
-       * src/xheader.c (xheader_ghdr_name, xheader_write_global,
-       xheader_decode_global, extended_header_init): Likewise.
-       * tests/mksparse.c (usage): Likewise.
-
-       * src/buffer.c (new_volume): Rename local variables to avoid
-       shadowing warnings.
-       * src/common.h (file_dumpable_p, sys_stat_nanoseconds,
-       sparse_file_p, sparse_member_p, sparse_fixup_header,
-       sparse_dump_file, sparce_extract_file, sparse_skip_file,
-       sparse_diff_file): Likewise.
-       * src/compare.c (diff_archive): Likewise.
-       * src/create.c (file_dumpable_p, dump_regular_file, dump_dir0,
-       dump_dir, dump_hard_link, file_count_links, dump_file0, dump_file):
-       Likewise.
-       * src/extract.c (repair_delayed_set_stat): Likewise.
-       * src/misc.c (maybe_backup_file, add_hierarchy_to_namelist):
-       Likewise.
-       * src/sparse.c (struct tar_sparse_optab, tar_sparse_dump_region,
-       tar_sparse_extract_region, sparse_dump_region, sparse_extract_region,
-       sparse_dump_file, sparse_file_p, sparse_member_p,
-       sparse_fixup_header, sparse_extract_file, sparse_skip_file,
-       check_data_region, sparse_diff_file): Likewise.
-       * src/system.c (sys_stat_nanoseconds): Likewise.
-       * src/xheader.c (xheader_format_name): Likewise.
-
-       * src/common.h (enum old_files): Remove comma before }; not portable.
-
-       * src/common.h (read_fatal_details): Add __attribute__ ((noreturn)).
-       * src/rmt.c (usage): Likewise.
-       * src/xheader.c (xheader_set_single_keyword): Likewise.
-       * tests/genfile.c (usage): Likewise.
-       * tests/mksparse.c (die, usage): Likewise.  Also add printf attribute
-       to die.
-
-       * src/common.h (gname_to_gid, uname_to_uid): Add const to avoid
-       some gcc warnings.
-       * src/names.c (uname_to_uid, gname_to_gid): Likewise.
-       * src/utf8.c (struct langtab.lang, struct langtab.terr, struct
-       langtab.charset, charset_lookup): Likewise.
-
-       * src/common.h (name_init): Remove unused args.  All callers changed.
-       * src/names.c (name_init): Likewise.
-
-       * src/common.h (usage, xheader_write, xheader_write_global,
-       sys_reset_uid_gid): New decls.
-
-       * src/compare.c (report_difference, process_noop): Add
-       __attribute__ ((unused)) for unused attributes.
-       * src/sparse.c (oldgnu_sparse_member_p, star_sparse_member_p):
-       Likewise.
-       * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
-       gid_coder, gname_coder, linkpath_coder, ctime_coder, mtime_coder,
-       path_coder, size_coder, uid_coder, uname_coder,
-       sparse_numblocks_coder): Likewise.
-
-       * src/create.c (dump_regular_finish, dump_dir0, dump_dir,
-       dump_file0): Now static.
-       * src/utf8.c (charset_lookup): Likewise.
-       * src/xheader.c (xheader_protected_pattern_p,
-       xheader_protected_keyword_p, xheader_set_single_keyword,
-       xheader_keyword_deleted_p, xheader_keyword_override_p,
-       xheader_list_append, xheader_list_destroy, xheader_set_keyword_equal):
-       Likewise.
-       * tests/genfile.c (usage): Likewise.
-       * tests/mksparse.c (die, mkhole, mksparse, usage, xlat_suffix):
-       Likewise.
-
-       * src/create.c (hash_link): Rewrite to avoid cast.
-
-       * src/extract.c (file_newer_p): Use parameter, not global var.
-       * src/misc.c (write_error_details): Likewise.
-
-       * src/extract.c (prepare_to_extract): Remove directory arg; not
-       used.  All callers changed.
-
-       * src/misc.c (close_fatal): Remove; not used.
-       * src/system.c (sys_utimes): Likewise.
-
-       * src/rmt.c (get_string): Avoid buffer overrun (off by 1 error).
-
-       * src/rmt.c (main): Update copyright date to 2004.
-       * src/tar.c (decode_options): Likewise.
-
-       * src/rtapelib.c (get_status_string): Don't lose errno when
-       skipping the error messages.
-       (get_status): Report an error if atol returns a negative number.
-
-       * src/utf8.c (struct langtab, langtab, charset_lookup,
-       get_input_charset) [!defined HAVE_LIBCONV]: Omit unused
-       definitions.
-       (iconv_open, iconv, iconv_close) [!defined HAVE_LIBCONV]:
-       Use macros, not definitions, to avoid type clashes with system
-       headers.
-       (charset_lookup): Local var is now auto, not static.
-       (utf8_convert): Use ICONV_CONST instead of const, to avoid
-       type clashes.
-
-       * src/utf8.c (langtab): Initialize all elements of struct, to
-       avoid gcc warning.
-       * src/xheader.c (xhdr_tab): Likewise.
-
-       * src/xheader.c: Include fnmatch.h, since we use fnmatch.
-
-       * tests/mksparse.c (mkhole): Fix typo: bool was assigned to off_t.
-
-2004-04-04  Sergey Poznyakoff  <gray@Noldor.runasimi.org>
-
-       * NEWS: Updated
-       * configure.ac: Raised version number to 1.13.94
-       * src/system.h: Protect inclusion of <sys/time.h>
-       by ifdef.
-       Declare time() if HAVE_DECL_TIME is 0
-       * tests/.cvsignore: Added mksparse
-
-       * tests/sparse01.sh: New file
-       * tests/multiv02.sh: New file
-       * tests/Makefile.am: Add sparse01.sh and multiv02.sh
-       * tests/longv7.sh: Added missing call to 'after'
-
-       * src/common.h: Added missing prototypes
-       * src/compare.c (diff_archive): Use is_sparse member
-       instead of GNUTYPE_SPARSE.
-       * src/create.c: Removed unused variables
-       * src/extract.c (extract_archive): Use sparse_member_p instead
-       of GNUTYPE_SPARSE.
-       Removed unused variables
-       * src/list.c (decode_header): Use sparse_fixup_header to correct
-       the st_size value.
-       (print_header): Do not rely on GNUTYPE_SPARSE type.
-       Use st->stat.st_size to print real file size.
-       (skip_member): Assign stat_info.file_name to save_name. This fixes
-       bug reported by Mads Martin Joergensen <mmj@suse.de>
-       Use sparse_skip_file() to skip sparse members.
-       * src/rtapelib.c: include "common.h"
-       * src/sparse.c (struct tar_sparse_optab.sparse_member_p)
-       (struct tar_sparse_optab.fixup_header): New member
-       (tar_sparse_member_p): New function.
-       (tar_sparse_init): Return true if decode_header is not provided
-       (tar_sparse_fixup_header)
-       (sparse_member_p,sparse_fixup_header)
-       (sparse_skip_file)
-       (oldgnu_sparse_member_p,oldgnu_fixup_header,star_sparse_member_p)
-       (star_fixup_header, pax_sparse_member_p): New function
-       (pax_decode_header): Remove
-       * src/system.h: Include <sys/time.h> and <utime.h> when available
-       * src/tar.c (usage): Prototype moved to common.h
-       * src/tar.h (struct tar_stat_info.is_sparse): New member
-       * src/utf8.c (utf8_convert): Changed prototype
-       (get_input_charset): Removed unused variable
-       * src/xheader.c: include <fnmatch.h>
-       (size_decoder): Assign to both st->archive_file_size and
-       st->stat.st_size.
-       (st->stat.st_size): Assign to st->stat.st_size
-       (sparse_numbytes_decoder): Removed unused variable
-       * src/.cvsignore: Added .gdbinit
-       * THANKS: Added Mads Martin Joergensen
-
-2004-03-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c (write_long_name): Do not allow more than
-       NAME_FIELD_SIZE-1 characters in a file name for V7 format
-       archives.
-       * tests/longv7.sh: New file.
-       * tests/Makefile.am: Add longv7.sh
-
-2004-03-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/buffer.c (open_archive): Clear read_full_records_option
-       if reading from a pipe.
-       (short_read): Display warning about the deduced record size
-       if version > 1
-       * tests/star/pax-big-10g.sh: Updated to match the above changes.
-       * tests/star/ustar-big-2g.sh: Likewise.
-       * tests/star/ustar-big-8g.sh: Likewise.
-
-       * configure.ac: Added gl_FUNC_STRTOULL
-       * src/create.c (start_header): Check for GNU_FORMAT
-       if incremental_option is set.
-       * src/xheader.c (to_decimal): New function.
-       (xheader_format_name): Use to_decimal() instead of snprintf.
-       * tests/listed01.sh: Use genfile instead of dd
-       * tests/multiv01.sh: Likewise.
-
-2004-03-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (read_and): Stop processing the archive after
-       encountering a single zero record. Many old archives contain
-       arbitrary garbage after it.
-       The warning is issued anyway.
-
-2004-03-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/rtapelib.c (rmt_lseek__,rmt_ioctl__): Bugfix. The
-       conversion buffer was not null terminated. Fix provided
-       by Leland Lucius <llucius@tiny.net>
-       * THANKS: Added Leland Lucius
-       * src/utf8.c (utf8_convert): Indentation fix.
-
-2004-02-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/buffer.c (flush_read): Bugfix: the
-       condition at line 714 included
-
-             || (status > 0 && !read_full_records_option)
-
-       which is grossly wrong, since even if new_volume() below succeeds,
-       the subsequent call to rmtread will overwrite the chunk of data
-       already read in the buffer and thus spoil everything.
-       * src/system.c (sys_child_open_for_uncompress): Minor stylistic
-       fix.
-       * tests/star/multi-fail.sh: New test.
-       * tests/Makefile.am: Added multi-fail.sh
-       * tests/star/README: Updated
-
-2004-02-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-       * configure.ac: Removed spurious AC_CHECK_LIB(iconv)
-       * src/common.h (utc_option): new global
-       (enum old_files.KEEP_NEWER_FILES): New element
-       * src/extract.c: Handle --keep-newer-files option
-       * src/list.c (tartime): Print UTC if --utc was given.
-       * src/tar.c: New options: --utc and keep-newer-files
-
-       * tests/Makefile.am: Added new tests
-       * tests/after: Rewritten
-       * tests/before: Rewritten
-       * tests/preset.in: Rewritten
-       * tests/delete03.sh: Accommodate for the new testsuite logic
-       * tests/gzip.sh: Likewise
-       * tests/incremen.sh: Likewise
-       * tests/listed01.sh: Likewise
-       * tests/multiv01.sh: Likewise
-       * tests/old.sh: Likewise
-       * tests/options.sh: Likewise
-       * tests/version.sh: Likewise
-       * tests/volume.sh: Likewise
-
-       * tests/star: New directory
-       * tests/star/README: New file
-       * tests/star/gtarfail.sh: New file
-       * tests/star/gtarfail2.sh: New file
-       * tests/star/pax-big-10g.sh: New file
-       * tests/star/qucktest.sh: New file
-       * tests/star/ustar-big-2g.sh: New file
-       * tests/star/ustar-big-8g.sh: New file
-
-2004-02-26  Paul Eggert  <eggert@twinsun.com>
-
-       * doc/tar.texi (dircategory Individual utilities): Append period,
-       as suggested by Karl Berry.
-
-2004-02-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (decode_header): Call xheader_decode before
-       the assignment to current_stat_info.archive_file_size.
-
-2004-02-23  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.
-
-2004-02-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       1.13.93 released.
-
-       * NEWS: Updated
-       * tests/before: Move testing of the prerequisite archive formats
-       to the separate function 'prereq'. Do not expect any arguments
-       * tests/delete03.sh: Use prereq() instead of passing arguments
-       to 'before'.
-       * tests/incremen.sh: Likewise.
-       * tests/listed01.sh: Likewise.
-       * tests/multiv01.sh: Likewise.
-
-2004-02-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Added UTF-8 support. Finished global extended header
-       support.
-
-       * NEWS: Minor fix
-       * configure.ac: Detect libiconv
-       * src/utf8.c: New file. Conversions to and from utf-8.
-       * src/Makefile.am: Added utf8.c
-       * src/create.c (write_header_name) In pax format, use
-       "path" keyword if the file name is not ASCII
-       (start_header): Likewise for uname and gname.
-       * src/list.c: Decode encountered global headers.
-       * src/xheader.c: Use keywords from the global
-       headers.
-       Correctly handle UTF-8 conversions.
-       (xheader_list_destroy): New function.
-       (xheader_set_single_keyword,xheader_set_keyword_equal): Added
-       missing gettext markers
-       (decode_record): Rewritten using caller-provided handler and
-       data closure.
-       * tests/listed01.sh: Give credit to Andreas Schuldei.
-
-2004-02-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c (dump_file0): The conditional at line
-       1296 prevented incremental backups on individual files
-       from working, as reported by Andreas Schuldei
-       <andreas@schuldei.org>.
-
-       This is due to the condition
-
-         (0 < top_level || !incremental_option)
-
-       Removing it makes incremental backups work for individual
-       files as well as for directories. On the other hand, it does
-       not affect other functionality, as shown by the reasoning below:
-
-       To begin with, the two parts of this condition are mutually
-       superfluous, because
-
-         1) when top_level < 0, incremental_option == 1
-         so the condition yields false
-         2) when top_level >= 0, incremental_option == 0
-         so the condition yields true.
-
-       In other words, it is completely equivalent to
-
-             (!incremental_option)
-
-       Now, let's consider the effect of its removal. There are two cases:
-
-       1) when incremental_option==1
-       This means incremental backup in progress. In this case dump_file
-       is invoked only for directories or for files marked with 'Y' by
-       get_directory_contents. The latter are those that did not meet the
-       condition in incremen.c:242, which is exactly the same condition
-       as this at create.c:1296. So, for these files the check
-       (!incremental_option) is useless, since the rest of the
-       conditional will yield false anyway. On the other hand, if
-       dump_file is invoked on a directory, the conditional will yield
-       false due to !S_ISDIR assertion, so these will be processed as usual.
-
-       Thus, for this case the extra condition (!incremental_option) is
-       irrelevant, and its removal won't alter the behavior of tar,
-       *except* that it will enable incremental backups on individual
-       files, which is the wanted effect.
-
-       2) when incremental_option==0
-       In this case the condition yields true and its removal does not
-       affect the functionality.
-
-       * THANKS: Updated
-       * configure.ac: Raised patchlevel to 93
-       * src/incremen.c: Minor stylistic fixes.
-       * tests/listed01.sh: New test. Check listed incremental
-       backups on individual files.
-       * tests/Makefile.am: Added listed01.sh
-
-2004-02-20  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/common.h (simple_finish_header,start_private_header): New
-       declarations
-       (xheader_ghdr_name): Changed declaration
-       * src/create.c (start_private_header): Removed static qualifier.
-       (write_extended): Removed superfluous last argument. Use
-       xheader_write()
-       (simple_finish_header): New function.
-       (finish_header): Use simple_finish_header() to break recursive
-       dependency between this function and write_extended().
-       * src/tar.c (assert_format): Do not bail out if several
-       --format arguments are given. This is a common case when
-       TAR_OPTIONS are used.
-       (decode_options): New option --show-defaults displays the
-       compiled-in defaults.
-       Use POSIX format if no --format option was given and
-       --pax-option was specified.
-       Do not allow to use --pax-option unless the archive format is
-       set to POSIX (or reading subcommand is requested).
-
-       * src/update.c (update_archive): Write global extended header if
-       constructed.
-       * src/xheader.c (xheader_format_name): Bugfix.
-       (xheader_xhdr_name): Changed the default extended header name
-       to '%d/PaxHeaders.%p/%f', as POSIX requires.
-       (xheader_ghdr_name): Removed unused argument.
-       (xheader_write,xheader_write_global): New function.
-       (xheader_decode): Modified to honor overrides whatever
-       the current archive format is.
-
-       * src/delete.c (delete_archive_members): Call xheader_decode
-       unconditionally.
-       * src/list.c (decode_header): Likewise.
-       * src/incremen.c (sort_obstack): Fixed typo in the comment
-
-       * doc/tar.texi: Document new default for extended
-       header names.
-
-       * tests/before: Accept an optional list of allowed archive
-       formats. Exit with the status 77 if the current archive
-       format does not match any of them.
-       * tests/delete03.sh: Require gnu, oldgnu or posix format
-       * tests/incremen.sh: Require gnu or oldgnu format
-       * tests/multiv01.sh: Likewise
-
-2004-02-20  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * doc/tar.texi (Option Summary): Documented --pax-option
-       * src/tar.c: Likewise.
-       * NEWS: Likewise.
-       * src/create.c (to_chars): Added a comment.
-       * src/tar.h: Comment to GNU_FORMAT
-
-2004-02-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * README: Updated
-       * configure.ac: Added stpcpy
-       * bootstrap: Likewise
-       * lib/Makefile.am: Likewise
-       * src/common.h (xheader_xhdr_name,xheader_ghdr_name): New
-       functions
-       * src/create.c (write_extended): Call xheader_xhdr_name
-       instead of using hardcoded "././@PaxHeader" name.
-       * src/tar.c: New option --pax-option (equivalent to -o option
-       of pax).
-       * src/xheader.c: Implement pax -o option. Fixed misleading
-       heading comment (introduced 2003-09-02).
-       * src/incremen.c: Minor fixes
-       * m4/.cvsignore: Updated
-
-2004-02-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/incremen.c: Removed accumulator stuff in favor of obstack.
-       (get_directory_contents): Split into two functions
-       * src/update.c: Minor changes
-       * doc/tar.texi: Fixed typo
-
-2004-02-15  Paul Eggert  <eggert@twinsun.com>
-
-       Fix Debian bug 230872, originally reported by Jeff King in
-       <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230872>.
-
-       * doc/tar.texi (posix compliance): Remove.  The whole section
-       was a misunderstanding of what POSIXLY_CORRECT is supposed to
-       mean.  The GNU Coding Standards says that POSIXLY_CORRECT
-       is for disabling extensions that are incompatible with POSIX:
-       it is not for disabling compatible extensions.  All references
-       to this section removed.
-       (posix): This format is created only if the posix format is
-       specified; it is no longer created if gnu format is specified
-       and POSIXLY_CORRECT is set.
-       * src/tar.c (decode_options): Ignore POSIXLY_CORRECT.
-       POSIX does not specify the behavior of tar, so we should
-       not worry about POSIXLY_CORRECT here.
-
-2004-01-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * Makefile.am: Removed m4
-       * configure.ac: Require automake-1.8/autoconf-2.59. Removed
-       m4/Makefile.
-       * README-alpha: Updated
-       * bootstrap: Updated TP URL, improved help output. Default
-       to :ext:anoncvs and set CVS_RSH, unless already set.
-       * m4/Makefile.am: Removed
-
-2004-01-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * bootstrap: Bugfix by Marco Gerards <metgerards@student.han.nl>:
-       Use $option instead of $1 so all options will be parsed.
-
-2004-01-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Started rewriting buffer.c ...
-
-       * bootstrap: New option --no-po
-       * src/buffer.c (new_volume,check_label_pattern): Changed return type.
-       (time_to_start_writing): Changed data type
-       (file_to_switch_to): Removed. Variable never assigned to.
-       (open_archive) Moved option compatibility checks to tar.c
-       Other minor changes.
-       * src/common.h (maybe_backup_file): Changed return type
-       * src/misc.c: Likewise.
-       * src/create.c: Updated invocations of safer_name_suffix
-       * src/extract.c: Likewise
-       * src/delete.c: Updated assignment to write_archive_to_stdout
-       * src/tar.c (decode_options): More option compatibility checks
-       (moved from buffer.c)
-       * src/update.c (time_to_start_writing): Changed data type.
-       * tests/recurse.sh: New test case.
-       * tests/mksparse.c: New file.
-       * tests/Makefile.am: Added recurse.sh and mksparse.c
-
-2004-01-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/sparse.c (sparse_diff_file): Bugfix. Thanks
-       Martin Simmons for the patch.
-       * src/create.c (dump_dir0): Bugfix. Thanks Piotr Czerwinski
-       <pius@pld-linux.org> for the patch.
-
-2003-12-26  Paul Eggert  <eggert@twinsun.com>
-
-       Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
-       and translation website.
-
-       * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
-       intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
-       isc-posix.m4, and lcmessage.m4 from gnulib.  This list of files is
-       a bit obsolete anyway, now that gettext 0.13.1 is out.  Also, the
-       files are replaced by autoreconf.  Also, there seems to be a bug
-       in gettext/autoconf/automake if we try to omit these files after
-       autoreconf has replaced them, even though the gettext manual says
-       they're optional.  So give up and just include them for now, even
-       though they make 'configure' longer and slower.
-
-       Change translation URL from
-       <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
-       <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
-       accommodate translator website revamp.
-
-       Fail if autoreconf fails.
-
-       * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
-       signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
-       ignore files now supplied by gettext 0.13.1.
-
-2003-12-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Synchronized with the backup repository on Mirddin
-
-2003-12-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Check for varios members of struct stat
-       that may represent file modification times with a subsecond
-       precision.
-       Check for utimes (for future use)
-       * src/buffer.c (short_read): Issue a warning on short reads.
-       * src/common.h (sys_stat_nanoseconds): New function
-       * src/create.c (dump_file0): Use sys_stat_nanoseconds().
-       * src/list.c (read_and): Treat only two successive zero
-       filled blocks as an EOF indicator. Issue a warning if
-       a single one is encountered.
-       * src/system.c (sys_stat_nanoseconds): New function
-       * src/tar.h (tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New
-       members.
-       * src/xheader.c (code_time,decode_time): Support for subsecond
-       precision.
-       (atime_coder,atime_decoder,ctime_coder,ctime_decoder)
-       (mtime_coder,mtime_decoder): Update invocations of code_time and
-       decode_time.
-       (gid_decoder,size_decoder,uid_decoder,sparse_size_decoder)
-       (sparse_numblocks_decoder,sparse_offset_decoder)
-       (sparse_numbytes_decoder): Updated
-
-2003-12-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/names.c (safer_name_suffix): Reverted change made
-       2003-11-14. Reason: Discussion with Paul Eggert and
-       Jean-Louis Martineau. See also ChangeLog entry from
-       1999-08-14.
-       * tests/delete03.sh: Likewise.
-       * tests/extrac04.sh: Likewise.
-       * tests/multiv01.sh: Likewise.
-
-2003-12-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/incremen.c (write_directory_file): Use sys_truncate
-       * src/list.c (print_header): Use archive_file_size member
-       when printing real file size.
-       * src/sparse.c (sparse_scan_file): Correctly handle files with
-       a hole at the end.
-       (sparse_dump_region,sparse_extract_region): Allow for zero size
-       trailing blocks
-
-2003-12-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Raised version number to 1.13.92
-       * src/list.c (decode_header): Discern between pax and ustar
-       formats
-       Initialize current_stat_info.archive_file_size.
-
-       NOTE: Modifications from this date on are temporarily
-       stored on local CVS on mirddin. This repository will
-       be synchronized with Savannah as soon as the latter
-       becomes operational again.
-
-2003-12-01  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * TODO: Updated
-       * src/sparse.c: Initial implementation of GNU/pax sparse
-       file format.
-       * src/common.h (xheader_store): Changed prototype.
-       * src/create.c: Update calls to xheader_store
-       * src/extract.c (extract_archive): Check reported size vs.
-       archive file size to determine if we have to do with a
-       sparse file.
-       * src/tar.c (usage): Cleaned up the sample argument to --newer
-       option.
-       (decode_options): Allow --sparse for POSIX_FORMAT archives.
-       * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
-       extra argument
-       Implemented GNU.sparse.* keywords.
-
-2003-11-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Check for setlocale. Thanks Bruno Haible for
-       reporting.
-
-2003-11-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c (write_gnu_long_link): Use oldgnu
-       magic with @LongLink blocks.
-
-2003-11-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.h: Support for star sparse format.
-       * src/sparse.c: Likewise.
-
-2003-11-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/sparse.c (sparse_diff_file): New function
-       * src/common.h (sys_compare_uid,sys_compare_gid): New functions
-       (sys_compare_uid_gid): Removed.
-       (sys_compare_links,report_difference): Changed prototype
-       (sparse_diff_file): New function
-       * src/system.c (sys_compare_uid,sys_compare_gid): New functions
-       (sys_compare_uid_gid): Removed.
-       (sys_compare_links): Changed declaration
-       * src/compare.c (diff_archive): Use sparse_diff_file.
-
-2003-11-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Rewritten sparse file handling.
-
-       * src/sparse.c: New file. Provides a universal framework
-       for various methods for sparse files handling.
-       * src/Makefile.am: Added sparse.c
-       * src/common.h (struct sp_array,sparsearray,sp_array_size)
-       (init_sparsearray,fill_in_sparse_array): Removed
-       (enum dump_status): New data type
-       (pad_archive,close_diag,open_diag,read_diag_details)
-       (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
-       functions.
-       (sparse_file_p,sparse_dump_file,sparse_extract_file): New
-       functions.
-       (print_header): Changed prototype declaration.
-       * src/tar.h (struct sp_array): Declaration from common.h
-       (struct tar_stat_info): New members archive_file_size,
-       sparse_map_avail,sparse_map.
-       * src/create.c: Major rewrite.
-       * src/extract.c: Use new sparse file interface.
-       * src/compare.c (diff_sparse_files): Temporary placeholder.
-
-       * src/buffer.c: Minor changes
-       * src/tar.c: Likewise.
-       * src/list.c: Likewise.
-       * src/misc.c (close_diag,open_diag,read_diag_details)
-       (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
-       diagnostics functions.
-       * src/incremen.c: Use new diagnostics functions.
-       * src/names.c: Likewise.
-
-2003-11-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Fixed check for setsockopt
-
-       * src/create.c: Do not zero-terminate name field if
-       the name is exactly 100 characters long.
-       (write_ustar_long_name): Fixed cheking for unsplittable
-       names.
-
-2003-11-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c (start_header): Removed debugging hook
-       (dump_file): Fixed handling of linkname field.
-       * src/names.c (safer_name_suffix): If the input
-       file name ends with a slash, output one should do so
-       as well.
-       * doc/tar.texi: Documented --format=ustar
-
-2003-11-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.h (archive_format): USTAR_FORMAT: New type.
-       * src/create.c: Added POSIX.1-1988 support.
-       * src/names.c (safer_name_suffix): Skip leading ./
-       * src/tar.c: New option --format=ustar forces
-       POSIX.1-1988 archive format.
-       * tests/delete03.sh: Updated.
-       * tests/extrac04.sh: Updated.
-       * tests/multiv01.sh: Updated.
-
-2003-11-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (read_and): Initialize current_stat_info
-       and extended_header at the start of the loop.
-       * src/names.c (all_names_found): Check if the argument
-       contains valid filename. Fixes coredump on `not_a_tar_file'
-       * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
-       (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
-       Fixes `pax-big-10g' bug.
-
-2003-11-12  Paul Eggert  <eggert@twinsun.com>
-
-       Fix some C compatibility bugs reported by Joerg Schilling.
-
-       * src/common.h (stripped_prefix_len): Fix misspelling
-       "stripped_path_len" in declaration.
-       * src/rmt.c (main): Use "return FOO;" rather than
-       "exit (FOO);"; we no longer have to worry about
-       pre-ANSI hosts that mishandled returned values from "main".
-       * src/tar.c (main): Likewise.  This avoids warnings on some
-       compilers.
-       * src/system.c: Include signal.h, for 'kill'.
-       * src/system.h (DEV_BSIZE): Remove.
-       (DEFAULT_ST_BLKSIZE): New macro.
-       (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
-       * src/tar.c (enum): Remove comma just before }.
-
-2003-11-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (decode_header): Initialize st_atime and
-       st_ctime.
-
-2003-11-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
-       Bunk <bunk@fs.tum.de> for reporting.
-       * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
-       <martin@xemacs.org> for spotting.
-
-2003-11-04  Paul Eggert  <eggert@twinsun.com>
-
-       * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
-       C99 require this.
-
-2003-10-26  Paul Eggert  <eggert@twinsun.com>
-
-       * src/system.c (sys_spawn_shell): Cast trailing null to (char *).
-       Bug reported by Christian Weisgerber.
-
-2003-10-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * AUTHORS: Updated
-       * NEWS: Updated
-       * src/tar.c (decode_options): Removed superfluous archive format
-       check
-       * doc/tar.texi: Documented new features.
-
-2003-10-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * NEWS: Updated
-       * THANKS: Added Wojciech Polak
-       * configure.ac: Added checks for missing functions. Raised
-       version number to indicate alpha release.
-       * lib/Makefile.am: Added missing headers
-       * lib/waitpid.c: Added missing includes.
-       * src/extract.c: Likewise.
-       * src/names.c: Removed spurious includes.
-       * src/xheader.c: Likewise.
-       * src/system.h [MSDOS]: Fixed spelling of EACCES. Added
-       macro overriding broken mkdir prototypes.
-
-2003-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Check for dev_t and ino_t.
-       * m4/Makefile.am: Added missing files.
-       * src/system.c: New file.
-       * src/Makefile.am: Added system.c
-       * src/common.h: Prototypes for functions from system.c
-       * src/system.h (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
-       * src/buffer.c: Moved system dependencies to system.c
-       * src/compare.c: Likewise.
-       * src/create.c: Likewise.
-       * src/delete.c: Likewise.
-       * src/extract.c: Likewise.
-       * src/rtapelib.c: Likewise.
-
-2003-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       Implemented --occurrence option.
-
-       * NEWS: Updated.
-       * src/tar.c: New option --occurrence.
-       * src/common.h (occurrence_option): New global
-       (struct name): Changed `found' member to `uintmax_t
-       found_count'.
-       (names_done): Removed
-       (all_names_found): Changed prototype.
-       (ISFOUND,WASFOUND): New macros
-       * src/delete.c (delete_archive_members): Honor --occurrence
-       option.
-       * src/list.c (read_and): Likewise.
-       * src/names.c: Count number of occurrences of each name in the
-       archive.
-       (name_match): Honor --occurrence option.
-       (names_done): Removed
-       (all_names_found,names_notfound): Rewritten.
-
-2003-10-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/tar.c: Removed extra precaution regarding
-       subcommand_option == CAT_SUBCOMMAND
-       * lib/Makefile.am: Updated
-
-2003-10-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/common.h (names_done): New function.
-       * src/names.c: Likewise.
-       * src/list.c (read_and): Use all_names_found() as `while'
-       condition.
-       * src/tar.c: New option --first-copy
-       * NEWS: Updated
-
-2003-09-24  Paul Eggert  <eggert@twinsun.com>
-
-       * src/rmt.c (main): Don't translate Copyright string; international
-       law says the word "Copyright" should be in English.
-       * src/tar.c (decode_options): Likewise.
-
-2003-09-22  Paul Eggert  <eggert@twinsun.com>
-
-       * doc/tar.texi (extracting untrusted archives): New section.
-
-       * src/common.h (stripped_path_len): Renamed from cut_path_elements.
-       Return size_t, not pointer, so that we don't have to worry about
-       violating the C standard by converting char const * to char *.
-       All callers changed.
-       * src/names.c (stripped_path_len): Likewise.  Strip file system
-       prefix, too.  Count adjacent slashes as if they were one slash;
-       that is the POSIX standard.
-
-2003-09-17  Paul Eggert  <eggert@twinsun.com>
-
-       * README-alpha: Document maintainer tool assumptions a bit.  GNU
-       'sed' is no longer required.  For GNU m4 1.4, suggest the patch in
-       Debian bug 211447.  Fix minor misspellings/whitespace nits.
-
-       * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
-       gl_USE_SYSTEM_EXTENSIONS.
-
-       * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
-       * m4/.cvsignore: Add restrict.m4, time_r.m4.
-
-2003-09-17  Paul Eggert  <eggert@twinsun.com>
-
-       * bootstrap: Don't use "for option; do";
-       Solaris 8 /bin/sh doesn't like that.
-
-2003-09-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * README-alpha: Updated
-       * bootstrap: Updated
-
-2003-09-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * README-alpha: Updated
-       * bootstrap: Updated
-       * po/POTFILES.in: Added src/xheader.c
-       * src/common.h (cut_path_elements): Added proto.
-
-2003-09-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/buffer.c: Use ngettext where appropriate.
-       * src/compare.c: Likewise.
-       * src/create.c: Likewise.
-       * src/misc.c: Likewise.
-       * src/tar.c: Likewise.
-       * src/update.c: Likewise.
-
-2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * .cvsignore: Added *.shar.gz
-       * NEWS: Updated
-       * TODO: Updated
-       * src/common.h (strip_path_elements): New variable.
-       * src/extract.c (extract_archive): Implemented --strip-path
-       * src/names.c (cut_path_elements): New function.
-       * src/tar.c: New option --strip-path=NUM.
-       (decode_options) Assign boolean values to bool variables.
-
-2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/delete.c: Fixed deletion from the POSIX archives.
-       * src/list.c (read_header): Minor change.
-       * src/tar.c (main): Do not check for volume_label_option
-       if subcommand_option is not CREATE_SUBCOMMAND.
-       * src/xheader.c (xheader_decode): Store the header as
-       well (for eventual delete).
-
-       * tests/incremen.sh: Explicitly request GNU format. This will
-       disappear when GNU extended header keywords are working.
-       * tests/multiv01.sh: Likewise
-       * tests/volume.sh: Likewise
-
-2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c: Support for "linkpath" extended keyword.
-       * src/xheader.c (decode_record): Reversed the return
-       condition.
-
-2003-09-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * configure.ac: Allow to redefine the default output format.
-       * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro
-       (archive_format_string): New function.
-       (usage): Updated help output.
-       * README: Updated.
-       * NEWS: Updated.
-       * TODO: Updated.
-
-2003-09-02  Paul Eggert  <eggert@twinsun.com>
-
-       * src/common.h (destroy_stat, xheader_decode, xheader_store,
-       xheader_read, xheader_finish, xheader_destroy): Add decls;
-       C99 requires this.
-
-       * src/create.c (write_extended): Remove unused local 'bufsize'.
-
-       * src/delete.c (delete_archive_members): Handle case of
-       HEADER_SUCCESS_EXTENDED followed by HEADER_FAILURE.
-       * src/list.c (read_and): Abort if HEADER_SUCCESS_EXTENDED
-       occurs, as it's not possible.
-       * src/update.c (update_archive): Likewise.
-
-       Use "const" when possible in new code.
-       * src/tar.c (struct fmttab.name): Now char const *.  All uses changed.
-       (fmttab): Now const.  All uses changed.
-       * src/xheader.c (struct xhdr_tab.keyword): Now pointer to const.
-       (struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
-       decode_record, xheader_store, xheader_print, code_string, code_time,
-       code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
-       gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
-       linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
-       mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
-       uid_coder, uid_decoder, uname_coder, uname_decoder):
-       Use pointers to const when possible.
-       (xhdr_tab): Now const.
-
-       * src/tar.c (fmttab): Avoid GCC warning by not eliding initializers.
-       (set_archive_format): Report an error if no format name matches,
-       instead of returning an undefined value.
-
-       * src/xheader.c (struct xhdr_tab.decoder, dummy_decoder,
-       atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
-       ctime_decoder, mtime_decoder, path_decoder, size_decoder,
-       uid_decoder, uname_decoder): Remove unused keyword arg.
-       All uses changed.
-
-       * src/tar.c (set_archive_format): Now static.
-       * src/xheader.c (xhdr_tab, format_uintmax): Now static.
-
-       * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
-       atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
-       linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
-       ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
-       size_decoder, uid_coder, uid_decoder, uname_coder, uname_decoder):
-       Remove forward decls; no longer needed.
-       (xhdr_tab): Move to end, so that the forward decls aren't needed.
-       Add a forward declaration.
-
-       Use 'bool' in new code, when appropriate.
-       * src/xheader.c (decode_record): Return bool, not int.
-       * src/common.h (read_header): Since it accepts bool, change
-       all callers to use false and true rather than 0 and 1.
-
-       * src/xheader.c (decode_record): Fix misspelling in diagnostic
-       "extended headed" -> "extended header".
-
-       GNU coding style fixes.
-       * src/xheader.c (decode_record, xheader_decode):
-       Do not use decls like "char *p, *q;".
-
-       Minor style fixes.
-       (xheader_store): Avoid parentheses around object operand of sizeof.
-
-2003-09-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/create.c (start_header): Store long file names
-       in "path" keyword of an extended header if in POSIX
-       mode.
-       (finish_header): print header before calling write_extended().
-       * src/list.c (list_archive): Always decode the header. This
-       is necessary so the extended header is processed and the correct
-       filename is printed no matter what the state of verbose_option.
-       * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out
-       for the time being).
-
-2003-09-01  Paul Eggert  <eggert@twinsun.com>
-
-       Update from gnulib, and correct fnmatch to fnmatch-gnu.
-       * bootstrap (gnulib_modules): Change fnmatch to fnmatch-gnu.
-       Sort.
-       * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Use this instead
-       of AC_GNU_SOURCE.
-       * lib/.cvsignore: Add alloca.h, stdbool.h.  Sort.  Append newline.
-       * lib/Makefile.am (lib_OBJECTS): New macro, for convenience when
-       copying rules from gnulib module descriptions.
-       (BUILT_SOURCES, EXTRA_DIST, all-local, alloca.h):
-       Update from gnulib modules alloca, fnmatch, getline, stdbool.
-       * m4/.cvsignore: Add utimes-null.m4.  Sort.
-
-2003-09-01  Sergey Poznyakoff
-
-       Added initial support for creating POSIX headers.
-
-       * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines
-       (string_to_chars): New functions
-       (struct xheader): Changed structure
-       (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid): Changed
-       prototypes.
-       * src/create.c (string_to_chars): New function.
-       (write_extended): New function
-       (start_header): Create extended POSIX headers if necessary.
-       (finish_header): Likewise.
-       * src/list.c (print_header): Take user/group from
-       current_stat_info.
-       * src/names.c (gid_to_gname,gname_to_gid)
-       (uid_to_uname,uname_to_uid): Changed prototypes.
-       * src/tar.c: New option --format.
-       * src/tar.h (OLDGNU_COMPATIBILITY): Removed
-       (struct extra_header): Removed unused structure.
-       (union block.extra_header): Removed unused member.
-       * src/xheader.c: Implemented coder functions.
-       * bootstrap: Added obstack.
-       * lib/.cvsignore: Likewise.
-       * configure.ac: Added 'gl_OBSTACK'
-       * m4/Makefile.am: Added new files.
-       * m4/.cvsignore: Likewise.
-       * TODO: Minor formatting change
-
-2003-08-31  Sergey Poznyakoff
-
-       Added initial support for POSIX extended and STAR headers
-       (only for listing/extracting).
-
-       * src/xheader.c: New file.
-       * src/Makefile.am: Added xheader.c
-       * src/tar.h (struct star_header): New datatype
-       (XHDTYPE,XGLTYPE): New defines
-       (enum archive_format:STAR_FORMAT): New member
-       (struct tar_stat_info): New datatype.
-       (union block.star_header): New member.
-       * src/common.h (orig_file_name,current_file_name)
-       (current_trailing_slash,current_link_name): Removed variables.
-       (current_stat_info): New variable
-       (current_stat): Removed
-       (extended_header): New variable
-       (decode_header): Changed prototype.
-       * src/list.c (decode_header): Added initial support for POSIX extended
-       and STAR headers.
-       (skip_member): Check oldgnu_header only if current_format is set
-       to OLDGNU_FORMAT.
-       * src/buffer.c: Use current_stat_info
-       * src/compare.c: Likewise.
-       * src/create.c: Likewise.
-       * src/delete.c: Likewise.
-       * src/incremen.c: Likewise.
-       * src/mangle.c: Likewise.
-       * src/update.c: Likewise.
-       * src/extract.c: Likewise.
-       (make_directories): Improved check for the existence of the directory
-       * src/tar.c (destroy_stat): New function.
-
-2003-08-29  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, bootstrap: Drop en_GB locale; it was more trouble than it
-       was worth (e.g., different users in en_GB disagree about -ize
-       versus -ise).
-       * po/en_GB.po: Remove.
-
-2003-07-28  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * TODO: Updated
-       * NEWS: Updated
-       * src/tar.c: Removed support for the obsolete command line
-       options.
-       * doc/tar.texi: Removed references to the obsolete command
-       line options.
-
-2003-07-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * TODO: Updated
-       * NEWS: Updated
-       * doc/tar.texi: Updated
-       * src/common.h (check_links_option): New variable
-       (orig_file_name): New variable
-       (check_links): New proto.
-       * src/create.c (struct link.nlink): New member
-       (link_table): Static for the module.
-       (dump_file): Update `link' member when adding new links
-       to the link_table.
-       (check_links): New function.
-       * src/list.c (print_header): Use orig_file_name.
-       * src/tar.c: New option --check-links. Changed semantics of
-       -o to comply to UNIX98 when extracting and to its previous
-       semantics otherwise.
-       (main): Call check_links if --check-links. was given.
-
-2003-07-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * src/list.c (print_header): Revised
-       * NEWS: Started the entry for 1.13.26
-       * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
-
-2003-07-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
-
-       * .cvsignore: Added to the repository.
-       * doc/.cvsignore: Likewise.
-       * lib/.cvsignore: Likewise.
-       * m4/.cvsignore: Likewise.
-       * po/.cvsignore: Likewise.
-       * scripts/.cvsignore: Likewise.
-       * src/.cvsignore: Likewise.
-       * tests/.cvsignore: Likewise.
-
-       * lib/Makefile.am: Added exitfail.[hc]
-       * src/misc.c (chdir_do): Fixed call to restore_cwd
-       * src/buffer.c (flush_read): Fixed behavior on short
-       reads right after opening the new archive (multiv01.sh test).
-       (new_volume): Special handling for "-".
-       * src/list.c (print_header): Print trailing slash if
-       current_trailing_slash was set (extrac03.sh,extrac04.sh tests).
-       * tests/multiv01.sh: Minor changes.
-       * m4/Makefile.am: Added missing files.
-
-2003-07-05  Paul Eggert  <eggert@twinsun.com>
-
-       Finish the checkin begin yesterday.
-
-       * NEWS: Document the user-visible changes installed in the last
-       two days.
-
-       * TODO: New file (actually, resurrected; but with new contents).
-
-       * src/list.c (read_and): Give full type for procedure arg.
-       (read_header): Strip trailing slashes, setting current_trailing_slash.
-       (tartime): Avoid int overflow when printing year (!).
-       (print_header): New arg specifying block ordinal.  All uses changed.
-       Print link as 'h' type.  Give labels for long links and names.
-
-       * src/misc.c (contains_dot_dot): Moved to names.c
-       (must_be_dot_or_slash): New function.
-       (safer_rmdir): Use it.
-       (remove_any_file): Now takes enum as option, not boolean.
-       Check for (Linux) EISDIR as well as (POSIX) EPERM when attempting
-       to unlink a directory.
-       (deref_stat): Accept bool, not int.
-
-       * src/names.c (namelist_match): Allow partial matches only if
-       recursive.
-       (hash_string_hasher): Renamed from hash_avoided_name.
-       (hash_string_compare): Renamed from compare_avoided_anames.
-       (hash_string_insert, hash_string_lookup): New functions.
-       (add_avoided_name, is_avoided_name): Use them.
-       (safer_name_suffix): New function.
-       (contains_dot_dot): Moved here from misc.c.  Now returns bool, not int.
-
-       * src/rmt.c: Don't include print-copyr.h.
-       (prepare_input_buffer): New arg FD.
-       Do not read more than INT_MAX bytes at once,
-       since it breaks on some brain damaged Tru64 hosts.
-       Divide size by two
-       when retrying instead of subtracting 1024; for speed.
-       (main): Use gettext to translate (C), not print_copyright.
-
-       * src/system.h: Include <alloca.h> and <stdbool.h> unconditionally,
-       now that gnulib handles this.
-       Include <stddef.h> and <limits.h> unconditionally, now that we assume
-       C89 or better.
-       Assume that offsetof is defined in stddef.h.
-       Do not include <sys/param.h>.
-       (realloc, lseek): Do not declare.
-       (HAVE_DECL_VALLOC): Renamed from HAVE_VALLOC.
-       (CHAR_BIT, CHAR_MAX, UCHAR_MAX, LONG_MAX): Remove
-       declarations, since we now assume C89 or better.
-       (PARAMS): Remove, as we now assume C89.  All uses changed.
-       (bindtextdomain, textdomain): Include <gettext.h> to define.
-       Include <unlocked-io.h>.
-       (valloc): Define if not defined, and if valloc is not declared.
-       (xstrdup): Remove decl.
-
-       * src/tar.c: Do not include <print-copyr.h>.
-       Include <getdate.h>.
-       (get_date): Remove decl.
-       (ATIME_PRESERVE_OPTION, CHECKPOINT_OPTION, FORCE_LOCAL_OPTION,
-       IGNORE_FAILED_READ_OPTION, INDEX_FILE_OPTION, NO_OVERWRITE_DIR_OPTION,
-       NUMERIC_OWNER_OPTION, RECURSIVE_UNLINK_OPTION, REMOVE_FILES_OPTION,
-       SHOW_OMITTED_DIRS_OPTION, TOTALS_OPTION): New constants.
-       (long_options, decode_options): Use them.
-       (OVERWRITE_DIR_OPTION): Remove.
-       (long_options): New options --index-file, --no-overwrite-dir.
-       Remove --overwrite-dir option.
-       (usage): Use PACKAGE_BUGREPORT.
-       (decode_options): Terminate new argv properly.
-       Use PACKAGE_NAME, PACKAGE_VERSION.
-       If verbose, report how we grokked any textual date option.
-       (main): Add support for index-file.
-
-       * tests/Makefile.am: Convert to UTF-8.
-       (AUTOMAKE_OPTIONS): Remove.
-       (TESTS): Add delete04.sh, multiv01.sh, options.sh.
-       (INCLUDES): Remove ../intl.
-       (LDADD): Don't link libtar.a twice.
-
-       * tests/genfile.c: Convert to UTF-8.
-       Don't include <print-copyr.h>.
-       (DEFAULT_PATTERN): Renamed from DEFAULT.
-       (ZEROS_PATTERN): Renamed from ZEROS.
-       (main): Use gettext to translate (C), not print_copyright.
-
-2003-07-04  Paul Eggert  <eggert@twinsun.com>
-
-       Revamp to meet current standards of autoconf, automake,
-       gettext, and gnulib, and incorporate new translations.
-
-       * config/config.guess, config/config.sub, config/depcomp,
-       config/install-sh, config/mdate-sh, config/missing,
-       config/mkinstalldirs, config/texinfo.texi:
-       Moved here from parent directory, or from doc.
-       * config.hin: Renamed from config.h.in.
-       * config/config.rpath: New file.
-
-       * intl: Remove this subdirectory.
-
-       * lib/fnmatch_.h: Renamed from lib/fnmatch.hin.
-
-       * lib/getstr.c, lib/getstr.h, lib/msleep.c, lib/print-copyr.c,
-       lib/print-copyr.h, lib/readutmp.c, lib/rename.c, lib/stpcpy.c,
-       lib/strstr.c, lib/strtoimax.c, lib/strtoll.c, lib/strtoull.c,
-       lib/strtoumax.c, lib/unicodeio.c, lib/unicodeio.h,
-       lib/xstrtoimax.c, m4/c-bs-a.m4, m4/ccstdc.m4, m4/check-decl.m4,
-       m4/decl.m4, m4/jm-mktime.m4, m4/prereq.m4, m4/xstrtoimax.m4,
-       stamp-h.in: Remove.
-
-       * lib/alloca_.h, lib/fnmatch_loop.c, lib/gettext.h, lib/pathmax.h,
-       lib/safe-write.c, lib/safe-write.h, lib/stdbool_.h, lib/strcase.h,
-       lib/stripslash.c, lib/unlocked-io.h, lib/xgetcwd.h, m4/alloca.m4,
-       m4/backupfile.m4, m4/bison.m4, m4/chown.m4, m4/dirname.m4,
-       m4/dos.m4, m4/exclude.m4, m4/fileblocks.m4, m4/ftruncate.m4,
-       m4/getdate.m4, m4/getopt.m4, m4/hash.m4, m4/human.m4,
-       m4/intdiv0.m4, m4/intmax_t.m4, m4/inttypes-pri.m4,
-       m4/inttypes_h.m4, m4/isc-posix.m4, m4/lchown.m4, m4/lib-ld.m4,
-       m4/lib-link.m4, m4/lib-prefix.m4, m4/memset.m4, m4/mktime.m4,
-       m4/modechange.m4, m4/nls.m4, m4/onceonly.m4, m4/pathmax.m4,
-       m4/po.m4, m4/quote.m4, m4/quotearg.m4, m4/rmdir.m4,
-       m4/safe-read.m4, m4/safe-write.m4, m4/save-cwd.m4, m4/savedir.m4,
-       m4/ssize_t.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/strcase.m4,
-       m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4, m4/strtoul.m4,
-       m4/strtoull.m4, m4/strtoumax.m4, m4/tm_gmtoff.m4, m4/uintmax_t.m4,
-       m4/unlocked-io.m4, m4/xalloc.m4, m4/xgetcwd.m4, m4/xstrtol.m4,
-       po/LINGUAS, po/Makevars, po/Rules-quot, po/boldquot.sed,
-       po/en@boldquot.header, po/en@quot.header, po/en_GB.po,
-       po/insert-header.sin, po/remove-potcdate.sin, po/stamp-po: New files.
-
-       * ABOUT-NLS, INSTALL, lib/addext.c, lib/alloca.c, lib/argmatch.c,
-       lib/argmatch.h, lib/backupfile.c, lib/backupfile.h, lib/dirname.c,
-       lib/dirname.h, lib/error.c, lib/exclude.c, lib/exclude.h,
-       lib/fnmatch.h, lib/full-write.c, lib/full-write.h, lib/getdate.h,
-       lib/getdate.y, lib/getline.c, lib/getline.h, lib/getopt.c,
-       lib/getopt.h, lib/getopt1.c, lib/hash.c, lib/hash.h, lib/human.c,
-       lib/human.h, lib/lchown.c, lib/malloc.c, lib/mktime.c,
-       lib/modechange.c, lib/modechange.h, lib/quote.c, lib/quote.h,
-       lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/safe-read.c,
-       lib/safe-read.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
-       lib/savedir.h, lib/strcasecmp.c, lib/utime.c, lib/xalloc.h,
-       lib/xgetcwd.c, lib/xmalloc.c, lib/xstrdup.c, lib/xstrtol.c,
-       lib/xstrtol.h, lib/xstrtoumax.c, m4/codeset.m4, m4/d-ino.m4,
-       m4/error.m4, m4/fnmatch.m4, m4/getcwd.m4, m4/getline.m4, m4/gettext.m4,
-       m4/glibc21.m4, m4/iconv.m4, m4/inttypes.m4, m4/lcmessage.m4,
-       m4/longlong.m4, m4/malloc.m4, m4/mbrtowc.m4, m4/mbstate_t.m4,
-       m4/progtest.m4, m4/realloc.m4, m4/strerror_r.m4, m4/ulonglong.m4,
-       m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4, m4/xstrtoumax.m4,
-       po/Makefile.in.in:
-       Upgrade to latest version from external source.  The file "bootstrap"
-       now grabs these automatically, so we needn't keep track of them
-       in this change long any longer.
-
-       * Makefile.am (AUTOMAKE_OPTIONS): Remove.  Now done by configure.ac.
-       (SUBDIRS): Remove intl.
-       * PORTS: Update for star, Macintosh.
-       * README, README-alpha: Suggest Autoconf 2.57, Automake 1.7.5,
-       Bison 1.875, gettext 0.12.1.
-       * THANKS: Add Bernhard Rosenkraenzer, Solar Designer.
-       * configure.ac (AC_INIT, AM_INIT_AUTOMAKE): Convert to modern form.
-       (AC_CONFIG_AUX_DIR): New.
-       (AC_CONFIG_HEADERS): Rename config.h.in to config.hin, to be more
-       like coreutils.
-       (AC_PREREQ): Bump from 2.52 to 2.57.
-       (AC_GNU_SOURCE): New.
-       (AC_PROG_GCC_TRADITIONAL, AM_C_PROTOTYPES, AC_C_CONST): Remove;
-       we no longer support K&R C.
-       (YACC): Remove.
-       (AC_CHECK_HEADERS): Remove limits.h, poll.h, stdbool.h, stropts.h,
-       sys/ioccom.h, sys/param.h, sys/time.h, sys/timeb.h, wchar.h, wctype.h.
-       (AC_MBSTATE_T): Remove.
-       (HAVE_UTIME_H, HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
-       HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
-       HAVE_DECL_STRTOULL, HAVE_MKNOD): Remove our special code.
-       (AM_STDBOOL_H): Add.
-       (AC_HEADER_TIME, AC_STRUCT_TIMEZONE,
-       jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Remove.
-       (AC_CHECK_TYPE): Remove ssize_t.
-       (gt_TYPE_SSIZE_T): Add.
-       (jm_AC_PREREQ_XSTRTOUMAX, jm_PREREQ_ADDEXT, jm_PREREQ_ERROR,
-       jm_PREREQ_HUMAN, jm_PREREQ_QUOTEARG, jm_PREREQ_XGETCWD,
-       AC_FUNC_ALLOCA, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STRERROR_R,
-       AC_FUNC_FNMATCH, AC_FUNC_VPRINTF, AM_FUNC_GETLINE, jm_FUNC_MALLOC,
-       jm_FUNC_MKTIME, jm_FUNC_REALLOC):
-       Remove.  Switch to gnulib macros like gl_BACKUPFILE instead.
-       (tar_LDADD): Rename to LIB_CLOCK_GETTIME.  All uses changed.
-       (rmt_LDADD): Rename to LIB_SETSOCKOPT.  All uses changed.
-       (AC_CHECK_FUNCS): Remove fchdir, ftime, getcwd, isascii, nap,
-       napms, poll, select, strstr, usleep.
-       (AC_REPLACE_FUNCS): Remove ftruncate, lchown, memset, rename,
-       rmdir, strcasecmp, strncasecmp, strtol, strtoul.
-       (AM_GNU_GETTEXT): Use external and need-ngettext options.
-       (AM_GNU_GETTEXT_VERSION): New.
-       (AC_OUTPUT): Remove intl/Makefile.
-
-       * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
-       ($(srcdir)/tar.info, tar.dvi): Remove obsolete warnings.
-       * doc/fdl.texi: Update to current GNU version.
-       * doc/gettext.texi: Update to current coreutils version,
-       plus a copyright notice.
-       * doc/tar.texi: Switch to new method for doing copyright notices.
-       Use @acronym instead of @sc where appropriate.
-       Remove empty examples.  Give a few more examples.
-
-       * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
-       (EXTRA_DIST, libtar_a_SOURCES): Switch to gnulib, so that they
-       are built up in pieces with +=.
-       (noinst_HEADERS, INCLUDES): Remove.
-       (BUILT_SOURCES, MAINTAINERCLEANFILES, MOSTLYCLEANFILES): New.
-       (libtar_a_LIBADD): Use $ rather than @.
-       (all-local, alloca.h, fnmatch.h, stdbool.h): New rules, from gnulib.
-
-       * m4/Makefile.am (EXTRA_DIST): Add alloca.m4, backupfile.m4,
-       bison.m4, chown.m4, dirname.m4, dos.m4, exclude.m4, fileblocks.m4,
-       ftruncate.m4, getdate.m4, getopt.m4, hash.m4, human.m4,
-       intdiv0.m4, intmax_t.m4, inttypes_h.m4, inttypes-pri.m4,
-       isc-posix.m4, lcown.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
-       memset.m4, mktime.m4, modechange.m4, nls.m4, onceonly.m4,
-       pathmax.m4, po.m4, quotearg.m4, quote.m4, rmdir.m4, safe-read.m4,
-       safe-write.m4, save-cwd.m4, savedir.m4, ssize_t.m4, stdbool.m4,
-       stdint_h.m4, strcase.m4, strtoimax.m4, strtoll.m4, strtol.m4,
-       strtoull.m4, strtoul.m4, strtoumax.m4, tm_gmtoff.m4, uintmax_t.m4,
-       unlocked-io.m4, xalloc.m4, xgetcwd.m4, xstrtol.m4.
-       Remove c-bs-a.m4, ccstdc.m4, check-decl.m4, decl.m4, jm-mktime.m4,
-       prereq.m4, xstrtoimax.m4.
-
-       * po/POTFILES.in: Remove tests/genfile.c; it doesn't need to
-       be translated, since it's not a user-visible tool.
-
-       * scripts/Makefile.am (AUTOMAKE_OPTIONS): Remove.
-
-       * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
-       (INCLUDES): Remove ../intl.  Put top-srcdir before ., for
-       consistency with coreutils.
-       (LDADD): Link LIBINTL after libtar.a, since
-       it's now external and should stand by itself.
-
-       * src/buffer.c (print_total_written): Adjust to new human.h
-       interface.
-       (child_open_for_compress): Do not increase size to BLOCKSIZE.
-       (open_archive): Open index file name.
-       Strip trailing slahes from file names.
-       (flush_write): Set size to 0 if not saving names.
-       (flush_write, flush_read): Use safer_name_suffix rather than
-       inline code.
-
-       * src/common.h: Include <quote.h>.
-       (absolute_names_option, atime_preserve_option, backup_option,
-       block_number_option, checkpoint_option, dereference_option,
-       force_local_option, ignore_failed_read_option, ignore_zeros_option,
-       incremental_option, interactive_option, multi_volume_option,
-       numeric_owner_option, one_file_system_option, recursive_unlink_option,
-       read_full_records_option, remove_files_option, same_order_option,
-       show_omitted_dirs_option, sparse_option, starting_file_option,
-       to_stdout_option, totals_option, touch_option, verify_option,
-       dev_null_output, now_verifying, we_are_root): Now bool, not int.
-       (current_trailing_slash, index_file_name, recent_long_name_blocks,
-       recent_long_link_blocks): New vars.
-       (NO_OVERWRITE_DIR_OLD_FILES): New constant.
-       (OVERWRITE_OLD_DIRS): Remove.
-       (enum remove_option): New enum.
-       (remove_any_file): Use it as option arg, not int.
-       (is_avoided_name, contains_dot_dot): Return bool, not int.
-       (safer_name_suffix): New decl.
-
-       * src/compare.c (now_verifying): Now bool, not int.
-       (fill_in_sparse_array): Move to extract.c.  Now returns bool;
-       all callers changed to test for failure.
-       (diff_sparse_files): Take size from current_stat, not from param.
-       (diff_archive): Do not count trailing slashes in archives.
-       (verify_volume): Test for header failure after loop, not before.
-
-       * src/create.c (relativize): Remove; replaced by safer_name_suffix.
-       All callers changed.
-       (start_header): Clear devmajor and devminor fields, too.
-       (finish_header): New arg block_ordinal.
-       (init_sparsearray): Now extern.  Set sp_array_size to
-       SPARSES_IN_OLDGNU_HEADER if it is zero.
-       (dump_file): Keep link table as a hash.
-       Do not count "file changed as we read it" as a failure.
-
-       * src/delete.c (recent_long_name_blocks, recent_long_link_blocks):
-       Move extern decl to common.h.
-
-       * src/extract.c (we_are_root): Now bool, not int.
-       (check_time): Warn about implausibly old time stamps.
-       (set_stat): Use utimbuf, not stat_info.
-       (prepare_to_extract): New arg DIRECTORY.
-       (fill_in_sparse_array): Moved here from compare.c.
-       (extract_sparse_file): Now returns off_t, giving size left.
-       Truncate file at end.
-       (extract_archive): Use safer_name_suffix rather than rolling our own.
-       Use fill_in_sparse_array rather than rolling our own.
-       Strip trailing slashes more effectively.
-       Check for unsafe names.
-
-       * src/incremen.c (struct directory): nfs and found are now of type
-       bool, not int.
-       (gnu_restore): Now takes directory name as argument, not offset
-       of directory name in a global.  All uses changed.
-       (CURRENT_FILE_NAME): Remove.
-
-       New tests.
-       * tests/delete04.sh, tests/multiv01.sh, tests/options.sh: New
-       files.
-
-2002-09-30  Paul Eggert  <eggert@twinsun.com>
-
-       * src/rmt.c (prepare_input_buffer): Renamed form
-       prepare_record_buffer.  All uses changed.  Do not assume that
-       size_t is the same width as int.
-
-2002-03-29  Paul Eggert  <eggert@twinsun.com>
-
-       * src/incremen.c (get_directory_contents):
-       If ignore_failed_read_option, only warn about
-       get_directory_contents failures.  Fix suggested by
-       Mark Costlow.
-
-2002-01-31  Mark W. Eichin  <eichin@thok.org>
-
-       * src/buffer.c (child_open_for_compress): Don't try to read
-       past the end of the buffer.
-
-2001-10-11  Jim Meyering  <meyering@lucent.com>
-
-       * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
-       and quote_n (1, ... to avoid clobbering a buffer.
-
-2001-09-26  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.25.
-
-       * src/buffer.c (flush_read): Don't diagnose partial blocks before
-       end of file; just ignore them silently.
-
-       * src/list.c (read_header): Don't keep around extended name
-       and link info indefinitely; keep it only for the next file.
-       This fixes a bug introduced in 1.13.24, and removes the need
-       for some static variables.  Set recent_long_name and
-       recent_long_link to zero if there were no long links; this
-       avoids a violation of ANSI C rules for pointers in delete.c.
-       * THANKS: Add Christian Laubscher.
-
-2001-09-26  Jim Meyering  <meyering@lucent.com>
-
-       * doc/tar.texi (Remote Tape Server): is know -> is known
-
-2001-09-25  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/unicodeio.c (EILSEQ): Include <iconv.h> first, since
-       <iconv.h> may define EILSEQ (e.g. libiconv).  Define a
-       replacement EILSEQ to be ENOENT, not EINVAL, since callers may
-       want to distinguish EINVAL and EILSEQ.
-
-2001-09-24  Christophe Kalt  <Christophe.Kalt@kbcfp.com>
-
-       * src/extract.c (maybe_recoverable):
-       Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.
-
-2001-09-22  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.24.
-
-       * ABOUT-NLS, intl/*: Update to gettext-0.10.40, replacing LGPL
-       with GPL.
-
-       * INSTALL, mkinstalldirs: Update to autoconf 2.52 version.
-       * PORTS: Add copyright notice, 'star' reference.
-       * README-alpha: Add copyright notice, autoconf 2.52 patch.
-       * THANKS: Add Christophe Kalt.
-       * config.sub: Upgrade to 2001-09-14 version.
-
-       * configure.ac (ALL_LINGUAS): Add ko.
-       * po/ko.po: Resurrected file.
-
-       * doc/convtexi.pl: Add coding advice for Emacs.
-
-       * doc/getdate.texi: Add copyright notice.
-
-       * doc/mdate-sh: Upgrade to automake 1.5 version.
-
-       * doc/tar.texi (extracting files): Mention --to-stdout.
-       (Option Summary, Dealing with Old Files): New option --overwrite-dir.
-       (Overwrite Old Files): Likewise.
-
-       * lib/Makefile.am (noinst_HEADERS):
-       Remove copysym.h.  Add print-copyr.h, unicodeio.h.
-       (libtar_a_SOURCES): Remove copysym.c, Add print-copyr.c, unicodeio.c.
-
-       * lib/copysym.c, lib/copysym.h: Remove.
-       * lib/print-copyr.c, lib/print-copyr.h, lib/unicodeio.c,
-       lib/unicodeio.h: New files.
-
-       * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
-       lib/mktime.c, lib/strtoll.c: Switch from LGPL to GPL.
-
-       * lib/quotearg.c (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
-       (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
-
-       * m4/Makefile.am (EXTRA_DIST): Remove isc-posix.m4.
-       * m4/isc-posix.m4: Remove.
-
-       * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit.
-
-       * po/POTFILES.in: Add copyright notice.
-
-       * src/Makefile.am (LDADD): Like libtar.a before @INTLLIBS@ as
-       well as after.
-       * tests/Makefile.am (LDADD): Likewise.
-
-       * src/buffer.c (write_archive_buffer, close_archive):
-       If an archive is a socket, treat it like a FIFO.
-       (records_read, records_written): New vars.
-       (write_archive_to_stdout): Now bool, not int.
-       (open_archive, flush_write, flush_read): Keep records_read and
-       records_written up to date.
-
-       * src/common.h (enum old_files): New value OVERWRITE_OLD_DIRS.
-       (write_archive_to_stdout): Now bool, not int.
-       (enum read_header): New value HEADER_SUCCESS_EXTENDED.
-       (read_header): Now takes bool arg.  Existing callers modified
-       to pass 0, unless otherwise specified.
-
-       * src/delete.c (records_read): Remove; now a global.
-       (acting_as_filter): Now bool, not int.
-       (recent_long_name, recent_long_link, recent_long_name_blocks,
-       recent_long_link_blocks, records_read, records_written): New decls.
-       (records_skipped): New var.
-       (move_archive): Don't divide by zero if arg is 0.
-       Use the above vars to compute how far to move.
-       (write_recent_blocks): New function.
-       (delete_archive_member): Pass 1 to read_header, so that it doesn't
-       read more than 1 block.  Handle resulting HEADER_SUCCESS_EXTENDED code.
-       Keep track of how many records have been skipped.
-       Let the buffer code count records.
-       When copying a header, copy any extended headers that came before it.
-
-       * src/extract.c (extract_archive): When marking a directory to be
-       updated after symlinks, stat all directories after it in the
-       delayed-set-stat list too, since they will be checked after
-       symlinks.  Add support for --overwrite-dir.
-
-       * src/list.c (recent_long_name, recent_long_link,
-       recent_long_name_blocks, recent_long_link_blocks): New vars.
-       (read_and): Pass 0 to read_header.
-       (read_header): New arg RAW_EXTENDED_HEADERS.  Store away extended
-       headers into new vars.  Null-terminate incoming symbolic links.
-
-       * src/rmt.c: Include print-copyr.h, not copysym.h.
-       (main): Use print_copyright, not copyright_symbol.
-       * src/tar.c (decode_options): Likewise.
-       (OVERWRITE_DIR_OPTION): New constant.
-       (long_options, usage, decode_options): Add --overwrite-dir.
-
-       * src/tar.h: Put copyright notice into documentation.
-
-       * tests/Makefile.am (TESTS): Add delete03.sh.
-       * tests/delete03.sh: New file.
-
-       * tests/genfile.c: Include print-copyr.h, not copysym.h.
-       (main): Use print_copyright, not copyright_symbol.
-       Include <argmatch.h>.
-       (pattern_strings): Remove.
-       (pattern_args, pattern_types): New constants.
-       (main): Use XARGMATCH, not argmatch.
-
-2001-09-20  Jim Meyering  <meyering@lucent.com>
-
-       * lib/xstrtol.c (strtoimax): Guard declaration with
-       `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
-       The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
-       have their own, conflicting declaration of strtoimax in sys/inttypes.h.
-       (strtoumax): Likewise, for completeness (it wasn't necessary).
-       * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
-       Check for declaration of strtoimax.
-       * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
-       Check for declaration of strtoumax.
-
-2001-09-16  Paul Eggert  <eggert@twinsun.com>
-
-       * fnmatch.m4 (jm_FUNC_FNMATCH): Fix typo in previous patch: yes -> no.
-
-2001-09-14  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.23.
-
-       * README-alpha: Describe automake patch.
-
-       * configure.ac (LIBOBJS):
-       Remove automake 1.4 workaround, as we're using 1.5 now.
-       (USE_INCLUDED_LIBINTL): New AC_DEFINE.
-
-       * lib/copysym.c: Include stddef.h, for size_t.
-       Include langinfo.h if needed.
-       Use locale_charset only if USE_INCLUDED_LIBINTL;
-       if not, use nl_langinfo (CODESET) if available.
-
-2001-09-13  Paul Eggert  <eggert@twinsun.com>
-
-       * config.guess, config.sub: Sync with canonical versions.
-
-       * configure.ac (jm_PREREQ_XGETCWD): Add.
-
-       * lib/Makefile.am (noinst_HEADERS): Add copysym.h.
-       (libtar_a_SOURCES): Add copysym.c.
-       * copysym.c, copysym.h: New files.
-
-       * lib/error.c: Sync with fileutils version.
-
-       * m4/Makefile.am (EXTRA_DIST): Add getcwd.m4; remove uintmax_t.m4.
-       * m4/getcwd.m4: New file.
-       * m4/uintmax_t.m4: Remove.
-
-       * m4/gettext.m4 (AM_WITH_NLS):
-       Fix bug with calculating version of Bison 1.29.
-       Reported by Karl Berry.
-
-       * src/Makefile.am (datadir): Remove.
-
-       * src/rmt.c: Include copysym.h.
-       (main): Use copyright_symbol to translate copyright notice,
-       instead of gettext.
-       * src/tar.c: Likewise.
-       * tests/genfile.c: Likewise.
-
-       * src/system.h (MB_LEN_MAX): New symbol.
-
-2001-09-11  Paul Eggert  <eggert@twinsun.com>
-
-       * src/extract.c (struct delayed_set_stat): New member
-       'after_symlinks'.
-       (delay_set_stat): Initialize it to 0.
-       (set_mode): New arg current_stat_info.  Use it (if nonnull) to avoid
-       taking an extra stat ourselves.  All callers changed.
-       (set_stat): Likewise.
-       (apply_nonancestor_delayed_set_stat): New arg 'after_symlinks'.
-       If false, stop when encountering a struct whose 'after_symlinks'
-       member is true.  Otherwise, go through all structures but check
-       them more carefully.  All callers changed.
-       (extract_archive): When extracting a deferred symlink, if its parent
-       directory's status needs fixing, then mark the directory as needing
-       to be fixed after symlinks.
-       (extract_finish): Fix status of ordinary directories, then apply
-       delayed symlinks, then fix the status of directories that are
-       ancestors of delayed symlinks.
-
-       * src/rtapelib.c (rexec):
-       Remove declaration; it ran afoul of prototypes on Crays.
-       Reported by Wendy Palm of Cray.
-
-2001-09-06  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/strtoimax.c (HAVE_LONG_LONG):
-       Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
-       (strtoimax): Use sizeof (long), not
-       sizeof strtol (ptr, endptr, base),
-       to work around bug in IBM C compiler.
-
-2001-09-04  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/xgetcwd.c: Include "xalloc.h".
-       (xgetcwd): Do not return NULL when memory is exhausted; instead,
-       report an error and exit.
-
-       * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
-       (jm_PREREQ): Use it.
-
-2001-09-03  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
-       (jm_PREREQ_XGETCWD): New macro.
-
-       * lib/exclude.c (fnmatch_no_wildcards):
-       Fix typo that caused us to do case-folding
-       search even when that was not desired.  This occurred only in the
-       no-wildcard case.
-
-       * lib/xgetcwd.c: Include pathmax.h if not HAVE_GETCWD.
-       Do not include xalloc.h.
-       (INITIAL_BUFFER_SIZE): New symbol.
-       Do not use xmalloc / xrealloc, since the caller is responsible for
-       handling errors.  Preserve errno around `free' during failure.
-       Do not overrun buffer when using getwd.
-
-       * lib/xgetcwd.c (xgetcwd):
-       Use HAVE_GETCWD_NULL, not defined __GLIBC__ && __GLIBC__ >= 2,
-       to decide whether to use getcwd (NULL, 0).
-
-2001-09-02  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/xgetcwd.c: Fix typo in local var; from Jim Meyering.
-
-2001-09-01  Jim Meyering  <meyering@lucent.com>
-
-       * exclude.c: Use `""', not `<>' to #include non-system header files.
-       (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
-       and strncasecmp as r-values.  Unixware didn't have declarations.
-
-2001-08-31  Jim Meyering  <meyering@lucent.com>
-
-       * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
-       Use an initial, malloc'd, buffer of length 128 rather than
-       a statically allocated one of length 1024.
-
-2001-08-30  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/utime.c: Include full-write.h.
-       * lib/xstrtol.c (strtoimax): New decl.
-
-2001-08-29  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.22.
-
-       * src/create.c (dump_file): Relativize link names before dumping.
-       This fixes a bug reported by Jose Pedro Oliveira.
-
-       * src/create.c (dump_file): Use offsetof when computing sizes for
-       struct hack; this avoids wasted space in some cases.
-       * src/incremen.c (note_directory, find_directory): Likewise.
-       * src/names.c (name_gather, addname): Likewise.
-
-       * src/extract.c (extract_archive): Use strcpy, not memcpy,
-       for consistency with other code that does similar things.
-       * src/names.c (name_gather): Likewise.
-
-       * src/names.c (read_name_from_file, name_next, name_gather,
-       add_hierarchy_to_namelist): Avoid quadratic behavior when
-       reallocating buffers.  Check for buffer size overflow.
-       (addname): Avoid unnecessary clearing of memory.
-
-2001-08-29  "Jan D."  <Jan.Djarv@mbox200.swipnet.se>
-
-       * src/extract.c (delay_set_stat): Fix off-by-one error in file
-       name size allocation that caused core dumps.
-
-2001-08-28  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.21.
-
-       * configure.ac (GNU_SOURCE): Define to 1, not /**/.
-       (major_t, minor_t, ssize_t): Use new-style AC_CHECK_TYPE.
-       (daddr_t): Remove; no longer used.
-       (jm_PREREQ_HUMAN): Add.
-
-       * acconfig.h: Remove; no longer needed.
-
-       * config.guess, config.sub:
-       New files, from automake 1.5.  Gettext 0.10.39 needs them.
-       * depcomp, missing, mkinstalldirs: Upgrade to automake 1.5.
-
-       * Makefile.am (AUTOMAKE_OPTIONS): Add dist-bzip2.
-       (SUBDIRS): Put intl before lib, as gettext requires.
-
-       * ABOUT-NLS: Upgrade to gettext 0.10.39.
-       * intl: Upgrade entire directory to gettext 0.10.39.
-       * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
-       New files, from gettext 0.10.39.
-       * m4/gettext.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4,
-       Upgrade to gettext 0.10.39,
-       * po/Makefile.in.in: Likewise, except fix a typo in its copying
-       permissions.
-       * po/cat-id-tbl.c, po/stamp-cat-id:
-       Remove; no longer used by gettext 0.10.39.
-       * po/ChangeLog: New file.
-
-       * doc/Makefile.am (EXTRA_DIST): Add freemanuals.texi.
-       $(srcdir)/tar.texi: Likewise.
-       * doc/freemanuals.texi: New file.
-       * doc/tar.texi (Free Software Needs Free Documentation): New appendix.
-       `fileds' -> `fields'
-       * doc/texinfo.tex: Upgrade to version 2001-07-25.07.
-
-       * lib/Makefile.am (EXTRA_DIST): Add strtoll.c, strtoimax.c.
-       (noinst_HEADERS): Add quote.h.
-       (libtar_a_SOURCES): Add quote.c, xstrtoimax.c.
-
-       * lib/exclude.c: Fix typo in '#include <stdint.h>' directive.
-
-       * lib/full-write.c, lib/savedir.c: Comment fix.
-
-       * lib/pathmax.h: Remove.
-
-       * lib/quote.c, lib/quote.h: New files.
-
-       * lib/xgetcwd.c: Don't include pathmax.h.
-       Include stdlib.h and unistd.h if available.
-       Include xalloc.h.
-       (xmalloc, xstrdup, free): Remove decls.
-       (xgetcwd): Don't assume sizes fit in unsigned.
-       Check for overflow when computing sizes.
-       Simplify reallocation code.
-
-       * lib/xmalloc.c: Quote failure tests.
-
-       * lib/strtoumax.c, lib/xstrtoimax.c: New files.
-
-       * lib/strtoimax.c: Renamed from strtouxmax.c.  Make it more
-       similar to strtol.c.
-       (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.
-       (verify): New macro.
-       (strtoumax, uintmax_t, strtoull, strtol): Remove.
-       (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
-       (strtoimax): Renamed from strtoumax.  All uses of unsigned values
-       changed to signed values.  Check sizes at compile-time, not
-       run-time.  Prefer strtol to strtoll if both work.
-       (main): Remove.
-
-       * lib/xstrtol.h (xstrtoimax): New decl.
-
-       * m4/Makefile.am (EXTRA_DIST):
-       Add codeset.m4, glibc21.m4, iconv.m4, inttypes.m4,
-       longlong.m4, xstrtoimax.m4.
-
-       * m4/inttypes.m4 (jm_AC_HEADER_INTTYPES_H):
-       Remove; now done by autoconf.
-       (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Replace with
-       Use AC_CHECK_TYPE instead of merely looking for the header.
-
-       * m4/uintmax_t.m4: Use shorter comment.
-
-       * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
-       Quote first arg of AC_DEFUN.
-       Require jm_AC_TYPE_INTMAX_T and jm_AC_TYPE_LONG_LONG since they
-       is needed to parse the include file.
-       Simplify logic behind the args to AC_REPLACE.
-
-       * src/Makefile.am (OMIT_DEPENDENCIES): Remove.
-
-       * src/ansi2knr.1, src/ansi2knr.c: Remove; wasn't being used.
-
-       * src/rmt.c (main):
-       Use "Copyright %d" to simplify the translator's job in the future.
-       Advise translator about circle-C.
-       * src/tar.c: (decode_options): Likewise.
-       * tests/genfile.c (main): Likewise.
-
-2001-08-28  Jim Meyering  <meyering@lucent.com>
-
-       * lib/argmatch.c: Include "quote.h".
-       (argmatch_invalid): Quote the context.
-
-       * lib/dirname.c (dir_name): Fix typo on PC platforms.
-
-       * lib/backupfile.c, lib/basename.c, lib/dirname.c, lib/strtoul.c:
-       Use single-quote for local .h files.
-
-       * lib/error.h (__attribute__): Don't depend on __STRICT_ANSI__.
-
-       * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Upgrade to recent
-       glibc versions.
-
-       * lib/getdate.y (get_date): Initialize tm_isdst to -1 before
-       invoking mktime the last time.
-
-       * lib/pathmax.h: Use #if rather than #ifdef for HAVE_UNISTD_H.
-
-       * lib/rename.c: Major rewrite by Volker Borchert to use system
-       rename function, but to work around problems with trailing
-       slashes.
-
-       * lib/strtoll.c: New file, from glibc.
-       * lib/strtoul.c: Update from glibc.
-
-       * lib/strtouxmax.c: Renamed from lib/strtoumax.c.
-       Add support for signed numbers, too.
-       (strtoul, strtoull): Do not declare if STRTOUXMAX_UNSIGNED
-       is not defined.
-       (strtol, strtoll): Declare as needed, if STRTOUXMAX_UNSIGNED is
-       not defined.
-       (strtoumax, uintmax_t, strtoull, strtoul): New macros.
-       (main): Use generic names in debugging output.
-       * lib/strtoimax.c: Plus add the following changes of my own:
-       (main): Use accurate names in debugging output.
-
-       * lib/xgetcwd.c (xgetcwd): Use getcwd if glibc 2 or later.
-       Don't use PATH_MAX.
-
-       * m4/c-bs-a.m4, m4/check-decl.m4, m4/d-ino.m4, m4/error.m4,
-       m4/getline.m4, m4/jm-mktime.m4, m4/malloc.m4, m4/mbrtowc.m4,
-       m4/mbstate_t.m4, m4/realloc.m4, m4/uintmax_t.m4, m4/utimbuf.m4,
-       m4/utime.m4, m4/utimes.m4:
-       Quote the first argument in each use of AC_DEFUN.
-
-       * m4/getline.m4: Don't use string.h.
-
-       * m4/inttypes.m4, m4/longlong.m4, m4/xstrtoimax.m4: New files.
-
-       * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): @%:@ -> #.
-
-2001-08-27  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.20.
-
-       The biggest change is the new --exclude semantics and options.
-       The basic idea was suggested by Gerhard Poul; thanks!
-
-       * NEWS: Describe new --exclude semantics and options, and bug fixes.
-       * README: ignfail.sh fails on some NFS hosts.
-       * NEWS, README, lib/xstrtol.h: Add copyright notice.
-
-       * Makefile.am (ACLOCAL_AMFLAGS): Add -I m4.
-       (M4DIR, ACINCLUDE_INPUTS, $(srcdir)/acinclude.m4):
-       Remove; the automake bug has been fixed.
-       * acinclude.m4: Remove.
-
-       * configure.ac: Renamed from configure.in.
-       (AC_PREREQ): Bump from 2.13 to 2.52.
-       (ALL_LINGUAS): Add id, tr.  Remove ko, as po/ko.po (dated
-       1997-05-30) has an encoding error.
-       (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf.
-       (AC_FUNC_FNMATCH): Use AC_CONFIG_LINKS, not AC_LINK_FILES.
-
-       * doc/fdl.texi: Update to current GNU version.
-
-       * doc/tar.texi: Put leading '*' in direntry.
-       Accommodate new gfdl sectioning.
-       New option --recursion (the default) that is the inverse of
-       --no-recursion.
-
-       New options --anchored, --ignore-case, --wildcards,
-       --wildcards-match-slash, and their negations (e.g., --no-anchored).
-       Along with --recursion and --no-recursion, these control how exclude
-       patterns are interpreted.  The default interpretation of exclude
-       patterns is now --no-anchored --no-ignore-case --recursion
-       --wildcards --wildcards-match-slash.
-
-       * lib/Makefile.am (OMIT_DEPENDENCIES): Remove.
-
-       * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
-       (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
-       (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
-       Include if available.
-       (<xalloc.h>): Include
-       (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
-       (verify): New macro.  Use it to verify that EXCLUDE macros do not
-       collide with FNM macros.
-       (struct patopts): New struct.
-       (struct exclude): Use it, as exclude patterns now come with options.
-       (new_exclude): Support above changes.
-       (new_exclude, add_exclude_file):
-       Initial size must now be a power of two to simplify overflow checking.
-       (free_exclude, fnmatch_no_wildcards): New function.
-       (excluded_filename): No longer requires options arg, as the options
-       are determined by add_exclude.  Now returns bool, not int.
-       (excluded_filename, add_exclude):
-       Add support for the fancy new exclusion options.
-       (add_exclude, add_exclude_file): Now takes int options arg.
-       Check for arithmetic overflow when computing sizes.
-       (add_exclude_file): xrealloc might modify errno, so don't
-       realloc until after errno might be used.
-
-       * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
-       New macros.
-       (free_exclude): New decl.
-       (add_exclude, add_exclude_file): Now takes int options arg.
-       (excluded_filename): No longer requires options arg, as the options
-       are determined by add_exclude.  Now returns bool, not int.
-
-       * lib/prepargs.c: Include <string.h>; required for C99 since
-       we use strlen.
-
-       * lib/quotearg.c:
-       BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
-
-       * lib/xstrtol.h (_DECLARE_XSTRTOL): Improve quality of
-       diagnostic for LONGINT_INVALID_SUFFIX_CHAR.
-
-       * m4/Makefile.am (EXTRA_DIST): Add check-decl.m4, mbrtowc.m4.
-       Remove inttypes_h.m4, largefile.m4, mktime.m4.
-
-       * m4/inttypes_h.m4, m4/largefile.m4, m4/mktime.m4: Remove;
-       subsumed by Autoconf 2.50.
-
-       * m4/error.m4: Upgrade to serial 2.
-
-       * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Upgrade to serial 4, but
-       remove test for GNU C library.  It's not correct, as some
-       older glibcs are buggy.
-
-       * m4/getline.m4, m4/malloc.m4: Upgrade to serial 4.
-
-       * m4/prereq.m4: Upgrade to serial 20, but then:
-       (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
-       (jm_PREREQ_EXCLUDE): New macro.
-       (jm_PREREQ_HUMAN): Remove jm_AC_HEADER_INTTYPES_H, as it is subsumed
-       by autoconf 2.5x.
-
-       * m4/realloc.m4: Upgrade to serial 4.
-
-       * m4/strerror_r.m4: Revert to serial 1002.
-
-       * m4/uintmax_t.m4: Upgrade to autoconf 2.5x.
-
-       * m4/utimes.m4: Upgrade to latest version (still "serial 3").
-
-       * m4/xstrtoumax.m4: Upgrade to serial 3, but then:
-       (jm_AC_PREREQ_XSTRTOUMAX): Remove jm_AC_HEADER_INTTYPES_H, as
-       it is now subsumed by autoconf.  Add inttypes.h.
-
-       * po/cs.po, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
-       po/it.po, po/pl.po, po/sl.po, po/sv.po: Sync with translation project.
-
-       * src/buffer.c (new_volume): Stop if the script exits with an error.
-
-       * src/common.h (excluded_with_slash, excluded_without_slash):
-       Remove, replacing by:
-       (excluded): New decl.
-       (link_error): New decl.
-       (excluded_name): Now returns bool.
-
-       * src/extract.c:
-       (struct delayed_symlinks, extract_archive, apply_delayed_symlinks):
-       Support hard links to symbolic links.
-
-       (struct delayed_symlink): Remove 'names' member, replacing it with
-       'sources' and 'target' member.  All uses changed.
-
-       (struct string_list): New type.
-
-       (delayed_set_stat, extract_archive): Use offsetof when computing sizes
-       for struct hack; this avoids wasted space in some cases.
-
-       (extract_archive): Fix test for absolute pathnames and/or "..".
-       Use link_error to report errors for links.
-       Remove redundant trailing '/' at "really_dir", for all uses, not
-       just before invoking mkdir.
-       If overwriting old files, do not worry so much about existing
-       directories.
-       Fix mode computation in the case where the directory exists.
-
-       (apply_delayed_symlinks): If we can't make a hard link to a symbolic
-       link, make a copy of the symbolic link.
-
-       * src/incremen.c (get_directory_contents):
-       If ignore_failed_read_option, only warn about
-       stat failures.
-
-       * src/list.c (from_header): Do not issue a diagnostic if TYPE is zero.
-       However, check for error even for '-' or '+' case.
-
-       (print_header): Try parsing uids and gids as unsigned integers first,
-       and as a uid_t or gid_t only if that fails.  This adds support for
-       listing positive uids and gids that are greater than UID_MAX and
-       GID_MAX.
-
-       * src/misc.c (link_error): New function.
-
-       * src/names.c (collect_and_sort_names):
-       If ignore_failed_read_option, only warn about
-       stat errors.
-
-       (excluded_name): Now returns bool.  Simplify, as the fancy
-       features are now all in excluded_filename.
-
-       * src/rtapelib.c (base_name): Remove decl, as system.h now
-       declares it.
-
-       * src/system.h: Include stddef.h if available.
-       (offsetof): Declare if stddef.h doesn't.
-
-       Include <dirname.h>.
-       (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now defined by dirname.h.
-
-       * src/tar.c (ANCHORED_OPTION, IGNORE_CASE_OPTION,
-       NO_ANCHORED_OPTION, NO_IGNORE_CASE_OPTION, NO_WILDCARDS_OPTION,
-       NO_WILDCARDS_MATCH_SLASH_OPTION, WILDCARDS_OPTION,
-       WILDCARDS_MATCH_SLASH_OPTION):
-       New enum values.
-
-       (long_options, usage, decode_options): Add support for --anchored,
-       --ignore-case, --no-anchored, --no-ignore-case, --no-wildcards,
-       --no-wildcards-match-slash, --recursion, --wildcards,
-       --wildcards-match-slash.
-
-       (decode_options): Implement the new way of interpreting exclude
-       patterns.
-
-       (usage): --newer-mtime takes a DATE operand.  DATE may be a file name.
-
-       (OPTION_STRING, decode_options): Add -I, -y.  Currently these options
-       just print error messages suggesting alternatives.
-
-       (add_filtered_exclude): Remove.
-
-       * tests/Makefile.am (TESTS): Alphabetize, except put version.sh first.
-
-       * tests/extrac04.sh (out): Remove
-       directory/subdirectory/file1, as the new semantics for
-       --exclude exclude it.
-
-       * tests/genfile.c (main): Don't use non-ASCII char in msgid.
-
-2001-08-12  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/addext.c (<errno.h>): Include.
-       (errno): Declare if not defined.
-       (addext): Work correctly on the Hurd, where pathconf returns -1 and
-       leaves errno alone, because there is no limit.  Also, work even if
-       size_t is narrower than long.
-
-2001-07-08  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
-
-2001-05-10  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/addext.c (ISSLASH, base_name): Remove decls; now in dirname.h.
-       Include <backupfile.h> and <dirname.h> after size_t is defined.
-       (addext): Use base_len to trim redundant trailing slashes instead of
-       doing it ourselves.
-
-       * lib/backupfile.c (ISSLASH, base_name):
-       Remove decls; now in dirname.h.
-       Include <argmatch.h>, <backupfile.h>, <dirname.h> after size_t
-       is defined.
-       (find_backup_file_name): Rename locals to avoid new functions.
-       Use base_len instead of rolling it ourselves.
-       Work even if dirlen is 0.
-       Use a dir of '.' if given the empty string.
-
-       * lib/basename.c:
-       Do not include <stdio.h>, <assert.h>; no longer needed.
-       (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h.
-       Include <string.h>, <dirname.h>.
-       (base_name): Allow file names ending in slashes, other than names
-       that are all slashes.  In this case, return the basename followed
-       by the slashes.
-
-       * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
-       (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
-       (dir_len): Renamed from dirlen.
-       All callers changed.
-
-       * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
-       New macros.
-       (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
-
-2001-02-16  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (mbrtowc, mbrtowc, mbsinit):
-       Do not declare or define if HAVE_MBRTOWC,
-       since the test for HAVE_MBRTOWC now requires proper declarations.
-
-       * lib/alloca.c (malloc): Undef before defining.
-
-2001-02-13  Paul Eggert  <eggert@twinsun.com>
-
-       * src/compare.c (read_and_process): Use off_t for size.
-       From Maciej W. Rozycki.
-
-2001-01-26  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c: Include stddef.h.  From Jim Meyering.
-
-2001-01-12  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.19.
-
-       * lib/savedir.h (savedir): Remove size arg.
-
-       * doc/tar.texi: Add @setchapternewpage odd.
-       Remove -I as an alias for -T, for now.
-       Add @dircategory.
-       Update copyright.  Remove "Published by".
-       Dates beginning with / or . are taken to be file names.
-
-       * src/tar.c (<time.h>): Do not include;
-       (time): Do not declare.
-       (usage): Remove -I as an alias for -T.
-       (OPTION_STRING): Remove -I.
-       (decode_options): Dates that look like an absolute path name,
-       or that start with '.', are presumed to be file names whose
-       dates are taken.
-       Remove 'I' as an aliase for 'T'.
-       Update copyright.
-
-       * src/extract.c (<time.h>): Do not include; system.h now does this.
-       (make_directories): Skip filesystem prefixes.
-       Don't assume '/' is the only separator.
-       (extract_sparse_file): Use new full_write semantics.
-       On write error, return instead of invoking skip_file.
-       Do not free sparsearray; caller does this now.
-       (apply_nonancestor_delayed_set_stat): Do not assume '/' is the only
-       separator.
-       (extract_archive): Don't assume file name lengths fit in int.
-       Report what got stripped from member name; it might be more than '/'.
-       Use new full_write semantics.
-       Do not pass redundant trailing "/" to mkdir, as POSIX does not allow
-       mkdir to ignore it.
-       Do not report mkdir error if old_files_option == KEEP_OLD_FILES.
-
-       * src/buffer.c (<time.h>): Do not include; system.h now does this.
-       (time): Remove decl; likewise.
-       (child_open_for_uncompress): Use new full_write semantics.
-       (flush_write): Use ISSLASH instead of testing for '/'.
-       (flush_read): Likewise.
-
-       * src/rmt.h (_remdev): Look for / anywhere in Path.
-
-       * src/misc.c (contains_dot_dot): Skip filesystem prefix.
-       Don't assume '/' is the only separator.
-       (safer_rmdir): Don't assume '/' is the only separator.
-
-       * src/compare.c (diff_archive): Don't assume '/' is the only separator.
-
-       * lib/dirname.h (dirlen): New decl.
-
-       * src/incremen.c (get_directory_contents):
-       Remove path_size arg; all callers changed.
-       Don't assume '/' is the only directory separator.
-       (gnu_restore): Work even if file name length doesn't fit in int.
-
-       * lib/addext.c (ISSLASH): New macro.
-       (addext): Trim any redundant trailing slashes.
-
-       * src/names.c (name_next):
-       Don't assume '/' is the only directory separator.
-       (namelist_match): Likewise.
-       (add_hierarchy_to_namelist): Remove dirsize arg.
-       Do not assume '/' is the only directory separator.
-       (new_name): Likewise.
-
-       * lib/Makefile.am (noinst_HEADERS): Add dirname.h, full-write.h.
-       (libtar_a_SOURCES): Add dirname.c.
-
-       * src/create.c (relativize):
-       New function, with much of old start_header's guts.
-       Handle filesystem prefixes.
-       (start_header): Use this new function.
-       (init_sparsearray): Don't bother to zero out the new array;
-       it's not needed.
-       (deal_with_sparse): Fix array allocation bug.
-       (create_archive): Don't assume '/' is the only separator.
-       (dump_file): Likewise.
-       Don't worry about leading / in symlink targets.
-
-       * lib/savedir.c (savedir):
-       Remove size arg; it wasn't portable.  All callers changed.
-
-       * lib/utime.c (utime_null): Adjust to new full_write convention.
-
-       * configure.in (YACC): Avoid portability problem with Ultrix sh.
-
-       * lib/backupfile.c: Include <dirname.h>.
-       (ISSLASH): New macro.
-       (find_backup_file_name): Use dirlen to calculate directory lengths.
-       (max_backup_version): Strip redundant trailing slashes.
-
-       * src/common.h: Include <full-write.h>.
-       (get_directory_contents): No longer has size arg.
-       (gnu_restore): Arg is size_t, not int.
-
-       * src/system.h: Include <time.h>.
-       (time): Declare if not defined.
-
-       * lib/full-write.c: Include full-write.h, not safe-read.h.
-       full_write returns size_t, with short writes meaning failure.
-       All callers changed.
-
-       * src/rtapelib.c: Include full-write.h.
-
-       * src/rmt.c: Include full-write.h.
-       (main): Update copyright.
-
-       * doc/getdate.texi: Mention that only English is supported.
-       Show how to use "date" so that the output is acceptable to getdate.
-       Mention Z as an abbreviation for UTC.
-
-       * lib/full-write.h: New file.
-
-       * src/list.c: system.h now does time.h stuff.
-
-       * lib/dirname.c:
-       Use HAVE_STDLIB_H, not STDC_HEADERS, to decide whether to include
-       stdlib.h.
-       Do not include string.h, strings.h, or assert.h; no longer needed.
-       (strrchr, memrchr, malloc): Remove decls; no longer needed.
-       Include <xalloc.h>.
-       (base_name): New decl.
-       (BACKSLASH_IS_PATH_SEPARATOR): Remove.
-       (dir_name_r): Remove.
-       (dirlen): New function.
-       (dir_name): Use dirlen instead of dir_name_r.
-       (<string.h>, <strings.h>): Include only if test program.
-       (main): Use "return 0", not "exit (0)".
-
-2000-12-08  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/dirname.h: New file.
-
-2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
-
-       * lib/fnmatch.c: Do not comment out all the code if we are using
-       the GNU C library, because in some cases we are replacing buggy
-       code in the GNU C library itself.
-
-2000-10-30  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
-
-2000-10-29  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.18.
-
-       * src/tar.c: Include <fnmatch.h>, for FNM_LEADING_DIR.
-
-2000-10-28  Paul Eggert  <eggert@twinsun.com>
-
-       * doc/tar.texi: --no-recursion now applies to extraction, too.
-       * src/create.c (dump_file): no_recurse_option -> ! recursion_option
-       * src/names.c (namelist_match, excluded_name):
-       Do not match subfiles of a directory
-       if --no-recursion is specified.
-       * src/tar.c (NO_RECURSE_OPTION): Remove.
-       (long_options): Have getopt set the --no-recursion flag.
-       (decode_options): Initialize recursion_option to FNM_LEADING_DIR.
-       Remove case for NO_RECURSE_OPTION.
-       * src/common.h (recursion_option):
-       Renamed from no_recurse_option, with sense
-       negated, and with FNM_LEADING_DIR being the nonzero value.
-
-       * names.c (namelist_match): New function.
-       (name_match, name_scan): Use it to eliminate duplicate code.
-       (names_notfound): Remove special case for Amiga.
-
-2000-10-27  Paul Eggert  <eggert@twinsun.com>
-
-       * src/misc.c (read_error_details, read_warn_details,
-       read_fatal_details): Don't assume size_t is unsigned long.
-
-       * src/buffer.c (flush_read): If read_full_records_option, try to
-       fill the input buffer, as --delete -f - needs this.
-
-2000-10-24  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Port to autoconf 2.13.
-
-       * src/buffer.c (check_label_pattern):
-       Make sure header name is a string before
-       passing it to fnmatch.
-       (init_volume_number): Check for global_volno overflow.
-       (new_volume): Check for global_volno overflow.
-
-       * src/tar.c (decode_options):
-       Check that volume label is not too long to overflow
-       name in tar header block.
-
-       * Makefile.am (EXTRA_DIST): Remove rebox.el.
-
-       * configure.in (HAVE_DECL_STRERROR_R): Remove our handwritten code.
-       (AC_FUNC_STRERROR_R): Use this instead.
-
-2000-10-23  Paul Eggert  <eggert@twinsun.com>
-
-       * src/extract.c: Include <time.h>, since we invoke "time".
-
-       * lib/prepargs.c (prepend_default_options):
-       Don't use NULL, for portability.
-
-       * m4/fnmatch.m4: Add "working" to message.
-
-       * src/names.c: (_GNU_SOURCE): Remove; autoconf now does this.
-       Include <hash.h>.
-       (getpwuid, getgrgid): Declare only if system headers don't.
-       (gid_to_gname): Don't invoke setgrent.
-       (namelist): Now static, not global.
-       (nametail): New var.  All uses of namelast changed to use
-       nametail, with one extra level of indirection.
-       (name_gather): Use memcpy instead of strncpy + assignment of NUL.
-       (name_match): Set nametail too, when setting namelist to null.
-       (add_hierarchy_to_namelist): Change type of dir arg from char * to
-       struct name *, so that we don't have to look up the name again
-       here.  Get change_dir from dir rather than as a separate arg.  Add
-       dirsize arg, and pass it along to get_directory_contents.  Remove
-       unnecessary check of directory type.
-       (new_name): Do not append a slash if PATH already ends in one.
-       (avoided_names, struct avoided_name): Remove.
-       (avoided_name_table): New var, replacing avoided_names.
-       (hash_avoided_name, compare_avoided_names): New function.
-       (add_avoided_name, is_avoided_name): Use hash table rather than
-       linked list.
-
-       * src/buffer.c (_GNU_SOURCE): Remove; autoconf now does this.
-       (child_open_for_compress, child_open_for_uncompress,
-       close_archive): Propagate any failure of the compression process
-       back to "tar".
-       (open_archive, flush_write, flush_read, close_archive): Do not
-       allocate an array of size PATH_MAX, as PATH_MAX might be (size_t)
-       -1.  Instead, allocate an array with the size that's needed.
-       (open_archive): Don't bother checking S_ISCHR of /dev/null.
-       (backspace_output): Don't try to backspace past start of archive.
-       (close_archive): Remove special case for DELETE_SUBCOMMAND.
-
-       * acconfig.h (_GNU_SOURCE, DEFAULT_ARCHIVE, DEFAULT_BLOCKING,
-       DENSITY_LETTER, DEVICE_PREFIX, EMUL_OPEN3, HAVE_GETGRGID,
-       HAVE_GETPWUID, HAVE_MKNOD, HAVE_RTAPELIB, HAVE_ST_FSTYPE_STRING,
-       HAVE_UNION_WAIT, HAVE_UTIME_H, HAVE_VALLOC, MTIO_CHECK_FIELD, PACKAGE,
-       PROTOTYPES, REMOTE_SHELL, STD_INC_PATH, VERSION, WITH_CATALOGS,
-       WITH_DMALLOC, WITH_REGEX):
-       Remove; now generated automatically.
-
-       * configure.in (_GNU_SOURCE): Define to empty, not 1, for
-       compatibility for glibc fragments.
-       (_GNU_SOURCE, HAVE_UTIME_H, MTIO_CHECK_FIELD,
-       HAVE_ST_FSTYPE_STRING, HAVE_MKNOD, REMOTE_SHELL, DENSITY_LETTER,
-       DEVICE_PREFIX, DEFAULT_ARCHIVE, DEFAULT_BLOCKING): Add comment so
-       that we needn't put an entry into acconfig.h.
-       (ALL_LINGUAS): Add da.
-       (AC_C_BACKSLASH_A): Remove; jm_PREREQ_QUOTEARG now does this.
-       (AC_CHECK_HEADERS): Add stdbool.h (for hash.h users), wctype.h
-       (for strtol.c).
-       (AC_MBSTATE_T): Add.
-       (RMT): Append $(EXEEXT).
-       (HAVE_GETGRGID, HAVE_GETPWUID, pe_AC_TYPE_SIGNED_CHAR): Remove.
-       (HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
-       HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
-       HAVE_DECL_STRTOULL, HAVE_DECL_STRERROR_R): New macros.
-       (jm_PREREQ_ADDEXT, jm_PREREQ_ERROR, jm_PREREQ_QUOTEARG): Add.
-       (AC_REPLACE_FUNCS): Remove execlp; no longer needed.
-       (AC_CHECK_FUNCS): Add clock_gettime; AC_SEARCH_LIBS wasn't enough.
-       Remove mbrtowc; jm_PREREQ_QUOTEARG now does this.
-       (EMUL_OPEN3): Remove; no longer needed.
-       (DENSITY_LETTER, DEVICE_PREFIX): Simplify m4 quoting.
-
-       * m4/fnmatch.m4 (AC_FUNC_FNMATCH): Detect d*/*1 vs d/s/1 bug.
-
-       * src/common.h: Do not include basename.h.
-       * src/rtapelib.c (base_name): Do not include basename.h;
-       declare base_name instead.
-
-       * lib/basename.h, lib/execlp.c, lib/getpagesize.h, lib/mkdir.c:
-       Remove these files.
-       * lib/getstr.c, lib/getstr.h, lib/hash.h, lib/hash.h, lib/prepargs.c,
-       lib/prepargs.h, lib/savedir.c, lib/savedir.h: New files.
-       * lib/Makefile.am (EXTRA_DIST, noinst_HEADERS, libtar_a_SOURCES):
-       Adjust to the above changes.
-
-       * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove ../src/ansi2knr.
-
-       * src/open3.c: Remove.
-
-       * src/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
-       (tar_SOURCES): Remove open3.c.
-       (INCLUDES): Remove -I.., as automake does that.
-       (OMIT_DEPENDENCIES): ../lib/fnmatch.h -> fnmatch.h.  Add localedir.h.
-
-       The following changes are to put LOCALEDIR into localedir.h instead
-       of passing it on the command line.
-       (DEFS): Remove.
-       (DISTCLEANFILES): New macro.
-       (localedir.h): New rule.
-       (rmt.o tar.o): Now depend on localedir.h.
-
-       * tests/delete02.sh, tests/extrac04.sh: New files.
-
-       * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
-       (TESTS): Add extrac04.sh, and restore delete02.sh.
-       (DEFS): Remove; LOCALEDIR is now done via localedir.h.
-       (INCLUDES): Remove -I.. as automake does this now.
-
-       * src/rtapelib.c (rexec): Don't declare unless using it.
-       (do_command): Simplify signal-handling code slightly.
-
-       * src/delete.c (blocks_needed): Remove.  All uses changed to use
-       blocking_factor - new_blocks.
-       (acting_as_filter): New var.
-       (write_record, delete_archive_members): Use acting_as_filter
-       rather than archive == STDIN_FILENO to detect whether we're acting
-       as a filter, as open can return STDIN_FILENO in some cases.
-       (delete_archive_members): Ignore zero blocks if
-       ignore_zeros_option is nonzero.  Fix bug that messed up last
-       output block: write_eot can't be used here, as it gets confused
-       when the input is at end of file.
-
-       * src/compare.c (diff_archive): Do not impose an arbitrary limit on
-       symbolic link contents length.  Pass directory size to
-       get_directory_contents.
-
-       * m4/decl.m4, m4/error.m4, m4/mbstate_t.m4, m4/prereq.m4,
-       m4/strerror_r.m4: New files.
-       * m4/signedchar.m4: Remove this file.
-       * Makefile.am (ACINCLUDE_INPUTS): Adjust to above changes.
-       * m4/Makefile.am (EXTRA_DIST): Likewise.
-
-       * Makefile.am (DISTCLEANFILES): Add intl/libintl.h.
-
-       * po/da.po: New translation file.
-
-       * src/mangle.c (extract_mangle):
-       Fix diagnostic with wrong number of %s'es.
-
-       * lib/fnmatch.c (fnmatch):
-       Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
-       e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
-
-       * lib/full-write.c (full_write): Some buggy drivers return 0 when you
-       fall off a device's end.  Detect this.
-
-       * src/system.h (IN_CTYPE_DOMAIN): Renamed from CTYPE_DOMAIN.  All
-       uses changed.
-       (open): Remove macro; we no longer support EMUL_OPEN3.  Do not
-       include <pathmax.h> and directory include files like <dirent.h>;
-       no longer used.  Include <savedir.h> instead.
-       (closedir, signed_char): remove macro; no longer used.
-       (bool, false, true): Include <stdbool.h> if you have the include
-       file, otherwise define.
-
-       * src/misc.c:
-       (is_dot_or_dotdot, closedir_error, closedir_warn, opendir_error,
-       opendir_warn, readdir_error): Remove; no longer needed.
-       (safer_rmdir): Strip leading ./ (or .// or ./// or ././ or etc.)
-       before deciding whether we're trying to remove ".".
-       (remove_any_file): Try unlink first if we are not root.  Use
-       savedir when recursively removing directories, to avoid exhausting
-       file descriptors.
-       (savedir_error, savedir_warn, symlink_error): New functions.
-
-       * src/list.c: (read_and): Do not invoke
-       apply_nonancestor_delayed_set_stat; DO_SOMETHING is now
-       responsible for that.  Do not invoke apply_delayed_set_stat; our
-       caller is now responsible for that.
-       (read_header): Use signed char instead of signed_char.  Prevent
-       later references to current_header from mistakenly treating it as
-       an old GNU header.
-       (from_header): Quote invalid base-64 strings in diagnostics.
-       (time_from_header): Do not warn about future timestamps in
-       archive; check_time now does that.
-       (print_header): Quote unknown file types.
-       (skip_member): New function, replacing skip_extended_headers and
-       now skipping the whole member instead of just the extended
-       headers.  All callers changed.  This makes the code handle
-       extended headers uniformly, and fixes some bugs.
-
-       * src/update.c (update_archive): Use skip_member.
-
-       * src/extract.c (we_are_root): Now global.
-       (struct delayed_symlink): New type.
-       (delayed_symlink_head): New var.
-       (extr_init, fatal_exit): Invoke extract_finish on fatal errors,
-       not apply_delayed_set_stat.
-       (set_mode, set_stat): Pointer args are now const pointers.
-       (check_time): New function.
-       (set_stat): Warn if setting a file's timestamp to be the future.
-       (make_directories): Do not save and restore errno.
-       (maybe_recoverable): Set errno to ENOENT if we cannot make missing
-       intermediate directories.
-       (extract_archive): Invoke apply_nonancestor_delayed_set_stat here,
-       not in caller.  Extract potentially dangerous symbolic links more
-       carefully, deferring their creation until the end, and using a
-       regular file placeholder in the meantime.  Do not remove trailing
-       / and /. from file names.  Do not bother checking for ".." when
-       checking whether a directory loops back on itself, as loopbacks
-       can occur with symlinks too.  Also, in that case, do not bother
-       saving and restoring errno; just set it to EEXIST.
-       (apply_nonancestor_delayed_set_stat): A prefix is a potential
-       ancestor if it ends in slash too (as well as ending in a char just
-       before slash).
-       (apply_delayed_set_stat): Remove.
-       (apply_delayed_symlinks, extract_finish): New functions.
-
-       * doc/fdl.texi: New file.
-       * doc/Makefile.am (EXTRA_DIST): Add fdl.texi.
-       ($(srcdir)/tar.info): Add fdl.texi.  Invoke makeinfo with --no-split.
-       * doc/tar.texi: Add Free Documentation License.  New section
-       "Overwrite Old Files", and revamp that section to make it easier to
-       follow.  "tar" -> "GNU tar" where appropriate.  Migrate getdate
-       documentation into getdate.texi.  Fix several minor typos.  Describe
-       TAR_OPTIONS.  Describe incompatibility between incremental backups and
-       --atime-preserve.  Describe incompatibility between --verify and other
-       options.  Mention that tar normally removes symbolic links rather than
-       following them, when extracting a file of the same name.
-
-       * THANKS: Add gpoul.  Change skip's address.
-
-       * po/POTFILES.in: Add lib/human.c.
-
-       * src/common.h (namelist, namelast): Remove decls.
-       (we_are_root, extract_finish, skip_member, savedir_error,
-       savedir_warn, symlink_error, gnu_list_name): New decls.
-       (apply_delayed_set_stat, apply_nonancestor_delayed_set_stat,
-       skip_extended_headers, is_dot_or_dotdot, closedir_error,
-       closedir_warn, opendir_error, opendir_warn, readdir_error,
-       readdir_warn): Remove decls.
-       (get_directory_contents): New off_t arg.
-       (addname): Now returns struct name *.
-
-       * src/tar.h, tests/genfile.c: Fix comments.
-
-       * src/create.c: Include hash.h.
-       (gnu_list_name): Remove decl.
-       (struct link): Remove "next" member.
-       (linklist): Remove.
-       (start_header): Say "leading `FOO'" rather than "`FOO' prefix" for
-       consistency with other diagnostics.
-       (deal_with_sparse): Check for I/O error when closing the file.
-       (create_archive): Do not allocate an array of size PATH_MAX, as
-       PATH_MAX might be (size_t) -1.  Instead, allocate an array with
-       the size that's needed.
-       (hash_link, compare_links): New functions.
-       (dump_file): Do not exhaust open file descriptors when descending
-       deeply into a directory, by using savedir rather than
-       opendir/readdir.  Do not zero-fill the name buffer unnecessarily.
-       Hash the set of links already created, instead of using a linked
-       list.  Fix some bugs in outputting sparse files which caused the
-       sparse tables to be incorrect.  When a file unexpectedly shrinks,
-       output zeros rather than garbage.  Do not allocate an array of
-       size PATH_MAX, as PATH_MAX might be (size_t) -1.  Instead,
-       allocate an array with the size that's needed.
-
-       * src/incremen.c: Include hash.h.
-       (struct directory): Remove "next", "dir_text".  Change "name" to
-       be char[1] with struct hack, not const char *.  Add "found".
-       (directory_list): Remove.  Replaced by directory_table.
-       (directory_table): New var.
-       (nfs_string): Renamed from nfs.
-       (hash_directory, compare_directories): New functions.
-       (note_directory): Now returns struct directory *.  First arg is
-       now const pointer.  struct stat arg is now dev_t, ino_t, nfs.
-       Remove text arg.  New "found" arg, basically corresponding to the
-       old text arg not being null.  All callers changed.
-       (note_directory, find_directory): Use hash table rather than
-       linked list.
-       (get_directory_contents): New arg "device".  Use savedir to do the
-       hard work.  Save the nfs-ness of stat_data, since it might change
-       under us.  Use note_directory instead of find_directory to save
-       some work.  When adding an "A" record, do it with
-       add_to_accumulator instead of cheating with strcat.
-       (read_directory_file): Use "+" flag before device to indicate
-       whether it was NFS.  Fix typo in checking for strtoul error.
-       (write_directory_file_entry): New function.
-       (write_directory_file): Use it, and use the hash routines to
-       traverse the directory table.
-       (gnu_restore): Use savedir rather than opendir/readdir.
-
-       * src/tar.c: Include localedir.h, prepargs.h.
-       (long_options): Now static.
-       (long_options, usage, decode_options): -j is now short for
-       --bzip2, and -I is now an alias for -T.
-       (decode_options, main): argv is not const pointer now.
-       (decode_options): Invoke prepend_default_options to support
-       TAR_OPTIONS.  In diagnostic, mention the string that was the
-       invalid blocking factor, tape length, group, owner, or record
-       size.  --delete is no longer incompatible with -f -, undoing
-       2000-01-07 change.
-       (main): Invoke extract_finish at end of extraction.
-
-       * src/rmt.c: Include localedir.h.
-       (main): Update copyright date to 2000.
-
-       * doc/getdate.texi: New file, taken from fileutils 4.0.27, with the
-       following changes: Use @sc where appropriate.  Document the ranges of
-       supported times more precisely.  Add Eggert to getdate authors.
-       Document old Latin 12m/12pm tradition.  Remove list of alphabetic time
-       zone names, as it wasn't correct and people shouldn't be relying on it
-       anyway.  Relative items also account for non-DST adjustments.  Fix
-       some misspellings.
-
-       * lib/prepargs.c, lib/prepargs.h, tests/extrac04.sh: New file.
-
-       * tests/ignfail.sh: opendir -> savedir in diagnostics.
-
-       * tests/preset.in: Set LANGUAGE to the empty string, for some
-       brain damaged host.
-
-2000-10-20  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/fnmatch.m4: Mention the GNU C library.
-
-2000-10-19  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/fnmatch.m4: Add a couple more test cases to catch bugs in
-       glibc 2.1.95.
-
-2000-10-17  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/human.c (<limits.h>): Do not include; human.h does it if needed.
-       (CHAR_BIT): Remove.
-
-       * lib/human.h (<limits.h>): Include if HAVE_LIMITS_H.
-       (CHAR_BIT): Define if not defined.
-
-2000-09-09  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c: From fileutils: rename ISASCII to IN_CTYPE_DOMAIN.
-
-2000-08-07  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/xmalloc.c: Memory exhausted -> memory exhausted
-
-       * lib/xalloc.h (xalloc_msg_memory_exhausted):
-       change to array from char *.
-
-2000-08-06  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/mbstate_t.m4: Define mbstate_t to be int, not char, for
-       compatibility with glibc 2.1.3 strftime.c.
-
-2000-07-31  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (quotearg_n_options):
-       Don't make the initial slot vector a constant,
-       since it might get modified.
-
-       * lib/quotearg.c: Add support for more than one preallocated slot.
-
-2000-07-30  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (quotearg_n_options):
-       Preallocate a slot 0 buffer, so that the caller
-       can always quote one small component of a "memory exhausted" message
-       in slot 0.
-
-2000-07-23  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c:
-       Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), so that
-       mbstate_t is always defined.
-
-       Do not inspect MB_LEN_MAX, since it's incorrectly defined to be 1 in
-       some GCC installations, and this configuration error is likely to be
-       common.
-
-2000-07-22  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c:
-       When the system forces us to redefine mbstate_t, shadow its mbsinit
-       function.  From Bruno Haible.
-
-2000-07-14  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/xmalloc.c: Simplify exhausted message.
-
-       * lib/quotearg.h: Update copyright date; from Jim Meyering.
-
-2000-07-13  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.h (enum quoting style):
-       New constant clocale_quoting_style.
-
-       * lib/quotearg.c:
-       (quoting_style_args, quoting_style_vals, quotearg_buffer_restyled):
-       Add support for clocale_quoting_style, undoing previous change to
-       locale_quoting_style.
-
-2000-07-10  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c:
-       <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX,
-       since otherwise we don't need it.
-       (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
-       since we don't do multibytes in that case.
-       (quotearg_buffer_restyled): If a unibyte locale, don't bother to
-       invoke multibyte primitives.
-
-       * m4/mbstate_t.m4 (AC_MBSTATE_T):
-       Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
-       Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
-       and mbstate_t, to a single-part test that simply defines mbstate_t.
-
-       * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
-       Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
-       to decide whether to define the BeOS workaround macro;
-       this adjusts to the change to AC_MBSTATE_T.
-
-       * m4/strerror_r.m4: New file.
-
-2000-07-05  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c: Use double-quote to quote.
-
-       * lib/quotearg.c (N_): New macro.
-       (gettext_default): New function.
-       (quotearg_buffer_restyled): Use gettext_default ("{LEFT QUOTATION MARK}",
-       "\"") for left quote, and gettext_default ("{RIGHT QUOTATION MARK}", "\"")
-       for right quote.
-
-       * lib/quotearg.c (struct quoting_options):
-       Simplify quote_these_too dimension.
-       From Bruno Haible  <haible@clisp.cons.org>.
-
-       * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT):
-       Test for mbstate_t only if the test
-       for an object-type mbstate_t fails.
-
-       * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
-
-2000-07-03  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
-       Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
-
-       * lib/quotearg.c (mbrtowc):
-       Assign to *pwc, and return 1 only if result is nonzero.
-       (iswprint): Define to ISPRINT if we are substituting our own mbrtowc.
-
-2000-07-02  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (mbstate_t):
-       Do not define; it should be defined with AC_CHECK_TYPE.
-
-2000-06-26  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around
-       a bug in glibc 2.1.3.
-
-       * lib/xmalloc.c: Fix inaccurate comment for xrealloc.
-
-2000-06-19  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
-       inclusion of wctype.h to work around solaris2.6 namespace pollution.
-       (ISPRINT): Likewise.
-       Reported by Tom Tromey.
-
-2000-06-15  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/human.c (adjust_value): New function.
-       (human_readable_inexact): Apply rounding style even when printing
-       approximate values.
-
-       * lib/human.c: Avoid shadowing warnings.
-       From Jim Meyering.
-
-2000-06-14  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/human.c (human_readable_inexact): Allow an input block size
-       that is not a multiple of the output block size, and vice versa.
-
-       * lib/getdate.y (get_date): Apply relative times after time zone
-       indicator, not before.
-
-2000-05-31  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/largefile.m4: Rewrite so that we don't need to run getconf,
-       and thus don't need AC_CANONICAL_HOST.
-
-       (AC_SYS_LARGEFILE_FLAGS, AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
-       (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
-       (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
-       CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.  All uses
-       changed.  Instead of inspecting the output of getconf, try to
-       compile the test program without and with the macro definition.
-       (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check for
-       getconf.  Instead, check for the needed flags by compiling test
-       programs.
-
-       * configure.in (AC_CANONICAL_HOST): Remove; the largefile stuff no
-       longer needs it.
-       * config.guess, config.sub: Remove these files, for similar reasons.
-
-2000-05-03  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to be
-       500, instead of _GNU_SOURCE to be 1, to work around glibc 2.1.3
-       bug.  This avoids a clash when files like regex.c that define
-       _GNU_SOURCE.
-
-2000-05-02  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/largefile.m4 (AC_SYS_LARGEFILE):
-       Define _GNU_SOURCE if this is needed to make
-       ftello visible (e.g. glibc 2.1.3).  Use compile-time test, rather than
-       inspecting host and OS, to decide whether to define _LARGEFILE_SOURCE.
-
-       * lib/quotearg.c (mbrtowc, mbstat_t):
-       Add definitions if !HAVE_MBSTATE_T_OBJECT.
-       (<wctype.h>): Include if HAVE_WCTYPE_H.
-       (iswprint): Define to 1 if we lack it
-
-2000-04-18  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/mbstate_t.m4: New file.
-
-2000-04-17  Bruno Haible  <haible@clisp.cons.org>
-
-       * tests/ignfail.sh: Test for uid 0 along with user "root".
-
-2000-04-05  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS):
-       Don't use -n32 on IRIX if the installer said
-       otherwise.
-
-2000-02-28  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (ALERT_CHAR): New macro.
-       (quotearg_buffer_restyled): Use it.
-
-2000-02-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
-
-       * src/list.c (tartime): Fix off-by-one error when copying year if
-       OLD_CTIME.
-
-2000-02-18  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/getdate.y: Handle two-digit years with leading zeros correctly.
-       (textint): New typedef.
-       (parser_control): Changed from struct parser_control to typedef
-       (for consistency).  Member year changed from int to textint.  All
-       uses changed.
-       (YYSTYPE): Removed; replaced by %union with int and textint
-       members.
-       (tID): Removed; not used.
-       (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE,
-       tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER,
-       tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
-       (tSNUMBER, tUNUMBER): Now of type <textintval>.
-       (date, number, to_year): Use width of number in digits, not its
-       value, to determine whether it's a 2-digit year, or a 2-digit
-       time.
-       (yylex): Store number of digits of numeric tokens.  Return '?' for
-       unknown identifiers, rather than (unused) tID.
-
-2000-01-16  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/quotearg.c (quotearg_buffer_restyled):
-       Do not quote alert, backslash, formfeed,
-       and vertical tab unnecessarily in shell quoting style.
-
-2000-01-15  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/c-bs-a.m4:
-       Change quoting to be compatible with future autoconf versions.
-
-2000-01-11  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/exclude.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove unused macros.
-
-2000-01-07  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.17.
-
-       Fix bug with fnmatch.h dependency, as follows:
-       * src/Makefile.am (OMIT_DEPENDENCIES): New macro.
-       * lib/Makefile.am (OMIT_DEPENDENCIES): New macro.
-
-       * src/common.h (apply_nonancestor_delayed_set_stat):
-       Renamed from apply_delayed_set_stat.
-       (apply_delayed_set_stat, decode_mode, chmod_error_details,
-       chown_error_details, close_warn, closedir_warn, mkdir_error,
-       read_error_details, read_fatal_details, read_warn_details,
-       seek_error_details, seek_warn_details, utime_error,
-       write_error_details, write_fatal_details): New decls.
-
-       Make diagnostic messages more regular.
-       * src/create.c (dump_file): Quote file names with colons if possible.
-       * src/compare.c (diff_archive): Likewise.
-       * src/extract.c (repair_delayed_set_stat, extract_archive): Likewise.
-       * src/incremen.c (get_directory_contents, gnu_restore): Likewise.
-       * src/mangle.c (extract_mangle): Likewise.
-       * src/misc.c (call_arg_error, call_arg_fatal, call_arg_warn):
-       Likewise.
-       * src/buffer.c (archive_write_error, flush_archive, close_archive,
-       new_volume, xclose):
-       Use error message functions to report errors consistently.
-       * src/compare.c (diff_sparse_files, diff_archive): Likewise.
-       * src/create.c (finish_sparse_file, dump_file): Likewise.
-       * src/extract.c (set_mode, set_stat, extract_sparse_file,
-       extract_archive): Likewise.
-       * src/list.c (list_archive): Likewise.
-       * src/update.c (append_file): Likewise.
-       * src/compare.c (diff_init, diff_sparse_files):
-       Use xalloc_die to report memory exhaustion.
-       * src/incremen.c (gnu_restore): Likewise.
-       * src/list.c (read_header): Likewise.
-       * src/mangle.c (extract_mangle): Likewise.
-       * src/misc.c (maybe_backup_file): Likewise.
-       * src/tar.c (decode_options): Likewise.
-       * src/compare.c (read_and_process, fill_in_sparse_array,
-       diff_sparse_files):
-       Use consistent terminology for unexpected-EOF message.
-       * src/extract.c (extract_sparse_file, extract_archive): Likewise.
-       * src/list.c (list_archive, read_header, skip_file,
-       skip_extended_headers): Likewise.
-       * src/buffer.c (archive_write_error): Add noreturn attribute to decl.
-       (xdup2): Regularize messages with rest of tar.
-
-       * src/buffer.c (flush_read): Don't read past EOF.
-
-       * src/extract.c (extr_init):
-       If we run out of memory, invoke apply_delayed_set_stat.
-       (prepare_to_extract): Don't complain if we can't remove ".".
-       (apply_delayed_set_stat): New function.
-       (apply_nonancestor_delayed_set_stat):
-       Renamed from apply_delayed_set_stat.  All uses changed.
-       Don't remove head if it doesn't apply.
-
-       * src/create.c (find_new_file_size):
-       Return size instead of storing through pointer.
-       All callers changed.
-       (deal_with_sparse): Don't keep reading after read errors.
-       (finish_sparse_file): Just abort if there is an internal error.
-       (dump_file): Fix typo: stat_warn and stat_error were interchanged.
-       Don't restore access times on directories during incremental dumps
-       until after dealing with the directory.
-       If ignoring failed reads, count closedir, read, and unknown
-       file errors as warnings, not errors.
-       Fix buffer overrun problem when dumping sparse files.
-
-       * src/list.c (read_and):
-       Invoke apply_nonancestor_delayed_set_stat on file names
-       after handling them.
-       (decode_mode): Remove; moved to misc.c.
-
-       * src/misc.c (safer_rmdir): New function.
-       (remove_any_file): Use it to avoid problems with rmdir(".").
-       (maybe_backup_file): Regularize diagnostics.
-       (undo_backup_file): Likewise.
-       (decode_mode): Moved here from list.c.
-       (chmod_error_details, chown_error_details, close_fatal,
-       close_warn, closedir_warn, mkdir_error, read_error_details,
-       read_warn_details, read_fatal_details, seek_error_details,
-       seek_warn_details, utime_error, write_error_details,
-       write_fatal_details): New functions.
-
-       * src/delete.c (save_record): Remove static variable (now local).
-       (move_archive): Don't position before start of archive.
-       (write_record): Abort if count is zero at inopportune time.
-       Plug memory leak.
-
-       * src/tar.c (decode_options): --delete and -f - are now
-       incompatible, since we didn't have time to fix their bugs.
-
-       * tests/Makefile.am (TESTS): Remove delete02.sh.
-       * tests/ignfail.sh: Adjust to new quoting scheme again.
-
-2000-01-06  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/getdate.y: Sync tm_diff with the GNU C Library.
-       (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN.  All uses changed.
-       (tm_diff): Renamed from difftm.  All uses changed.
-       Replace body with that taken from GNU C Library 2.1.3pre1.
-       (get_date): Prefer tm_gmtoff to tm_diff if available.
-
-1999-12-29  "Melissa O'Neill"  <oneill@cs.sfu.ca>
-
-       * tests/incremen.sh: Invoke stat on newly created file so that its
-       ctime is updated on Nextstep.
-
-1999-12-21  Machael Stone  <mstone@cs.loyola.edu>
-
-       * lib/getdate.y (get_date):
-       Fix typo when checking for time_t overflow in time zone calculations.
-
-1999-12-13  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.16.
-
-       * README-alpha: New file.
-       * README: New sections for gzip and bzip2, Solaris.
-       Remove mention of BACKLOG.
-
-       * configure.in (AC_C_BACKSLASH_A): Add.
-       (AC_CHECK_HEADERS): Add wchar.h.
-       (AC_CHECK_FUNCS): Add mbrtowc.
-       (AC_FUNC_CLOSEDIR_VOID): Add.
-
-       * tests/Makefile.am (TESTS): Add delete02.sh.
-       (POSTPONED_TESTS): Remove.
-       (EXTRA_DIST): Remove $(POSTPONED_TESTS).
-
-       * tests/preset.in:
-       Set LC_ALL rather than LANGUAGE, LANG, and LC_MESSAGES.
-
-       * tests/ignfail.sh (err): Adjust to new quoting scheme.
-
-       * tests/delete02.sh: Fix typo: need to list archive2, not archive.
-
-       * tests/extrac03.sh: Use -P option, so that .. doesn't get diagnosed.
-
-       * src/tar.c ("quotearg.h"): New include.
-       (usage): Now has __attribute__ ((noreturn)).
-       (confirm): Report errno if we can't open tty.
-       (confirm, decode_options):
-       Quote arbitrary strings in diagnostics.
-       (OVERWRITE_OPTION): New constant.
-       (long_options, usage, decode_options): New --overwrite option.
-       (decode_options): --keep-old-files, --overwrite, and --unlink-first
-       are now mutually exclusive.
-       Don't assume that gettext preserves errno.
-       (main): Set default quoting style to escape_quoting_style.
-
-       * src/update.c (<quotearg.h>): New include.
-       (append_file):
-       Don't assume that gettext preserves errno.
-       Quote arbitrary strings in diagnostics.
-       Check for close error.
-
-       * src/names.c (<quotearg.h>): New include.
-       (name_init, name_next, name_close, names_notfound,
-       collect_and_sort_names): Don't assume that gettext preserves
-       errno.  Quote arbitrary strings in diagnostics.
-       (excluded_name): Fix typo that caused empty patterns to be
-       mishandled.
-
-       * src/misc.c (<quotearg.h>): New include.
-       (quote_copy_string): Quote only newline and backslash; the output is no
-       longer meant for humans, and is locale-independent.
-       (contains_dot_dot): New function.
-       (remove_any_file): Don't use lstat; just rmdir the file and then use
-       unlink if the rmdir fails because the file isn't a directory.
-       Check for readdir and closedir errors.
-       (maybe_backup_file): Report "stat" for stat errors.
-       (maybe_backup_file, chdir_do):
-       Quote arbitrary strings in diagnostics.
-       (maybe_backup_file, undo_last_backup):
-       Don't assume that gettext preserves errno.
-       (call_arg_error, call_arg_fatal, call_arg_warn,
-       chdir_fatal, close_error, closedir_error, exec_fatal, mkfifo_error,
-       mknod_error, open_error, open_fatal, open_warn, opendir_error,
-       opendir_warn, read_error, read_fatal, readdir_error, readdir_warn,
-       readlink_error, readlink_warn, seek_error, seek_warn, stat_error,
-       stat_warn, truncate_error, truncate_warn, unlink_error, waitpid_error,
-       write_error, write_fatal, xfork, xpipe, quote_n, quote): New functions.
-
-       * src/system.h (__attribute__): New macro.
-       (O_NDELAY, O_NONBLOCK, O_APPEND): Remove.
-       (S_ISDOOR): New macro.
-       (closedir): New macro, if CLOSEDIR_VOID.
-
-       * src/rmt.c, src/rtapelib.c (decode_oflag):
-       O_APPEND might not be defined.
-
-       * src/list.c: (read_and, list_archive):
-       Quote arbitrary strings in diagnostics.
-       (from_header): Use locale_quoting_style to quote diagnostics.
-       (print_header, print_for_mkdir): Quote with quotearg, not quote_copy_string.
-
-       * src/rmt.h (REM_BIAS): Increase from 128 to (1 << 30).
-
-       * src/Makefile.am: Use ## for copyright comments.
-
-       * src/extract.c (<quotearg.h>): New include.
-       (enum permstatus): New enum.
-       (struct delayed_set_stat): file_name is now at end of buffer, to avoid
-       two mallocs.  New members file_name_len, invert_permissions, permstatus.
-       (extr_init): Remove hack that silently adjusted newdir_umask.
-       (set_mode, set_stat): New args invert_permissions, permstatus, typeflag.
-       Use these args to decide whether and how to set modes.
-       (set_mode, set_stat, prepare_to_extract, extract_sparse_file, extract_archive):
-       Don't assume that gettext preserves errno.
-       (set_stat): Remove arg symlink_flag; subsumed by typeflag.
-       (delay_set_stat, repair_delayed_set_stat): New functions.
-       (make_directories): Avoid mkdir where last part of path is "..".
-       Create a struct delayed_set_stat for each directory made.
-       (prepare_to_extract): Renamed from unlink_destination, and
-       return 0 immediately if to_stdout_option; all callers changed.
-       (maybe_recoverable): New parameter interdir_made.
-       Add support for --overwrite.
-       (extract_sparse_file, extract_archive):
-       Quote arbitrary strings in diagnostics.
-       (extract_archive): By default, warn about ".." in member names, and skip them.
-       Don't open files with O_NONBLOCK or O_APPEND.
-       Open with O_TRUNC only if --overwrite; otherwise, use O_EXCL to avoid
-       overwriting them.  Pass only rwxrwxrwx permissions to `open' and `mkdir',
-       minus the current umask.  Keep track of intermediate directories made,
-       to avoid looping when making x/../x when x doesn't exist; the
-       earlier code solved this in a different way that didn't fit well
-       into the new scheme.  Don't extract permissions onto existing
-       directories unless --overwrite is given.  Do not add -wx------
-       permissions to new directories permanently; just do it temporarily.
-       Remove no-longer-needed hack with MSDOS and directory time stamps.
-       (apply_delayed_set_stat): New argument specifies which directories to
-       fix statuses of.  Do not wait until the end of extraction to fix
-       statuses; instead, fix a directory's status once we exit that directory.
-       This requires less memory and does the right thing in some cases
-       where the old method didn't.
-       (fatal_exit): New function.
-
-       * src/incremen.c (<quotearg.h>): New include.
-       (get_directory_contents, gnu_restore):
-       Check for readdir and closedir errors.
-       (get_directory_contents, read_directory_file, gnu_restore):
-       Quote arbitrary strings in diagnostics.
-       (get_directory_contents, read_directory_file, write_directory_file):
-       Don't assume that gettext preserves errno.
-
-       * src/create.c (<quotearg.h>): New include.
-       (start_header): Use `member names' to refer to archive member names, not
-       `archive names'.  Warn about `..' in member names.
-       (finish_sparse_file, dump_file):
-       Quote arbitrary strings in diagnostics.
-       (finish_sparse_file, dump_file):
-       Don't assume that gettext preserves errno.
-       (dump_file): Don't use `access' to determine whether a directory is readable;
-       this isn't reliable if tar is setuid.  Use `opendir' instead.
-       Check for readdir and closedir failures.
-       Don't dump sockets as if they were fifos; just warn and skip.
-
-       * src/delete.c (move_archive):
-       Don't report fatal error merely because sizes don't fit
-       into struct mtop values; fall back on lseek instead.
-       Say `Cannot' uniformly, instead of `Could not' sometimes and `Cannot' others.
-       Say `reposition' instead of `re-position'.
-       (delete_archive_members):
-       Set archive to STDOUT_FILENO before outputting trailing buffer.
-
-       * src/compare.c (<quotearg.h>): New include.
-       (diff_init): Use `Cannot' uniformly, instead of `Could not' sometimes
-       and `Cannot' others.
-       (report_difference, diff_archive):
-       Quote arbitrary strings in diagnostics.
-       (process_rawdata, diff_sparse_files, get_stat_data, diff_archive, seek_warn):
-       Don't assume that gettext preserves errno.
-       (diff_archive): Don't open regular files with O_NONBLOCK.
-       Preserve access times of files if --atime.
-
-       * src/common.h (FATAL_ERROR): Use new fatal_exit function to exit.
-       (FATAL_ERROR, USAGE): Don't return 0.
-       (enum old files): New enum.
-       (old_files_option): New variable, replacing keep_old_files_option and
-       unlink_first_option.
-       (apply_delayed_set_stat): Now takes char const * param.
-       (fatal_exit, contains_dot_dot, chdir_fatal, close_error,
-       closedir_error, exec_fatal, mkfifo_error, mknod_error, open_error,
-       open_fatal, open_warn, opendir_error, opendir_warn, read_error,
-       read_fatal, readdir_error, readdir_warn, readlink_error,
-       readlink_warn, seek_error, seek_warn, stat_error, stat_warn,
-       truncate_error, truncate_warn, unlink_error, waitpid_error,
-       write_error, write_fatal, xfork, xpipe, quote, quote_n): New decls.
-
-       * src/buffer.c:
-       (xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
-       archive_write_error, archive_read_error, flush_archive, close_archive,
-       init_volume_number, new_volume):
-       Don't assume that gettext preserves errno.
-
-       (xdup2): Don't report errno if dup returns an unexpected nonnegative value.
-       (open_archive): Reject multivolume verify attempts a bit earlier.
-       Rename local variable `access', in case it's defined by system header.
-
-       (open_archive, backspace_output): Use `Cannot' uniformly, instead of
-       `Could not' sometimes and `Cannot' others.
-
-       (open_archive, flush_read, flush_archive, close_archive, new_volume):
-       Quote arbitrary strings in diagnostics.
-
-       (read_error): Set archive to STDOUT_FILENO temporarily when writing
-       archive buffer.
-
-       (init_volume_number): Check for input and output errors in volno_file.
-
-       (new_volume): Use new fatal_exit function to exit, and new xfork
-       function to fork.
-
-       * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4.
-
-       * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/c-bs-a.m4.
-
-       * doc/tar.texi: Add --overwrite.
-       --absolute-names rejects ".." in names.
-
-       * lib/quotearg.c: Add support for multibyte characters.
-       (ISGRAPH): Remove.
-       (ISPRINT): New macro.
-       (<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H.
-       (isprint, mbrtowc, mbsinit, mbstate_t): New macros,
-       defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
-       (quotearg_buffer_restyled): New function, with most of the old
-       quotearg_buffer's contents.
-       Major rewrite to support multibyte characters.
-       (quotearg_buffer): Now just calls quotearg_buffer_restyled.
-
-       * m4/c-bs-a.m4: New file.
-
-       * lib/Makefile.am: Use ## for copyright notice.
-
-       * scripts/Makefile.am: Use ## on copyright notice.
-
-       * doc/Makefile.am:
-       ($(srcdir)/tar.info, tar.dvi): We now use texinfo 4.0.
-
-1999-12-05  Paul Eggert  <eggert@twinsun.com>
-
-       * doc/ChangeLog, lib/ChangeLog, scripts/ChangeLog,
-       src/ChangeLog, tests/ChangeLog: Remove these files.
-       * ChangeLog.1: New file, incorporating the above files, plus old
-       ChangeLog entries.
-       * Makefile.am (EXTRA_DIST): Add ChangeLog.1.
-
-1999-12-05  Dale Worley  <worley@ariadne.com>
-
-       * src/compare.c (<utime.h>, struct utimbuf): Add.
-       (diff_archive): Restore access times if --atime.
-       * doc/tar.texi: Explain that --atime also preserves modification time.
-
-1999-12-04  Gerhard Poul  <gpoul@gnu.org>
-
-       * ABOUT-NLS: Update to latest version from ftp.gnu.org.
-       * BACKLOG, TODO: Remove.
-       * Makefile.am (all-local, BABYL, dist-zoo, id, ID): Remove.
-       * README: Bring up to date.
-
-1999-12-03  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.15.
-
-       * src/compare.c (diff_archive):
-       Do not set errno to EPIPE; we no longer use perror.
-
-       * src/create.c (dump_file):
-       If a parent directory said that a file should be there but it is
-       absent, diagnose it as being removed in the meantime.
-       Do not pass meaningless errno to ERROR when reporting that the
-       file changed as we read it.
-       Report that a file changed if its ctime changes; this is more
-       sensitive than mtime+size, and more accurate.
-
-       * src/incremen.c (enum children): New type.
-       (struct directory): Change old char allnew member to new enum children
-       children member.
-       All uses changed.
-       (get_directory_contents): When doing an incremental dump that does
-       not cross filesystem boundaries, dump the mount points, even though
-       they are in a different filesystem.  This is for convenience when
-       restoring, and for consistency with non-incremental dumps.
-       This requires a 3-way flag for keeping track of which children we want,
-       so we use enum children rather than boolean.
-
-       * src/open3.c (modes): Remove.
-       (open3): Remove unportable assumptions about flag encodings.
-       Use `stat' instead of `access' for testing file existence,
-       to avoid problems with setuid programs.
-
-       * src/names.c (name_next): If file names are given both in the
-       command line (e.g. via -C) and in a file (via -T), do not
-       ignore the command-line names.
-
-       * m4/uintmax_t.m4: Backport to autoconf 2.13.
-
-       * doc/tar.texi: Clarify getdate authorship.
-
-1999-11-23  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/Makefile.am (DISTCLEANFILES): New macro.
-
-       * configure.in (tar_fnmatch_hin):
-       Remove; it runs afoul of a bug in autoconf 2.13.
-       Instead, always link fnmatch.h to some file, even if it's a throwaway.
-
-1999-11-19  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/largefile.m4: Update serial.
-
-1999-11-18  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a bug in
-       the QNX shell, which doesn't propagate exit status of failed
-       commands inside shell assignments.
-
-1999-11-07  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.14.
-
-       * configure.in (AC_PREREQ): Bump to 2.13.
-       (ALL_LINGUAS): Add pt_BR, ja.
-       (AC_FUNC_FNMATCH): Remove lib/funmatch.h before invoking, not after.
-       (tar_cv_path_RSH): Prefer a non-symlink rsh to a symlink one,
-       for AIX crossbuilds.
-
-       * doc/tar.texi: New node create options for --ignore-failed-read.
-       Remove unused version control symbols.
-       Modernize texinfo usage.
-
-       * src/tar.c (usage): Add examples.
-
-       * m4/fnmatch.m4 (AC_FUNC_FNMATCH):
-       Include fnmatch.h when testing fnmatch.
-
-       * src/common.h (collect_and_sort_names): New decl.
-
-       * src/list.c (from_header):
-       Handle 32-bit two's complement negative time stamps
-       even if the leading octal digit is 2 or 3.
-
-       * src/extract.c (set_stat): Remove duplicate code.
-
-       * src/create.c (to_chars): Remove trailing newline from warning.
-       (dump_file): Ignore doors.
-       (finish_header): Report block numbers with origin 0, not origin 1.
-
-       * src/rmt.c: Include getopt.h.
-       (long_opts): New constant.
-       (usage): New function.
-       (main): Implement --help and --version.
-       Output usage message if arguments are bad.
-
-1999-10-10  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.13.
-
-       * README: Remove --with-dmalloc.
-       Add --disable-largefile.
-       Remove old NeXT dirent problems, or AIX valloc problems.
-       Remove old union wait advice, and old %lld advice.
-       Remove advice about FreeBSD 2.1.7, ISC 4.1mu, Ultrix `make'.
-
-       * doc/tar.texi: Clarify documentation for portable file names.
-
-       * configure.in (AM_WITH_DMALLOC): Remove.
-       (ALL_LINGUAS): Add ja.
-
-       * src/tar.c (decode_options):
-       Invalid dates are now treated as (time_t) -1.
-       Redo version message to conform to GNU standards.
-
-       * src/create.c (dump_file):
-       Fix typo: last two args to dump_file were interchanged.
-       * src/update.c (update_archive): Likewise.
-
-       * src/common.h (tartime): New decl.
-
-       * src/list.c (tartime): Now extern.
-       (read_and): Invalid headers cause errors, not warnings.
-
-1999-10-03  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/getdate.y (__attribute__):
-       Don't use if GCC claims to be before 2.8; this is
-       needed for OPENStep 4.2 cc.  Also, don't use if strict ANSI.
-
-1999-09-25  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/fnmatch.c, lib/fnmatch.hin: Merge changes from latest glibc.
-       * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Likewise.
-
-       * tests/incremen.sh: Add yet another sleep.
-
-1999-09-24  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS: A read error now causes a nonzero exit status.
-
-       * src/create.c (to_chars): Fix base-256 output.
-
-       * src/buffer.c (write_error):
-       Read error is an error, not just a warning.
-
-1999-09-24  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.12.
-
-       * src/tar.c (<time.h>): Include.
-       (time): Declare if not defined.
-       (confirm): Don't read past EOF.
-       (long_options, usage): Add --no-same-owner, --no-same-permissions.
-       (main): Use clock_gettime if available.
-
-       * tests/Makefile.am (TESTS): Add incremen.sh
-       (INCLUDES): Add -I../lib, for fnmatch.h.
-
-       * src/update.c (update_archive):
-       Remove call to name_expand; had no effect.
-       Use chdir_do to change into directory.
-       Use deref_stat instead of stat.
-       Use add_avoided_name to mark names to be avoided; the old method of
-       setting a bit with the name caused all descendants of that name to
-       be avoided, in some circumstances.
-
-       * tests/incremen.sh: Remove unnecessary sleeps.
-
-       * src/names.c (name_next): Go back to using plain chdir.
-       (name_gather): Use chdir_arg to keep track of arguments to chdir.
-       (addname): Likewise.
-       (name_match): Use chdir_do to act on chdir args.
-       (merge_sort): Moved here from incremen.c.
-       (compare_names, add_hierarchy_to_namelist, collect_and_sort_names):
-       Likewise.
-       (name_expand): Remove.
-       (name_from_list): Skip fake names.
-       Use chdir_do to act on chdir args.
-       (struct avoided_name): New struct.
-       (avoided_names): New var.
-       (add_avoided_name, is_avoided_name): New functions.
-
-       * src/system.h (stat, lstat): Define in terms of statx on
-       STX_HIDDEN && !_LARGE_FILES /* AIX */ hosts.
-       (UCHAR_MAX): New macro.
-       (TYPE_MAXIMUM): Cast to arg type, for types narrow than int.
-
-       * m4/largefile.m4: Work around GCC 2.95.1 bug with HP-UX 10.20.
-
-       * src/incremen.c (<time.h>): Remove include; no longer used.
-       (time): Remove decl.
-       (time_now): Remove.
-       (get_directory_contents): Use deref_stat.
-       Consider a subdirectory to be all new only if
-       listed_incremental_option or if it its timestamp is newer than the
-       cutoff.
-       (add_hierarchy_to_namelist, merge_sort): Move to names.c.
-       (read_directory_file): Now extern.  Do not set time_now.
-       (write_directory_file): Renamed from write_dir_file.
-       Use start_time instead of time_now.
-       (compare_names, collect_and_sort_names): Move to names.c.
-
-       * src/mangle.c (<time.h>): Remove; not used.
-       (time): Do not declare.
-
-       * src/misc.c (chdir_from_initial_wd): Remove.
-       (deref_stat): New function.
-       (struct wd): New struct.
-       (wd, wds, wd_alloc): New variables.
-       (chdir_arg, chdir_do): New function.
-
-       * src/compare.c (get_stat_data): Use deref_stat.
-
-       * src/common.h (name_expand): Remove.
-
-       * src/list.c (time): Declare if not defined.
-       (base_64_digits): Moved here from create.c.
-       (base64_map): Use UCHAR_MAX for size, not less-clear (unsigned char)
-       -1.
-       (read_and): Don't get time from header unless we need it now;
-       as getting time can cause duplicate diagnostics if bogus.
-       Remove "Hmm, " from diagnostic.
-       Use "Skipping to next header" uniformly.
-       (from_header): Renamed from from_chars.  All uses changed.
-       Allow different forms for unportable 2's complement numbers.
-       Don't check for extended forms when parsing checksums.
-       Parse base-256 output.
-       (gid_from_header): Renamed from gid_from_chars.  All uses changed.
-       (major_from_header): Renamed from major_from_chars.  All uses changed.
-       (minor_from_header): Renamed from minor_from_chars.  All uses changed.
-       (mode_from_header): Renamed from mode_from_chars.  All uses changed.
-       (off_from_header): Renamed from off_from_chars.  All uses changed.
-       (size_from_header): Renamed from size_from_chars.  All uses changed.
-       (time_from_header): Renamed from time_from_chars.  All uses changed.
-       Warn about future timestamps.
-       (uid_from_header): Renamed from uid_from_chars.  All uses changed.
-       (uintmax_from_header): Renamed from uintmax_from_chars.
-       All uses changed.
-       (tartime): New function, incorporating isotime.
-       (isotime): Delete.
-       (print_header): Use tartime.
-
-       * src/create.c (to_chars): Fix typo in decl.
-       Don't assign through char const *.
-       Rename name_expand back to collect_and_sort_names.
-
-       * src/extract.c (<time.h>): No need to include.
-       (time): No need to declare.
-       (now): Remove variable.
-       (extr_init): Don't initialize `now'.
-       Increment same_permissions_option and same_owner_option if we_are_root
-       is nonzero; this supports the new --no-same-owner option.
-       (set_stat): Use start_time instead of `now'.
-
-       * src/create.c (struct link): Remove unused linkcount member.
-       (base_64_digits): Move to list.c.
-       (base_8_digits): Remove.
-       (to_octal): New function, with some of old contents of to_base.
-       (to_base): Remove.
-       (to_base256): New function.
-       (to_chars): Use base 256, not base 64, for huge values.
-       (mode_to_chars): Don't use two's complement in GNU format or POSIX
-       format.
-       (dump_file): Interchange last two arguments. If TOP_LEVEL is negative,
-       it means we have an incremental dump where we don't know whether this
-       is a top-level call.
-       Use deref_stat instead of statx / stat / lstat.
-       Cast result of alloca.
-       Check for dates if 0 < top_level, not if listed_incremental_option.
-       Move multiple-link check after directory check.
-       Do not dump avoided names.
-       Dump hard links to symbolic names as links, not as separate
-       symbolic links.
-       start_header cannot return a null pointer, so don't test for it.
-       Likewise for find_next_block.
-
-       * src/buffer.c, src/common.h (<human.h>): Include.
-       (read_error): Read error is an error, not just a warning.
-       (print_total_written): Also print human-readable byte count, and
-       bytes/s.
-       (open_archive, flush_write): Use start_time, not current time.
-       (flush_read): Report about garbage bytes ignored at end of archive,
-       but act on non-garbage bytes (instead of ignoring them).
-       (new_volume): Use WARN for warnings.
-
-       * doc/Makefile.am:
-       ($(srcdir)/tar.info): Add -I$(srcdir) so that subdir builds work.
-
-       * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/fnmatch.m4.
-
-       * m4/Makefile.am (EXTRA_DIST): Add fnmatch.m4.
-
-       * lib/Makefile.am (noinst_HEADERS):
-       Rename fnmatch.h to fnmatch.hin; add human.h.
-       (libtar_a_SOURCES): Add human.c, xstrtoul.c.
-       (INCLUDES): Remove -I.. -I$(srcdir) -- automake adds this for us.
-
-       * src/Makefile.am (rmt_LDADD, tar_LDADD): New macros.
-
-       * lib/fnmatch.c (strchrnul):
-       Define to __strchrnul if _LIBC, to our own replacement otherwise.
-       Do not define if !_LIBC and if it already exists.
-       (internal_fnmatch): Use it.
-
-       * configure.in (tar_LDADD): New variable, used only when linking tar.
-       (rmt_LDADD): Similarly, for rmt.
-       (AC_FUNC_FNMATCH): Link fnnmatch.hin to fnmatch.h if we're using our
-       fnmatch.c; otherwise, use the system fnmatch.h.
-
-       * doc/tar.texi: Add --no-same-owner, --no-same-permissions.
-       Modernize sample backup script.
-
-       * THANKS: Martin Goik's email address has changed.
-
-       * m4/fnmatch.m4: New file.
-
-1999-09-03  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/lchown.h (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
-       Use EINVAL instead.
-
-1999-08-29  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/getdate.y (get_date):
-       Rename outermost local `probe' to `quarter'.
-       Rename latter local `tm' to probe_tm.
-       From: Jim Meyering <meyering@ascend.com>
-       Message-ID: <uryn1vafyyc.fsf@ixi.eng.ascend.com>
-
-1999-08-28  Paul Eggert  <eggert@twinsun.com>
-
-       * lib/getdate.y (PC): New macro; use it when possible.
-       (number): Handle `Nov 11 1996' example correctly.
-       See Risks Digest 20.55 (1999-08-27)
-       http://catless.ncl.ac.uk/Risks/20.55.html#subj18
-
-1999-08-23  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.11.
-
-       Remove minor cases of lint from many source files: this includes
-       unnecessary casts, uses of NULL, etc.
-
-       * configure.in (AC_PROG_YACC): Remove.
-       (YACC): Always use bison.
-       (AC_STRUCT_TIMEZONE): Add.
-       (AC_REPLACE_FUNCS): Add strcasecmp, strncasecmp.
-
-       * doc/tar.texi: --bzip2 is now -I.  Remove obsolete time zone info.
-       Fix spelling.
-
-       * lib/Makefile.am (EXTRA_DIST): Add strcasecmp.c, strncasecmp.c.
-       ($(srcdir)/getdate.c): Rename y.tab.c to getdate.c only if successful.
-
-       * lib/strcasecmp.c, lib/strncasecmp.c: New files.
-
-       * src/common.h (merge_sort): Remove decl; no longer exported.
-
-       * src/system.h (voidstar): Remove.
-       (memcpy, memcmp): Cast args.
-       ("xalloc.h"): Add include.
-       (xmalloc, xrealloc): Remove decl.
-
-       * src/mangle.c (time): Do not declare if defined.
-       (first_mangle, mangled_num): Remove.
-
-       * src/list.c (from_chars): Report out-of-range values more precisely.
-       (off_from_chars): Do not allow negative offsets.
-       (uid_from_chars): Allow negative uids.
-
-       * src/create.c (linklist): Now static.
-       (to_chars): Fix wording of message to match from_chars.
-
-       * src/misc.c (merge_sort): Move to incremen.c.
-       * src/incremen.c (merge_sort): Move here from misc.c; now static.
-       It's too painful to make it both generic and portable.
-       (read_directory_file): "timestamp" -> "time stamp" in messages.
-
-       * src/tar.c (long_options, usage, main): -y is now -I (for --bzip).
-       (usage): Fix misspelling.
-       (OPTION_STRING): -y is now -I.
-       (decode_options): Use -1, not EOF, for getopt_long result.
-       Fix typo when invoking xstrtoumax: look for LONGINT_OK, not LONG_MAX.
-       Handle operands after any "--" argument.
-       (main): Report any output errors.
-
-       * src/rmt.c (main): status is ssize_t, not long.
-
-       * src/names.c (name_gather): Handle trailing -C option correctly.
-       (addname): use memcpy, not strncpy, to copy a string of known length.
-       (name_match): Handle trailing -C option correctly.
-       Propagate -C option to following files.
-       (name_match, name_scan): Remove redundant matching code.
-
-       * src/buffer.c (open_archive): Use American spelling in diagnostic.
-
-       * lib/getdate.y: Major rewrite.  Add copyright notice.
-       (<stdio.h>): Include only if testing.
-       (ISUPPER): Remove.
-       (ISLOWER): New macro.
-       (<string.h>): Include if HAVE_STRING_H, not USG.
-       (bcopy): Remove.
-       (yymaxdepth, ..., yycheck): Don't bother to redefine, since we assume
-       bison.
-       (EPOCH_YEAR): Renamed from EPOCH.
-       (table): Renamed from TABLE.
-       (meridian): Now an anonymous enum.
-       (struct parser_control): New type.
-       (YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros.
-       (yyInput, ..., yyRelYear): Migrated into struct parser_control.
-       (%pure_parser): Added, so that the parser is pure.
-       (%union): Removed; the type is now just plain int.
-       All %type directives removed.
-       (tLOCAL_ZONE): New %token.
-       (month_day_table): Renamed from MonthDayTable.
-       (gmtime, localtime, mktime, time): Declare only if not defined.
-       (meridian_table): New table.
-       (dst_table): New table.
-       (units_table): renamed from UnitsTable.
-       (relative_time_table): Renamed from OtherTable.
-       (time_zone_table): Renamed from TimezoneTable.  Modernized.
-       (military_table): Renamed from MilitaryTable.
-       (to_hour): Renamed from ToHour.
-       (to_year): Renamed from ToYear.
-       (lookup_zone): New function.
-       (LookupWord): Renamed from lookup_word.  Use lookup_zone for time
-       zones.
-       (yylex): Now reentrant.  All callers changed.
-       (get_date): Add support for local time zone abbreviations.
-       Make it reentrant.
-
-1999-08-20  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.10.
-
-       * src/create.c (to_chars): Generate GNU base-64 representation
-       if we are generating an old or new GNU format tar file for a
-       number that can't be represented with the POSIX format.
-
-       * configure.in (AC_CHECK_FUNCS): Add fchdir.
-       (AM_FUNC_GETLINE): Add.
-       (LIBOBJS): Add getline.o to workaround comment.
-       * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/getline.m4.
-       * m4/Makefile.am (EXTRA_DIST): Add getline.m4.
-       * lib/Makefile.am (noinst_HEADERS): Add getline.h, save-cwd.h.
-       (libtar_a_SOURCES): Add save-cwd.c, xgetcwd.c.
-       * lib/getline.c, lib/getline.h, lib/save-cwd.c,
-       lib/save-cwd.h, m4/getline.m4: New files.
-
-       * src/misc.c (<save-cwd.h>): Include.
-       (chdir_from_initial_wd): New function.
-
-       * src/names.c (name_next): Use chdir_from_initial_wd, not chdir.
-       (name_gather): Handle `-C x -C y' correctly.
-       Do not rely on addname to handle -C.
-       (addname): New CHANGE_DIR parameter.  All callers changed.
-       Remove ugly calls to getcwd; no longer needed.
-       (name_match, name_from_list): Use chdir_from_initial_wd, not chdir.
-
-       * src/incremen.c (listed_incremental_stream): New var.
-       (read_directory_file): Remove arbitrary limits on file name length.
-       Do not attempt to get the working directory; we can bypass this
-       on fchdir hosts.  Open the listed_incremental_option file for both
-       read and write instead of opening it twice.  Check for I/O errors
-       when doing I/O to this file.  Check for invalid data in the file,
-       and report line numbers of invalid data.
-       (write_dir_file): Likewise.
-       (collect_and_sort_names): Use chdir_from_initial_wd, not chdir.
-       Do not invoke write_dir_file; that's our caller's responsibility.
-
-       * src/list.c (max): New macro.
-       (isotime): Now takes time_t, not time_t *.  Report the decimal values
-       of times that can't be broken down.
-       (print_header): Don't assume that major and minor device numbers can
-       fit into uintmax_t.
-
-       * src/common.h (struct name): change_dir is now char const *.
-       (write_directory_file): Remove unused decl.
-       (STRINGIFY_BIGINT): Assume b always points to UINTMAX_STRSIZE_BOUND
-       chars; the old `sizeof (b)' broke when b was a pointer not an array.
-       (chdir_from_initial_wd): New decl.
-       (addname): New 2nd arg.
-
-       * THANKS: Torsten Lull -> Catrin Urbanneck
-
-1999-08-18  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (HAVE_GETHOSTENT, HAVE_SETSOCKOPT):
-       Don't depend on ac_cv_func variables.
-       From Albert Chin-A-Young <china@thewrittenword.com>.
-
-1999-08-18  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.9
-
-       * m4/signedchar.m4: New file.
-       * configure.in (pe_AC_TYPE_SIGNED_CHAR): Add.
-       * src/system.h (signed_char): New macro.
-       * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/signedchar.m4.
-       * m4/Makefile.am (EXTRA_DIST): Add signedchar.m4.
-
-       * src/create.c (write_eot): Write at least two zero blocks.
-
-       * src/extract.c (extract_archive): Fix sparse array bug:
-       we did not find end of array correctly.
-
-       * src/compare.c: (fill_in_sparse_array, diff_sparse_files):
-       Don't assume find_next_block yields nonnull.
-       * src/extract.c (extract_sparse_file, extract_archive): Likewise.
-       * src/list.c (skip_extended_headers): Likewise.
-
-       * src/list.c (read_and, list_archive): Simplify code.
-       (read_header): Fix computation of signed checksums on machines where
-       char is unsigned.
-       Do not consider a block to be zero unless all its bytes are zero,
-       even the checksum bytes.  Do not attempt to parse the checksum of
-       a zero block.  Fix memory leak with long names and links.
-       (from_chars): Accommodate a buggy tar that outputs leading NUL
-       if the previous field overflows.
-
-       * src/misc.c (quote_copy_string): Generate \177 for '\177', not
-       \?, for portability to non-ASCII hosts.
-
-1999-08-16  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.8.
-
-       * src/extract.c (make_directories): Do not chown intermediate
-       directories, even if we are root.
-
-       * src/list.c (read_header): Fix bugs when interpreting
-       POSIX-compliant headers that do not contain null bytes in the
-       header or link names.
-
-1999-08-14  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.7.
-
-       * configure.in (AC_CHECK_HEADERS): Remove sys/wait.h.
-       (AC_HEADER_SYS_WAIT): Add.
-       (AC_REPLACE_FUNCS): Add waitpid.
-       (tar_cv_header_union_wait, HAVE_UNION_WAIT): Remove.
-       * lib/waitpid.c: New file.
-       * lib/Makefile.am (EXTRA_DIST): Add waitpid.c.
-       * src/system.h (WCOREDUMP): Remove; no longer used.
-       (WIFSTOPPED): Likewise.
-       (WEXITSTATUS, WIFSIGNALED): Default to Solaris 7 versions.
-       * src/buffer.c (child_open_for_compress): Undo previous change.
-       (close_archive): Use waitpid, POSIX-style, instead of old BSD style.
-       (new_volume): Likewise.
-
-       * src/buffer.c, src/extract.c, src/incremen.c (time):
-       Don't declare if defined.
-       * src/extract.c (extr_init): Remove unneeded cast around 0 arg to time.
-       * src/incremen.c (read_directory_file):
-       Invoke `time' the same way everyone else does.
-       Check validity of --listed-incremental file contents a bit better.
-       Do not worry about --after-date-option; tar.c now checks this.
-       * src/list.c (isotime): Report ??? if localtime returns null.
-       Don't assume years fit into four digits.
-       Don't append trailing newline.
-       (print_header): Report ??? if localtime returns null;
-       Don't assume years fit into four digits.
-
-       * src/compare.c (diff_archive): Do not fall back on absolute name
-       when --absolute-names is not specified.
-
-       * src/create.c (start_header):
-       Include text of ignored filesystem prefix in warning.
-       (create_archive): Check for excluded names when doing incremental
-       pass through directory.
-       (dump_file): Do not dump old files explicitly given on command line
-       when using --listed-incremental.  Do not strip ./ prefix from names.
-
-       * src/tar.c: -g now implies after_date_option = 1.
-       -g and -N are now incompatible options.
-
-       * doc/tar.texi: Explain --exclude better.  Don't strip leading `./'.
-
-1999-08-11  Jeff Dairiki  <dairiki@dairiki.org>
-
-       * src/list.c (read_header): Don't parse OLDGNU_FORMAT
-       incremental headers as POSIX prefixes.
-
-1999-08-11  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in: Version 1.13.6.
-
-       * configure.in (ALL_LINGUAS): Add pt_BR.
-       * po/pt_BR.po: New file.
-
-       * doc/Makefile.am ($(srcdir)/tar.info, $(srcdir)/header.texi):
-       Renamed from tar.info and header.texi; adjust actions so that
-       they work in other directories.
-
-       * doc/tar.texi: Add -y and --bzip2.
-       Patterns containing / now exclude only file names whose prefix match.
-
-       * lib/exclude.h (excluded_filename): New option parameter.
-       (add_exclude_file): New ADD_FUNC parameter.
-       (excluded_pathname): Remove decl.
-       * lib/exclude.c (_GNU_SOURCE):
-       Remove; no longer needed since we don't use FNM_ macros.
-       (excluded_filename): Renamed from excluded_filename_opts.
-       (excluded_filename, excluded_pathname): Remove.
-       (add_exclude_file): New ADD_FUNC parameter.
-
-       * po/POTFILES.in: Add lib/quotearg.c.
-
-       * src/buffer.c (_GNU_SOURCE): Define.
-       (<fnmatch.h>): Include unconditionally.
-       (child_open_for_compress): Dup after closing, to avoid possible file
-       descriptor exhaustion.
-       (flush_write): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
-       (flush_read): Likewise.
-
-       * src/common.h (LG_8, LG_64): New macros.
-       (excluded_with_slash, excluded_without_slash): New vars.
-       (excluded): Remove.
-       (base_64_digits): New decl.
-       (gid_to_chars, major_to_chars, minor_to_chars, mode_to_chars,
-       off_to_chars, size_to_chars, time_to_chars, uid_to_chars,
-       uintmax_to_chars,
-       GID_TO_CHARS, MAJOR_TO_CHARS, MINOR_TO_CHARS, MODE_TO_CHARS,
-       OFF_TO_CHARS, SIZE_TO_CHARS, TIME_TO_CHARS, UID_TO_CHARS,
-       UINTMAX_TO_CHARS):
-       Renamed from gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
-       off_to_oct, size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
-       GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, OFF_TO_OCT,
-       SIZE_TO_OCT, TIME_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT,
-       respectively.  All definitions and uses changed.
-       (excluded_name): New decl.
-
-       * src/compare.c (diff_archive):
-       Open files with O_NONBLOCK instead of O_NDELAY.
-
-       * src/create.c (base_64_digits): New constant.
-       (base_8_digits): New macro.
-       (MAX_VAL_WITH_DIGITS): New macro.
-       (to_base): First half of old to_oct.  Support base 64 too.
-       (to_chars): Other half of old to_oct, for 64-bit support.
-       (GID_NOBODY, UID_NOBODY): Don't define if the headers don't.
-       (gid_substitute, uid_substitute): Look up names dynamically if
-       GID_NOBODY and UID_NOBODY aren't defined; use -2 if all else fails.
-       (mode_to_chars): Renamed from mode_to_oct.
-       Support negative values in all the _to_chars functions.
-       (start_header): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
-       Abort if archive format is DEFAULT_FORMAT when it shouldn't be.
-       (dump_file): Inspect entire pathname, not just new file name
-       component, when deciding whether to exclude it.
-
-       * src/extract.c (extract_archive):
-       Open files with O_NONBLOCK instead of O_NDELAY.
-
-       * src/incremen.c (get_directory_contents):
-       Inspect entire pathname, not just new file name
-       component, when deciding whether to exclude it.
-
-       * src/list.c (<fnmatch.h>): Do not include.
-       (from_chars): Renamed from from_oct.  New parameter specifying
-       the negative of the minimum allowed value.  Support negative
-       and base-64 values.
-       (base64_map): New var.
-       (base64_init): New function.
-       (print_header): Output numeric uids and gids if numeric_owner_option.
-
-       * src/misc.c (quote_copy_string): Use LG_8 instead of constants.
-
-       * src/names.c (_GNU_SOURCE): Define.
-       (<fnmatch.h>): Include unconditionally.
-       (excluded_name): New function, taking over duties of excluded_pathname.
-       All uses changed.
-
-       * src/rmt.c (decode_oflag): New function.
-       (main): Use it to support symbolic open flags.
-
-       * src/rtapelib.c (encode_oflag): New function.
-       (rmt_open__): Do not allow newlines in the path.
-       Propagate errno correctly.
-       Decode symbolic open flags, if present.
-
-       * src/system.h (FILESYSTEM_PREFIX_LEN, ISSLASH, O_ACCMODE, O_NONBLOCK):
-       New macros.
-
-       * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
-       New -y or --bzip2 option.
-       (add_filtered_exclude): New function.
-       (decode_options): Put excluded patterns with / into
-       excluded_with_slash, and without / into excluded_without_slash.
-       Compare newer_mtime_option to its new initial value
-       TYPE_MINIMUM (time_t) when deciding whether more than one
-       threshold date was specified.
-
-1999-07-20  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in: Version 1.13.5.
-
-       * src/common.h (FATAL_ERROR): Invoke apply_delayed_set_stat
-       before exiting.
-       * src/buffer.c (new_volume): Likewise.
-       * src/incremen.c (read_directory_file): Likewise.
-       * src/tar.c (decode_options):
-       ERROR ((TAREXIT_FAILURE, ... -> FATAL_ERROR ((0,
-       for consistency.
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.4.
-       * configure.in (AC_CHECK_FUNCS): Add lstat, readlink, symlink.
-
-       * src/system.h (lstat): Define only if !HAVE_LSTAT && !defined lstat.
-       (S_ISMPB, S_ISMPC, S_ISNWK): Remove unused macros.
-       (S_ISBLK, S_ISCHR, S_ISCTG, S_ISFIFO, S_ISLNK, S_ISSOCK):
-       Define to 0 if the corresponding S_IF* macro is not defined.
-       (mkfifo): Do not define if already defined, or if S_IFIFO
-       is not defined.
-
-       * src/compare.c (diff_archive): Use HAVE_READLINK, not
-       S_ISLNK, to determine whether to invoke readlink.
-       * src/create.c (dump_file): Likewise.
-
-       * src/extract.c (set_mode):
-       Do not chmod unless we are root or the -p option was given;
-       this matches historical practice.
-       (unlink_destination): New function, which checks for unlink failures.
-       (maybe_recoverable): Stay quiet if -U.
-       (extract_archive): Use O_EXCL if unlink_first_option.
-       Report unlink failures.
-       Use HAVE_SYMLINK, not S_ISLNK, to determine whether symlink exists.
-       Use HAVE_MKFIFO || defined mkfifo, not S_ISFIFO, to determine whether
-       mkfifo exists.
-
-       * src/incremen.c (get_directory_contents): Depend on
-       S_ISHIDDEN, not AIX, to determine whether to invoke S_ISHIDDEN.
-
-       * src/list.c: Remove S_IS* ifdefs.
-       * src/misc.c (maybe_backup_file): Likewise.
-
-       * src/misc.c (maybe_backup_file):
-       "Virtual memory exhausted" -> "Memory exhausted",
-       to conform to the other places this message is issued.
-
-       * src/mangle.c (extract_mangle):
-       Replace #ifdef S_ISLNK with #ifdef HAVE_SYMLINK.
-
-       * src/rtapelib.c (rmt_open__):
-       Remove typo that caused us to omit the first char
-       of the basename.
-
-1999-07-16  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.13.3.
-
-       * doc/tar.texi: A path name is excluded if any of its file name
-       components matches an excluded pattern, even if the path name was
-       specified on the command line.
-       * src/create.c (create_archive): Likewise.
-       * src/list.c (read_and): Likewise.
-       * src/update.c (update_archive): Likewise.
-       * lib/exclude.h (excluded_pathname): New decl.
-       * lib/exclude.c (_GNU_SOURCE): Define.
-       (FILESYSTEM_PREFIX_LEN, ISSLASH): New macros.
-       (excluded_filename_opts): New function.
-       (excluded_pathname): New function.
-
-       * lib/Makefile.am (EXTRA_DIST):
-       xstrtol.c moved here from libtar_a_SOURCES.
-       (libtar_a_SOURCES): Move xstrtol.c to EXTRA_DIST.
-       Remove xstrtoul.c; no longer needed.
-       * lib/xstrtol.c: Remove.
-
-       * src/tar.c (decode_options):
-       Set newer_time_option to TYPE_MINIMUM, so that
-       negative timestamps are handled correctly.
-       Replace invocations of xstrtol and xstrtoul with xstrtoumax, for
-       uniformity (and so that we don't need to have the other fns).
-       (main): Remove call to init_total_written; no longer needed.
-
-       * configure.in (AC_CHECK_SIZEOF): Remove no-longer-needed
-       checks for unsigned long and long long.
-       * src/arith.c: Remove.
-       * src/Makefile.am (tar_SOURCES): Remove arith.c.
-       * po/POTFILES.in: Remove src/arith.c.
-       * src/arith.h: Use double, to simplify configuration gotchas.
-       (tarlong): Now double.
-       (TARLONG_FORMAT): New macro.
-       (BITS_PER_BYTE, BITS_PER_TARLONG, SUPERDIGIT, BITS_PER_SUPERDIGIT,
-       LONGS_PER_TARLONG, SIZEOF_TARLONG, struct tarlong,
-       zerop_tarlong_helper, lessp_tarlong_helper, clear_tarlong_helper,
-       add_to_tarlong_helper, mult_tarlong_helper, print_tarlong_helper,
-       zerop_tarlong, lessp_tarlong, clear_tarlong, add_to_tarlong,
-       mult_tarlong, print_tarlong): Remove.  All callers replaced with
-       arithmetic ops.
-
-       * src/common.h (init_total_written): Remove decl.
-
-       * src/buffer.c (total_written):
-       Remove; replaced with prev_written + bytes_written.
-       (prev_written): New var.
-       (init_total_written): Remove.
-       (print_total_written): Use TARLONG_FORMAT instead of print_tarlong.
-
-       * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG):
-       Make sure that we can shift, multiply
-       and divide unsigned long long values; Ultrix cc can't do it.
-
-       * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned long.
-       Check for any unknown bits, not just unknown bits left of the leftmost
-       known bit.
-
-       * lib/quotearg.c (quotearg_buffer):
-       Don't quote spaces if C quoting style.
-       * src/list.c (from_oct):
-       Use C quoting style for error; omit trailing NULs.
-
-1999-07-14  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.2.
-
-       * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
-       <inttypes.h> defines strtoumax as a macro (and not as a function).
-       HP-UX 10.20 does this.
-
-       * src/tar.c (usage): tar-bugs@gnu.org -> bug-tar@gnu.org
-       * PORTS, README, TODO, doc/tar.texi: Likewise.
-
-1999-07-12  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE): Version 1.13.1.
-       (LIBOBJS): Add mktime.o to automake 1.4 bug workaround.
-
-       * src/list.c (decode_header):
-       Do not assume that S_IFBLK and S_IFCHR are defined.
-
-       * src/create.c (start_header): Do not assume S_IFMT is defined.
-       (dump_file): Remove unnecessary check for screwy apollo lossage.
-       Do not assume S_IFBLK and S_IFCHR are defined.
-
-       * src/extract.c (extract_archive):
-       Test whether S_IFCHR and S_IFBLK are nonzero,
-       not whether they are defined, for consistency with other tests.
-
-       * src/buffer.c (is_regular_file):
-       Don't succeed on files that we can't access due to
-       permissions problems.
-       (open_archive): Fix wording on fatal error message.
-       Don't bother to stat /dev/null if the archive is not a character
-       special device.
-
-       * src/compare.c (process_rawdata, diff_sparse_files, diff_archive):
-       Report an error, not a warning, for I/O errors.
-       (process_rawdata, process_dumpdir, diff_sparse_files):
-       Change ungrammatical "Data differs" to "Contents differ".
-       (get_stat_data): Find hidden files on AIX.
-       Accept file name as argument; all uses changed.
-       (get_stat_data, diff_archive): Use system error message for
-       nonexistent files rather than rolling our own.
-       (diff_archive): Unknown file types are errors, not warnings.
-       Normalize spelling of message to "File type differs".
-       Use get_stat_data to get link status, for consistency.
-       Do not inspect st_rdev for fifos.
-       Do not assume st_mode values contain only file types and mode bits.
-       Check for mode changes and device number changes separately.
-
-       * src/update.c (append_file):
-       Open the file before statting it, to avoid a race.
-       Complain about file shrinkage only when we reach EOF.
-
-1999-07-08  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13 released.
-
-       * configure.in (AC_EXEEXT): Add.
-
-       * lib/Makefile.am (noinst_HEADERS):
-       Add basename.h, exclude.h.  Remove full-write.h.
-       (libtar_a_SOURCES): Add exclude.c.
-
-       * lib/basename.h, lib/exclude.c, lib/exclude.h, lib/safe-read.h:
-       New files.
-       * lib/full-write.c: Include safe-read.h instead of full-write.h.
-       * lib/safe-read.h (safe_read): New decl.
-       * src/rmt.c: Include safe-read.h.
-       * src/rtapelib.c: Include basename.h, save-read.h.
-       (rmt_open__): Use base_name to compute base name.
-
-       * src/common.h:
-       Include basename.h, exclude.h; don't include full-write.h.
-       (exclude_option): Remove decl.
-       (excluded): New decl.
-       (add_exclude, add_exclude_file, check_exclude): Remove decls.
-
-       * src/list.c (read_and):
-       Use excluded_filename instead of check_exclude.
-       Check base name of incoming file name, not entire file name, when
-       deciding whether to exclude it.
-
-       * src/create.c (finish_sparse_file):
-       Use excluded_filename instead of check_exclude.
-       Don't bother to stat excluded file names.
-       * src/incremen.c (get_directory_contents): Likewise.
-
-       * src/names.c (exclude_pool, exclude_pool_size,
-       allocated_exclude_pool_size, simple_exclude_array,
-       simple_excludes, allocated_simple_excludes,
-       pattern_exclude_array, pattern_excludes,
-       allocated_pattern_excludes, add_exclude, add_exclude_file,
-       check_exclude):
-       Remove; now done in ../lib/exclude.c.
-
-       * src/tar.c (decode_options): Initialize `excluded'.
-       Use new add_exclude_file and add_exclude functions.
-
-1999-07-05  Paul Eggert  <eggert@twinsun.com>
-
-       * m4/gettext.m4: Use changequote rather than [[ ]].
-
-       * lib/safe-read.c: Renamed from lib/full-read.c.
-       (safe_read): Renamed from full_read.  All uses changed.
-       * lib/safe-read.h, lib/full-write.h: New files.
-       * lib/Makefile.am (noinst_HEADERS): Add full-write.h, safe-read.h.
-       (libtar_a_SOURCES): Rename full-read.c to safe-read.c.
-       * lib/full-write.c: Include full-write.h.
-       * src/common.h: Include full-write.h, safe-read.h.
-       * src/system.h: (full_read, full_write): Remove decls.
-
-       * src/Makefile.am (datadir): New var; needed for Solaris gettext.
-
-       * src/system.h (bindtextdomain, textdomain): undef before
-       defining, to avoid preprocessor warnings with --disable-nls
-       on hosts whose locale.h includes libintl.h.
-
-       * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
-       expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
-       (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
-       the above decl.
-
-1999-07-02  Paul Eggert  <eggert@twinsun.com>
-
-       * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/mktime.m4.
-       * m4/mktime.m4: New file.
-       * m4/Makefile.am.in, m4/README: Remove these files.
-       * m4/Makefile.am (EXTRA_DIST): Add mktime.m4;
-       remove README, Makefile.am.in.
-       (Makefile.am): Remove rule; it didn't work in BSD/OS 4.0.
-       * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Invoke AC_FUNC_MKTIME,
-       not AM_FUNC_MKTIME.
-
-       * src/tar.c: Include signal.h.
-       (SIGCHLD): Define to SIGCLD if SIGCLD is defined but SIGCHLD is not.
-       (main): Ensure SIGCHLD is not ignored.
-
-       (BACKUP_OPTION, DELETE_OPTION, EXCLUDE_OPTION, GROUP_OPTION,
-       MODE_OPTION, NEWER_MTIME_OPTION, NO_RECURSE_OPTION, NULL_OPTION,
-       OWNER_OPTION, POSIX_OPTION, PRESERVE_OPTION, RECORD_SIZE_OPTION,
-       RSH_COMMAND_OPTION, SUFFIX_OPTION, USE_COMPRESS_PROGRAM_OPTION,
-       VOLNO_FILE_OPTION, OBSOLETE_ABSOLUTE_NAMES,
-       OBSOLETE_BLOCK_COMPRESS, OBSOLETE_BLOCKING_FACTOR,
-       OBSOLETE_BLOCK_NUMBER, OBSOLETE_READ_FULL_RECORDS, OBSOLETE_TOUCH,
-       OBSOLETE_VERSION_CONTROL): Make sure they can't be valid chars, so
-       they don't overlap with char codes.  Use an enum instead of a lot
-       of #defines.
-
-       * src/system.h (ISASCII): Remove.
-       (CTYPE_DOMAIN, ISDIGIT, ISODIGIT, ISPRINT, ISSPACE, S_ISUID,
-       S_ISGID, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
-       S_IROTH, S_IWOTH, S_IXOTH, MODE_WXUSR, MODE_R, MODE_RW,
-       MODE_RWX, MODE_ALL, SEEK_SET, SEEK_CUR, SEEK_END, CHAR_MAX,
-       LONG_MAX): New macros.
-
-       * src/incremen.c (ISDIGIT, ISSPACE): Remove; now in system.h.
-       (read_directory_file): Cast ISSPACE arg to unsigned char.
-       * src/misc.c (ISPRINT): Remove; now in system.h.
-       (remove_any_file): Add brackets to pacify gcc -Wall.
-       * src/list.c: Don't include <ctype.h>; system.h already does this.
-       (ISODIGIT, ISSPACE): Remove; now in system.h.
-       (decode_header): No need to AND mode with 07777; MODE_FROM_OCT
-       does this now.
-       (from_oct): Cast ISSPACE arg to unsigned char.
-
-       * src/create.c (mode_to_oct): Translate modes from internal to
-       external form.
-       * src/list.c (mode_from_oct): Translate modes from external to
-       internal form.  Do not complain about unrecognized mode bits.
-       * src/common.h (TSUID, TSGID, TSVTX, TUREAD, TUWRITE, TUEXEC,
-       TGREAD, TGWRITE, TGEXEC, TOREAD, TOWRITE, TOEXEC): Remove undefs.
-
-       * src/extract.c: (extr_init, make_directories, extract_archive):
-       Do not assume mode bits have traditional Unix values.
-       * src/list.c (decode_mode): Likewise.
-       * src/create.c (start_header, dump_file): Likewise.
-       * src/buffer.c (child_open_for_compress,
-       child_open_for_uncompress, open_archive, (close_archive): Likewise.
-       * src/compare.c (diff_archive): Likewise.
-
-       * src/extract.c (set_mode): Use %04 not %0.4 format.
-       (extract_sparse_file): Do not use data_block uninitialized.
-       Check for lseek failures.
-
-       * src/rtapelib.c (rmt_lseek__):
-       Convert lseek whence values to portable integers on the wire.
-       * src/rmt.c (main): Likewise.  Check for whence values out of range.
-
-       * src/create.c (finish_sparse_file): Use lseek whence macros
-       instead of integers.
-       * src/buffer.c (backspace_output): Likewise.
-       * src/compare.c (diff_archive, verify_volume): Likewise.
-       * src/delete.c (move_archive): Likewise.
-       * src/extract.c (extract_sparse_file): Likewise.
-
-       * src/create.c (dump_file): Do not invoke finish_sparse_file
-       on a negative file descriptor.
-
-       * src/buffer.c: Add braces to pacify gcc -Wall.
-
-       * src/compare.c (diff_sparse_files): Report lseek errors.
-
-       * configure.in (ALL_LINGUAS): Add cs, es, ru.
-
-       * PORTS, TODO: gnu.ai.mit.edu -> gnu.org
-
-       * src/arith.c, src/buffer.c (new_volume): Don't put ^G in
-       message to be internationalized; \a doesn't work with msgfmt.
-
-       * src/tar.c (long_options, main, usage, OPTION_STRING):
-       Remove -E or --ending-file.
-       * src/list.c (read_and): Likewise.
-       * src/common.h (ending_file_option): Likewise.
-       * src/buffer.c (close_archive): Likewise.
-
-       * tests/after: Don't run two commands together in a pipeline,
-       as some old shells mishandle pipeline exit status.
-
-1999-06-28  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE): version 1.12.64015.
-       * NEWS: Describe changes since 1.12.
-       * README: Update bug reporting address; move paxutils ref to NEWS.
-
-       Handle EINTR correctly.
-       * lib/Makefile.am (libtar_a_SOURCES): Add full-read.c, full-write.c.
-       * lib/full-read.c, lib/full-write.c: New files.
-       * src/buffer.c (child_open_for_compress, child_open_for_uncompress):
-       Prefer full_read to read and full_write to write.
-       * src/compare.c (process_rawdata, diff_sparse_files): Likewise.
-       * src/create.c (deal_with_sparse, finish_sparse_file, dump_file):
-       Likewise.
-       * src/extract.c (extract_sparse_file): Likewise.
-       * src/rmt.c (get_string, main, report_error_message,
-       report_numbered_error): Likewise.
-       * src/rmt.h (rmtread, rmtwrite): Likewise.
-       * src/rtapelib.c (do_command, get_status_string, rmt_read__,
-       rmt_write__, rmt_ioctl__): Likewise.
-       * src/update.c (append_file): Likewise.
-       * src/system.h (full_read, full_write): New decls.
-
-       * po/POTFILES.in: Add lib/argmatch.c, lib/error.c lib/getopt.c,
-       lib/xmalloc.c, src/arith.c, src/misc.c.
-
-       * src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
-       New macros.  All uses of STDIN and STDOUT changed.
-       * src/rmt.c (prepare_record_buffer, main): Use STDIN_FILENO
-       instead of 0 and STDOUT_FILENO instead of 1.
-       * src/rtapelib.c (_rmt_rexec): Use STDIN_FILENO and STDOUT_FILENO
-       instead of fileno (stdin) and fileno (stdout) or 0 and 1.
-
-       * src/rmt.c (private_strerror): Avoid const.  Translate results.
-
-       * tests/Makefile.am (TESTS): Remove incremen.sh; it doesn't work
-       in the presence of NFS clock skew.
-
-1999-06-25  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE): version 1.12.64014.
-
-       * src/buffer.c (write_archive_buffer): New function.
-       (child_open_for_compress, flush_write, flush_read): Use it to write
-       buffers.
-       (open_archive): Report error if fstat of archive fails.
-       Improve efficiency of check for /dev/null.
-       Also, fix some corner cases with remote archives and /dev/null checking.
-       (close_archive): Test for input fifo only if not remote.
-       Truncate output archive only if it's not remote.
-
-       * src/misc.c (remove_any_file):
-       Don't terminate if you see . or ..; just skip them.
-
-1999-06-18  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (AM_INIT_AUTOMAKE): version 1.12.64013.
-
-       Output sizes using a format that's more compatible with
-       traditional tar (and with GNU Emacs).
-       * src/common.h (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT,
-       MODE_TO_OCT, SIZE_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT):
-       Don't subtract 1 from size.
-       * src/create.c (to_oct): Prepend leading zeros, not spaces.
-       Output a trailing NUL unless the value won't fit without it.
-       (finish_header): No need to append NUL to chksum, now that
-       to_oct is doing it.
-
-1999-06-16  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64012.
-
-       * src/Makefile.am (LDADD): Link libtar.a after @INTLLIBS@, since
-       @INTLLIBS@ might invoke rpl_realloc.
-
-       * src/tar.c (backup_type): Remove decl; backupfile.h now has it.
-       (intconv): Remove; use xstrto* fns instead.
-       ("xstrtol.h"): Include.
-       (check_decimal): Remove.
-       (long_options, usage, OPTION_STRING, decode_options):
-       Remove -y, --bzip2, --unbzip2.
-       (decode_options): Use xget_version instead of get_version.
-       Check for overflow with -b and -L and RECORD_SIZE_OPTION.
-       Replace invocations of check_decimal  with xstrtoumax.
-
-       * tests/preset.in (echo_n, echo_c): Remove.
-
-       * tests/after: Don't rely on $echo_c and $echo_n.
-
-       * lib/addext.c, lib/dirname.c, lib/lchown.c, lib/lchown.h,
-       lib/malloc.c, lib/mktime.c, lib/realloc.c, lib/strtol.c, lib/strtoul.c,
-       lib/strtoull.c, lib/strtoumax.c, lib/utime.c, lib/xstrtol.c,
-       lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoumax.c,
-       m4/Makefile.am.in, m4/README, m4/ccstdc.m4, m4/d-ino.m4,
-       m4/gettext.m4, m4/inttypes_h.m4, m4/isc-posix.m4,
-       m4/jm-mktime.m4, m4/largefile.m4, m4/lcmessage.m4,
-       m4/malloc.m4, m4/progtest.m4, m4/realloc.m4, m4/uintmax_t.m4,
-       m4/ulonglong.m4, m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4,
-       m4/xstrtoumax.m4: New files.
-
-       * configure.in(fp_PROG_ECHO): Remove; no longer needed.
-       (AC_SYS_LARGEFILE): Renamed from AC_LFS.
-       (jm_AC_HEADER_INTTYPES_H): Replaces inline code.
-       (jm_STRUCT_DIRENT_D_INO, jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX): Add.
-       (AC_CHECK_FUNCS): Remove lchown.
-       (AC_REPLACE_FUNCS): Remove basename, dirname.
-       Add lchown, strtol, strtoul.
-       (jm_FUNC_MKTIME): Add.
-       (LIBOBJS): Replace .o with $U.o, so that the .o files in LIBOBJS
-       are also built via the ANSI2KNR-filtering rules.
-       Use a no-op line to work around bug in automake 1.4 with malloc and
-       realloc.
-       (AC_OUTPUT): Add m4/Makefile.
-
-       * lib/Makefile.am (EXTRA_DIST):
-       Add lchown.c, malloc.c, mktime.c, realloc.c,
-       strtol.c, strtoul.c, strtoull.c, strtoumax.c, utime.c.
-       (noinst_HEADERS): Add lchown.h, modechange.h, xstrtol.h.
-       (libtar_a_SOURCES): Add addext.c, basename.c, xstrtol.c,
-       xstrtoul.c, xstrtoumax.c.  Remove getversion.c.
-       ($(srcdir)/getdate.c:): Remove `expect conflicts' line.
-
-       * src/system.h (uintmax_t): Don't declare; configure now does this.
-
-       * src/common.h (backup_type): New decl.
-       * src/common.h, src/misc.c, src/tar.c:
-       Move include of backupfile.h to common.h.
-
-       * src/misc.c (maybe_backup_file):
-       Pass backup_type to find_backup_file_name.
-
-       * src/list.c (print_header): Change sizes of uform and gform from 11 to
-       UINTMAX_STRSIZE_BOUND.
-
-       * doc/tar.texi: Remove --bzip2.
-       Fix @xref typos reported by latest makeinfo.
-
-       * Makefile.am (ACLOCAL_AMFLAGS): New macro.
-       (SUBDIRS): Add m4.
-       (M4DIR, ACINCLUDE_INPUTS): New macros.
-       ($(srcdir)/acinclude.m4): New rule.
-
-       * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
-       HAVE_INTTYPES_H, HAVE_LC_MESSAGES, HAVE_STPCPY): Remve #undefs;
-       now generated automatically by autoconf.
-
-1999-05-15  Paul Eggert  <eggert@twinsun.com>
-
-       * doc/tar.texi: Remove -y.
-
-1999-04-09  Paul Eggert  <eggert@twinsun.com>
-
-       * src/system.h (INT_STRLEN_BOUND): Fix off-by-factor-of-10 typo
-       (we were allocating too much storage).
-       (uintmax_t): Don't declare; configure now does this.
-
-       * ABOUT-NLS: Update to gettext 0.10.35 edition.
-
-1999-03-22  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64010
-
-       * acinclude.m4 (AC_LFS_FLAGS):
-       Don't use -mabi=n32 with GCC on IRIX 6.2; it's the default.
-       (AC_LFS): -n32, -o32, and -n64 are CPPFLAGS, not CFLAGS.
-       (jm_FUNC_MALLOC, jm_FUNC_REALLOC): New macros.
-
-       * configure.in (jm_FUNC_MALLOC, jm_FUNC_REALLOC):
-       New macros; needed for latest GNU xmalloc.c.
-
-       * Makefile.am (noinst_HEADERS): Add quotearg.h, xalloc.h.
-       (libtar_a_SOURCES): Add quotearg.c.
-       * list.c: Include <quotearg.h>.
-       (from_oct): Add forward decl.
-       (read_header): Return HEADER_FAILURE if we can't parse the checksum.
-       (from_oct): Report an error only if TYPE is nonzero.
-       Quote any funny characters in bad header.
-
-1999-03-20  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64009
-
-       * acinclude.m4 (AC_LFS_FLAGS): Add support for IRIX 6.2 and later.
-       (AC_LFS_SPACE_APPEND): Assume $2 is quoted properly; all callers
-       changed.
-       (AC_LFS): Simplify AIX revision number test.
-
-1999-03-17  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64008
-
-       * configure.in (AC_VALIDATE_CACHED_SYSTEM_TUPLE):
-       Remove; it doesn't work that well
-       with AC_CANONICAL_HOST.
-       (fp_WITH_INCLUDED_MALLOC): Remove; we'll just use the system malloc.
-
-       * Makefile.am (EXTRA_DIST): Remove AC-PATCHES, AM-PATCHES, BI-PATCHES.
-
-       * Makefile.am (EXTRA_DIST): Remove gmalloc.c.
-
-       * acinclude.m4 (fp_WITH_INCLUDED_MALLOC): Remove.
-
-       * tar.texi: Fix bug-report addr.
-
-       * README: Remove --with-included-malloc.
-       Upgrade version numbers of build software.
-
-1999-03-07  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64007.
-
-       * acinclude.m4 (AM_WITH_NLS): Port to Solaris 2.5.1,
-       where bindtextdomain and gettext require -lintl.
-       (AC_LFS_FLAGS): Simplify so that it only gets the flags;
-       `no' means it failed.
-       (AC_LFS_SPACE_APPEND, AC_LFS_MACRO_VALUE): New macros.
-       (AC_LFS): Use them.  Set _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and
-       _LARGE_FILES from LFS_CFLAGS, so that in the normal case we don't need
-       to add anything to the command line (it's all in config.h).
-       Put any extra -D and -I options into CPPFLAGS, the rest into CFLAGS.
-
-1999-03-01  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64006.
-
-       * acinclude.m4 (AC_LFS_FLAGS): Port to AIX 4.2.
-
-       * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
-       mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
-       uid_from_oct, uintmax_from_oct): Use TYPE_MAXIMUM instead of macros
-       like OFF_MAX, which are not reliable
-       (e.g. OFF_MAX in AIX 4.2 is incorrect).
-       * src/system.h (GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX, OFF_MAX,
-       SIZE_MAX, TIME_MAX,UID_MAX, UINTMAX_MAX):  Remove; no longer used.
-
-       * src/incremen.c (get_directory_contents):
-       Don't use statx if _LARGE_FILES; it doesn't work under AIX 4.2.
-       Have statx depend on STX_HIDDEN, not AIX.
-
-       * src/create.c (to_oct):
-       New parameter substitute, giving a substitute value to use
-       when the original value is out of range.  Do not append a space to the
-       output; modern tars don't.  When a value is out of range, specify the
-       maximum value, not the number of bits.
-       (GID_NOBODY, UID_NOBODY): New macros.
-       (gid_to_oct, uid_to_oct): Use them as substitutes.
-       (finish_header): Do not assume that UINTMAX_TO_OCT appends a space.
-       (dump_file): Check whether the file changed as we read it.
-
-       * src/rmt.c (main): Remove suspicious AIX/386 code.
-
-1999-02-19  Paul Eggert  <eggert@twinsun.com>
-
-       * intl/localealias.c (read_alias_file): Don't assume that memcpy
-       returns a type compatible with char *; it doesn't on SunOS
-       4.1.4 with Sun cc, since <string.h> doesn't declare memcpy.
-
-       * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64005.
-
-       * src/tar.c (long_options, usage): Prefer --unbzip2 to --bunzip2.
-       * doc/tar.texi: Add --bzip2, --unbzip2 options.
-
-       * configure.in (AC_CANONICAL_HOST, AC_VALIDATE_CACHED_SYSTEM_TUPLE):
-       Add.
-       (AC_LINK_FILES): Omit; AM_GNU_GETTEXT now does this.
-       (AC_OUTPUT): Omit munging of po/Makefile; AM_GNU_GETTEXT now does this.
-       * acinclude.m4 (AM_WITH_NLS):
-       Update to latest gettext version (serial 5).
-       (AC_LFS_FLAGS): New macro
-       (AC_LFS): Use it.  Append to CFLAGS, LDFLAGS, LDLIBS instead of
-       working only with unset variables.  Append to CFLAGS, not CPPFLAGS.
-       Work properly in cross-compilation scenario, by checking for getconf
-       with AC_CHECK_TOOL and by ditching uname in favor of
-       AC_CANONICAL_HOST and $host_os.  Add --disable-lfs option.
-
-       * lib/getdate.y: Update to fileutils 4.0 getdate.y, with one patch:
-       replace FORCE_ALLOCA_H with HAVE_ALLOCA_H.
-       * lib/Makefile.am (AUTOMAKE_OPTIONS): Append ../src/ansi2knr,
-       since getdate.y now uses ANSI code.
-
-       * config.guess, config.sub: New files; taken from automake 1.4.
-
-       * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
-       intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
-       intl/explodename.c, intl/finddomain.c, intl/gettext.c,
-       intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
-       intl/l10nflist.c, intl/libgettext.h, intl/loadinfo.h,
-       intl/loadmsgcat.c, intl/localealias.c, intl/textdomain.c:
-       Update to GNU gettext 0.10.35, with patches as per GCC snapshot 990109.
-
-1999-02-01  Paul Eggert  <eggert@twinsun.com>
-
-       * src/tar.c: Update copyright.
-
-       * NEWS: 1.12.64004
-
-1999-02-01  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in: Version 1.12.64004
-
-       * configure.in (AC_LFS): Use this macro, instead of open-coding it.
-
-       * acinclude.m4 (AC_LFS, AM_PROG_CC_STDC): New macros.
-
-       * src/extract.c (extract_archive): Fix bug when extracting sparse
-       files: they were trashing the tar file header.
-
-       * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
-       Add -y or --bzip2 or --bunzip2 option.
-
-1999-01-30  Paul Eggert  <eggert@twinsun.com>
-
-       * src/names.c (cached_no_such_uname, cached_no_such_gname,
-       cached_no_such_uid, cached_no_such_gid): New vars.
-       (uid_to_uname, gid_to_gname, uname_to_uid, gname_to_gid):
-       Cache failures, too.
-
-       * src/tar.c (decode_options):
-       Don't pass names longer than UNAME_FIELD_SIZE to
-       uname_to_uid, as it messes up the cache.  Similarly for gname_to_uid.
-
-1999-01-27  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in: Version 1.12.64003
-
-       * src/buffer.c (backspace_output, close_archive):  Cast
-       rmtlseek position arg to off_t, for benefit of K&R compilers
-       with long long.
-       * src/compare.c (verify_volume): Likewise.
-
-       * NEWS, configure.in: Version 1.12.64002
-
-       * src/create.c (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
-       off_to_oct, size_to_oct, time_to_oct, uid_to_oct):
-       Cast arg to uintmax_t for benefit of pre-ANSI compilers with long long.
-       * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
-       mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
-       uid_from_oct): Likewise.
-
-1999-01-25  Paul Eggert  <eggert@twinsun.com>
-
-       * incremen.sh: Fix timing bug in regression test.
-
-1999-01-22  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, configure.in: Update version
-
-       * Makefile.am (localedir): Change to $(datadir)/locale.
-       (DEFS): New macro, defining LOCALEDIR.
-       (tar.o, tar._o, rmt.o, rmt._o): Remove.
-       (INCLUDES): Add -I..
-
-       * Makefile.am (localedir): Change to $(datadir)/locale.
-
-1999-01-21  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.64001.
-
-       * tests/Makefile.am (localedir): Change to $(datadir)/locale.
-       * src/Makefile.am (localedir): Likewise.
-       (DEFS): New macro, defining LOCALEDIR.
-       (tar.o, tar._o, rmt.o, rmt._o): Remove.
-       (INCLUDES): Add `-I..'.
-
-       * tests/incremen.sh: Fix timing bug.
-
-1999-01-20  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.64000.
-       `lfs.7' changed to `64000' in version number
-       to conform to gnits standards.
-
-       * COPYING, INSTALL, doc/texinfo.tex, install-sh, missing,
-       mkinstalldirs, ansi2knr.c: Update to latest public versions.
-
-       Rebuild with automake 1.4 and autoconf 2.13, to work around some
-       porting problems.
-
-1998-12-07  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.lfs.6.
-
-       * src/list.c (read_header):
-       Accept file names as specified by POSIX.1-1996 section 10.1.1.
-
-1998-11-30  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in: Quote the output of uname.
-
-       * src/extract.c (set_stat): chmod after chown even when not root;
-       if we are using --same-owner this is needed e.g. on Solaris 2.5.1.
-
-1998-11-15  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.lfs.5.
-
-       * configure.in (ac_test_CPPFLAGS, ac_test_LDFLAGS, ac_test_LIBS,
-       ac_getconfs, ac_result): Special case for HP-UX 10.20 or later.
-
-1998-10-28  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.lfs.4.
-
-       * src/system.h (voidstar): Use void * if __STDC__ is defined,
-       not merely nonzero.
-
-       * src/rtapelib.c: Don't use rexec code unless compiled with WITH_REXEC.
-       On many installations, rexec is disabled.
-
-1998-08-07  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.lfs.3.
-
-       * src/names.c (uid_to_uname, gid_to_gname): Don't used cached name
-       for nameless users and groups.
-
-1998-02-17  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.lfs.2.
-       * NEWS, README: Add explanation of why this isn't an official version.
-
-1998-02-02  Paul Eggert  <eggert@twinsun.com>
-
-       * NEWS, README, configure.in: Unofficial version 1.12.lfs.1.
-       This is an unofficial version.
-
-1997-12-17  Paul Eggert  <eggert@twinsun.com>
-
-       * src/incremen.c (ST_DEV_MSB): New macro.
-       (NFS_FILE_STAT): Use most significant bit of st_dev,
-       even if it's unsigned.
-
-1997-12-08  Paul Eggert  <eggert@twinsun.com>
-
-       * src/system.h (ST_NBLOCKS): Fix typo in definition.
-
-1997-11-19  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (HAVE_INTTYPES_H):
-       Don't ignore cache variable if it's already set.
-
-1997-11-10  Paul Eggert  <eggert@twinsun.com>
-
-       * src/rmt.c (main): Don't assume mt_count is of type daddr_t.
-       * src/delete.c (records_read): Now off_t.
-       (move_archive): Don't assume mt_count is of type daddr_t.
-
-1997-10-30  Paul Eggert  <eggert@twinsun.com>
-
-       * configure.in (CPPFLAGS, LDFLAGS, LIBS):
-       Set to appropriate values if large file support
-       needs explicit enabling.
-       (HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING, daddr_t, major_t, minor_t,
-       ssize_t):
-       New macros to configure.
-       (AC_TYPE_MODE_T, AC_TYPE_PID_T, AC_TYPE_OFF_T): Add.
-
-       * acconfig.h (daddr_t, HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING,
-       major_t, minor_t, ssize_t): New macros.
-
-       * src/arith.h (TARLONG_FORMAT):
-       Fix typo: %uld -> %lu.  Use unsigned when long long
-       (%lld -> %llu).
-       (add_to_tarlong_helper, mult_tarlong_helper): 2nd arg is now unsigned long.
-       (add_to_tarlong, mult_tarlong): Cast 2nd arg to unsigned long.
-
-       * src/arith.c (add_to_tarlong_helper, mult_tarlong_helper):
-       2nd arg is now unsigned long.
-
-       * src/rmt.c (allocated_size): Now size_t, and now initialized to 0.
-       (prepare_record_buffer): Arg is now size_t.
-       Remove now-useless casts.
-
-       (main): Use `long' for status, so that it can store ssize_t.
-       Use daddr_t, mode_t, size_t, off_t when appropriate.
-       Convert daddr_t and off_t values ourselves, since they might be longer
-       than long.  Convert other types using `long' primitives.
-       When processing MTIOCTOP, do not try to pass resulting
-       count back, since it won't work (it could be too large) and it's
-       not expected anyway.
-
-       * src/update.c:
-       (append_file) Use off_t, size_t, ssize_t when appropriate.  Remove
-       now-useless casts.  Use unsigned long to print *_t types, except use
-       STRINGIFY_BIGINT for off_t.
-       (update_archive): Cast -1 to dev_t when necessary.
-
-       * src/tar.c (check_decimal):
-       Now returns 1 if successful, 0 otherwise, and returns
-       uintmax_t value into new arg.  Check for arithmetic overflow.
-       (decode_options): Avoid overflow if record_size fits in size_t but not int.
-       Check for overflow on user or group ids.
-
-       * src/compare.c (diff_init, process_rawdata, read_and_process,
-       diff_sparse_files, diff_archive):
-       Use off_t, pid_t, size_t, ssize_t when appropriate.
-       Remove now-useless casts.  Use unsigned long to print *_t types,
-       except use STRINGIFY_BIGINT for off_t.
-
-       (process_noop, process_rawdata, process_dumpdir, read_and_process):
-       Size arg is now size_t.
-
-       (diff_sparse_files): Arg is now off_t.  Check for size_t overflow
-       when allocating buffer.
-
-       * src/rtapelib.c:
-       (do_command, rmt_open__, rmt_read__, rmt_lseek__, rmt_ioctl__):
-       Use pid_t, size_t, ssize_t when appropriate.  Remove now-useless casts.
-       Use unsigned long to print *_t types, except use STRINGIFY_BIGINT for
-       off_t.
-
-       (get_status_string, get_status_off): New function.
-       (get_status): Now returns long, so that it can store ssize_t.
-       Invoke get_status_string to do the real work.
-       (rmt_read__, rmt_write__): Now returns ssize_t. Size arg is now size_t.
-       (rmt_lseek__): Now returns off_t, using new get_status_off function.
-       (rmt_ioctl__): Convert mt_count by hand,
-       since it might be longer than long.
-
-       * src/mangle.c (extract_mangle):
-       Check for overflow when converting off_t to size_t.
-       Use off_t, size_t when appropriate.  Remove now-useless casts.
-
-       * src/system.h (mode_t): Remove; now done by autoconf.
-       (ST_NBLOCKS): Do not overflow if st_size is near maximum.
-       Return number of ST_NBLOCKSIZE-byte blocks,
-       not number of 512-byte blocks;
-       this also helps to avoid overflow.
-       (st_blocks): Declare if needed.
-       (ST_NBLOCKSIZE): New macro.
-       (<limits.h>, <inttypes.h>): Include if available.
-       (CHAR_BIT): New macro.
-       (uintmax_t): New typedef.
-       (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND,
-       UINTMAX_STRSIZE_BOUND, GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX,
-       OFF_MAX, SIZE_MAX, TIME_MAX, UID_MAX, UINTMAX_MAX): New macros.
-
-       * src/names.c (name_init):
-       Fix typo in error message: FILE* was passed, but char*
-       was wanted.
-
-       (read_name_from_file, name_gather, addname, name_match, name_scan,
-       add_exclude): Use size_t when appropriate.  Remove now-useless casts.
-
-       (exclude_pool_size, allocated_exclude_pool_size): Now size_t.
-
-       * src/extract.c (newdir_umask, current_umask): Now mode_t.
-       (extract_sparse_file): Args now use off_t.
-
-       (set_mode, set_stat, make_directories, extract_sparse_file,
-       extract_archive): Use off_t, size_t, ssize_t when appropriate.  Remove
-       now-useless casts.  Use unsigned long to print *_t types, except use
-       STRINGIFY_BIGINT for off_t.
-
-       * src/misc.c (quote_copy_string):
-       Use size_t when appropriate.  Remove now-useless casts.
-
-       * src/list.c (read_and, list_archive, read_header, decode_mode,
-       print_header, print_for_mkdir):
-       Use mode_t, off_t, size_t when appropriate.  Remove
-       now-useless casts.  Use unsigned long to print *_t types, except use
-       STRINGIFY_BIGINT for off_t.
-
-       (read_header): Check for overflow when converting header size.
-
-       (from_oct): Now static.  Now returns uintmax_t.  `where' arg is now
-       const char *.  Size arg is now size_t.  Now takes new type and maxval
-       args.  Compute result using uintmax_t, not long.  Report error if
-       field does not contain octal number in range.
-       (gid_from_oct, major_from_oct, minor_from_oct, mode_from_oct,
-       off_from_oct, size_from_oct, time_from_oct, uid_from_oct,
-       uintmax_from_oct): New functions.
-
-       (stringify_uintmax_t_backwards): New function.
-
-       (decode_mode, print_for_mkdir): Mode arg is now mode_t.
-       (skip_file): Offset arg is now off_t.
-
-       * src/buffer.c (record_start_block, save_totsize, save_sizeleft,
-       real_s_totsize, real_s_sizeleft, current_block_ordinal):
-       Now off_t.
-       (write_error): Arg is now ssize_t.
-       (child_pid): Now pid_t.
-       (available_space_after): Now size_t.
-
-       (child_open_for_compress, child_open_for_uncompress, flush_write,
-       open_archive, flush_write, write_error, flush_read, close_archive):
-       Use pid_t, ssize_t, size_t when appropriate.  Remove now-useless
-       casts.  Use unsigned long to print *_t types, except use
-       STRINGIFY_BIGINT for off_t.
-
-       * src/delete.c (records_read): Now daddr_t.
-       (move_archive): Arg is now daddr_t.  Check for overflow when
-       computing offset.
-       (move_archive, delete_archive_members): Use daddr_t, off_t when
-       appropriate.  Remove now-useless casts.
-
-       * src/rmt.h (rmt_read__, rmt_write__): Now returns ssize_t.
-       (rmt_lseek): Now returns off_t.
-
-       * src/create.c (to_oct):
-       Now static.  Value arg is now uintmax_t.  Accept new args
-       giving name of type of octal field, for error messages.  Report an
-       error if the value is too large to fit in the field.
-       (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
-       size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct): New functions.
-
-       (write_eot, write_long, finish_header, deal_with_sparse,
-       finish_sparse_file, dump_file): Use dev_t, off_t, ssize_t, size_t when
-       appropriate.  Remove now-useless casts.  Use unsigned long to print
-       *_t types, except use STRINGIFY_BIGINT for off_t.
-
-       (find_new_file_size): 1st arg is now off_t*.
-       (finish_sparse_file): Args now use off_t, not long.
-       Check for lseek error.
-       (create_archive, dump_file): Cast -1 to dev_t when necessary.
-       (dump_file): Device arg is now dev_t.
-       Avoid overflow when testing whether file has holes
-       by using the new ST_NBLOCKSIZE macro.
-
-       * src/incremen.c (struct accumulator, add_to_accumulator,
-       get_directory_contents, add_hierarchy_to_namelist, gnu_restore):
-       Use size_t for sizes.
-       (struct directory, get_directory_contents, add_hierarchy_to_namelist):
-       Use dev_t, ino_t for devices and inodes.
-       (gnu_restore): Use off_t for file offsets.
-       (struct directory): Use char for flags.  Add new flag `nfs'.
-       (nfs): New constant
-       (NFS_FILE_STAT): New macro.
-       (note_directory): Accept struct stat * instead of
-       device and inode number.  All callers changed.
-       (note_directory, get_directory_contents):
-       Use NFS_FILE_STAT to determine whether directory is an NFS directory.
-       (write_dir_file): Cast time_t to unsigned long before printing as %lu.
-
-       * src/common.h (record_size, struct name, struct sp_array,
-       available_space_after):
-       Use size_t for sizes.
-       (save_sizeleft, save_totsize, current_block_ordinal, skip_file):
-       Use off_t for file offsets.
-       (struct name): dir_contents is now const char *, not char *.
-       (dump_file, get_directory_contents): Use dev_t for devices.
-       (to_oct): Remove decl.
-       (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, SIZE_TO_OCT,
-       UID_TO_OCT, UINTMAX_TO_OCT, OFF_TO_OCT, TIME_TO_OCT, STRINGIFY_BIGINT,
-       GID_FROM_OCT, MAJOR_FROM_OCT, MINOR_FROM_OCT, MODE_FROM_OCT,
-       OFF_FROM_OCT, SIZE_FROM_OCT, TIME_FROM_OCT, UID_FROM_OCT,
-       UINTMAX_FROM_OCT): New macros.
-       (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
-       size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
-       stringify_uintmax_t_backwards, gid_from_oct, major_from_oct,
-       minor_from_oct, mode_from_oct, off_from_oct, size_from_oct,
-       time_from_oct, uid_from_oct, uintmax_from_oct): New decls.
-       (print_for_mkdir): 2nd arg is now mode_t.
-
-       -----
-
-       See ChangeLog.1 for earlier changes.
-
-       -----
-
-       Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
-       Free Software Foundation, Inc.
-
-       This file is part of GNU tar.
-
-       GNU tar is free software; you can redistribute it and/or modify
-       it under the terms of the GNU General Public License as published by
-       the Free Software Foundation; either version 3, or (at your option)
-       any later version.
-
-       GNU tar is distributed in the hope that it will be useful,
-       but WITHOUT ANY WARRANTY; without even the implied warranty of
-       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-       GNU General Public License for more details.
-
-       You should have received a copy of the GNU General Public License
-       along with GNU tar; see the file COPYING.  If not, write to
-       the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-       Boston, MA 02110-1301, USA.
-\f
-Local Variables:
-mode: change-log
-version-control: never
-buffer-read-only: t
-End:
diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
index 8244bad..0000000
--- a/NEWS
+++ /dev/null
@@ -1,1348 +0,0 @@
-GNU tar NEWS - User visible changes. 2010-11-07
-Please send GNU tar bug reports to <bug-tar@gnu.org>
-
-\f
-version 1.25 - Sergey Poznyakoff, 2010-11-07
-
-* Fix extraction of empty directories with the -C option in effect.
-* Fix extraction of device nodes.
-* Make sure name matching occurs before eventual name transformation.
-
-Tar 1.24 changed the ordering of name matching and name transformation
-so that the former saw already transformed file names.  This made it
-impossible to match file names in certain cases.  It is fixed now.
-
-* Fix the behavior of tar -x --overwrite on hosts lacking O_NOFOLLOW.
-
-* Improve the testsuite.
-
-* Alternative decompression programs.
-
-If extraction from a compressed archive fails because the corresponding
-compression program is not installed and the following two conditions
-are met, tar retries extraction using an alternative decompressor:
-
- 1. Another compression program supported by tar is able to handle this
- compression format.
- 2. The compression program was not explicitly requested in the command
- line by the use of such options as -z, -j, etc.
-
-For example, if `compress' is not available, tar will try `gzip'. 
-
-\f
-version 1.24 - Sergey Poznyakoff, 2010-10-24
-
-* The --full-time option.
-
-New command line option `--full-time' instructs tar to output file
-time stamps to the full resolution.
-
-* Bugfixes.
-
-** More reliable directory traversal when creating archives
-
-Tar now checks for inconsistencies caused when a file system is
-modified while tar is creating an archive.  In the new approach, tar
-maintains a cache of file descriptors to directories, so it uses more
-file descriptors than before, but it adjusts to system limits on
-the number of file descriptors.  Tar also takes more care when
-a file system is modified while tar is extracting from an archive.
-
-The new checks are implemented via the openat and related calls
-standardized by POSIX.1-2008.  On an older system where these calls do
-not exist or do not return useful results, tar emulates the calls at
-some cost in efficiency and reliability.
-
-** Symbolic link attributes
-
-When extracting symbolic links, tar now restores attributes such as
-last-modified time and link permissions, if the operating system
-supports this.  For example, recent versions of the Linux kernel
-support setting times on symlinks, and some BSD kernels also support
-symlink permissions.
-
-** --dereference consistency
-
-The --dereference (-h) option now applies to files that are copied
-into or out of archives, independently of other options.  For example,
-if F is a symbolic link and archive.tar contains a regular-file member
-also named F, "tar --overwrite -x -f archive.tar F" now overwrites F
-itself, rather than the file that F points to.  (To overwrite the file
-that F points to, add the --dereference (-h) option.)  Formerly,
---dereference was intended to apply only when using the -c option, but
-the implementation was not consistent.
-
-Also, the --dereference option no longer affects accesses to other
-files, such as archives and time stamp files.  Symbolic links to these
-files are always followed.  Previously, the links were usually but not
-always followed.
-
-** Spurious error diagnostics on broken pipe.
-
-When receiving SIGPIPE, tar would exit with error status and
-"write error" diagnostics. In particular, this occurred if
-invoked as in the example below:
-
-   tar tf archive.tar | head -n 1
-
-** --remove-files
-
-`Tar --remove-files' failed to remove a directory which contained
-symlinks to another files within that directory.
-
-** --test-label behavior
-
-In case of a mismatch, `tar --test-label LABEL' exits with code 1,
-not 2 as it did in previous versions.
-
-The `--verbose' option used with `--test-label' provides additional
-diagnostics.
-
-Several volume labels may be specified in a command line, e.g.:
-
-   tar --test-label -f archive 'My volume' 'New volume' 'Test volume'
-
-In this case, tar exits with code 0 if any one of the arguments
-matches the actual volume label.
-
-** --label used with --update
-
-The `--label' option can be used with `--update' to prevent accidental
-update of an archive:
-
-  tar -rf archive --label 'My volume' .
-
-This did not work in previous versions, in spite of what the docs said.
-
-** --record-size and --tape-length (-L) options
-
-Usual size suffixes are allowed for these options.  For example,
--L10k stands for a 10 kilobyte tape length.
-
-** Fix dead loop on extracting existing symlinks with the -k option.
-
-\f
-version 1.23 - Sergey Poznyakoff, 2010-03-10
-
-* Record size autodetection
-
-When listing or extracting archives, the actual record size is
-reported only if the archive is read from a device (as opposed
-to regular files and pipes).
-
-* Seekable archives
-
-When a read-only operation (e.g. --list or --extract) is requested
-on a regular file, tar attemtps to speed up accesses by using lseek.
-
-* New command line option `--warning'
-
-The `--warning' command line option allows to suppress or enable
-particular warning messages during `tar' run.  It takes a single
-argument (a `keyword'), identifying the class of warning messages
-to affect.  If the argument is prefixed with `no-', such warning
-messages are suppressed.  For example,
-
-  tar --warning=no-alone-zero-block -x -f archive
-
-suppresses the output of `A lone zero block' diagnostics, which is
-normally issued if `archive' ends with a single block of zeros.
-
-See Tar Manual, section 3.9 "Controlling Warning Messages", for a
-detailed discussion.
-
-* New command line option `--level'
-
-The `--level=N' option sets the incremental dump level N.  It
-is valid when used in conjunction with the -c and --listed-incremental
-options.  So far the only meaningful value for N is 0.  The
-`--level=0' option forces creating the level 0 dump, by truncating
-the snapshot file if it exists.
-
-* Files removed during incremental dumps
-
-If a file or directory is removed while incremental dump is
-in progress, tar exact actions depend on whether this file
-was explicitly listed in the command line, or was found
-during file system scan.
-
-If the file was explicitly listed in the command line, tar
-issues error message and exits with the code 2, meaning
-fatal error.
-
-Otherwise, if the file was found during the file system scan,
-tar issues a warning, saying "File removed before we read it",
-and sets exit code to 1, which means "some files differ".
-If the --warning=no-file-removed option is given, no warning
-is issued and exit code remains 0.
-
-* Modification times of PAX extended headers.
-
-Modification times in ustar header blocks of extended headers
-are set to mtimes of the corresponding archive members.  This
-can be overridden by the
-
-  --pax-opion='exthdr.mtime=STRING'
-
-command line option.  The STRING is either number of seconds since
-the Epoch or a `Time reference' (see below).
-
-Modification times in ustar header blocks of global extended
-headers are set to the time when tar was invoked.
-
-This can be overridden by the
-
-  --pax-opion='globexthdr.mtime=STRING'
-
-command line option.  The STRING is either number of seconds since
-the Epoch or a `Time reference' (see below).
-
-* Time references in --pax-option argument.
-
-Any value from the --pax-option argument that is enclosed in a pair
-of curly braces represents a time reference.  The string between the
-braces is understood either as a textual time representation, as described in
-chapter 7, "Date input formats", of the Tar manual, or as a name of
-an existing file, starting with `/' or `.'.  In the latter
-case, it is replaced with the modification time of that file.
-
-* Environment of --to-command script.
-
-The environment passed to the --to-command script is extended with
-the following variables:
-
-   TAR_VERSION          GNU tar version number
-   TAR_ARCHIVE          The name of the archive
-   TAR_VOLUME           Ordinal number of the volume
-   TAR_FORMAT           Format of the archive
-   TAR_BLOCKING_FACTOR  Current blocking factor
-
-* Bugfixes
-** Fix handling of hard link targets by -c --transform.
-** Fix hard links recognition with -c --remove-files.
-** Fix restoring files from backup (debian bug #508199).
-** Correctly restore modes and permissions on existing directories.
-** The --remove-files option removes files only if they were
-succesfully stored in the archive.
-** Fix storing and listing of the volume labels in POSIX format.
-** Improve algorithm for splitting long file names (ustar
-format).
-** Fix possible memory overflow in the rmt client code (CVE-2010-0624).
-
-\f
-version 1.22 - Sergey Poznyakoff, 2009-03-05
-
-* Support for xz compression
-
-Tar uses xz for compression if one of the following conditions is met:
-
- 1. The option --xz or -J (see below) is used.
- 2. The xz binary is set as compressor using --use-compress-program option.
- 3. The file name of the archive being created ends in `.xz' and
- auto-compress option (-a) is used.
-
-Xz is used for decompression if one of the following conditions is met:
-
- 1. The option --xz or -J is used.
- 2. The xz binary is set as compressor using --use-compress-program option.
- 3. The file is recognized as xz compressed stream data.
-
-* Short option -J reassigned as a short equivalent of --xz
-
-* New option -I
-
-The -I option is assigned as a short equivalent for
---use-compress-program.
-
-* The --no-recursive option works in incremental mode.
-
-\f
-version 1.21 - Sergey Poznyakoff, 2008-12-27
-
-* New short option -J
-
-A shortcut for --lzma.
-
-* New option --lzop
-
-* New option --no-auto-compress
-
-Cancels the effect of previous --auto-compress (-a) option.
-
-* New option --no-null
-
-Cancels the effect of previous --null option.
-
-* Compressed format recognition
-
-If tar is unable to determine archive compression format, it falls
-back to using archive suffix to determine it.
-
-* VCS support.
-
-Using --exclude-vcs handles also files used internally by Bazaar,
-Mercurial and Darcs.
-
-* Transformation scope flags
-
-Name transformation expressions understand additional flags that
-control type of archive members affected by them.  The flags are:
-
- - r
-   Apply transformation to regular archive members.
-
- - s
-   Apply transformation to symbolic link targets.
-
- - h
-   Apply transformation to hard link targets.
-
-Corresponding upper-case letters negate the meaning, so that
-`H' means ``do not apply transformation to hard link targets.''
-
-The scope flags are listed in the third part of an `s' expression,
-e.g.:
-
-   tar --transform 's|^|/usr/local/|S'
-
-Default is `rsh', which means that transformations are applied to
-both regular archive members and to the targets of symbolic and hard
-links.  If several transform expressions are used, the default flags
-can be changed using `flags=' statement before the expressions, e.g.:
-
-   tar --transform 'flags=S;s|^|/usr/local/|S'
-
-* Bugfixes
-
-** The --null option disabled handling of tar options in list files.  This
-is fixed.
-** Fixed record size autodetection.  If the detected record size differs from
-the expected value (either default one, or the one set from the
-command line), tar always prints a warning if verbosity level is set
-to 1 or greater, i.e. if either -t or -v option is given.
-
-\f
-
-version 1.20 - Sergey Poznyakoff, 2008-04-14
-
-* New option --auto-compress (-a)
-
-With --create, selects compression algorithm basing on the suffix
-of the archive file name.
-
-* New option --lzma
-
-Selects LZMA compression algorithm
-
-* New option --hard-dereference
-
-During archive creation, dereferences hard links and stores the files
-they refer to, instead of creating usual hard link members (type '1').
-
-* New option --checkpoint-action
-
-This action allows to specify an action to be executed upon hitting a
-checkpoint.  Recognized actions are: dot, echo (the default),
-echo=string, ttyout=string, exec=cmdline, and sleep=value.  Any number
-of `--checkpoint-action' options can be specified, the actions will be
-executed in order of their appearance in the command line.  See
-chapter 3.8 "Checkpoints" for a complete description.
-
-* New options --no-check-device, --check-device.
-
-The `--no-check-device' option disables comparing device numbers during
-preparatory stage of an incremental dump.  This allows to avoid
-creating full dumps if the device numbers change (e.g. when using an
-LVM snapshot).
-
-The `--check-device' option enables comparing device numbers.  This is
-the default.  This option is provided to undo the effect of the previous
-`--no-check-device' option, e.g. if it was set in TAR_OPTIONS
-environment variable.
-
-* The --transform option.
-
-Any number of `--transform' options can be given in the command line.
-The specified transformations will be applied in turn.
-
-The argument to `--transform' option can be a list of replace
-expressions, separated by a semicolon (as in `sed').
-
-Filename transformations are applied to symbolic link targets
-during both creation and extraction.  Tar 1.19 used them only
-during extraction.
-
-For a detailed description, see chapter 6.7 "Modifying File and Member
-Names".
-
-* Info (end-of-volume) scripts
-
-The value of the blocking factor is made available to info and
-checkpoint scripts via environment variable TAR_BLOCKING_FACTOR.
-
-* Incremental archives
-
-Improved (sped up) extracting from incremental archives.
-
-* Bugfixes.
-** Fix bug introduced in version 1.19: tar refused to update non-existing
-archives.
-
-\f
-version 1.19 - Sergey Poznyakoff, 2007-10-10
-
-* New option --exclude-vcs
-
-Excludes directories and files, created by several widely used version
-control systems, e.g. "CVS/", ".svn/", etc.
-
-* --exclude-tag and --exclude-cache options
-
-The following options now work with incremental archives as well:
-
-  --exclude-caches
-  --exclude-caches-all
-  --exclude-tag
-  --exclude-tag-all
-  --exclude-tag-under
-
-* Fix handling of renamed files in listed incremental archives.
-
-Previous versions always stored absolute file names in rename
-records, even if -P was not used. This is fixed: rename records
-contain file names processed in accordance with the command line
-settings.
-
-* Fix --version output.
-
-* Recognition of broken archives.
-
-When supplied an archive smaller than 512 bytes in reading mode (-x,
--t), the previous version of tar silently ignored it, exiting with
-code 0.  It is fixed.  Tar now issues the following diagnostic message:
-'This does not look like a tar archive', and exits with code 2.
-
-* Fix double-dot recognition in archive member names in case of duplicate '/.'.
-
-* Fix file padding in case of truncation of the input file to zero size.
-
-\f
-version 1.18 - Sergey Poznyakoff, 2007-06-29
-
-* Licensed under the GPLv3
-
-* Fixed several bugs in the testsuite
-
-\f
-version 1.17 - Sergey Poznyakoff, 2007-06-08
-
-* Fix archivation of sparse files in posix mode.  Previous versions padded
-  sparse members with spurious zero blocks.
-
-* Fix operation of --verify --listed-incremental.  Version 1.16.1 produced
-  a full dump when both options were given.
-
-* Fix --occurrence.  In previous versions it continued scanning the archive
-  even though all requested members has already been extracted.
-
-* Scope of --transform and --strip-components options.
-
-In addition to affecting regular archive members, the --transform
-option affects hard and soft link targets and the --strip-components
-option affects hard link targets as well.
-
-* End-of-volume script can send the new volume name to tar by writing
-  it to the file descriptor stored in the environment variable `TAR_FD'.
-
-\f
-version 1.16.1 - Sergey Poznyakoff, 2006-12-09
-
-* New option --exclude-tag allows to specify "exclusion tag files", i.e.
-  files whose presence in a directory means that the directory should not
-  be archived.
-
-* The --exclude-cache option excludes directories that contain the
-  CACHEDIR.TAG file from being archived.  Previous versions excluded
-  directory contents only, while the directories themselves were
-  still added to the archive.
-
-* Support for reading ustar type 'N' header logical records has been removed.
-  This GNU extension was generated only by very old versions of GNU 'tar'.
-  Unfortunately its implementation had security holes; see
-  <http://archives.neohapsis.com/archives/fulldisclosure/2006-11/0344.html>.
-  We don't expect that any tar archives in practical use have type 'N'
-  records, but if you have one and you trust its contents, you can
-  decode it with GNU tar 1.16 or earlier.
-
-* Race conditions have been fixed that in some cases briefly allowed
-  files extracted by 'tar -x --same-owner' (or plain 'tar -x', when
-  running as root) to be accessed by users that they shouldn't have been.
-
-\f
-version 1.16 - Sergey Poznyakoff, 2006-10-21
-
-* After creating an archive, tar exits with code 1 if some files were
-changed while being read.  Previous versions exited with code 2 (fatal
-error), and only if some files were truncated while being archived.
-
-* New option --mtime allows to set modification times for all archive
-members during creation.
-
-* Bug fixes
-** Avoid running off file descriptors when using multiple -C options.
-** tar --index-file=FILE --file=- sent the archive to FILE, and
-the listing to stderr.
-
-\f
-version 1.15.91 - Sergey Poznyakoff, 2006-06-16
-
-* Incompatible changes
-
-** Globbing
-
-Previous versions of GNU tar assumed shell-style globbing when
-extracting from or listing an archive.  For example:
-
-  tar xf foo.tar '*.c'
-
-would extract all files whose names end in '.c'.  This behavior
-was not documented and was incompatible with traditional tar
-implementations.  Therefore, starting from this version, GNU tar
-no longer uses globbing by default.  For example, the above invocation
-is now interpreted as a request to extract from the archive the file
-named '*.c'.
-
-To treat member names as globbing patterns, use --wildcards option.
-If you wish tar to mimic the behavior of versions up to 1.15.90,
-add --wildcards to the value of the environment variable TAR_OPTIONS.
-
-The exact way in which tar interprets member names is controlled by the
-following command line options:
-
-     --wildcards              use wildcards
-     --anchored               patterns match file name start
-     --ignore-case            ignore case
-     --wildcards-match-slash  wildcards match `/'
-
-Each of these options has a '--no-' counterpart that disables its
-effect (e.g. --no-wildcards).
-
-These options affect both the interpretation of member names from
-command line and that of the exclusion patterns (given with --exclude
-and --exclude-from options). The defaults are:
-
- 1. For member names: --no-wildcards --anchored
- 2. For exclusion patterns: --wildcards --no-anchored --wildcards-match-slash
-
-The options can appear multiple times in the command line, thereby
-changing the way command line arguments are interpreted.  For example,
-to use case-insensitive matching in exclude patterns and to revert to
-case-sensitive matching for the rest of command line, one could write:
-
-  tar xf foo.tar --ignore-case --exclude-from=FILE --no-ignore-case file.name
-
-** Short option -l is now an alias of --check-links option, which complies
-with UNIX98.  This ends the transition period started with version 1.14.
-
-* New features
-
-** New option --transform allows to transform file names before storing them
-in the archive or member names before extracting.  The option takes a
-sed replace expression as its argument.  For example,
-
-  tar cf foo.tar --transform 's,^,prefix/,'
-
-will add 'prefix/' to all file names stored in foo.tar.
-
-** --strip-components option works when deleting and comparing.  In previous
-versions it worked only with --extract.
-
-** New option --show-transformed-names enables display of transformed file
-or archive.   It generalizes --show-stored-names option, introduced in
-1.15.90.  In particular, when creating an archive in verbose mode, it lists
-member names as stored in the archive, i.e., with any eventual prefixes
-removed and file name transformations applied.  The option is useful,
-for example, while comparing `tar cv' and `tar tv' outputs.
-
-** New incremental snapshot file format keeps information about file names
-as well as that about directories.
-
-** The --checkpoint option takes an optional argument specifying the number
-of records between the two successive checkpoints.   Optional dot
-starting the argument intructs tar to print dots instead of textual
-checkpoints.
-
-** The --totals option can be used with any tar operation (previous versions
-understood it only with --create).  If an argument to this option is
-given, it specifies the signal upon delivery of which the statistics
-is to be printed.  Both forms of this option (with and without
-argument) can be given to in a single invocation of tar.
-
-* Bug fixes
-** Detect attempts to update compressed archives.
-
-\f
-version 1.15.90 - Sergey Poznyakoff, 2006-02-19
-
-* New features
-
-** Any number of -T (--files-from) options may be used in the command line.
-The file specified with -T may include any valid `tar' options,
-including another -T option.
-Compatibility note: older versions of tar would only recognize -C
-as an option name within the file list file.  Now any file whose name
-starts with - is handled as an option.  To insert file names starting with
-dash, use the --add-file option.
-
-** List files containing null-separated file names are detected and processed
-automatically.  It is no longer necessary to give the --null option.
-
-** New option --no-unquote disables the unquoting of input file names.
-This is useful for processing output from `find dir -print0'.
-An orthogonal option --unquote is provided as well.
-
-** New option --test-label tests the archive volume label.
-If an argument is specified, the label is compared against its value.
-Tar exits with code 0 if the two strings match, and with code 2 if
-they do not.
-
-If no argument is given, the --verbose option is implied.  In this case,
-tar prints the label name if present and exits with code 0.
-
-** New option --show-stored-names.  When creating an archive in verbose mode,
-it lists member names as stored in the archive, i.e., with any eventual
-prefixes removed.  The option is useful, for example, while comparing
-`tar cv' and `tar tv' outputs.
-
-** New option --to-command pipes the contents of archive members to the
-specified command.
-
-** New option --atime-preserve=system, which uses the O_NOATIME feature
-of recent Linux kernels to avoid some problems when preserving file
-access times.
-
-** New option --delay-directory-restore delays restoring modification times
-and permissions of extracted directories until the end of extraction.
-This is necessary for restoring from archives with unusual member
-ordering (in particular, those created with --no-recursion option).
-This option is implied when restoring from incremental archives.
-
-** New option --restrict prohibits use of some potentially harmful tar
-options.  Currently it disables '!' escape in multi-volume name menu.
-
-** New options --quoting-style and --quote-chars control the way tar
-quotes member names on output. The --quoting-style takes an argument
-specifying the quoting style to use (literal, shell, shell-always,
-c, escape, locale, clocale). The argument to --quote-chars is a string
-specifying characters to quote, even if the selected quoting style
-would not quote them otherwise. The option --no-quote-chars is
-provided to disable quoting certain characters.
-
-** The end-of-volume script (introduced with --info-script option) can
-get current archive name from the environment variable TAR_ARCHIVE and
-the volume number from the variable TAR_VOLUME.  It can alter the
-archive name by writing new name to the file descriptor 3.
-
-** Better support for full-resolution time stamps.  Tar cannot restore
-time stamps to full nanosecond resolution, though, until the kernel
-guys get their act together and give us a system call to set file time
-stamps to nanosecond resolution.
-
-** The -v option now prints time stamps only to 1-minute resolution,
-not full resolution, to avoid using up too many output columns.
-Nanosecond resolution is now supported, but that would be too much.
-
-* Bug fixes
-
-** Allow non-option arguments to be interspersed with options.
-** When extracting or listing archives in old GNU format, tar
-used to read an extra block of data after a long name header
-if length of the member name was divisible by block size (512).
-Consequently, the file pointer was set off and the next member
-was not processed correctly.
-** Previous version created invalid archives when files shrink
-during reading.
-** Compare mode (tar d) hung when trying to compare file contents.
-** Previous versions in certain cases failed to restore directory
-modification times.
-** When creating an archive, do not attempt to store files whose
-meta-data cannot be stored in the header due to format limitations
-(for ustar and v7 formats).
-** The --version option now also outputs information about copyright,
-license, and credits.  This reverts to the behavior of tar 1.14 and
-earlier, and conforms to the GNU coding standards.  The --license (-L)
-option introduced in tar 1.15 has been removed, since it's no longer
-needed.
-
-\f
-version 1.15.1 - Sergey Poznyakoff, 2004-12-21
-
-This version fixes a bug introduced in 1.15 which caused
-tar to refuse to extract files from standard input.
-
-\f
-version 1.15 - Sergey Poznyakoff, 2004-12-20
-
-* Compressed archives are recognised automatically, it is no longer
-necessary to specify -Z, -z, or -j options to read them.  Thus, you can
-now run `tar tf archive.tar.gz'.
-
-* When restoring incremental dumps, --one-file-system option
-prevents directory hierarchies residing on different devices
-from being purged.
-
-With the previous versions of tar it was dangerous to create
-incremental dumps with --one-file-system option, since they
-would recursively remove mount points when restoring from the
-back up.  This change fixes the bug.
-
-* Renamed --strip-path to --strip-components for consistency with
-the GNU convention.
-
-* Skipping archive members is sped up if the archive media supports
-seeks.
-
-* Restore script starts restoring only if it is given --all (-a) option,
-or some patterns.  This is to prevent accidental restores.
-
-* `tar --verify' prints a warning if during archive creation some of
-the file names had their prefixes stripped off.
-
-* New option --exclude-caches instructs tar to exclude cache directories
-automatically on archive creation.  Cache directories are those
-containing a standardized tag file, as specified at:
-
-       http://www.brynosaurus.com/cachedir/spec.html
-
-* New configure option --with-rmt allows to specify full path name to
-the `rmt' utility.  This supersedes DEFAULT_RMT_COMMAND variable
-introduced in version 1.14
-
-* New configure variable DEFAULT_RMT_DIR allows to specify the directory
-where to install `rmt' utility.  This is necessary since modifying
---libexecdir as was suggested for version 1.14 produced a side effect: it
-also modified installation prefix for backup scripts (if
---enable-backup-scripts was given).
-
-* Bug fixes:
-** Fixed flow in recognizing files to be included in incremental dumps.
-** Correctly recognize sparse archive members when used with -T option.
-** GNU multivolume headers cannot store filenames longer than 100 characters.
-Do not allow multivolume archives to begin with such filenames.
-** If a member with link count > 2 was stored in the archive twice,
-previous versions of tar were not able to extract it, since they
-were trying to link the file to itself, which always failed and
-lead to removing the already extracted copy.  Preserve the first
-extracted copy in such cases.
-** Restore script was passing improper argument to tar --listed option (which
-didn't affect the functionality, but was logically incorrect).
-** Fixed verification of created archives.
-** Fixed unquoting of file names containing backslash escapes (previous
-versions failed to recognize \a and \v).
-** When attempting to delete a non-existing member from the archive, previous
-versions of tar used to overwrite last archive block with zeroes.
-
-\f
-version 1.14 - Sergey Poznyakoff, 2004-05-11
-
-* Added support for POSIX.1-2001 and ustar archive formats.
-* New option --format allows to select the output archive format
-* The default output format can be selected at configuration time
-  by presetting the environment variable DEFAULT_ARCHIVE_FORMAT.
-  Allowed values are GNU, V7, OLDGNU and POSIX.
-* New option --strip-path allows to cut off a given number of
-  path elements from the name of the file being extracted.
-
-* New options --index-file, --no-overwrite-dir.  The --overwrite-dir
-  option is now the default; use --no-overwrite-dir if you prefer
-  the previous default behavior.
-
-* The semantics of -o option is changed.  When extracting, it
-  does the same as --no-same-owner GNU tar option.  This is compatible
-  with UNIX98 tar.  Otherwise, its effect is the same as that of
-  --old-archive option.  This latter is deprecated and will be removed
-  in future.
-
-* New option --check-links prints a message if not all links are dumped
-  for a file being archived.  This corresponds to the UNIX98 -l option.
-  The current semantics of the -l option is retained for compatibility
-  with previous releases, however such usage is strongly deprecated as
-  the option will change to its UNIX98 semantics in the future releases.
-
-* New option --occurrence[=N] can be used in conjunction with one of
-  the subcommands --delete, --diff, --extract or --list when a list of
-  files is given either on the command line or via -T option.  This
-  option instructs tar to process only the Nth occurrence of each named
-  file.  N defaults to 1, so `tar -x -f archive --occurrence filename'
-  extracts the first occurrence of `filename' from `archive'
-  and terminates without scanning to the end of the archive.
-
-* New option --pax-option allows to control the handling of POSIX
-  keywords in `pax' extended headers.  It is equivalent to `pax'
-  -o option.
-
-* --incremental and --listed-incremental options work correctly on
-  individual files, as well as on directories.
-
-* New scripts: backup (replaces old level-0 and level-1) and restore.
-The scripts are compiled and installed if --enable-backup-scripts
-option is given to configure.
-
-* By default tar searches "rmt" utility in "$prefix/libexec/rmt",
-which is consistent with the location where the version of "rmt"
-included in the package is installed.  Previous versions of tar
-used "/etc/rmt".  To install "rmt" to its traditional location,
-run configure with option --libexecdir=/etc.  Otherwise, if you
-already have rmt installed and wish to use it, instead of the
-shipped in version, set the variable DEFAULT_RMT_COMMAND to
-the full path name of the utility, e.g., ./configure
-DEFAULT_RMT_COMMAND=/etc/rmt.
-
-Notice also that the full path name of the "rmt" utility to
-use can be set at runtime, by giving option --rmt-command to
-tar.
-
-* Removed obsolete command line options:
-** --absolute-paths superseded by --absolute-names
-** --block-compress is not needed any longer
-** --block-size superseded by --blocking-factor
-** --modification-time superseded by --touch
-** --read-full-blocks superseded by --read-full-records
-** --record-number superseded by --block-number
-** --version-control superseded by --backup
-
-* New message translations fi (Finnish), gl (Galician), hr (Croatian),
-  hu (Hungarian), ms (Malaysian), nb (Norwegian), ro (Romanian), sk
-  (Slovak), zh_CN (Chinese simplified), zh_TW (Chinese traditional).
-  The code 'no' for Norwegian (Bokmål) has been withdrawn; use 'nb' instead.
-
-* Bug fixes.
-
-\f
-version 1.13.25 - Paul Eggert, 2001-09-26
-
-* Bug fixes.
-
-\f
-version 1.13.24 - Paul Eggert, 2001-09-22
-
-* New option --overwrite-dir.
-* Fixes for buffer overrun, porting, and copyright notice problems.
-* The message translations for Korean are available again.
-
-\f
-version 1.13.23 - Paul Eggert, 2001-09-13
-
-* Bug, porting, and copyright notice fixes.
-
-\f
-version 1.13.22 - Paul Eggert, 2001-08-29
-
-* Bug fixes.
-
-\f
-version 1.13.21 - Paul Eggert, 2001-08-28
-
-* Porting and copyright notice fixes.
-
-\f
-version 1.13.20 - Paul Eggert, 2001-08-27
-
-* Some bugs were fixed:
-  - security problems
-  - hard links to symbolic links
-
-* New option --recursion (the default) that is the inverse of --no-recursion.
-
-* New options --anchored, --ignore-case, --wildcards,
-  --wildcards-match-slash, and their negations (e.g., --no-anchored).
-  Along with --recursion and --no-recursion, these options control how
-  exclude patterns are interpreted.
-
-* The default interpretation of exclude patterns is now --no-anchored
-  --no-ignore-case --recursion --wildcards --wildcards-match-slash.
-  This is a quiet change to the semantics of --exclude.  The previous
-  semantics were a failed attempt at backward compatibility but it
-  became clear that the semantics were puzzling and did not satisfy
-  everybody.  Rather than continue to try to revive that dead horse we
-  thought it better to substitute cleaner semantics, with options so
-  that you can change the behavior more to your liking.
-
-* New message translations for Indonesian and Turkish.
-  The translation for Korean has been withdrawn due to encoding errors.
-  It will be reissued once those are fixed.
-
-\f
-version 1.13.19 - Paul Eggert, 2001-01-13
-
-* The -I option has been withdrawn, as it was buggy and confusing.
-  Eventually it is planned to be reintroduced, with the same meaning as -T.
-
-* With an option like -N DATE, if DATE starts with "/" or ".", it is taken
-  to be a file name; the last-modified time of that file is used as the date.
-
-\f
-version 1.13.18 - Paul Eggert, 2000-10-29
-
-* Some security problems have been fixed.  `tar -x' now modifies only
-  files under the working directory, unless you also specify an unsafe
-  option like --absolute-names or --overwrite.
-
-* The short name of the --bzip option has been changed to -j,
-  and -I is now an alias for -T, for compatibility with Solaris tar.
-
-* The manual is now distributed under the GNU Free Documentation License.
-
-* The new environment variable TAR_OPTIONS holds default command-line options.
-
-* The --no-recursion option now affects extraction too.
-
-* The wording in some diagnostics has been changed slightly.
-
-* Snapshot files now record whether each file was accessed via NFS.
-  The new file format is upward- and downward-compatible with the old.
-
-* New language supported: da.
-
-* Compilation by traditional (K&R) C compilers is no longer supported.
-  If you still use such a compiler, please use GCC instead.
-
-* This version of tar works best with GNU gzip test version 1.3 or later.
-  Please see <ftp://alpha.gnu.org/gnu/gzip/>.
-
-* `tar --delete -f -' now works again.
-
-\f
-version 1.13.17 - Paul Eggert, 2000-01-07.
-
-* `tar --delete -f -' is no longer allowed; it was too buggy.
-* Diagnostic messages have been made more regular and consistent.
-
-\f
-version 1.13.16 - Paul Eggert, 1999-12-13.
-
-* By default, tar now refuses to overwrite an existing file when
-  extracting files from an archive; instead, it removes the file
-  before extracting it.  If the existing file is a symbolic link, the
-  link is removed and not the pointed-to file.  There is one
-  exception: existing nonempty directories are not removed, nor are
-  their ownerships or permissions extracted.  This fixes some
-  longstanding security problems.
-
-  The new --overwrite option enables the old default behavior.
-
-  For regular files, tar implements this change by using the O_EXCL
-  option of `open' to ensure that it creates the file; if this fails, it
-  removes the file and tries again.  This is similar to the behavior of
-  the --unlink-first option, but it is faster in the common case of
-  extracting a new directory.
-
-* By default, tar now ignores file names containing a component of `..'
-  when extracting, and warns about such file names when creating an archive.
-  To enable the old behavior, use the -P or --absolute-names option.
-
-* Tar now handles file names with multibyte encodings (e.g., UTF-8, Shift-JIS)
-  correctly.  It relies on the mbrtowc function to handle multibyte characters.
-
-* The file generated by -g or --listed-incremental now uses a format
-  that is independent of locale, so that users need not worry about
-  locale when restoring a backup.  This is needed for proper support
-  of multibyte characters.  Old-format files can still be read, and
-  older versions of GNU tar can read new-format files, unless member
-  names have multibyte chars.
-
-* Many diagnostics have been changed slightly, so that file names are
-  now output unambiguously.  File names in diagnostics now are either
-  `quoted like this' (in the default C locale) or are followed by
-  colon, newline, or space, depending on context.  Unprintable
-  characters are escaped with a C-like backslash conventions.
-  Terminating characters (e.g., close-quote, colon, newline)
-  are also escaped as needed.
-
-* tar now ignores socket files when creating an archive.
-  Previously tar archived sockets as fifos, which caused problems.
-
-\f
-version 1.13.15 - Paul Eggert, 1999-12-03.
-
-* If a file's ctime changes when being archived, report an error.
-  Previously tar looked at mtime, which missed some errors.
-
-\f
-version 1.13.14 - Paul Eggert, 1999-11-07.
-
-* New translations ja, pt_BR.
-* New options --help and --version for rmt.
-* Ignore Solaris door files when creating an archive.
-
-\f
-version 1.13.13 - Paul Eggert, 1999-10-11.
-
-* Invalid headers in tar files now elicit errors, not just warnings.
-* `tar --version' output conforms to the latest GNU coding standards.
-* If you specify an invalid date, `tar' now substitutes (time_t) -1.
-* `configure --with-dmalloc' is no longer available.
-
-\f
-version 1.13.12 - Paul Eggert, 1999-09-24.
-
-* `tar' now supports hard links to symbolic links.
-
-* New options --no-same-owner, --no-same-permissions.
-
-* --total now also outputs a human-readable size, and a throughput value.
-
-* `tar' now uses two's-complement base-256 when outputting header
-  values that are out of the range of the standard unsigned base-8
-  format.  This affects archive members with negative or huge time
-  stamps or uids, and archive members 8 GB or larger.  The new tar
-  archives cannot be read by traditional tar, or by older versions of
-  GNU tar.  Use the --old-archive option to revert to the old
-  behavior, which uses unportable representations for negative values,
-  and which rejects large files.
-
-* On 32-bit hosts, `tar' now assumes that an incoming time stamp T in
-  the range 2**31 <= T < 2**32 represents the negative time (T -
-  2**32).  This behavior is nonstandard and is not portable to 64-bit
-  time_t hosts, so `tar' issues a warning.
-
-* `tar' no longer gives up extracting immediately upon discovering
-  that an archive contains garbage at the end.  It attempts to extract
-  as many files as possible from the good data before the garbage.
-
-* A read error now causes a nonzero exit status, not just a warning.
-
-* Some diagnostics have been reworded for consistency.
-
-\f
-version 1.13.11 - Paul Eggert, 1999-08-23.
-
-* The short name of the --bzip option has been changed to -I,
-  for compatibility with paxutils.
-
-* -T /dev/null now matches nothing; previously, it matched anything
-  if no explicit operands were given.
-
-* The `--' option now works the same as with other GNU utilities;
-  it causes later operands to be interpreted as file names, not options,
-  even if they begin with `-'.
-
-* For the --newer and --after-date options, the table of time zone
-  abbreviations like `EST' has been updated to match current practice.
-  Also, local time abbreviations are now recognized, even if they are
-  not in tar's hardwired table.  Remember, though, that you should use
-  numeric UTC offsets like `-0500' instead of abbreviations like
-  `EST', as abbreviations are not standardized and are ambiguous.
-
-\f
-version 1.13.10 - Paul Eggert, 1999-08-20.
-
-* `tar' now uses signed base-64 when outputting header values that are
-  out of the range of the standard unsigned base-8 format.  [This
-  change was superseded in 1.13.12, described above.]
-
-\f
-version 1.13.9 - Paul Eggert, 1999-08-18.
-
-* `tar' now writes two zero blocks at end-of-archive instead of just one.
-  POSIX.1 requires this, and some other `tar' implementations check for it.
-
-* `tar' no longer silently accepts a block containing nonzero checksum bytes
-  as a zero block.
-
-* `tar' now reads buggy tar files that have a null byte at the start of a
-  numeric header field.
-
-\f
-version 1.13.8 - Paul Eggert, 1999-08-16.
-
-* For compatibility with traditional `tar', intermediate directories
-  created automatically by root are no longer given the uid and gid of
-  the original file or directory.
-
-\f
-version 1.13.7 - Paul Eggert, 1999-08-14.
-
-* --listed-incremental and --newer are now incompatible options.
-
-* When creating an archive, leading `./' is no longer stripped,
-  to match traditional tar's behavior (and simplify the documentation).
-
-* --diff without --absolute-names no longer falls back on absolute names.
-
-\f
-version 1.13.6 - Paul Eggert, 1999-08-11.
-
-* An --exclude pattern containing / now excludes a file only if it matches an
-  initial prefix of the file name; a pattern without / continues to
-  exclude a file if it matches any file name component.
-
-* The protocol for talking to rmt has been extended slightly.
-  Open flags are now communicated in symbolic format as well as numeric.
-  The symbolic format (e.g., "O_WRONLY|O_CREAT|O_TRUNC") is for portability
-  when rmt is operating on a different operating system from tar.
-  The numeric format is retained, and rmt uses it if symbolic format is absent,
-  for backward compatibility with older versions of tar and rmt.
-
-* When writing GNU tar format headers, tar now uses signed base-64
-  for values that cannot be represented in unsigned octal.
-  This supports larger files (2**66 - 1 bytes instead of 2**33 - 1 bytes),
-  larger uids, negative time stamps, etc.
-
-* When extracting files with unknown ownership, tar now looks up the
-  uid and gid "nobody" on hosts whose headers do not define UID_NOBODY
-  and GID_NOBODY, and falls back on uid/gid -2 if there is no "nobody".
-
-* tar -t --numeric-owner now prints numeric uids and gids, not symbolic.
-
-* New option -y or --bzip2 for bzip2 compression, by popular request.
-
-\f
-version 1.13.5 - Paul Eggert, 1999-07-20.
-
-* Do the delayed updates of file metadata even after a fatal error.
-
-\f
-version 1.13.4 - Paul Eggert, 1999-07-20.
-
-* Do not chmod unless we are root or the -p option was given;
-  this matches historical practice.
-
-\f
-version 1.13.3 - Paul Eggert, 1999-07-16.
-
-* A path name is excluded if any of its file name components matches an
-  excluded pattern, even if the path name was specified on the command line.
-  Also see 1.13.6 for later changes in this area.
-
-\f
-version 1.13.2 - Paul Eggert, 1999-07-14.
-
-* Bug reporting address changed to <bug-tar@gnu.org>.
-
-\f
-version 1.13.1 - Paul Eggert, 1999-07-12.
-
-* Bug fixes only.
-\f
-version 1.13 - Paul Eggert, 1999-07-08.
-
-* Support for large files, e.g., files larger than 2 GB on many 32-bit hosts.
-  Also, support for larger uids, device ids, etc.
-* Many bug fixes and porting fixes.
-* This release is only for fixes.  A more ambitious test release,
-  with new features, is available as part of the paxutils.  Please see:
-    ftp://alpha.gnu.org/gnu/paxutils/
-  The fixes in this release are intended to be merged with paxutils
-  at some point, but they haven't been merged yet.
-* An interim GNU tar alpha had new --bzip2 and --ending-file options,
-  but they have been removed to maintain compatibility with paxutils.
-  Please try --use=bzip2 instead of --bzip2.
-\f
-Version 1.12 - François Pinard, 1997-04.
-
-Sensitive matters
-* Use shell globbing patterns for --label, instead of regular expressions.
-* Do not quote anymore internally over the quoting done by the shell.
-
-Output for humans
-* Offer internationalization capabilities of most recent GNU gettext.
-* Messages available in many more languages, thanks to all translators!
-* Usage of ISO 8601 dates in listings, instead of local American dates.
-* More normalization and cleanup in error messages.
-
-Creation
-* For helping using tar with find, offer a --no-recursion option.
-* Implement --numeric-owner for ignoring symbolic names at create time.
-* New --owner, --group --mode options, still preliminary.
-* Recognize creating an archive on /dev/null, so Amanda works faster.
-* Object to the creation of an empty archive (like in `tar cf FILE').
-* Barely start implementing --posix and POSIXLY_CORRECT.
-
-Extraction
-* Make a better job at restoring file and directory attributes.
-* Automatically attempt deleting existing files when in the way.
-* Option --unlink-first (-U) removes most files prior to extraction.
-* Option --recursive-unlink removes non-empty directories when in the way.
-* Option --numeric-owner ignores owner/group names, it uses UID/GID instead.
-* Use global umask when creating missing intermediate directories.
-* When symlinks are not available, extract symbolic links as hard links.
-* Diagnose extraction of contiguous files as regular files.
-* New --backup, --suffix and --version-control options.
-
-Various changes
-* Better support of huge archives with --tape-length and --totals.
-* Rename option --read-full-blocks (-B) to --read-full-records (-B).
-* Rename option --block-size (-b) to --blocking-factor (-b).
-* Rename option --record-number (-R) to --block-number (-R).
-* With --block-number (-R), report null blocks and end of file.
-* Implement --record-size for introducing a size in bytes.
-* Delete --block-compress option and rather decide it automatically.
-* Rename option --modification-time to --touch.
-
-Many bugs are squashed, while others still run free.
-\f
-Version 1.11.8 - François Pinard, 1995-06.
-
-* Messages available in French, German, Portuguese and Swedish.
-* The distribution provides a rudimentary Texinfo manual.
-* The device defaults to stdin/stdout, unless overridden by the installer.
-* Option --sparse (-S) should work on more systems.
-* Option --rsh-command may select an alternative remote shell program.
-
-Most changes are internal, and should yield better portability.
-\f
-Version 1.11.2 - Michael Bushnell, 1993-03.
-
-* Changes in backup scripts: cleaned up considerably; notices error
-conditions better over rsh; DUMP_REMIND_SCRIPT is now an option in
-backup-specs; new file dump-remind is an example of a
-DUMP_REMIND_SCRIPT.
-
-* Superfluous "Reading dirname" was a bug; fixed.
-
-* Incompatibility problems with a bug on Solaris are fixed.
-
-* New option --gzip (aliases are --ungzip and -z); calls gzip instead
-of compress.  Also, --use-compress-program lets you specify any
-compress program.  --compress-block is renamed --block-compress and
-now requires one of the three compression options to be specified.
-
-* Several error messages are cleaned up.
-
-* Directory owners are now set properly when running as root.
-
-* Provide DUMP_REMIND_SCRIPT in backup-specs as a possible option
-for --info-script.
-
-* Behave better with broken rmt servers.
-
-* Dump scripts no longer use --atime-preserve; this causes a nasty probem.
-
-* Several Makefile cleanups.
-\f
-Version 1.11.1 - Michael Bushnell, 1992-09.
-
-* Many bug fixes.
-\f
-Version 1.11 - Michael Bushnell, 1992-09.
-Version 1.10.16 - 1992-07.
-Version 1.10.15 - 1992-06.
-Version 1.10.14 - 1992-05.
-Version 1.10.13 - 1992-01.
-
-* Many bug fixes.
-
-* Now uses GNU standard configure, generated by Autoconf.
-
-* Long options now use `--'; use of `+' is deprecated and support
-for it will eventually be removed.
-
-* New option --null causes filenames read by -T to be
-null-terminated, and causes -C to be ignored.
-
-* New option --remove-files deletes files (but not directories)
-after they are added to the archive.
-
-* New option --ignore-failed-read prevents read-errors from affecting
-the exit status.
-
-* New option --checkpoint prints occasional messages as the tape
-is being read or written.
-
-* New option --show-omitted-dirs prints the names of directories
-omitted from the archive.
-
-* Some tape drives which use a non-standard method of indicating
-end-of-tape now work correctly with multi-tape archives.
-
-* --volno-file: Read the volume number used in prompting the user
-(but not in recording volume ID's on the archive) from a file.
-
-* When using --multi-volume, you can now give multiple -f arguments;
-the various tape drives will get used in sequence and then wrap
-around to the beginning.
-
-* Remote archive names no longer have to be in /dev: any file with a
-`:' is interpreted as remote.  If new option --force-local is given,
-then even archive files with a `:' are considered local.
-
-* New option --atime-preserve restores (if possible) atimes to
-their original values after dumping the file.
-
-* No longer does tar confusingly dump "." when you don't tell it
-what to dump.
-
-* When extracting directories, tar now correctly restores their
-modification and access times.
-
-* Longnames support is redone differently--long name info directly
-precedes the long-named file or link in the archive, so you no
-longer have to wait for the extract to hit the end of the tape for
-long names to work.
-\f
-Version 1.10 - Michael Bushnell, 1991-07.
-
-* Filename to -G is optional.  -C works right.  Names +newer and
-+newer-mtime work right.
-
-* -g is now +incremental, -G is now +listed-incremental.
-
-* Sparse files now work correctly.
-
-* +volume is now called +label.
-
-* +exclude now takes a filename argument, and +exclude-from does
-what +exclude used to do.
-
-* Exit status is now correct.
-
-* +totals keeps track of total I/O and prints it when tar exits.
-
-* When using +label with +extract, the label is now a regexp.
-
-* New option +tape-length (-L) does multi-volume handling like BSD
-dump: you tell tar how big the tape is and it will prompt at that
-point instead of waiting for a write error.
-
-* New backup scripts level-0 and level-1 which might be useful
-to people.  They use a file "backup-specs" for information, and
-shouldn't need local modification.  These are what we use to do
-all our backups at the FSF.
-\f
-Version 1.09 - Jay Fenlason, 1990-10.
-Version 1.08 - Jay Fenlason, 1990-01.
-Versions 1.07 back to 1.00 by Jay Fenlason.
-
-* See ChangeLog for more details.
-
-\f
-
-Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
-2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-
-This file is part of GNU tar.
-
-GNU tar is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-GNU tar is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with tar; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-\f
-Local variables:
-mode: outline
-paragraph-separate: "[ \f]*$"
-eval: (add-hook 'write-file-hooks 'time-stamp)
-time-stamp-start: "changes. "
-time-stamp-format: "%:y-%02m-%02d"
-time-stamp-end: "\n"
-end:
diff --git a/configure b/configure
deleted file mode 100755 (executable)
index 0875808..0000000
--- a/configure
+++ /dev/null
@@ -1,56238 +0,0 @@
-#! /bin/sh
-# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for GNU tar 1.25.
-#
-# Report bugs to <bug-tar@gnu.org>.
-#
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# This configure script is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *"$as_nl"*)
-       expr "X$arg" : "X\\(.*\\)$as_nl";
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-IFS=" ""       $as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  { (exit 1); exit 1; }
-fi
-
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-        X"$0" : 'X\(//\)$' \| \
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-
-# CDPATH.
-$as_unset CDPATH
-
-
-if test "x$CONFIG_SHELL" = x; then
-  if (eval ":") 2>/dev/null; then
-  as_have_required=yes
-else
-  as_have_required=no
-fi
-
-  if test $as_have_required = yes &&    (eval ":
-(as_func_return () {
-  (exit \$1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test \$exitcode = 0) || { (exit 1); exit 1; }
-
-(
-  as_lineno_1=\$LINENO
-  as_lineno_2=\$LINENO
-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
-  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
-") 2> /dev/null; then
-  :
-else
-  as_candidate_shells=
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  case $as_dir in
-        /*)
-          for as_base in sh bash ksh sh5; do
-            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
-          done;;
-       esac
-done
-IFS=$as_save_IFS
-
-
-      for as_shell in $as_candidate_shells $SHELL; do
-        # Try only shells that exist, to save several forks.
-        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
-               { ("$as_shell") 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-:
-_ASEOF
-}; then
-  CONFIG_SHELL=$as_shell
-              as_have_required=yes
-              if { "$as_shell" 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-:
-(as_func_return () {
-  (exit $1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = "$1" ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test $exitcode = 0) || { (exit 1); exit 1; }
-
-(
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
-
-_ASEOF
-}; then
-  break
-fi
-
-fi
-
-      done
-
-      if test "x$CONFIG_SHELL" != x; then
-  for as_var in BASH_ENV ENV
-       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-       done
-       export CONFIG_SHELL
-       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-fi
-
-
-    if test $as_have_required = no; then
-  echo This script requires a shell more modern than all the
-      echo shells that I found on your system.  Please install a
-      echo modern shell, or manually run the script under such a
-      echo shell if you do have one.
-      { (exit 1); exit 1; }
-fi
-
-
-fi
-
-fi
-
-
-
-(eval "as_func_return () {
-  (exit \$1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test \$exitcode = 0") || {
-  echo No shell found that supports shell functions.
-  echo Please tell bug-autoconf@gnu.org about your system,
-  echo including any error possibly output before this message.
-  echo This can help us improve future autoconf versions.
-  echo Configuration will now proceed without shell functions.
-}
-
-
-
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-   { (exit 1); exit 1; }; }
-
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
--n*)
-  case `echo 'x\c'` in
-  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
-    as_ln_s='cp -p'
-  fi
-else
-  as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p=:
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-if test -x / >/dev/null 2>&1; then
-  as_test_x='test -x'
-else
-  if ls -dL / >/dev/null 2>&1; then
-    as_ls_L_option=L
-  else
-    as_ls_L_option=
-  fi
-  as_test_x='
-    eval sh -c '\''
-      if test -d "$1"; then
-       test -d "$1/.";
-      else
-       case $1 in
-       -*)set "./$1";;
-       esac;
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-       ???[sx]*):;;*)false;;esac;fi
-    '\'' sh
-  '
-fi
-as_executable_p=$as_test_x
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-
-exec 7<&0 </dev/null 6>&1
-
-# Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
-# so uname gets run too.
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-
-#
-# Initializations.
-#
-ac_default_prefix=/usr/local
-ac_clean_files=
-ac_config_libobj_dir=.
-LIBOBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-
-# Identity of this package.
-PACKAGE_NAME='GNU tar'
-PACKAGE_TARNAME='tar'
-PACKAGE_VERSION='1.25'
-PACKAGE_STRING='GNU tar 1.25'
-PACKAGE_BUGREPORT='bug-tar@gnu.org'
-
-ac_unique_file="src/tar.c"
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-#  include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-#  include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_header_list=
-ac_func_list=
-gl_fnmatch_required=POSIX
-gl_getopt_required=POSIX
-gl_getopt_required=POSIX
-gt_needs=
-ac_subst_vars='gltests_LTLIBOBJS
-gltests_LIBOBJS
-gl_LTLIBOBJS
-gl_LIBOBJS
-am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-BACKUP_SED_COND
-BACKUP_SBIN_SCRIPTS
-BACKUP_LIBEXEC_SCRIPTS
-AUTOM4TE
-POSUB
-INTLLIBS
-INTL_MACOSX_LIBS
-XGETTEXT_EXTRA_OPTIONS
-MSGMERGE
-XGETTEXT_015
-XGETTEXT
-GMSGFMT_015
-MSGFMT_015
-GMSGFMT
-MSGFMT
-GETTEXT_MACRO_VERSION
-USE_NLS
-LTLIBICONV
-LIBICONV
-DEFAULT_QUOTING_STYLE
-DEFAULT_BLOCKING
-DEFAULT_ARCHIVE
-DEFAULT_ARCHIVE_FORMAT
-LIBOBJS
-DEFAULT_RMT_COMMAND
-DEFAULT_RMT_DIR
-PU_RMT_PROG
-LIB_SETSOCKOPT
-LIBGNU_LTLIBDEPS
-LIBGNU_LIBDEPS
-gltests_WITNESS
-REPLACE_ISWCNTRL
-HAVE_WCTYPE_H
-NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H
-NEXT_WCTYPE_H
-REPLACE_ISWBLANK
-HAVE_ISWBLANK
-HAVE_ISWCNTRL
-HAVE_WINT_T
-HAVE_WCHAR_H
-NEXT_AS_FIRST_DIRECTIVE_WCHAR_H
-NEXT_WCHAR_H
-LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE
-LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE
-LIBUNISTRING_UNIWIDTH_H
-LIBUNISTRING_UNITYPES_H
-HAVE_UNISTD_H
-NEXT_AS_FIRST_DIRECTIVE_UNISTD_H
-NEXT_UNISTD_H
-PTHREAD_H_DEFINES_STRUCT_TIMESPEC
-SYS_TIME_H_DEFINES_STRUCT_TIMESPEC
-TIME_H_DEFINES_STRUCT_TIMESPEC
-NEXT_AS_FIRST_DIRECTIVE_TIME_H
-NEXT_TIME_H
-SYSEXITS_H
-HAVE_SYSEXITS_H
-NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H
-NEXT_SYSEXITS_H
-NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H
-NEXT_SYS_STAT_H
-NEXT_AS_FIRST_DIRECTIVE_STRINGS_H
-NEXT_STRINGS_H
-NEXT_AS_FIRST_DIRECTIVE_STRING_H
-NEXT_STRING_H
-HAVE_DECL_STRNCASECMP
-HAVE_STRCASECMP
-HAVE_RANDOM_H
-NEXT_AS_FIRST_DIRECTIVE_STDLIB_H
-NEXT_STDLIB_H
-NEXT_AS_FIRST_DIRECTIVE_STDIO_H
-NEXT_STDIO_H
-ASM_SYMBOL_PREFIX
-NEXT_AS_FIRST_DIRECTIVE_STDDEF_H
-NEXT_STDDEF_H
-STDDEF_H
-HAVE_WCHAR_T
-REPLACE_NULL
-NEXT_AS_FIRST_DIRECTIVE_STDARG_H
-NEXT_STDARG_H
-STDARG_H
-REPLACE_TIMEGM
-REPLACE_NANOSLEEP
-REPLACE_MKTIME
-REPLACE_LOCALTIME_R
-HAVE_TIMEGM
-HAVE_STRPTIME
-HAVE_NANOSLEEP
-HAVE_LOCALTIME_R
-GNULIB_TIME_R
-GNULIB_TIMEGM
-GNULIB_STRPTIME
-GNULIB_NANOSLEEP
-GNULIB_MKTIME
-UNDEFINE_STRTOK_R
-REPLACE_STRTOK_R
-REPLACE_STRSIGNAL
-REPLACE_STRNLEN
-REPLACE_STRNDUP
-REPLACE_STRNCAT
-REPLACE_STRERROR
-REPLACE_STRCASESTR
-REPLACE_STRSTR
-REPLACE_STRDUP
-REPLACE_STPNCPY
-REPLACE_MEMMEM
-REPLACE_MEMCHR
-HAVE_STRVERSCMP
-HAVE_DECL_STRSIGNAL
-HAVE_DECL_STRTOK_R
-HAVE_STRCASESTR
-HAVE_STRSEP
-HAVE_STRPBRK
-HAVE_DECL_STRNLEN
-HAVE_DECL_STRNDUP
-HAVE_DECL_STRDUP
-HAVE_STRCHRNUL
-HAVE_STPNCPY
-HAVE_STPCPY
-HAVE_RAWMEMCHR
-HAVE_DECL_MEMRCHR
-HAVE_MEMPCPY
-HAVE_DECL_MEMMEM
-HAVE_MEMCHR
-HAVE_MBSLEN
-GNULIB_STRVERSCMP
-GNULIB_STRSIGNAL
-GNULIB_STRERROR
-GNULIB_MBSTOK_R
-GNULIB_MBSSEP
-GNULIB_MBSSPN
-GNULIB_MBSPBRK
-GNULIB_MBSCSPN
-GNULIB_MBSCASESTR
-GNULIB_MBSPCASECMP
-GNULIB_MBSNCASECMP
-GNULIB_MBSCASECMP
-GNULIB_MBSSTR
-GNULIB_MBSRCHR
-GNULIB_MBSCHR
-GNULIB_MBSNLEN
-GNULIB_MBSLEN
-GNULIB_STRTOK_R
-GNULIB_STRCASESTR
-GNULIB_STRSTR
-GNULIB_STRSEP
-GNULIB_STRPBRK
-GNULIB_STRNLEN
-GNULIB_STRNDUP
-GNULIB_STRNCAT
-GNULIB_STRDUP
-GNULIB_STRCHRNUL
-GNULIB_STPNCPY
-GNULIB_STPCPY
-GNULIB_RAWMEMCHR
-GNULIB_MEMRCHR
-GNULIB_MEMPCPY
-GNULIB_MEMMEM
-GNULIB_MEMCHR
-LOCALE_FR_UTF8
-LOCALE_ZH_CN
-LOCALE_JA
-LOCALCHARSET_TESTS_ENVIRONMENT
-GLIBC21
-HAVE_LANGINFO_YESEXPR
-HAVE_LANGINFO_ERA
-HAVE_LANGINFO_T_FMT_AMPM
-HAVE_LANGINFO_CODESET
-HAVE_LANGINFO_H
-NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H
-NEXT_LANGINFO_H
-REPLACE_NL_LANGINFO
-HAVE_NL_LANGINFO
-GNULIB_NL_LANGINFO
-UINT64_MAX_EQ_ULONG_MAX
-UINT32_MAX_LT_UINTMAX_MAX
-INT64_MAX_EQ_LONG_MAX
-INT32_MAX_LT_INTMAX_MAX
-PRIPTR_PREFIX
-NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H
-NEXT_INTTYPES_H
-HAVE_DECL_STRTOUMAX
-HAVE_DECL_STRTOIMAX
-HAVE_DECL_IMAXDIV
-HAVE_DECL_IMAXABS
-GNULIB_STRTOUMAX
-GNULIB_STRTOIMAX
-GNULIB_IMAXDIV
-GNULIB_IMAXABS
-PRI_MACROS_BROKEN
-STDINT_H
-WINT_T_SUFFIX
-WCHAR_T_SUFFIX
-SIG_ATOMIC_T_SUFFIX
-SIZE_T_SUFFIX
-PTRDIFF_T_SUFFIX
-HAVE_SIGNED_WINT_T
-HAVE_SIGNED_WCHAR_T
-HAVE_SIGNED_SIG_ATOMIC_T
-BITSIZEOF_WINT_T
-BITSIZEOF_WCHAR_T
-BITSIZEOF_SIG_ATOMIC_T
-BITSIZEOF_SIZE_T
-BITSIZEOF_PTRDIFF_T
-APPLE_UNIVERSAL_BUILD
-HAVE_SYS_BITYPES_H
-HAVE_SYS_INTTYPES_H
-HAVE_STDINT_H
-NEXT_AS_FIRST_DIRECTIVE_STDINT_H
-NEXT_STDINT_H
-HAVE_SYS_TYPES_H
-HAVE_INTTYPES_H
-HAVE_UNSIGNED_LONG_LONG_INT
-HAVE_LONG_LONG_INT
-HAVE__BOOL
-STDBOOL_H
-NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H
-NEXT_SYS_TIME_H
-REPLACE_GETTIMEOFDAY
-HAVE_SYS_TIME_H
-HAVE_STRUCT_TIMEVAL
-HAVE_GETTIMEOFDAY
-GNULIB_GETTIMEOFDAY
-LTLIBINTL
-LIBINTL
-HAVE_GETOPT_H
-NEXT_AS_FIRST_DIRECTIVE_GETOPT_H
-NEXT_GETOPT_H
-FNMATCH_H
-FLOAT_H
-NEXT_AS_FIRST_DIRECTIVE_FLOAT_H
-NEXT_FLOAT_H
-NEXT_AS_FIRST_DIRECTIVE_FCNTL_H
-NEXT_FCNTL_H
-REPLACE_VSPRINTF
-REPLACE_VSNPRINTF
-REPLACE_VPRINTF
-REPLACE_VFPRINTF
-REPLACE_VDPRINTF
-REPLACE_VASPRINTF
-REPLACE_TMPFILE
-REPLACE_STDIO_WRITE_FUNCS
-REPLACE_SPRINTF
-REPLACE_SNPRINTF
-REPLACE_RENAMEAT
-REPLACE_RENAME
-REPLACE_REMOVE
-REPLACE_PRINTF
-REPLACE_POPEN
-REPLACE_PERROR
-REPLACE_OBSTACK_PRINTF
-REPLACE_GETLINE
-REPLACE_GETDELIM
-REPLACE_FTELLO
-REPLACE_FTELL
-REPLACE_FSEEKO
-REPLACE_FSEEK
-REPLACE_FREOPEN
-REPLACE_FPURGE
-REPLACE_FPRINTF
-REPLACE_FOPEN
-REPLACE_FFLUSH
-REPLACE_FCLOSE
-REPLACE_DPRINTF
-HAVE_VDPRINTF
-HAVE_VASPRINTF
-HAVE_RENAMEAT
-HAVE_FTELLO
-HAVE_FSEEKO
-HAVE_DPRINTF
-HAVE_DECL_VSNPRINTF
-HAVE_DECL_SNPRINTF
-HAVE_DECL_OBSTACK_PRINTF
-HAVE_DECL_GETLINE
-HAVE_DECL_GETDELIM
-HAVE_DECL_FPURGE
-GNULIB_VSPRINTF_POSIX
-GNULIB_VSNPRINTF
-GNULIB_VPRINTF_POSIX
-GNULIB_VPRINTF
-GNULIB_VFPRINTF_POSIX
-GNULIB_VFPRINTF
-GNULIB_VDPRINTF
-GNULIB_VASPRINTF
-GNULIB_TMPFILE
-GNULIB_STDIO_H_SIGPIPE
-GNULIB_SPRINTF_POSIX
-GNULIB_SNPRINTF
-GNULIB_RENAMEAT
-GNULIB_RENAME
-GNULIB_REMOVE
-GNULIB_PUTS
-GNULIB_PUTCHAR
-GNULIB_PUTC
-GNULIB_PRINTF_POSIX
-GNULIB_PRINTF
-GNULIB_POPEN
-GNULIB_PERROR
-GNULIB_OBSTACK_PRINTF_POSIX
-GNULIB_OBSTACK_PRINTF
-GNULIB_GETLINE
-GNULIB_GETDELIM
-GNULIB_FWRITE
-GNULIB_FTELLO
-GNULIB_FTELL
-GNULIB_FSEEKO
-GNULIB_FSEEK
-GNULIB_FREOPEN
-GNULIB_FPUTS
-GNULIB_FPUTC
-GNULIB_FPURGE
-GNULIB_FPRINTF_POSIX
-GNULIB_FPRINTF
-GNULIB_FOPEN
-GNULIB_FFLUSH
-GNULIB_FCLOSE
-GNULIB_DPRINTF
-REPLACE_OPENAT
-REPLACE_OPEN
-REPLACE_FCNTL
-HAVE_OPENAT
-HAVE_FCNTL
-GNULIB_OPENAT
-GNULIB_OPEN
-GNULIB_FCNTL
-REPLACE_UTIMENSAT
-REPLACE_STAT
-REPLACE_MKNOD
-REPLACE_MKFIFO
-REPLACE_MKDIR
-REPLACE_LSTAT
-REPLACE_FUTIMENS
-REPLACE_FSTATAT
-REPLACE_FSTAT
-HAVE_UTIMENSAT
-HAVE_MKNODAT
-HAVE_MKNOD
-HAVE_MKFIFOAT
-HAVE_MKFIFO
-HAVE_MKDIRAT
-HAVE_LSTAT
-HAVE_LCHMOD
-HAVE_FUTIMENS
-HAVE_FSTATAT
-HAVE_FCHMODAT
-GNULIB_UTIMENSAT
-GNULIB_STAT
-GNULIB_MKNODAT
-GNULIB_MKNOD
-GNULIB_MKFIFOAT
-GNULIB_MKFIFO
-GNULIB_MKDIRAT
-GNULIB_LSTAT
-GNULIB_LCHMOD
-GNULIB_FUTIMENS
-GNULIB_FSTATAT
-GNULIB_FCHMODAT
-EOVERFLOW_VALUE
-EOVERFLOW_HIDDEN
-ENOLINK_VALUE
-ENOLINK_HIDDEN
-EMULTIHOP_VALUE
-EMULTIHOP_HIDDEN
-ERRNO_H
-NEXT_AS_FIRST_DIRECTIVE_ERRNO_H
-NEXT_ERRNO_H
-NEXT_AS_FIRST_DIRECTIVE_DIRENT_H
-NEXT_DIRENT_H
-PRAGMA_COLUMNS
-PRAGMA_SYSTEM_HEADER
-INCLUDE_NEXT_AS_FIRST_DIRECTIVE
-INCLUDE_NEXT
-REPLACE_OPENDIR
-REPLACE_FDOPENDIR
-REPLACE_DIRFD
-REPLACE_CLOSEDIR
-HAVE_ALPHASORT
-HAVE_SCANDIR
-HAVE_FDOPENDIR
-HAVE_DECL_FDOPENDIR
-HAVE_DECL_DIRFD
-GNULIB_ALPHASORT
-GNULIB_SCANDIR
-GNULIB_FDOPENDIR
-GNULIB_DIRFD
-LIB_CLOCK_GETTIME
-UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS
-UNISTD_H_HAVE_WINSOCK2_H
-REPLACE_WRITE
-REPLACE_USLEEP
-REPLACE_UNLINKAT
-REPLACE_UNLINK
-REPLACE_TTYNAME_R
-REPLACE_SYMLINK
-REPLACE_SLEEP
-REPLACE_RMDIR
-REPLACE_READLINK
-REPLACE_PWRITE
-REPLACE_PREAD
-REPLACE_LSEEK
-REPLACE_LINKAT
-REPLACE_LINK
-REPLACE_LCHOWN
-REPLACE_GETPAGESIZE
-REPLACE_GETGROUPS
-REPLACE_GETCWD
-REPLACE_FCHOWNAT
-REPLACE_DUP2
-REPLACE_DUP
-REPLACE_CLOSE
-REPLACE_CHOWN
-HAVE_SYS_PARAM_H
-HAVE_OS_H
-HAVE_DECL_GETUSERSHELL
-HAVE_DECL_GETPAGESIZE
-HAVE_DECL_GETLOGIN_R
-HAVE_DECL_ENVIRON
-HAVE_USLEEP
-HAVE_UNLINKAT
-HAVE_TTYNAME_R
-HAVE_SYMLINKAT
-HAVE_SYMLINK
-HAVE_SLEEP
-HAVE_READLINKAT
-HAVE_READLINK
-HAVE_PWRITE
-HAVE_PREAD
-HAVE_PIPE2
-HAVE_LINKAT
-HAVE_LINK
-HAVE_LCHOWN
-HAVE_GETPAGESIZE
-HAVE_GETLOGIN
-HAVE_GETHOSTNAME
-HAVE_GETGROUPS
-HAVE_GETDTABLESIZE
-HAVE_GETDOMAINNAME
-HAVE_FTRUNCATE
-HAVE_FSYNC
-HAVE_FCHOWNAT
-HAVE_FCHDIR
-HAVE_FACCESSAT
-HAVE_EUIDACCESS
-HAVE_DUP3
-HAVE_DUP2
-HAVE_CHOWN
-GNULIB_WRITE
-GNULIB_USLEEP
-GNULIB_UNLINKAT
-GNULIB_UNLINK
-GNULIB_UNISTD_H_SIGPIPE
-GNULIB_UNISTD_H_GETOPT
-GNULIB_TTYNAME_R
-GNULIB_SYMLINKAT
-GNULIB_SYMLINK
-GNULIB_SLEEP
-GNULIB_RMDIR
-GNULIB_READLINKAT
-GNULIB_READLINK
-GNULIB_PWRITE
-GNULIB_PREAD
-GNULIB_PIPE2
-GNULIB_LSEEK
-GNULIB_LINKAT
-GNULIB_LINK
-GNULIB_LCHOWN
-GNULIB_GETUSERSHELL
-GNULIB_GETPAGESIZE
-GNULIB_GETLOGIN_R
-GNULIB_GETLOGIN
-GNULIB_GETHOSTNAME
-GNULIB_GETGROUPS
-GNULIB_GETDTABLESIZE
-GNULIB_GETDOMAINNAME
-GNULIB_GETCWD
-GNULIB_FTRUNCATE
-GNULIB_FSYNC
-GNULIB_FCHOWNAT
-GNULIB_FCHDIR
-GNULIB_FACCESSAT
-GNULIB_EUIDACCESS
-GNULIB_ENVIRON
-GNULIB_DUP3
-GNULIB_DUP2
-GNULIB_CLOSE
-GNULIB_CHOWN
-REPLACE_UNSETENV
-REPLACE_STRTOD
-REPLACE_SETENV
-REPLACE_REALPATH
-REPLACE_REALLOC
-REPLACE_PUTENV
-REPLACE_MKSTEMP
-REPLACE_MALLOC
-REPLACE_CANONICALIZE_FILE_NAME
-REPLACE_CALLOC
-HAVE_UNSETENV
-HAVE_UNLOCKPT
-HAVE_SYS_LOADAVG_H
-HAVE_STRUCT_RANDOM_DATA
-HAVE_STRTOULL
-HAVE_STRTOLL
-HAVE_STRTOD
-HAVE_SETENV
-HAVE_RPMATCH
-HAVE_REALPATH
-HAVE_RANDOM_R
-HAVE_PTSNAME
-HAVE_MKSTEMPS
-HAVE_MKSTEMP
-HAVE_MKOSTEMPS
-HAVE_MKOSTEMP
-HAVE_MKDTEMP
-HAVE_GRANTPT
-HAVE_GETSUBOPT
-HAVE_DECL_GETLOADAVG
-HAVE_CANONICALIZE_FILE_NAME
-HAVE_ATOLL
-HAVE__EXIT
-GNULIB_UNSETENV
-GNULIB_UNLOCKPT
-GNULIB_SYSTEM_POSIX
-GNULIB_STRTOULL
-GNULIB_STRTOLL
-GNULIB_STRTOD
-GNULIB_SETENV
-GNULIB_RPMATCH
-GNULIB_REALPATH
-GNULIB_REALLOC_POSIX
-GNULIB_RANDOM_R
-GNULIB_PUTENV
-GNULIB_PTSNAME
-GNULIB_MKSTEMPS
-GNULIB_MKSTEMP
-GNULIB_MKOSTEMPS
-GNULIB_MKOSTEMP
-GNULIB_MKDTEMP
-GNULIB_MALLOC_POSIX
-GNULIB_GRANTPT
-GNULIB_GETSUBOPT
-GNULIB_GETLOADAVG
-GNULIB_CANONICALIZE_FILE_NAME
-GNULIB_CALLOC_POSIX
-GNULIB_ATOLL
-GNULIB__EXIT
-LOCALE_FR
-REPLACE_WCWIDTH
-REPLACE_WCSNRTOMBS
-REPLACE_WCSRTOMBS
-REPLACE_WCRTOMB
-REPLACE_MBSNRTOWCS
-REPLACE_MBSRTOWCS
-REPLACE_MBRLEN
-REPLACE_MBRTOWC
-REPLACE_MBSINIT
-REPLACE_WCTOB
-REPLACE_BTOWC
-REPLACE_MBSTATE_T
-HAVE_DECL_WCWIDTH
-HAVE_DECL_WCTOB
-HAVE_WCSNRTOMBS
-HAVE_WCSRTOMBS
-HAVE_WCRTOMB
-HAVE_MBSNRTOWCS
-HAVE_MBSRTOWCS
-HAVE_MBRLEN
-HAVE_MBRTOWC
-HAVE_MBSINIT
-HAVE_BTOWC
-GNULIB_WCWIDTH
-GNULIB_WCSNRTOMBS
-GNULIB_WCSRTOMBS
-GNULIB_WCRTOMB
-GNULIB_MBSNRTOWCS
-GNULIB_MBSRTOWCS
-GNULIB_MBRLEN
-GNULIB_MBRTOWC
-GNULIB_MBSINIT
-GNULIB_WCTOB
-GNULIB_BTOWC
-GETOPT_H
-ALLOCA_H
-ALLOCA
-GL_COND_LIBTOOL_FALSE
-GL_COND_LIBTOOL_TRUE
-EGREP
-GREP
-CPP
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-YFLAGS
-YACC
-RANLIB
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CC
-CPPFLAGS
-LDFLAGS
-CFLAGS
-CC
-AM_BACKSLASH
-AM_DEFAULT_VERBOSITY
-am__untar
-am__tar
-AMTAR
-am__leading_dot
-SET_MAKE
-AWK
-mkdir_p
-MKDIR_P
-INSTALL_STRIP_PROGRAM
-STRIP
-install_sh
-MAKEINFO
-AUTOHEADER
-AUTOMAKE
-AUTOCONF
-ACLOCAL
-VERSION
-PACKAGE
-CYGPATH_W
-am__isrc
-INSTALL_DATA
-INSTALL_SCRIPT
-INSTALL_PROGRAM
-target_alias
-host_alias
-build_alias
-LIBS
-ECHO_T
-ECHO_N
-ECHO_C
-DEFS
-mandir
-localedir
-libdir
-psdir
-pdfdir
-dvidir
-htmldir
-infodir
-docdir
-oldincludedir
-includedir
-localstatedir
-sharedstatedir
-sysconfdir
-datadir
-datarootdir
-libexecdir
-sbindir
-bindir
-program_transform_name
-prefix
-exec_prefix
-PACKAGE_BUGREPORT
-PACKAGE_STRING
-PACKAGE_VERSION
-PACKAGE_TARNAME
-PACKAGE_NAME
-PATH_SEPARATOR
-SHELL'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_silent_rules
-enable_dependency_tracking
-enable_largefile
-with_included_regex
-with_packager
-with_packager_version
-with_packager_bug_reports
-with_rmt
-with_compress
-with_gzip
-with_bzip2
-with_lzip
-with_lzma
-with_lzop
-with_xz
-with_gnu_ld
-enable_rpath
-with_libiconv_prefix
-enable_nls
-with_libintl_prefix
-enable_backup_scripts
-'
-      ac_precious_vars='build_alias
-host_alias
-target_alias
-CC
-CFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-YACC
-YFLAGS
-CPP
-DEFAULT_RMT_DIR
-DEFAULT_ARCHIVE_FORMAT
-DEFAULT_ARCHIVE
-DEFAULT_BLOCKING
-DEFAULT_QUOTING_STYLE'
-
-
-# Initialize some variables set by options.
-ac_init_help=
-ac_init_version=false
-ac_unrecognized_opts=
-ac_unrecognized_sep=
-# The variables have the same names as the options, with
-# dashes changed to underlines.
-cache_file=/dev/null
-exec_prefix=NONE
-no_create=
-no_recursion=
-prefix=NONE
-program_prefix=NONE
-program_suffix=NONE
-program_transform_name=s,x,x,
-silent=
-site=
-srcdir=
-verbose=
-x_includes=NONE
-x_libraries=NONE
-
-# Installation directory options.
-# These are left unexpanded so users can "make install exec_prefix=/foo"
-# and all the variables that are supposed to be based on exec_prefix
-# by default will actually change.
-# Use braces instead of parens because sh, perl, etc. also accept them.
-# (The list follows the same order as the GNU Coding Standards.)
-bindir='${exec_prefix}/bin'
-sbindir='${exec_prefix}/sbin'
-libexecdir='${exec_prefix}/libexec'
-datarootdir='${prefix}/share'
-datadir='${datarootdir}'
-sysconfdir='${prefix}/etc'
-sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
-includedir='${prefix}/include'
-oldincludedir='/usr/include'
-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-infodir='${datarootdir}/info'
-htmldir='${docdir}'
-dvidir='${docdir}'
-pdfdir='${docdir}'
-psdir='${docdir}'
-libdir='${exec_prefix}/lib'
-localedir='${datarootdir}/locale'
-mandir='${datarootdir}/man'
-
-ac_prev=
-ac_dashdash=
-for ac_option
-do
-  # If the previous option needs an argument, assign it.
-  if test -n "$ac_prev"; then
-    eval $ac_prev=\$ac_option
-    ac_prev=
-    continue
-  fi
-
-  case $ac_option in
-  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-  *)   ac_optarg=yes ;;
-  esac
-
-  # Accept the important Cygnus configure options, so we can diagnose typos.
-
-  case $ac_dashdash$ac_option in
-  --)
-    ac_dashdash=yes ;;
-
-  -bindir | --bindir | --bindi | --bind | --bin | --bi)
-    ac_prev=bindir ;;
-  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-    bindir=$ac_optarg ;;
-
-  -build | --build | --buil | --bui | --bu)
-    ac_prev=build_alias ;;
-  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
-    build_alias=$ac_optarg ;;
-
-  -cache-file | --cache-file | --cache-fil | --cache-fi \
-  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-    ac_prev=cache_file ;;
-  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
-    cache_file=$ac_optarg ;;
-
-  --config-cache | -C)
-    cache_file=config.cache ;;
-
-  -datadir | --datadir | --datadi | --datad)
-    ac_prev=datadir ;;
-  -datadir=* | --datadir=* | --datadi=* | --datad=*)
-    datadir=$ac_optarg ;;
-
-  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-  | --dataroo | --dataro | --datar)
-    ac_prev=datarootdir ;;
-  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-    datarootdir=$ac_optarg ;;
-
-  -disable-* | --disable-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=no ;;
-
-  -docdir | --docdir | --docdi | --doc | --do)
-    ac_prev=docdir ;;
-  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-    docdir=$ac_optarg ;;
-
-  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-    ac_prev=dvidir ;;
-  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-    dvidir=$ac_optarg ;;
-
-  -enable-* | --enable-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=\$ac_optarg ;;
-
-  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-  | --exec | --exe | --ex)
-    ac_prev=exec_prefix ;;
-  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
-  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
-  | --exec=* | --exe=* | --ex=*)
-    exec_prefix=$ac_optarg ;;
-
-  -gas | --gas | --ga | --g)
-    # Obsolete; use --with-gas.
-    with_gas=yes ;;
-
-  -help | --help | --hel | --he | -h)
-    ac_init_help=long ;;
-  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
-    ac_init_help=recursive ;;
-  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
-    ac_init_help=short ;;
-
-  -host | --host | --hos | --ho)
-    ac_prev=host_alias ;;
-  -host=* | --host=* | --hos=* | --ho=*)
-    host_alias=$ac_optarg ;;
-
-  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-    ac_prev=htmldir ;;
-  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-  | --ht=*)
-    htmldir=$ac_optarg ;;
-
-  -includedir | --includedir | --includedi | --included | --include \
-  | --includ | --inclu | --incl | --inc)
-    ac_prev=includedir ;;
-  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-  | --includ=* | --inclu=* | --incl=* | --inc=*)
-    includedir=$ac_optarg ;;
-
-  -infodir | --infodir | --infodi | --infod | --info | --inf)
-    ac_prev=infodir ;;
-  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-    infodir=$ac_optarg ;;
-
-  -libdir | --libdir | --libdi | --libd)
-    ac_prev=libdir ;;
-  -libdir=* | --libdir=* | --libdi=* | --libd=*)
-    libdir=$ac_optarg ;;
-
-  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-  | --libexe | --libex | --libe)
-    ac_prev=libexecdir ;;
-  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
-  | --libexe=* | --libex=* | --libe=*)
-    libexecdir=$ac_optarg ;;
-
-  -localedir | --localedir | --localedi | --localed | --locale)
-    ac_prev=localedir ;;
-  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-    localedir=$ac_optarg ;;
-
-  -localstatedir | --localstatedir | --localstatedi | --localstated \
-  | --localstate | --localstat | --localsta | --localst | --locals)
-    ac_prev=localstatedir ;;
-  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-    localstatedir=$ac_optarg ;;
-
-  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-    ac_prev=mandir ;;
-  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
-    mandir=$ac_optarg ;;
-
-  -nfp | --nfp | --nf)
-    # Obsolete; use --without-fp.
-    with_fp=no ;;
-
-  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
-  | --no-cr | --no-c | -n)
-    no_create=yes ;;
-
-  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
-  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
-    no_recursion=yes ;;
-
-  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
-  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
-  | --oldin | --oldi | --old | --ol | --o)
-    ac_prev=oldincludedir ;;
-  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
-  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
-  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
-    oldincludedir=$ac_optarg ;;
-
-  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-    ac_prev=prefix ;;
-  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-    prefix=$ac_optarg ;;
-
-  -program-prefix | --program-prefix | --program-prefi | --program-pref \
-  | --program-pre | --program-pr | --program-p)
-    ac_prev=program_prefix ;;
-  -program-prefix=* | --program-prefix=* | --program-prefi=* \
-  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
-    program_prefix=$ac_optarg ;;
-
-  -program-suffix | --program-suffix | --program-suffi | --program-suff \
-  | --program-suf | --program-su | --program-s)
-    ac_prev=program_suffix ;;
-  -program-suffix=* | --program-suffix=* | --program-suffi=* \
-  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
-    program_suffix=$ac_optarg ;;
-
-  -program-transform-name | --program-transform-name \
-  | --program-transform-nam | --program-transform-na \
-  | --program-transform-n | --program-transform- \
-  | --program-transform | --program-transfor \
-  | --program-transfo | --program-transf \
-  | --program-trans | --program-tran \
-  | --progr-tra | --program-tr | --program-t)
-    ac_prev=program_transform_name ;;
-  -program-transform-name=* | --program-transform-name=* \
-  | --program-transform-nam=* | --program-transform-na=* \
-  | --program-transform-n=* | --program-transform-=* \
-  | --program-transform=* | --program-transfor=* \
-  | --program-transfo=* | --program-transf=* \
-  | --program-trans=* | --program-tran=* \
-  | --progr-tra=* | --program-tr=* | --program-t=*)
-    program_transform_name=$ac_optarg ;;
-
-  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-    ac_prev=pdfdir ;;
-  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-    pdfdir=$ac_optarg ;;
-
-  -psdir | --psdir | --psdi | --psd | --ps)
-    ac_prev=psdir ;;
-  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-    psdir=$ac_optarg ;;
-
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil)
-    silent=yes ;;
-
-  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
-    ac_prev=sbindir ;;
-  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
-  | --sbi=* | --sb=*)
-    sbindir=$ac_optarg ;;
-
-  -sharedstatedir | --sharedstatedir | --sharedstatedi \
-  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
-  | --sharedst | --shareds | --shared | --share | --shar \
-  | --sha | --sh)
-    ac_prev=sharedstatedir ;;
-  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
-  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
-  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
-  | --sha=* | --sh=*)
-    sharedstatedir=$ac_optarg ;;
-
-  -site | --site | --sit)
-    ac_prev=site ;;
-  -site=* | --site=* | --sit=*)
-    site=$ac_optarg ;;
-
-  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-    ac_prev=srcdir ;;
-  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-    srcdir=$ac_optarg ;;
-
-  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
-  | --syscon | --sysco | --sysc | --sys | --sy)
-    ac_prev=sysconfdir ;;
-  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
-  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
-    sysconfdir=$ac_optarg ;;
-
-  -target | --target | --targe | --targ | --tar | --ta | --t)
-    ac_prev=target_alias ;;
-  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
-    target_alias=$ac_optarg ;;
-
-  -v | -verbose | --verbose | --verbos | --verbo | --verb)
-    verbose=yes ;;
-
-  -version | --version | --versio | --versi | --vers | -V)
-    ac_init_version=: ;;
-
-  -with-* | --with-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"with_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=\$ac_optarg ;;
-
-  -without-* | --without-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"with_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=no ;;
-
-  --x)
-    # Obsolete; use --with-x.
-    with_x=yes ;;
-
-  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
-  | --x-incl | --x-inc | --x-in | --x-i)
-    ac_prev=x_includes ;;
-  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
-  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
-    x_includes=$ac_optarg ;;
-
-  -x-libraries | --x-libraries | --x-librarie | --x-librari \
-  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
-    ac_prev=x_libraries ;;
-  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
-  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
-    x_libraries=$ac_optarg ;;
-
-  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; }
-    ;;
-
-  *=*)
-    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-   { (exit 1); exit 1; }; }
-    eval $ac_envvar=\$ac_optarg
-    export $ac_envvar ;;
-
-  *)
-    # FIXME: should be removed in autoconf 3.0.
-    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
-    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
-      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
-    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
-    ;;
-
-  esac
-done
-
-if test -n "$ac_prev"; then
-  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
-   { (exit 1); exit 1; }; }
-fi
-
-if test -n "$ac_unrecognized_opts"; then
-  case $enable_option_checking in
-    no) ;;
-    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
-   { (exit 1); exit 1; }; } ;;
-    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
-  esac
-fi
-
-# Check all directory arguments for consistency.
-for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
-               datadir sysconfdir sharedstatedir localstatedir includedir \
-               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir
-do
-  eval ac_val=\$$ac_var
-  # Remove trailing slashes.
-  case $ac_val in
-    */ )
-      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
-      eval $ac_var=\$ac_val;;
-  esac
-  # Be sure to have absolute directory names.
-  case $ac_val in
-    [\\/$]* | ?:[\\/]* )  continue;;
-    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
-  esac
-  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-   { (exit 1); exit 1; }; }
-done
-
-# There might be people who depend on the old broken behavior: `$host'
-# used to hold the argument of --host etc.
-# FIXME: To remove some day.
-build=$build_alias
-host=$host_alias
-target=$target_alias
-
-# FIXME: To remove some day.
-if test "x$host_alias" != x; then
-  if test "x$build_alias" = x; then
-    cross_compiling=maybe
-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
-    If a cross compiler is detected then cross compile mode will be used." >&2
-  elif test "x$build_alias" != "x$host_alias"; then
-    cross_compiling=yes
-  fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-ac_pwd=`pwd` && test -n "$ac_pwd" &&
-ac_ls_di=`ls -di .` &&
-ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
-   { (exit 1); exit 1; }; }
-test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
-  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
-   { (exit 1); exit 1; }; }
-
-
-# Find the source files, if location was not specified.
-if test -z "$srcdir"; then
-  ac_srcdir_defaulted=yes
-  # Try the directory containing this script, then the parent directory.
-  ac_confdir=`$as_dirname -- "$as_myself" ||
-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_myself" : 'X\(//\)[^/]' \| \
-        X"$as_myself" : 'X\(//\)$' \| \
-        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_myself" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-  srcdir=$ac_confdir
-  if test ! -r "$srcdir/$ac_unique_file"; then
-    srcdir=..
-  fi
-else
-  ac_srcdir_defaulted=no
-fi
-if test ! -r "$srcdir/$ac_unique_file"; then
-  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
-  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
-   { (exit 1); exit 1; }; }
-fi
-ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
-ac_abs_confdir=`(
-       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
-   { (exit 1); exit 1; }; }
-       pwd)`
-# When building in place, set srcdir=.
-if test "$ac_abs_confdir" = "$ac_pwd"; then
-  srcdir=.
-fi
-# Remove unnecessary trailing slashes from srcdir.
-# Double slashes in file names in object file debugging info
-# mess up M-x gdb in Emacs.
-case $srcdir in
-*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
-esac
-for ac_var in $ac_precious_vars; do
-  eval ac_env_${ac_var}_set=\${${ac_var}+set}
-  eval ac_env_${ac_var}_value=\$${ac_var}
-  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
-  eval ac_cv_env_${ac_var}_value=\$${ac_var}
-done
-
-#
-# Report the --help message.
-#
-if test "$ac_init_help" = "long"; then
-  # Omit some internal or obsolete options to make the list less imposing.
-  # This message is too long to be a string in the A/UX 3.1 sh.
-  cat <<_ACEOF
-\`configure' configures GNU tar 1.25 to adapt to many kinds of systems.
-
-Usage: $0 [OPTION]... [VAR=VALUE]...
-
-To assign environment variables (e.g., CC, CFLAGS...), specify them as
-VAR=VALUE.  See below for descriptions of some of the useful variables.
-
-Defaults for the options are specified in brackets.
-
-Configuration:
-  -h, --help              display this help and exit
-      --help=short        display options specific to this package
-      --help=recursive    display the short help of all the included packages
-  -V, --version           display version information and exit
-  -q, --quiet, --silent   do not print \`checking...' messages
-      --cache-file=FILE   cache test results in FILE [disabled]
-  -C, --config-cache      alias for \`--cache-file=config.cache'
-  -n, --no-create         do not create output files
-      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
-
-Installation directories:
-  --prefix=PREFIX         install architecture-independent files in PREFIX
-                          [$ac_default_prefix]
-  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-                          [PREFIX]
-
-By default, \`make install' will install all the files in
-\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
-an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-for instance \`--prefix=\$HOME'.
-
-For better control, use the options below.
-
-Fine tuning of the installation directories:
-  --bindir=DIR            user executables [EPREFIX/bin]
-  --sbindir=DIR           system admin executables [EPREFIX/sbin]
-  --libexecdir=DIR        program executables [EPREFIX/libexec]
-  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
-  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
-  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --libdir=DIR            object code libraries [EPREFIX/lib]
-  --includedir=DIR        C header files [PREFIX/include]
-  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
-  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
-  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
-  --infodir=DIR           info documentation [DATAROOTDIR/info]
-  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
-  --mandir=DIR            man documentation [DATAROOTDIR/man]
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/tar]
-  --htmldir=DIR           html documentation [DOCDIR]
-  --dvidir=DIR            dvi documentation [DOCDIR]
-  --pdfdir=DIR            pdf documentation [DOCDIR]
-  --psdir=DIR             ps documentation [DOCDIR]
-_ACEOF
-
-  cat <<\_ACEOF
-
-Program names:
-  --program-prefix=PREFIX            prepend PREFIX to installed program names
-  --program-suffix=SUFFIX            append SUFFIX to installed program names
-  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
-
-System types:
-  --build=BUILD     configure for building on BUILD [guessed]
-  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
-  case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU tar 1.25:";;
-   esac
-  cat <<\_ACEOF
-
-Optional Features:
-  --disable-option-checking  ignore unrecognized --enable/--with options
-  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
-  --disable-silent-rules         verbose build output (undo: `make V=0')
-  --disable-dependency-tracking  speeds up one-time build
-  --enable-dependency-tracking   do not reject slow dependency extractors
-  --disable-largefile     omit support for large files
-  --disable-rpath         do not hardcode runtime library paths
-  --disable-nls           do not use Native Language Support
-  --enable-backup-scripts Create and install backup and restore scripts
-
-Optional Packages:
-  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
-  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --without-included-regex
-                          don't compile regex; this is the default on systems
-                          with recent-enough versions of the GNU C Library
-                          (use with caution on other systems).
-  --with-packager         String identifying the packager of this software
-  --with-packager-version Packager-specific version information
-  --with-packager-bug-reports
-                          Packager info for bug reports (URL/e-mail/...)
-  --with-rmt=FILE         Use FILE as the default `rmt' program. Do not build
-                          included copy of `rmt'.
-  --with-compress=PROG    use PROG as compress compressor program
-  --with-gzip=PROG        use PROG as gzip compressor program
-  --with-bzip2=PROG       use PROG as bzip2 compressor program
-  --with-lzip=PROG        use PROG as lzip compressor program
-  --with-lzma=PROG        use PROG as lzma compressor program
-  --with-lzop=PROG        use PROG as lzop compressor program
-  --with-xz=PROG          use PROG as xz compressor program
-  --with-gnu-ld           assume the C compiler uses GNU ld default=no
-  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
-  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
-  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
-  --without-libintl-prefix     don't search for libintl in includedir and libdir
-
-Some influential environment variables:
-  CC          C compiler command
-  CFLAGS      C compiler flags
-  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-              nonstandard directory <lib dir>
-  LIBS        libraries to pass to the linker, e.g. -l<library>
-  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
-              you have headers in a nonstandard directory <include dir>
-  YACC        The `Yet Another C Compiler' implementation to use. Defaults to
-              the first program found out of: `bison -y', `byacc', `yacc'.
-  YFLAGS      The list of arguments that will be passed by default to $YACC.
-              This script will default YFLAGS to the empty string to avoid a
-              default value of `-d' given by some make applications.
-  CPP         C preprocessor
-  DEFAULT_RMT_DIR
-              Define full file name of the directory where to install `rmt'.
-              (default: $(libexecdir))
-  DEFAULT_ARCHIVE_FORMAT
-              Set the default archive format. Allowed values are: V7, OLDGNU,
-              USTAR, POSIX, GNU. Default is GNU
-  DEFAULT_ARCHIVE
-              Set the name of the default archive (default: -)
-  DEFAULT_BLOCKING
-              Define default blocking factor (default: 20)
-  DEFAULT_QUOTING_STYLE
-              Set the default quoting style. Allowed values are: literal,
-              shell, shell-always, c, escape, locale, clocale . Default is
-              "escape".
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <bug-tar@gnu.org>.
-_ACEOF
-ac_status=$?
-fi
-
-if test "$ac_init_help" = "recursive"; then
-  # If there are subdirs, report their specific --help.
-  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
-    test -d "$ac_dir" ||
-      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
-      continue
-    ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-    cd "$ac_dir" || { ac_status=$?; continue; }
-    # Check for guested configure.
-    if test -f "$ac_srcdir/configure.gnu"; then
-      echo &&
-      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
-    elif test -f "$ac_srcdir/configure"; then
-      echo &&
-      $SHELL "$ac_srcdir/configure" --help=recursive
-    else
-      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
-    fi || ac_status=$?
-    cd "$ac_pwd" || { ac_status=$?; break; }
-  done
-fi
-
-test -n "$ac_init_help" && exit $ac_status
-if $ac_init_version; then
-  cat <<\_ACEOF
-GNU tar configure 1.25
-generated by GNU Autoconf 2.63
-
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-This configure script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it.
-_ACEOF
-  exit
-fi
-cat >config.log <<_ACEOF
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by GNU tar $as_me 1.25, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
-
-  $ $0 $@
-
-_ACEOF
-exec 5>>config.log
-{
-cat <<_ASUNAME
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
-
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
-
-/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
-/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
-/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
-/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
-/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-
-_ASUNAME
-
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  $as_echo "PATH: $as_dir"
-done
-IFS=$as_save_IFS
-
-} >&5
-
-cat >&5 <<_ACEOF
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-_ACEOF
-
-
-# Keep a trace of the command line.
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Strip out --silent because we don't want to record it for future runs.
-# Also quote any args containing shell meta-characters.
-# Make two passes to allow for proper duplicate-argument suppression.
-ac_configure_args=
-ac_configure_args0=
-ac_configure_args1=
-ac_must_keep_next=false
-for ac_pass in 1 2
-do
-  for ac_arg
-  do
-    case $ac_arg in
-    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
-    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-    | -silent | --silent | --silen | --sile | --sil)
-      continue ;;
-    *\'*)
-      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    case $ac_pass in
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
-    2)
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
-      if test $ac_must_keep_next = true; then
-       ac_must_keep_next=false # Got value, back to normal.
-      else
-       case $ac_arg in
-         *=* | --config-cache | -C | -disable-* | --disable-* \
-         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
-         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
-         | -with-* | --with-* | -without-* | --without-* | --x)
-           case "$ac_configure_args0 " in
-             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
-           esac
-           ;;
-         -* ) ac_must_keep_next=true ;;
-       esac
-      fi
-      ac_configure_args="$ac_configure_args '$ac_arg'"
-      ;;
-    esac
-  done
-done
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
-
-# When interrupted or exit'd, cleanup temporary files, and complete
-# config.log.  We remove comments because anyway the quotes in there
-# would cause problems or look ugly.
-# WARNING: Use '\'' to represent an apostrophe within the trap.
-# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
-trap 'exit_status=$?
-  # Save into config.log some information that might help in debugging.
-  {
-    echo
-
-    cat <<\_ASBOX
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-_ASBOX
-    echo
-    # The following way of writing the cache mishandles newlines in values,
-(
-  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
-    eval ac_val=\$$ac_var
-    case $ac_val in #(
-    *${as_nl}*)
-      case $ac_var in #(
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
-      esac
-      case $ac_var in #(
-      _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
-      *) $as_unset $ac_var ;;
-      esac ;;
-    esac
-  done
-  (set) 2>&1 |
-    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
-    *${as_nl}ac_space=\ *)
-      sed -n \
-       "s/'\''/'\''\\\\'\'''\''/g;
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
-      ;; #(
-    *)
-      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-      ;;
-    esac |
-    sort
-)
-    echo
-
-    cat <<\_ASBOX
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-_ASBOX
-    echo
-    for ac_var in $ac_subst_vars
-    do
-      eval ac_val=\$$ac_var
-      case $ac_val in
-      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-      esac
-      $as_echo "$ac_var='\''$ac_val'\''"
-    done | sort
-    echo
-
-    if test -n "$ac_subst_files"; then
-      cat <<\_ASBOX
-## ------------------- ##
-## File substitutions. ##
-## ------------------- ##
-_ASBOX
-      echo
-      for ac_var in $ac_subst_files
-      do
-       eval ac_val=\$$ac_var
-       case $ac_val in
-       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-       esac
-       $as_echo "$ac_var='\''$ac_val'\''"
-      done | sort
-      echo
-    fi
-
-    if test -s confdefs.h; then
-      cat <<\_ASBOX
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-_ASBOX
-      echo
-      cat confdefs.h
-      echo
-    fi
-    test "$ac_signal" != 0 &&
-      $as_echo "$as_me: caught signal $ac_signal"
-    $as_echo "$as_me: exit $exit_status"
-  } >&5
-  rm -f core *.core core.conftest.* &&
-    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-    exit $exit_status
-' 0
-for ac_signal in 1 2 13 15; do
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
-done
-ac_signal=0
-
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -f -r conftest* confdefs.h
-
-# Predefined preprocessor variables.
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_NAME "$PACKAGE_NAME"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_VERSION "$PACKAGE_VERSION"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_STRING "$PACKAGE_STRING"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
-_ACEOF
-
-
-# Let the site file select an alternate cache file if it wants to.
-# Prefer an explicitly selected file to automatically selected ones.
-ac_site_file1=NONE
-ac_site_file2=NONE
-if test -n "$CONFIG_SITE"; then
-  ac_site_file1=$CONFIG_SITE
-elif test "x$prefix" != xNONE; then
-  ac_site_file1=$prefix/share/config.site
-  ac_site_file2=$prefix/etc/config.site
-else
-  ac_site_file1=$ac_default_prefix/share/config.site
-  ac_site_file2=$ac_default_prefix/etc/config.site
-fi
-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
-do
-  test "x$ac_site_file" = xNONE && continue
-  if test -r "$ac_site_file"; then
-    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
-    sed 's/^/| /' "$ac_site_file" >&5
-    . "$ac_site_file"
-  fi
-done
-
-if test -r "$cache_file"; then
-  # Some versions of bash will fail to source /dev/null (special
-  # files actually), so we avoid doing that.
-  if test -f "$cache_file"; then
-    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
-$as_echo "$as_me: loading cache $cache_file" >&6;}
-    case $cache_file in
-      [\\/]* | ?:[\\/]* ) . "$cache_file";;
-      *)                      . "./$cache_file";;
-    esac
-  fi
-else
-  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
-$as_echo "$as_me: creating cache $cache_file" >&6;}
-  >$cache_file
-fi
-
-ac_header_list="$ac_header_list fcntl.h"
-ac_header_list="$ac_header_list linux/fd.h"
-ac_header_list="$ac_header_list memory.h"
-ac_header_list="$ac_header_list net/errno.h"
-ac_header_list="$ac_header_list sgtty.h"
-ac_header_list="$ac_header_list string.h"
-ac_header_list="$ac_header_list sys/param.h"
-ac_header_list="$ac_header_list sys/device.h"
-ac_header_list="$ac_header_list sys/gentape.h"
-ac_header_list="$ac_header_list sys/inet.h"
-ac_header_list="$ac_header_list sys/io/trioctl.h"
-ac_header_list="$ac_header_list sys/mtio.h"
-ac_header_list="$ac_header_list sys/time.h"
-ac_header_list="$ac_header_list sys/tprintf.h"
-ac_header_list="$ac_header_list sys/tape.h"
-ac_header_list="$ac_header_list unistd.h"
-ac_header_list="$ac_header_list locale.h"
-ac_func_list="$ac_func_list flockfile"
-ac_func_list="$ac_func_list funlockfile"
-ac_header_list="$ac_header_list features.h"
-ac_header_list="$ac_header_list linewrap.h"
-ac_func_list="$ac_func_list pathconf"
-ac_func_list="$ac_func_list btowc"
-ac_func_list="$ac_func_list canonicalize_file_name"
-ac_func_list="$ac_func_list getcwd"
-ac_func_list="$ac_func_list readlink"
-ac_func_list="$ac_func_list realpath"
-ac_func_list="$ac_func_list chown"
-ac_func_list="$ac_func_list fchown"
-ac_header_list="$ac_header_list dirent.h"
-ac_func_list="$ac_func_list fdopendir"
-ac_func_list="$ac_func_list dup2"
-ac_header_list="$ac_header_list errno.h"
-ac_func_list="$ac_func_list fchdir"
-ac_func_list="$ac_func_list fcntl"
-ac_func_list="$ac_func_list mempcpy"
-ac_header_list="$ac_header_list float.h"
-ac_func_list="$ac_func_list isblank"
-ac_func_list="$ac_func_list iswctype"
-ac_func_list="$ac_func_list mbsrtowcs"
-ac_func_list="$ac_func_list wmemchr"
-ac_func_list="$ac_func_list wmemcpy"
-ac_func_list="$ac_func_list wmempcpy"
-ac_header_list="$ac_header_list wctype.h"
-gl_fnmatch_required=GNU
-ac_header_list="$ac_header_list stdio_ext.h"
-ac_func_list="$ac_func_list __fpending"
-ac_func_list="$ac_func_list futimens"
-ac_func_list="$ac_func_list getdelim"
-ac_func_list="$ac_func_list getdtablesize"
-gl_getopt_required=GNU
-ac_header_list="$ac_header_list getopt.h"
-ac_func_list="$ac_func_list gettimeofday"
-ac_func_list="$ac_func_list nanotime"
-ac_header_list="$ac_header_list stdint.h"
-ac_header_list="$ac_header_list wchar.h"
-ac_header_list="$ac_header_list inttypes.h"
-ac_header_list="$ac_header_list langinfo.h"
-ac_func_list="$ac_func_list lchmod"
-ac_func_list="$ac_func_list link"
-ac_func_list="$ac_func_list linkat"
-ac_func_list="$ac_func_list symlink"
-ac_func_list="$ac_func_list lstat"
-ac_func_list="$ac_func_list mbsinit"
-ac_func_list="$ac_func_list mbrtowc"
-ac_header_list="$ac_header_list sys/mman.h"
-ac_func_list="$ac_func_list mprotect"
-ac_func_list="$ac_func_list memchr"
-ac_func_list="$ac_func_list mkfifo"
-ac_func_list="$ac_func_list mkfifoat"
-ac_func_list="$ac_func_list mknodat"
-ac_func_list="$ac_func_list mknod"
-ac_func_list="$ac_func_list alarm"
-ac_func_list="$ac_func_list nl_langinfo"
-ac_header_list="$ac_header_list priv.h"
-ac_func_list="$ac_func_list readlinkat"
-ac_func_list="$ac_func_list wcscoll"
-ac_func_list="$ac_func_list renameat"
-ac_func_list="$ac_func_list setenv"
-ac_func_list="$ac_func_list sleep"
-ac_header_list="$ac_header_list stdarg.h"
-ac_header_list="$ac_header_list stddef.h"
-ac_header_list="$ac_header_list stdio.h"
-ac_header_list="$ac_header_list stdlib.h"
-ac_func_list="$ac_func_list strdup"
-ac_header_list="$ac_header_list sys/socket.h"
-ac_header_list="$ac_header_list strings.h"
-ac_func_list="$ac_func_list strndup"
-ac_func_list="$ac_func_list symlinkat"
-ac_header_list="$ac_header_list sys/stat.h"
-ac_header_list="$ac_header_list sysexits.h"
-ac_header_list="$ac_header_list time.h"
-ac_func_list="$ac_func_list localtime_r"
-ac_func_list="$ac_func_list pipe"
-ac_header_list="$ac_header_list utime.h"
-ac_func_list="$ac_func_list futimes"
-ac_func_list="$ac_func_list futimesat"
-ac_func_list="$ac_func_list utimensat"
-ac_func_list="$ac_func_list lutimes"
-ac_func_list="$ac_func_list vasnprintf"
-ac_func_list="$ac_func_list wcrtomb"
-ac_func_list="$ac_func_list iswcntrl"
-ac_func_list="$ac_func_list iswblank"
-ac_func_list="$ac_func_list wcwidth"
-ac_header_list="$ac_header_list netdb.h"
-ac_header_list="$ac_header_list sys/wait.h"
-ac_header_list="$ac_header_list pwd.h"
-ac_header_list="$ac_header_list grp.h"
-ac_func_list="$ac_func_list setlocale"
-ac_func_list="$ac_func_list fchmod"
-ac_func_list="$ac_func_list fsync"
-gt_needs="$gt_needs need-formatstring-macros"
-# Check that the precious variables saved in the cache have kept the same
-# value.
-ac_cache_corrupted=false
-for ac_var in $ac_precious_vars; do
-  eval ac_old_set=\$ac_cv_env_${ac_var}_set
-  eval ac_new_set=\$ac_env_${ac_var}_set
-  eval ac_old_val=\$ac_cv_env_${ac_var}_value
-  eval ac_new_val=\$ac_env_${ac_var}_value
-  case $ac_old_set,$ac_new_set in
-    set,)
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
-      ac_cache_corrupted=: ;;
-    ,set)
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
-      ac_cache_corrupted=: ;;
-    ,);;
-    *)
-      if test "x$ac_old_val" != "x$ac_new_val"; then
-       # differences in whitespace do not lead to failure.
-       ac_old_val_w=`echo x $ac_old_val`
-       ac_new_val_w=`echo x $ac_new_val`
-       if test "$ac_old_val_w" != "$ac_new_val_w"; then
-         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
-         ac_cache_corrupted=:
-       else
-         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
-         eval $ac_var=\$ac_old_val
-       fi
-       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
-$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
-       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
-$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
-      fi;;
-  esac
-  # Pass precious variables to config.status.
-  if test "$ac_new_set" = set; then
-    case $ac_new_val in
-    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-    *) ac_arg=$ac_var=$ac_new_val ;;
-    esac
-    case " $ac_configure_args " in
-      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
-    esac
-  fi
-done
-if $ac_cache_corrupted; then
-  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
-  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
-$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-ac_aux_dir=
-for ac_dir in build-aux "$srcdir"/build-aux; do
-  if test -f "$ac_dir/install-sh"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install-sh -c"
-    break
-  elif test -f "$ac_dir/install.sh"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install.sh -c"
-    break
-  elif test -f "$ac_dir/shtool"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/shtool install -c"
-    break
-  fi
-done
-if test -z "$ac_aux_dir"; then
-  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in build-aux \"$srcdir\"/build-aux" >&5
-$as_echo "$as_me: error: cannot find install-sh or install.sh in build-aux \"$srcdir\"/build-aux" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-# These three variables are undocumented and unsupported,
-# and are intended to be withdrawn in a future Autoconf release.
-# They can cause serious problems if a builder's source tree is in a directory
-# whose full name contains unusual characters.
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
-ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
-
-
-ac_config_headers="$ac_config_headers config.h"
-
-
-am__api_version='1.11'
-
-# Find a good install program.  We prefer a C program (faster),
-# so one script is as good as another.  But avoid the broken or
-# incompatible versions:
-# SysV /etc/install, /usr/sbin/install
-# SunOS /usr/etc/install
-# IRIX /sbin/install
-# AIX /bin/install
-# AmigaOS /C/install, which installs bootblocks on floppy discs
-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-# OS/2's system install, which has a completely different semantic
-# ./install, which can be erroneously created by make from ./install.sh.
-# Reject install programs that cannot install multiple files.
-{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-$as_echo_n "checking for a BSD-compatible install... " >&6; }
-if test -z "$INSTALL"; then
-if test "${ac_cv_path_install+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  # Account for people who put trailing slashes in PATH elements.
-case $as_dir/ in
-  ./ | .// | /cC/* | \
-  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
-  /usr/ucb/* ) ;;
-  *)
-    # OSF1 and SCO ODT 3.0 have their own names for install.
-    # Don't use installbsd from OSF since it installs stuff as root
-    # by default.
-    for ac_prog in ginstall scoinst install; do
-      for ac_exec_ext in '' $ac_executable_extensions; do
-       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
-         if test $ac_prog = install &&
-           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-           # AIX install.  It has an incompatible calling convention.
-           :
-         elif test $ac_prog = install &&
-           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-           # program-specific install script used by HP pwplus--don't use.
-           :
-         else
-           rm -rf conftest.one conftest.two conftest.dir
-           echo one > conftest.one
-           echo two > conftest.two
-           mkdir conftest.dir
-           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
-             test -s conftest.one && test -s conftest.two &&
-             test -s conftest.dir/conftest.one &&
-             test -s conftest.dir/conftest.two
-           then
-             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-             break 3
-           fi
-         fi
-       fi
-      done
-    done
-    ;;
-esac
-
-done
-IFS=$as_save_IFS
-
-rm -rf conftest.one conftest.two conftest.dir
-
-fi
-  if test "${ac_cv_path_install+set}" = set; then
-    INSTALL=$ac_cv_path_install
-  else
-    # As a last resort, use the slow shell script.  Don't cache a
-    # value for INSTALL within a source directory, because that will
-    # break other packages using the cache if that directory is
-    # removed, or if the value is a relative name.
-    INSTALL=$ac_install_sh
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
-$as_echo "$INSTALL" >&6; }
-
-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
-# It thinks the first close brace ends the variable substitution.
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
-
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-$as_echo_n "checking whether build environment is sane... " >&6; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# Reject unsafe characters in $srcdir or the absolute working directory
-# name.  Accept space and tab only in the latter.
-am_lf='
-'
-case `pwd` in
-  *[\\\"\#\$\&\'\`$am_lf]*)
-    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
-$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
-   { (exit 1); exit 1; }; };;
-esac
-case $srcdir in
-  *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
-    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
-$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
-   { (exit 1); exit 1; }; };;
-esac
-
-# Do `set' in a subshell so we don't clobber the current shell's
-# arguments.  Must try -L first in case configure is actually a
-# symlink; some systems play weird games with the mod time of symlinks
-# (eg FreeBSD returns the mod time of the symlink's containing
-# directory).
-if (
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
-   if test "$*" = "X"; then
-      # -L didn't work.
-      set X `ls -t "$srcdir/configure" conftest.file`
-   fi
-   rm -f conftest.file
-   if test "$*" != "X $srcdir/configure conftest.file" \
-      && test "$*" != "X conftest.file $srcdir/configure"; then
-
-      # If neither matched, then we have a broken ls.  This can happen
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
-      # broken ls alias from the environment.  This has actually
-      # happened.  Such a system could not be considered "sane".
-      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
-alias in your environment" >&5
-$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
-alias in your environment" >&2;}
-   { (exit 1); exit 1; }; }
-   fi
-
-   test "$2" = conftest.file
-   )
-then
-   # Ok.
-   :
-else
-   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
-Check your system clock" >&5
-$as_echo "$as_me: error: newly created file is older than distributed files!
-Check your system clock" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-test "$program_prefix" != NONE &&
-  program_transform_name="s&^&$program_prefix&;$program_transform_name"
-# Use a double $ so make ignores it.
-test "$program_suffix" != NONE &&
-  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
-# Double any \ or $.
-# By default was `s,x,x', remove it if useless.
-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
-
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-
-if test x"${MISSING+set}" != xset; then
-  case $am_aux_dir in
-  *\ * | *\    *)
-    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
-  *)
-    MISSING="\${SHELL} $am_aux_dir/missing" ;;
-  esac
-fi
-# Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
-else
-  am_missing_run=
-  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
-fi
-
-if test x"${install_sh}" != xset; then
-  case $am_aux_dir in
-  *\ * | *\    *)
-    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
-  *)
-    install_sh="\${SHELL} $am_aux_dir/install-sh"
-  esac
-fi
-
-# Installed binaries are usually stripped using `strip' when the user
-# run `make install-strip'.  However `strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
-# will honor the `STRIP' environment variable to overrule this program.
-if test "$cross_compiling" != no; then
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-set dummy ${ac_tool_prefix}strip; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_STRIP+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$STRIP"; then
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-STRIP=$ac_cv_prog_STRIP
-if test -n "$STRIP"; then
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
-$as_echo "$STRIP" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_STRIP"; then
-  ac_ct_STRIP=$STRIP
-  # Extract the first word of "strip", so it can be a program name with args.
-set dummy strip; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_STRIP"; then
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_ac_ct_STRIP="strip"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-if test -n "$ac_ct_STRIP"; then
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-$as_echo "$ac_ct_STRIP" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_STRIP" = x; then
-    STRIP=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    STRIP=$ac_ct_STRIP
-  fi
-else
-  STRIP="$ac_cv_prog_STRIP"
-fi
-
-fi
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
-
-{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
-if test -z "$MKDIR_P"; then
-  if test "${ac_cv_path_mkdir+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_prog in mkdir gmkdir; do
-        for ac_exec_ext in '' $ac_executable_extensions; do
-          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
-          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
-            'mkdir (GNU coreutils) '* | \
-            'mkdir (coreutils) '* | \
-            'mkdir (fileutils) '4.1*)
-              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
-              break 3;;
-          esac
-        done
-       done
-done
-IFS=$as_save_IFS
-
-fi
-
-  if test "${ac_cv_path_mkdir+set}" = set; then
-    MKDIR_P="$ac_cv_path_mkdir -p"
-  else
-    # As a last resort, use the slow shell script.  Don't cache a
-    # value for MKDIR_P within a source directory, because that will
-    # break other packages using the cache if that directory is
-    # removed, or if the value is a relative name.
-    test -d ./--version && rmdir ./--version
-    MKDIR_P="$ac_install_sh -d"
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
-$as_echo "$MKDIR_P" >&6; }
-
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
-  [\\/$]* | ?:[\\/]*) ;;
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-for ac_prog in gawk mawk nawk awk
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_AWK+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
-{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
-set x ${MAKE-make}
-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.make <<\_ACEOF
-SHELL = /bin/sh
-all:
-       @echo '@@@%%%=$(MAKE)=@@@%%%'
-_ACEOF
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-case `${MAKE-make} -f conftest.make 2>/dev/null` in
-  *@@@%%%=?*=@@@%%%*)
-    eval ac_cv_prog_make_${ac_make}_set=yes;;
-  *)
-    eval ac_cv_prog_make_${ac_make}_set=no;;
-esac
-rm -f conftest.make
-fi
-if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-  SET_MAKE=
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-  SET_MAKE="MAKE=${MAKE-make}"
-fi
-
-rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
-  am__leading_dot=.
-else
-  am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-
-# Check whether --enable-silent-rules was given.
-if test "${enable_silent_rules+set}" = set; then
-  enableval=$enable_silent_rules;
-fi
-
-case $enable_silent_rules in
-yes) AM_DEFAULT_VERBOSITY=0;;
-no)  AM_DEFAULT_VERBOSITY=1;;
-*)   AM_DEFAULT_VERBOSITY=1;;
-esac
-AM_BACKSLASH='\'
-
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
-  # is not polluted with repeated "-I."
-  am__isrc=' -I$(srcdir)'
-  # test to see if srcdir already configured
-  if test -f $srcdir/config.status; then
-    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
-$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
-  if (cygpath --version) >/dev/null 2>/dev/null; then
-    CYGPATH_W='cygpath -w'
-  else
-    CYGPATH_W=echo
-  fi
-fi
-
-
-# Define the identity of the package.
- PACKAGE='tar'
- VERSION='1.25'
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE "$PACKAGE"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
-
-# Some tools Automake needs.
-
-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
-
-
-AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
-
-
-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
-
-
-AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
-
-
-MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
-
-# We need awk for the "check" target.  The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-
-{ $as_echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
-$as_echo_n "checking how to create a ustar tar archive... " >&6; }
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar plaintar pax cpio none'
-_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-for _am_tool in $_am_tools
-do
-  case $_am_tool in
-  gnutar)
-    for _am_tar in tar gnutar gtar;
-    do
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
-   ($_am_tar --version) >&5 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } && break
-    done
-    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
-    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
-    am__untar="$_am_tar -xf -"
-    ;;
-  plaintar)
-    # Must skip GNU tar: if it does not support --format= it doesn't create
-    # ustar tarball either.
-    (tar --version) >/dev/null 2>&1 && continue
-    am__tar='tar chf - "$$tardir"'
-    am__tar_='tar chf - "$tardir"'
-    am__untar='tar xf -'
-    ;;
-  pax)
-    am__tar='pax -L -x ustar -w "$$tardir"'
-    am__tar_='pax -L -x ustar -w "$tardir"'
-    am__untar='pax -r'
-    ;;
-  cpio)
-    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
-    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
-    am__untar='cpio -i -H ustar -d'
-    ;;
-  none)
-    am__tar=false
-    am__tar_=false
-    am__untar=false
-    ;;
-  esac
-
-  # If the value was cached, stop now.  We just wanted to have am__tar
-  # and am__untar set.
-  test -n "${am_cv_prog_tar_ustar}" && break
-
-  # tar/untar a dummy directory, and stop if the command works
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  echo GrepMe > conftest.dir/file
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
-   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }
-  rm -rf conftest.dir
-  if test -s conftest.tar; then
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
-   ($am__untar <conftest.tar) >&5 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-  fi
-done
-rm -rf conftest.dir
-
-if test "${am_cv_prog_tar_ustar+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  am_cv_prog_tar_ustar=$_am_tool
-fi
-
-{ $as_echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5
-$as_echo "$am_cv_prog_tar_ustar" >&6; }
-
-
-
-
-
-
-# Enable silent rules by default:
-# Check whether --enable-silent-rules was given.
-if test "${enable_silent_rules+set}" = set; then
-  enableval=$enable_silent_rules;
-fi
-
-case $enable_silent_rules in
-yes) AM_DEFAULT_VERBOSITY=0;;
-no)  AM_DEFAULT_VERBOSITY=1;;
-*)   AM_DEFAULT_VERBOSITY=0;;
-esac
-AM_BACKSLASH='\'
-
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_CC="${ac_tool_prefix}gcc"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_CC"; then
-  ac_ct_CC=$CC
-  # Extract the first word of "gcc", so it can be a program name with args.
-set dummy gcc; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_ac_ct_CC="gcc"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-else
-  CC="$ac_cv_prog_CC"
-fi
-
-if test -z "$CC"; then
-          if test -n "$ac_tool_prefix"; then
-    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}cc; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_CC="${ac_tool_prefix}cc"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  fi
-fi
-if test -z "$CC"; then
-  # Extract the first word of "cc", so it can be a program name with args.
-set dummy cc; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-  ac_prog_rejected=no
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
-       ac_prog_rejected=yes
-       continue
-     fi
-    ac_cv_prog_CC="cc"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-if test $ac_prog_rejected = yes; then
-  # We found a bogon in the path, so make sure we never use it.
-  set dummy $ac_cv_prog_CC
-  shift
-  if test $# != 0; then
-    # We chose a different compiler from the bogus one.
-    # However, it has the same basename, so the bogon will be chosen
-    # first if we set CC to just the basename; use the full file name.
-    shift
-    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
-  fi
-fi
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$CC"; then
-  if test -n "$ac_tool_prefix"; then
-  for ac_prog in cl.exe
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$CC" && break
-  done
-fi
-if test -z "$CC"; then
-  ac_ct_CC=$CC
-  for ac_prog in cl.exe
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_ac_ct_CC="$ac_prog"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_CC" && break
-done
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-fi
-
-fi
-
-
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
-
-# Provide some information about the compiler.
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-{ (ac_try="$ac_compiler --version >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compiler --version >&5") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }
-{ (ac_try="$ac_compiler -v >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compiler -v >&5") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }
-{ (ac_try="$ac_compiler -V >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compiler -V >&5") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }
-
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
-# Try to create an executable without -o first, disregard a.out.
-# It will help us diagnose broken compilers, and finding out an intuition
-# of exeext.
-{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
-$as_echo_n "checking for C compiler default output file name... " >&6; }
-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-
-# The possible output files:
-ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
-
-ac_rmfiles=
-for ac_file in $ac_files
-do
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
-    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
-  esac
-done
-rm -f $ac_rmfiles
-
-if { (ac_try="$ac_link_default"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link_default") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; then
-  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
-# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
-# in a Makefile.  We should not override ac_cv_exeext if it was cached,
-# so that the user can short-circuit this test for compilers unknown to
-# Autoconf.
-for ac_file in $ac_files ''
-do
-  test -f "$ac_file" || continue
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
-       ;;
-    [ab].out )
-       # We found the default executable, but exeext='' is most
-       # certainly right.
-       break;;
-    *.* )
-        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-       then :; else
-          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-       fi
-       # We set ac_cv_exeext here because the later test for it is not
-       # safe: cross compilers may not add the suffix if given an `-o'
-       # argument, so we may need to know it at that point already.
-       # Even if this section looks crufty: it has the advantage of
-       # actually working.
-       break;;
-    * )
-       break;;
-  esac
-done
-test "$ac_cv_exeext" = no && ac_cv_exeext=
-
-else
-  ac_file=''
-fi
-
-{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
-$as_echo "$ac_file" >&6; }
-if test -z "$ac_file"; then
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: C compiler cannot create executables
-See \`config.log' for more details." >&2;}
-   { (exit 77); exit 77; }; }; }
-fi
-
-ac_exeext=$ac_cv_exeext
-
-# Check that the compiler produces executables we can run.  If not, either
-# the compiler is broken, or we cross compile.
-{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-$as_echo_n "checking whether the C compiler works... " >&6; }
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
-# If not cross compiling, check that we can run a simple program.
-if test "$cross_compiling" != yes; then
-  if { ac_try='./$ac_file'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-    cross_compiling=no
-  else
-    if test "$cross_compiling" = maybe; then
-       cross_compiling=yes
-    else
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
-    fi
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
-ac_clean_files=$ac_clean_files_save
-# Check that the compiler produces executables we can run.  If not, either
-# the compiler is broken, or we cross compile.
-{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-$as_echo_n "checking whether we are cross compiling... " >&6; }
-{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
-$as_echo "$cross_compiling" >&6; }
-
-{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
-$as_echo_n "checking for suffix of executables... " >&6; }
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; then
-  # If both `conftest.exe' and `conftest' are `present' (well, observable)
-# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
-# work properly (i.e., refer to `conftest.exe'), while it won't with
-# `rm'.
-for ac_file in conftest.exe conftest conftest.*; do
-  test -f "$ac_file" || continue
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
-    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-         break;;
-    * ) break;;
-  esac
-done
-else
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
-fi
-
-rm -f conftest$ac_cv_exeext
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-$as_echo "$ac_cv_exeext" >&6; }
-
-rm -f conftest.$ac_ext
-EXEEXT=$ac_cv_exeext
-ac_exeext=$EXEEXT
-{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
-$as_echo_n "checking for suffix of object files... " >&6; }
-if test "${ac_cv_objext+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.o conftest.obj
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; then
-  for ac_file in conftest.o conftest.obj conftest.*; do
-  test -f "$ac_file" || continue;
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
-    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-       break;;
-  esac
-done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
-fi
-
-rm -f conftest.$ac_cv_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-$as_echo "$ac_cv_objext" >&6; }
-OBJEXT=$ac_cv_objext
-ac_objext=$OBJEXT
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifndef __GNUC__
-       choke me
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_compiler_gnu=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_compiler_gnu=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
-  GCC=yes
-else
-  GCC=
-fi
-ac_test_CFLAGS=${CFLAGS+set}
-ac_save_CFLAGS=$CFLAGS
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-$as_echo_n "checking whether $CC accepts -g... " >&6; }
-if test "${ac_cv_prog_cc_g+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_save_c_werror_flag=$ac_c_werror_flag
-   ac_c_werror_flag=yes
-   ac_cv_prog_cc_g=no
-   CFLAGS="-g"
-   cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_prog_cc_g=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       CFLAGS=""
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_c_werror_flag=$ac_save_c_werror_flag
-        CFLAGS="-g"
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_prog_cc_g=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-$as_echo "$ac_cv_prog_cc_g" >&6; }
-if test "$ac_test_CFLAGS" = set; then
-  CFLAGS=$ac_save_CFLAGS
-elif test $ac_cv_prog_cc_g = yes; then
-  if test "$GCC" = yes; then
-    CFLAGS="-g -O2"
-  else
-    CFLAGS="-g"
-  fi
-else
-  if test "$GCC" = yes; then
-    CFLAGS="-O2"
-  else
-    CFLAGS=
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
-if test "${ac_cv_prog_cc_c89+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_prog_cc_c89=no
-ac_save_CC=$CC
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
-struct buf { int x; };
-FILE * (*rcsopen) (struct buf *, struct stat *, int);
-static char *e (p, i)
-     char **p;
-     int i;
-{
-  return p[i];
-}
-static char *f (char * (*g) (char **, int), char **p, ...)
-{
-  char *s;
-  va_list v;
-  va_start (v,p);
-  s = g (p, va_arg (v,int));
-  va_end (v);
-  return s;
-}
-
-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-   function prototypes and stuff, but not '\xHH' hex character constants.
-   These don't provoke an error unfortunately, instead are silently treated
-   as 'x'.  The following induces an error, until -std is added to get
-   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-   array size at least.  It's necessary to write '\x00'==0 to get something
-   that's true only with -std.  */
-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-
-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
-   inside strings and character constants.  */
-#define FOO(x) 'x'
-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
-
-int test (int i, double x);
-struct s1 {int (*f) (int a);};
-struct s2 {int (*f) (double a);};
-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-int argc;
-char **argv;
-int
-main ()
-{
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-  ;
-  return 0;
-}
-_ACEOF
-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-do
-  CC="$ac_save_CC $ac_arg"
-  rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_prog_cc_c89=$ac_arg
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext
-  test "x$ac_cv_prog_cc_c89" != "xno" && break
-done
-rm -f conftest.$ac_ext
-CC=$ac_save_CC
-
-fi
-# AC_CACHE_VAL
-case "x$ac_cv_prog_cc_c89" in
-  x)
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
-$as_echo "none needed" >&6; } ;;
-  xno)
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
-$as_echo "unsupported" >&6; } ;;
-  *)
-    CC="$CC $ac_cv_prog_cc_c89"
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
-esac
-
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-DEPDIR="${am__leading_dot}deps"
-
-ac_config_commands="$ac_config_commands depfiles"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
-       @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
-  am__include=include
-  am__quote=
-  _am_result=GNU
-  ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
-   echo '.include "confinc"' > confmf
-   case `$am_make -s -f confmf 2> /dev/null` in #(
-   *the\ am__doit\ target*)
-     am__include=.include
-     am__quote="\""
-     _am_result=BSD
-     ;;
-   esac
-fi
-
-
-{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-# Check whether --enable-dependency-tracking was given.
-if test "${enable_dependency_tracking+set}" = set; then
-  enableval=$enable_dependency_tracking;
-fi
-
-if test "x$enable_dependency_tracking" != xno; then
-  am_depcomp="$ac_aux_dir/depcomp"
-  AMDEPBACKSLASH='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
-  AMDEP_TRUE=
-  AMDEP_FALSE='#'
-else
-  AMDEP_TRUE='#'
-  AMDEP_FALSE=
-fi
-
-
-
-depcc="$CC"   am_compiler_list=
-
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-$as_echo_n "checking dependency style of $depcc... " >&6; }
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-  # We make a subdir and do the tests there.  Otherwise we can end up
-  # making bogus files that we don't know about and never remove.  For
-  # instance it was reported that on HP-UX the gcc test will end up
-  # making a dummy file named `D' -- because `-MD' means `put the output
-  # in D'.
-  mkdir conftest.dir
-  # Copy depcomp to subdir because otherwise we won't find it if we're
-  # using a relative directory.
-  cp "$am_depcomp" conftest.dir
-  cd conftest.dir
-  # We will build objects and dependencies in a subdirectory because
-  # it helps to detect inapplicable dependency modes.  For instance
-  # both Tru64's cc and ICC support -MD to output dependencies as a
-  # side effect of compilation, but ICC will put the dependencies in
-  # the current directory while Tru64 will put them in the object
-  # directory.
-  mkdir sub
-
-  am_cv_CC_dependencies_compiler_type=none
-  if test "$am_compiler_list" = ""; then
-     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
-  fi
-  am__universal=false
-  case " $depcc " in #(
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-     esac
-
-  for depmode in $am_compiler_list; do
-    # Setup a source with many dependencies, because some compilers
-    # like to wrap large dependency lists on column 80 (with \), and
-    # we should not choose a depcomp mode which is confused by this.
-    #
-    # We need to recreate these files for each test, as the compiler may
-    # overwrite some of them when testing with obscure command lines.
-    # This happens at least with the AIX C compiler.
-    : > sub/conftest.c
-    for i in 1 2 3 4 5 6; do
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
-      # Solaris 8's {/usr,}/bin/sh.
-      touch sub/conftst$i.h
-    done
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-    # mode.  It turns out that the SunPro C++ compiler does not properly
-    # handle `-M -o', and we need to detect this.  Also, some Intel
-    # versions had trouble with output in subdirs
-    am__obj=sub/conftest.${OBJEXT-o}
-    am__minus_obj="-o $am__obj"
-    case $depmode in
-    gcc)
-      # This depmode causes a compiler race in universal mode.
-      test "$am__universal" = false || continue
-      ;;
-    nosideeffect)
-      # after this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested
-      if test "x$enable_dependency_tracking" = xyes; then
-       continue
-      else
-       break
-      fi
-      ;;
-    msvisualcpp | msvcmsys)
-      # This compiler won't grok `-c -o', but also, the minuso test has
-      # not run yet.  These depmodes are late enough in the game, and
-      # so weak that their functioning should not be impacted.
-      am__obj=conftest.${OBJEXT-o}
-      am__minus_obj=
-      ;;
-    none) break ;;
-    esac
-    if depmode=$depmode \
-       source=sub/conftest.c object=$am__obj \
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
-         >/dev/null 2>conftest.err &&
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-      # icc doesn't choke on unknown options, it will just issue warnings
-      # or remarks (even with -Werror).  So we grep stderr for any message
-      # that says an option was ignored or not supported.
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
-      #   icc: Command line warning: ignoring option '-M'; no argument required
-      # The diagnosis changed in icc 8.0:
-      #   icc: Command line remark: option '-MP' not supported
-      if (grep 'ignoring option' conftest.err ||
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
-        am_cv_CC_dependencies_compiler_type=$depmode
-        break
-      fi
-    fi
-  done
-
-  cd ..
-  rm -rf conftest.dir
-else
-  am_cv_CC_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
-
- if
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
-  am__fastdepCC_TRUE=
-  am__fastdepCC_FALSE='#'
-else
-  am__fastdepCC_TRUE='#'
-  am__fastdepCC_FALSE=
-fi
-
-
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_RANLIB+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$RANLIB"; then
-  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-RANLIB=$ac_cv_prog_RANLIB
-if test -n "$RANLIB"; then
-  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
-$as_echo "$RANLIB" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_RANLIB"; then
-  ac_ct_RANLIB=$RANLIB
-  # Extract the first word of "ranlib", so it can be a program name with args.
-set dummy ranlib; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_RANLIB"; then
-  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_ac_ct_RANLIB="ranlib"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
-if test -n "$ac_ct_RANLIB"; then
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-$as_echo "$ac_ct_RANLIB" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_RANLIB" = x; then
-    RANLIB=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    RANLIB=$ac_ct_RANLIB
-  fi
-else
-  RANLIB="$ac_cv_prog_RANLIB"
-fi
-
-for ac_prog in 'bison -y' byacc
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_YACC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$YACC"; then
-  ac_cv_prog_YACC="$YACC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_prog_YACC="$ac_prog"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-fi
-fi
-YACC=$ac_cv_prog_YACC
-if test -n "$YACC"; then
-  { $as_echo "$as_me:$LINENO: result: $YACC" >&5
-$as_echo "$YACC" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$YACC" && break
-done
-test -n "$YACC" || YACC="yacc"
-
-if test "x$CC" != xcc; then
-  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
-$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
-else
-  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
-$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
-fi
-set dummy $CC; ac_cc=`$as_echo "$2" |
-                     sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-# Make sure it works both with $CC and with simple cc.
-# We do the test twice because some compilers refuse to overwrite an
-# existing .o file with -o, though they will create one.
-ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
-rm -f conftest2.*
-if { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-   test -f conftest2.$ac_objext && { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); };
-then
-  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
-  if test "x$CC" != xcc; then
-    # Test first that cc exists at all.
-    if { ac_try='cc -c conftest.$ac_ext >&5'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
-      rm -f conftest2.*
-      if { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-        test -f conftest2.$ac_objext && { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); };
-      then
-       # cc works too.
-       :
-      else
-       # cc exists but doesn't like -o.
-       eval ac_cv_prog_cc_${ac_cc}_c_o=no
-      fi
-    fi
-  fi
-else
-  eval ac_cv_prog_cc_${ac_cc}_c_o=no
-fi
-rm -f core conftest*
-
-fi
-if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-
-cat >>confdefs.h <<\_ACEOF
-#define NO_MINUS_C_MINUS_O 1
-_ACEOF
-
-fi
-
-# FIXME: we rely on the cache variable name because
-# there is no other way.
-set dummy $CC
-am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
-if test "$am_t" != yes; then
-   # Losing compiler, so override with the script.
-   # FIXME: It is wrong to rewrite CC.
-   # But if we don't then we get into trouble of one sort or another.
-   # A longer-term fix would be to have automake use am__CC in this case,
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
-   CC="$am_aux_dir/compile $CC"
-fi
-
-
-# Make sure we can run config.sub.
-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
-  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
-$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
-   { (exit 1); exit 1; }; }
-
-{ $as_echo "$as_me:$LINENO: checking build system type" >&5
-$as_echo_n "checking build system type... " >&6; }
-if test "${ac_cv_build+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_build_alias=$build_alias
-test "x$ac_build_alias" = x &&
-  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
-test "x$ac_build_alias" = x &&
-  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
-$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
-   { (exit 1); exit 1; }; }
-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
-   { (exit 1); exit 1; }; }
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-$as_echo "$ac_cv_build" >&6; }
-case $ac_cv_build in
-*-*-*) ;;
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
-$as_echo "$as_me: error: invalid value of canonical build" >&2;}
-   { (exit 1); exit 1; }; };;
-esac
-build=$ac_cv_build
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_build
-shift
-build_cpu=$1
-build_vendor=$2
-shift; shift
-# Remember, the first character of IFS is used to create $*,
-# except with old shells:
-build_os=$*
-IFS=$ac_save_IFS
-case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
-
-
-{ $as_echo "$as_me:$LINENO: checking host system type" >&5
-$as_echo_n "checking host system type... " >&6; }
-if test "${ac_cv_host+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "x$host_alias" = x; then
-  ac_cv_host=$ac_cv_build
-else
-  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-$as_echo "$ac_cv_host" >&6; }
-case $ac_cv_host in
-*-*-*) ;;
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
-$as_echo "$as_me: error: invalid value of canonical host" >&2;}
-   { (exit 1); exit 1; }; };;
-esac
-host=$ac_cv_host
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_host
-shift
-host_cpu=$1
-host_vendor=$2
-shift; shift
-# Remember, the first character of IFS is used to create $*,
-# except with old shells:
-host_os=$*
-IFS=$ac_save_IFS
-case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-
-
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
-  CPP=
-fi
-if test -z "$CPP"; then
-  if test "${ac_cv_prog_CPP+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CPP needs to be expanded
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> exists even on freestanding compilers.
-  # On the NeXT, cc -E runs the code through the compiler's parser,
-  # not just through cpp. "Syntax error" is here to catch this case.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-                    Syntax error
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  # Broken: fails on valid input.
-continue
-fi
-
-rm -f conftest.err conftest.$ac_ext
-
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <ac_nonexistent.h>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  # Broken: success on invalid input.
-continue
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-
-rm -f conftest.err conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then
-  break
-fi
-
-    done
-    ac_cv_prog_CPP=$CPP
-
-fi
-  CPP=$ac_cv_prog_CPP
-else
-  ac_cv_prog_CPP=$CPP
-fi
-{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
-$as_echo "$CPP" >&6; }
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> exists even on freestanding compilers.
-  # On the NeXT, cc -E runs the code through the compiler's parser,
-  # not just through cpp. "Syntax error" is here to catch this case.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-                    Syntax error
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  # Broken: fails on valid input.
-continue
-fi
-
-rm -f conftest.err conftest.$ac_ext
-
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <ac_nonexistent.h>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  # Broken: success on invalid input.
-continue
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-
-rm -f conftest.err conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then
-  :
-else
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
-if test "${ac_cv_path_GREP+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$GREP"; then
-  ac_path_GREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_prog in grep ggrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
-# Check for GNU ac_path_GREP and select it if it is found.
-  # Check for GNU $ac_path_GREP
-case `"$ac_path_GREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'GREP' >> "conftest.nl"
-    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    ac_count=`expr $ac_count + 1`
-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_GREP="$ac_path_GREP"
-      ac_path_GREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_GREP_found && break 3
-    done
-  done
-done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_GREP"; then
-    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-else
-  ac_cv_path_GREP=$GREP
-fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
-$as_echo "$ac_cv_path_GREP" >&6; }
- GREP="$ac_cv_path_GREP"
-
-
-{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
-$as_echo_n "checking for egrep... " >&6; }
-if test "${ac_cv_path_EGREP+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
-   then ac_cv_path_EGREP="$GREP -E"
-   else
-     if test -z "$EGREP"; then
-  ac_path_EGREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_prog in egrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
-# Check for GNU ac_path_EGREP and select it if it is found.
-  # Check for GNU $ac_path_EGREP
-case `"$ac_path_EGREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'EGREP' >> "conftest.nl"
-    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    ac_count=`expr $ac_count + 1`
-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_EGREP="$ac_path_EGREP"
-      ac_path_EGREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_EGREP_found && break 3
-    done
-  done
-done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_EGREP"; then
-    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-else
-  ac_cv_path_EGREP=$EGREP
-fi
-
-   fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
-$as_echo "$ac_cv_path_EGREP" >&6; }
- EGREP="$ac_cv_path_EGREP"
-
-
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-$as_echo_n "checking for ANSI C header files... " >&6; }
-if test "${ac_cv_header_stdc+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_header_stdc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_stdc=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-if test $ac_cv_header_stdc = yes; then
-  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "memchr" >/dev/null 2>&1; then
-  :
-else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
-  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "free" >/dev/null 2>&1; then
-  :
-else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
-  if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <ctype.h>
-#include <stdlib.h>
-#if ((' ' & 0x0FF) == 0x020)
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-#else
-# define ISLOWER(c) \
-                  (('a' <= (c) && (c) <= 'i') \
-                    || ('j' <= (c) && (c) <= 'r') \
-                    || ('s' <= (c) && (c) <= 'z'))
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-#endif
-
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-int
-main ()
-{
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-       || toupper (i) != TOUPPER (i))
-      return 2;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  :
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_header_stdc=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-$as_echo "$ac_cv_header_stdc" >&6; }
-if test $ac_cv_header_stdc = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define STDC_HEADERS 1
-_ACEOF
-
-fi
-
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-
-
-
-
-
-
-
-
-
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-                 inttypes.h stdint.h unistd.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_ac_Header=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_Header=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-
-
-
-  if test "${ac_cv_header_minix_config_h+set}" = set; then
-  { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
-$as_echo_n "checking for minix/config.h... " >&6; }
-if test "${ac_cv_header_minix_config_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
-$as_echo "$ac_cv_header_minix_config_h" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
-$as_echo_n "checking minix/config.h usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <minix/config.h>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
-$as_echo_n "checking minix/config.h presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <minix/config.h>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
-$as_echo_n "checking for minix/config.h... " >&6; }
-if test "${ac_cv_header_minix_config_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_header_minix_config_h=$ac_header_preproc
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
-$as_echo "$ac_cv_header_minix_config_h" >&6; }
-
-fi
-if test "x$ac_cv_header_minix_config_h" = x""yes; then
-  MINIX=yes
-else
-  MINIX=
-fi
-
-
-  if test "$MINIX" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define _POSIX_SOURCE 1
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define _POSIX_1_SOURCE 2
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define _MINIX 1
-_ACEOF
-
-  fi
-
-        case "$host_os" in
-    hpux*)
-
-cat >>confdefs.h <<\_ACEOF
-#define _XOPEN_SOURCE 500
-_ACEOF
-
-      ;;
-  esac
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
-$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
-if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#         define __EXTENSIONS__ 1
-          $ac_includes_default
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_safe_to_define___extensions__=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_safe_to_define___extensions__=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
-$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
-  test $ac_cv_safe_to_define___extensions__ = yes &&
-    cat >>confdefs.h <<\_ACEOF
-#define __EXTENSIONS__ 1
-_ACEOF
-
-  cat >>confdefs.h <<\_ACEOF
-#define _ALL_SOURCE 1
-_ACEOF
-
-  cat >>confdefs.h <<\_ACEOF
-#define _GNU_SOURCE 1
-_ACEOF
-
-  cat >>confdefs.h <<\_ACEOF
-#define _POSIX_PTHREAD_SEMANTICS 1
-_ACEOF
-
-  cat >>confdefs.h <<\_ACEOF
-#define _TANDEM_SOURCE 1
-_ACEOF
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
-$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
-if test "${ac_cv_sys_largefile_source+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  while :; do
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
-int
-main ()
-{
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_sys_largefile_source=no; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#define _LARGEFILE_SOURCE 1
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
-int
-main ()
-{
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_sys_largefile_source=1; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-  ac_cv_sys_largefile_source=unknown
-  break
-done
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
-$as_echo "$ac_cv_sys_largefile_source" >&6; }
-case $ac_cv_sys_largefile_source in #(
-  no | unknown) ;;
-  *)
-cat >>confdefs.h <<_ACEOF
-#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
-_ACEOF
-;;
-esac
-rm -rf conftest*
-
-# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
-# in glibc 2.1.3, but that breaks too many other things.
-# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
-if test $ac_cv_sys_largefile_source != unknown; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_FSEEKO 1
-_ACEOF
-
-fi
-
-   case $ac_cv_prog_cc_stdc in
-  no) ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;;
-  *) { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C99" >&5
-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
-if test "${ac_cv_prog_cc_c99+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_prog_cc_c99=no
-ac_save_CC=$CC
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdarg.h>
-#include <stdbool.h>
-#include <stdlib.h>
-#include <wchar.h>
-#include <stdio.h>
-
-// Check varargs macros.  These examples are taken from C99 6.10.3.5.
-#define debug(...) fprintf (stderr, __VA_ARGS__)
-#define showlist(...) puts (#__VA_ARGS__)
-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
-static void
-test_varargs_macros (void)
-{
-  int x = 1234;
-  int y = 5678;
-  debug ("Flag");
-  debug ("X = %d\n", x);
-  showlist (The first, second, and third items.);
-  report (x>y, "x is %d but y is %d", x, y);
-}
-
-// Check long long types.
-#define BIG64 18446744073709551615ull
-#define BIG32 4294967295ul
-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
-#if !BIG_OK
-  your preprocessor is broken;
-#endif
-#if BIG_OK
-#else
-  your preprocessor is broken;
-#endif
-static long long int bignum = -9223372036854775807LL;
-static unsigned long long int ubignum = BIG64;
-
-struct incomplete_array
-{
-  int datasize;
-  double data[];
-};
-
-struct named_init {
-  int number;
-  const wchar_t *name;
-  double average;
-};
-
-typedef const char *ccp;
-
-static inline int
-test_restrict (ccp restrict text)
-{
-  // See if C++-style comments work.
-  // Iterate through items via the restricted pointer.
-  // Also check for declarations in for loops.
-  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
-    continue;
-  return 0;
-}
-
-// Check varargs and va_copy.
-static void
-test_varargs (const char *format, ...)
-{
-  va_list args;
-  va_start (args, format);
-  va_list args_copy;
-  va_copy (args_copy, args);
-
-  const char *str;
-  int number;
-  float fnumber;
-
-  while (*format)
-    {
-      switch (*format++)
-       {
-       case 's': // string
-         str = va_arg (args_copy, const char *);
-         break;
-       case 'd': // int
-         number = va_arg (args_copy, int);
-         break;
-       case 'f': // float
-         fnumber = va_arg (args_copy, double);
-         break;
-       default:
-         break;
-       }
-    }
-  va_end (args_copy);
-  va_end (args);
-}
-
-int
-main ()
-{
-
-  // Check bool.
-  _Bool success = false;
-
-  // Check restrict.
-  if (test_restrict ("String literal") == 0)
-    success = true;
-  char *restrict newvar = "Another string";
-
-  // Check varargs.
-  test_varargs ("s, d' f .", "string", 65, 34.234);
-  test_varargs_macros ();
-
-  // Check flexible array members.
-  struct incomplete_array *ia =
-    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
-  ia->datasize = 10;
-  for (int i = 0; i < ia->datasize; ++i)
-    ia->data[i] = i * 1.234;
-
-  // Check named initializers.
-  struct named_init ni = {
-    .number = 34,
-    .name = L"Test wide string",
-    .average = 543.34343,
-  };
-
-  ni.number = 58;
-
-  int dynamic_array[ni.number];
-  dynamic_array[ni.number - 1] = 543;
-
-  // work around unused variable warnings
-  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
-         || dynamic_array[ni.number - 1] != 543);
-
-  ;
-  return 0;
-}
-_ACEOF
-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
-do
-  CC="$ac_save_CC $ac_arg"
-  rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_prog_cc_c99=$ac_arg
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext
-  test "x$ac_cv_prog_cc_c99" != "xno" && break
-done
-rm -f conftest.$ac_ext
-CC=$ac_save_CC
-
-fi
-# AC_CACHE_VAL
-case "x$ac_cv_prog_cc_c99" in
-  x)
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
-$as_echo "none needed" >&6; } ;;
-  xno)
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
-$as_echo "unsupported" >&6; } ;;
-  *)
-    CC="$CC $ac_cv_prog_cc_c99"
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c99" >&5
-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
-esac
-if test "x$ac_cv_prog_cc_c99" != xno; then
-  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
-else
-  { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
-if test "${ac_cv_prog_cc_c89+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_prog_cc_c89=no
-ac_save_CC=$CC
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
-struct buf { int x; };
-FILE * (*rcsopen) (struct buf *, struct stat *, int);
-static char *e (p, i)
-     char **p;
-     int i;
-{
-  return p[i];
-}
-static char *f (char * (*g) (char **, int), char **p, ...)
-{
-  char *s;
-  va_list v;
-  va_start (v,p);
-  s = g (p, va_arg (v,int));
-  va_end (v);
-  return s;
-}
-
-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-   function prototypes and stuff, but not '\xHH' hex character constants.
-   These don't provoke an error unfortunately, instead are silently treated
-   as 'x'.  The following induces an error, until -std is added to get
-   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-   array size at least.  It's necessary to write '\x00'==0 to get something
-   that's true only with -std.  */
-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-
-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
-   inside strings and character constants.  */
-#define FOO(x) 'x'
-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
-
-int test (int i, double x);
-struct s1 {int (*f) (int a);};
-struct s2 {int (*f) (double a);};
-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-int argc;
-char **argv;
-int
-main ()
-{
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-  ;
-  return 0;
-}
-_ACEOF
-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-do
-  CC="$ac_save_CC $ac_arg"
-  rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_prog_cc_c89=$ac_arg
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext
-  test "x$ac_cv_prog_cc_c89" != "xno" && break
-done
-rm -f conftest.$ac_ext
-CC=$ac_save_CC
-
-fi
-# AC_CACHE_VAL
-case "x$ac_cv_prog_cc_c89" in
-  x)
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
-$as_echo "none needed" >&6; } ;;
-  xno)
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
-$as_echo "unsupported" >&6; } ;;
-  *)
-    CC="$CC $ac_cv_prog_cc_c89"
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
-esac
-if test "x$ac_cv_prog_cc_c89" != xno; then
-  ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
-else
-  ac_cv_prog_cc_stdc=no
-fi
-
-
-fi
-
- ;;
-esac
-  { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO Standard C" >&5
-$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
-  if test "${ac_cv_prog_cc_stdc+set}" = set; then
-  $as_echo_n "(cached) " >&6
-fi
-
-  case $ac_cv_prog_cc_stdc in
-  no) { $as_echo "$as_me:$LINENO: result: unsupported" >&5
-$as_echo "unsupported" >&6; } ;;
-  '') { $as_echo "$as_me:$LINENO: result: none needed" >&5
-$as_echo "none needed" >&6; } ;;
-  *) { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
-$as_echo "$ac_cv_prog_cc_stdc" >&6; } ;;
-esac
-
-
-
-
-
-  # Code from module alloca:
-  # Code from module alloca-opt:
-  # Code from module areadlink:
-  # Code from module areadlinkat:
-  # Code from module arg-nonnull:
-  # Code from module argmatch:
-  # Code from module argp:
-  # Code from module argp-version-etc:
-  # Code from module backupfile:
-  # Code from module bitrotate:
-  # Code from module btowc:
-  # Code from module c++defs:
-  # Code from module c-ctype:
-  # Code from module canonicalize-lgpl:
-  # Code from module chdir-long:
-  # Code from module chown:
-  # Code from module clock-time:
-  # Code from module cloexec:
-  # Code from module close:
-  # Code from module close-hook:
-  # Code from module close-stream:
-  # Code from module closeout:
-  # Code from module configmake:
-  # Code from module d-ino:
-  # Code from module dirent:
-  # Code from module dirent-safer:
-  # Code from module dirfd:
-  # Code from module dirname:
-  # Code from module dirname-lgpl:
-  # Code from module double-slash-root:
-  # Code from module dup2:
-  # Code from module environ:
-  # Code from module errno:
-  # Code from module error:
-  # Code from module exclude:
-  # Code from module exitfail:
-  # Code from module extensions:
-
-  # Code from module fchdir:
-  # Code from module fclose:
-  # Code from module fcntl:
-  # Code from module fcntl-h:
-  # Code from module fdopendir:
-  # Code from module fdutimensat:
-  # Code from module fileblocks:
-  # Code from module filenamecat-lgpl:
-  # Code from module float:
-  # Code from module fnmatch:
-  # Code from module fnmatch-gnu:
-  # Code from module fpending:
-  # Code from module fseeko:
-
-  # Code from module full-write:
-  # Code from module futimens:
-  # Code from module getcwd:
-  # Code from module getdelim:
-  # Code from module getdtablesize:
-  # Code from module getline:
-  # Code from module getopt-gnu:
-  # Code from module getopt-posix:
-  # Code from module getpagesize:
-  # Code from module gettext:
-  # Code from module gettext-h:
-  # Code from module gettime:
-  # Code from module gettimeofday:
-  # Code from module gitlog-to-changelog:
-  # Code from module hash:
-  # Code from module havelib:
-  # Code from module human:
-  # Code from module include_next:
-  # Code from module inline:
-  # Code from module intprops:
-  # Code from module inttostr:
-  # Code from module inttypes:
-  # Code from module langinfo:
-  # Code from module lchown:
-  # Code from module link:
-  # Code from module link-follow:
-  # Code from module linkat:
-  # Code from module localcharset:
-  # Code from module lseek:
-  # Code from module lstat:
-  # Code from module malloc-gnu:
-  # Code from module malloc-posix:
-  # Code from module malloca:
-  # Code from module mbchar:
-  # Code from module mbrtowc:
-  # Code from module mbscasecmp:
-  # Code from module mbsinit:
-  # Code from module mbsrtowcs:
-  # Code from module mbuiter:
-  # Code from module memchr:
-  # Code from module mempcpy:
-  # Code from module memrchr:
-  # Code from module mkdir:
-  # Code from module mkdtemp:
-  # Code from module mkfifo:
-  # Code from module mkfifoat:
-  # Code from module mknod:
-  # Code from module mktime:
-  # Code from module modechange:
-  # Code from module multiarch:
-  # Code from module nl_langinfo:
-  # Code from module obstack:
-  # Code from module open:
-  # Code from module openat:
-  # Code from module openat-die:
-  # Code from module parse-datetime:
-  # Code from module pathmax:
-  # Code from module priv-set:
-  # Code from module progname:
-  # Code from module quote:
-  # Code from module quotearg:
-  # Code from module quotearg-simple:
-  # Code from module rawmemchr:
-  # Code from module readlink:
-  # Code from module readlinkat:
-  # Code from module realloc-posix:
-  # Code from module regex:
-  # Code from module rename:
-  # Code from module renameat:
-  # Code from module rmdir:
-  # Code from module rpmatch:
-  # Code from module safe-read:
-  # Code from module safe-write:
-  # Code from module same-inode:
-  # Code from module save-cwd:
-  # Code from module savedir:
-  # Code from module setenv:
-  # Code from module size_max:
-  # Code from module sleep:
-  # Code from module snprintf:
-  # Code from module ssize_t:
-  # Code from module stat:
-  # Code from module stat-macros:
-  # Code from module stat-time:
-  # Code from module stdarg:
-
-  # Code from module stdbool:
-  # Code from module stddef:
-  # Code from module stdint:
-  # Code from module stdio:
-  # Code from module stdlib:
-  # Code from module stpcpy:
-  # Code from module strcase:
-  # Code from module strchrnul:
-  # Code from module strdup-posix:
-  # Code from module streq:
-  # Code from module strerror:
-  # Code from module string:
-  # Code from module strings:
-  # Code from module strndup:
-  # Code from module strnlen:
-  # Code from module strnlen1:
-  # Code from module strtoimax:
-  # Code from module strtol:
-  # Code from module strtoll:
-  # Code from module strtoul:
-  # Code from module strtoull:
-  # Code from module strtoumax:
-  # Code from module symlink:
-  # Code from module symlinkat:
-  # Code from module sys_stat:
-  # Code from module sys_time:
-  # Code from module sysexits:
-  # Code from module tempname:
-  # Code from module time:
-  # Code from module time_r:
-  # Code from module timespec:
-  # Code from module unistd:
-  # Code from module unistd-safer:
-  # Code from module unitypes:
-  # Code from module uniwidth/base:
-  # Code from module uniwidth/width:
-  # Code from module unlink:
-  # Code from module unlinkdir:
-  # Code from module unlocked-io:
-  # Code from module unsetenv:
-  # Code from module utimens:
-  # Code from module utimensat:
-  # Code from module vasnprintf:
-  # Code from module vasprintf:
-  # Code from module verify:
-  # Code from module version-etc:
-  # Code from module version-etc-fsf:
-  # Code from module vsnprintf:
-  # Code from module warn-on-use:
-  # Code from module wchar:
-  # Code from module wcrtomb:
-  # Code from module wctype:
-  # Code from module wcwidth:
-  # Code from module write:
-  # Code from module xalloc:
-  # Code from module xalloc-die:
-  # Code from module xgetcwd:
-  # Code from module xsize:
-  # Code from module xstrndup:
-  # Code from module xstrtol:
-  # Code from module xstrtoumax:
-  # Code from module xvasprintf:
-
-
-# Check whether --enable-largefile was given.
-if test "${enable_largefile+set}" = set; then
-  enableval=$enable_largefile;
-fi
-
-if test "$enable_largefile" != no; then
-
-  { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
-$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
-if test "${ac_cv_sys_largefile_CC+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_sys_largefile_CC=no
-     if test "$GCC" != yes; then
-       ac_save_CC=$CC
-       while :; do
-        # IRIX 6.2 and later do not support large files by default,
-        # so use the C compiler's -n32 option if that helps.
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
-    We can't simply define LARGE_OFF_T to be 9223372036854775807,
-    since some C++ compilers masquerading as C compilers
-    incorrectly reject 9223372036854775807.  */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-                      && LARGE_OFF_T % 2147483647 == 1)
-                     ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-        rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext
-        CC="$CC -n32"
-        rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_sys_largefile_CC=' -n32'; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext
-        break
-       done
-       CC=$ac_save_CC
-       rm -f conftest.$ac_ext
-    fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
-$as_echo "$ac_cv_sys_largefile_CC" >&6; }
-  if test "$ac_cv_sys_largefile_CC" != no; then
-    CC=$CC$ac_cv_sys_largefile_CC
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
-$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
-if test "${ac_cv_sys_file_offset_bits+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  while :; do
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
-    We can't simply define LARGE_OFF_T to be 9223372036854775807,
-    since some C++ compilers masquerading as C compilers
-    incorrectly reject 9223372036854775807.  */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-                      && LARGE_OFF_T % 2147483647 == 1)
-                     ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_sys_file_offset_bits=no; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#define _FILE_OFFSET_BITS 64
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
-    We can't simply define LARGE_OFF_T to be 9223372036854775807,
-    since some C++ compilers masquerading as C compilers
-    incorrectly reject 9223372036854775807.  */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-                      && LARGE_OFF_T % 2147483647 == 1)
-                     ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_sys_file_offset_bits=64; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  ac_cv_sys_file_offset_bits=unknown
-  break
-done
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
-$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
-case $ac_cv_sys_file_offset_bits in #(
-  no | unknown) ;;
-  *)
-cat >>confdefs.h <<_ACEOF
-#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
-_ACEOF
-;;
-esac
-rm -rf conftest*
-  if test $ac_cv_sys_file_offset_bits = unknown; then
-    { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
-$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
-if test "${ac_cv_sys_large_files+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  while :; do
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
-    We can't simply define LARGE_OFF_T to be 9223372036854775807,
-    since some C++ compilers masquerading as C compilers
-    incorrectly reject 9223372036854775807.  */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-                      && LARGE_OFF_T % 2147483647 == 1)
-                     ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_sys_large_files=no; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#define _LARGE_FILES 1
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
-    We can't simply define LARGE_OFF_T to be 9223372036854775807,
-    since some C++ compilers masquerading as C compilers
-    incorrectly reject 9223372036854775807.  */
-#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-                      && LARGE_OFF_T % 2147483647 == 1)
-                     ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_sys_large_files=1; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  ac_cv_sys_large_files=unknown
-  break
-done
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
-$as_echo "$ac_cv_sys_large_files" >&6; }
-case $ac_cv_sys_large_files in #(
-  no | unknown) ;;
-  *)
-cat >>confdefs.h <<_ACEOF
-#define _LARGE_FILES $ac_cv_sys_large_files
-_ACEOF
-;;
-esac
-rm -rf conftest*
-  fi
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
-$as_echo_n "checking for library containing strerror... " >&6; }
-if test "${ac_cv_search_strerror+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char strerror ();
-int
-main ()
-{
-return strerror ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' cposix; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_strerror=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_strerror+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_strerror+set}" = set; then
-  :
-else
-  ac_cv_search_strerror=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
-$as_echo "$ac_cv_search_strerror" >&6; }
-ac_res=$ac_cv_search_strerror
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for inline" >&5
-$as_echo_n "checking for inline... " >&6; }
-if test "${ac_cv_c_inline+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_c_inline=no
-for ac_kw in inline __inline__ __inline; do
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#ifndef __cplusplus
-typedef int foo_t;
-static $ac_kw foo_t static_foo () {return 0; }
-$ac_kw foo_t foo () {return 0; }
-#endif
-
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_c_inline=$ac_kw
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  test "$ac_cv_c_inline" != no && break
-done
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
-$as_echo "$ac_cv_c_inline" >&6; }
-
-
-case $ac_cv_c_inline in
-  inline | yes) ;;
-  *)
-    case $ac_cv_c_inline in
-      no) ac_val=;;
-      *) ac_val=$ac_cv_c_inline;;
-    esac
-    cat >>confdefs.h <<_ACEOF
-#ifndef __cplusplus
-#define inline $ac_val
-#endif
-_ACEOF
-    ;;
-esac
-
-
-
-
-
-
-for ac_header in $ac_header_list
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_header in sys/buf.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_ac_Header=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_Header=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-{ $as_echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
-$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
-if test "${ac_cv_header_sys_wait_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <sys/wait.h>
-#ifndef WEXITSTATUS
-# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
-#endif
-#ifndef WIFEXITED
-# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
-#endif
-
-int
-main ()
-{
-  int s;
-  wait (&s);
-  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_header_sys_wait_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_sys_wait_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
-$as_echo "$ac_cv_header_sys_wait_h" >&6; }
-if test $ac_cv_header_sys_wait_h = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_SYS_WAIT_H 1
-_ACEOF
-
-fi
-
-
-
-
-
-
-
-ac_header_dirent=no
-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
-  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
-$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <$ac_hdr>
-
-int
-main ()
-{
-if ((DIR *) 0)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_ac_Header=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_Header=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
-_ACEOF
-
-ac_header_dirent=$ac_hdr; break
-fi
-
-done
-# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
-if test $ac_header_dirent = dirent.h; then
-  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
-$as_echo_n "checking for library containing opendir... " >&6; }
-if test "${ac_cv_search_opendir+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char opendir ();
-int
-main ()
-{
-return opendir ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' dir; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_opendir=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_opendir+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_opendir+set}" = set; then
-  :
-else
-  ac_cv_search_opendir=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
-$as_echo "$ac_cv_search_opendir" >&6; }
-ac_res=$ac_cv_search_opendir
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-else
-  { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
-$as_echo_n "checking for library containing opendir... " >&6; }
-if test "${ac_cv_search_opendir+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char opendir ();
-int
-main ()
-{
-return opendir ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' x; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_opendir=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_opendir+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_opendir+set}" = set; then
-  :
-else
-  ac_cv_search_opendir=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
-$as_echo "$ac_cv_search_opendir" >&6; }
-ac_res=$ac_cv_search_opendir
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking whether sys/types.h defines makedev" >&5
-$as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
-if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-int
-main ()
-{
-return makedev(0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_header_sys_types_h_makedev=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_sys_types_h_makedev=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h_makedev" >&5
-$as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
-
-if test $ac_cv_header_sys_types_h_makedev = no; then
-if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
-  { $as_echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
-$as_echo_n "checking for sys/mkdev.h... " >&6; }
-if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
-$as_echo "$ac_cv_header_sys_mkdev_h" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking sys/mkdev.h usability" >&5
-$as_echo_n "checking sys/mkdev.h usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <sys/mkdev.h>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking sys/mkdev.h presence" >&5
-$as_echo_n "checking sys/mkdev.h presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/mkdev.h>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
-$as_echo_n "checking for sys/mkdev.h... " >&6; }
-if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_header_sys_mkdev_h=$ac_header_preproc
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
-$as_echo "$ac_cv_header_sys_mkdev_h" >&6; }
-
-fi
-if test "x$ac_cv_header_sys_mkdev_h" = x""yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define MAJOR_IN_MKDEV 1
-_ACEOF
-
-fi
-
-
-
-  if test $ac_cv_header_sys_mkdev_h = no; then
-    if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
-  { $as_echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
-$as_echo_n "checking for sys/sysmacros.h... " >&6; }
-if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
-$as_echo "$ac_cv_header_sys_sysmacros_h" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking sys/sysmacros.h usability" >&5
-$as_echo_n "checking sys/sysmacros.h usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <sys/sysmacros.h>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking sys/sysmacros.h presence" >&5
-$as_echo_n "checking sys/sysmacros.h presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/sysmacros.h>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
-$as_echo_n "checking for sys/sysmacros.h... " >&6; }
-if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_header_sys_sysmacros_h=$ac_header_preproc
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
-$as_echo "$ac_cv_header_sys_sysmacros_h" >&6; }
-
-fi
-if test "x$ac_cv_header_sys_sysmacros_h" = x""yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define MAJOR_IN_SYSMACROS 1
-_ACEOF
-
-fi
-
-
-  fi
-fi
-
-{ $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
-$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
-if test "${ac_cv_header_stat_broken+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#if defined S_ISBLK && defined S_IFDIR
-extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
-#endif
-
-#if defined S_ISBLK && defined S_IFCHR
-extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
-#endif
-
-#if defined S_ISLNK && defined S_IFREG
-extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
-#endif
-
-#if defined S_ISSOCK && defined S_IFREG
-extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
-#endif
-
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_header_stat_broken=no
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_stat_broken=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
-$as_echo "$ac_cv_header_stat_broken" >&6; }
-if test $ac_cv_header_stat_broken = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define STAT_MACROS_BROKEN 1
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-$as_echo_n "checking for ANSI C header files... " >&6; }
-if test "${ac_cv_header_stdc+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_header_stdc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_stdc=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-if test $ac_cv_header_stdc = yes; then
-  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "memchr" >/dev/null 2>&1; then
-  :
-else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
-  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "free" >/dev/null 2>&1; then
-  :
-else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
-  if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <ctype.h>
-#include <stdlib.h>
-#if ((' ' & 0x0FF) == 0x020)
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-#else
-# define ISLOWER(c) \
-                  (('a' <= (c) && (c) <= 'i') \
-                    || ('j' <= (c) && (c) <= 'r') \
-                    || ('s' <= (c) && (c) <= 'z'))
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-#endif
-
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-int
-main ()
-{
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-       || toupper (i) != TOUPPER (i))
-      return 2;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  :
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_header_stdc=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-$as_echo "$ac_cv_header_stdc" >&6; }
-if test $ac_cv_header_stdc = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define STDC_HEADERS 1
-_ACEOF
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking for st_fstype string in struct stat" >&5
-$as_echo_n "checking for st_fstype string in struct stat... " >&6; }
-if test "${diff_cv_st_fstype_string+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <sys/stat.h>
-int
-main ()
-{
-struct stat s; s.st_fstype[0] = 'x';
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  diff_cv_st_fstype_string=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       diff_cv_st_fstype_string=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-{ $as_echo "$as_me:$LINENO: result: $diff_cv_st_fstype_string" >&5
-$as_echo "$diff_cv_st_fstype_string" >&6; }
-if test $diff_cv_st_fstype_string = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ST_FSTYPE_STRING 1
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
-$as_echo_n "checking return type of signal handlers... " >&6; }
-if test "${ac_cv_type_signal+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <signal.h>
-
-int
-main ()
-{
-return *(signal (0, 0)) (0) == 1;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_type_signal=int
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_signal=void
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
-$as_echo "$ac_cv_type_signal" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define RETSIGTYPE $ac_cv_type_signal
-_ACEOF
-
-
-{ $as_echo "$as_me:$LINENO: checking for mode_t" >&5
-$as_echo_n "checking for mode_t... " >&6; }
-if test "${ac_cv_type_mode_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_mode_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (mode_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((mode_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_mode_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
-$as_echo "$ac_cv_type_mode_t" >&6; }
-if test "x$ac_cv_type_mode_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<_ACEOF
-#define mode_t int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5
-$as_echo_n "checking for pid_t... " >&6; }
-if test "${ac_cv_type_pid_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_pid_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (pid_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((pid_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_pid_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
-$as_echo "$ac_cv_type_pid_t" >&6; }
-if test "x$ac_cv_type_pid_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<_ACEOF
-#define pid_t int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for off_t" >&5
-$as_echo_n "checking for off_t... " >&6; }
-if test "${ac_cv_type_off_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_off_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (off_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((off_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_off_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
-$as_echo "$ac_cv_type_off_t" >&6; }
-if test "x$ac_cv_type_off_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<_ACEOF
-#define off_t long int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
-$as_echo_n "checking for size_t... " >&6; }
-if test "${ac_cv_type_size_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_size_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (size_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((size_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_size_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
-$as_echo "$ac_cv_type_size_t" >&6; }
-if test "x$ac_cv_type_size_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<_ACEOF
-#define size_t unsigned int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
-$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
-if test "${ac_cv_type_uid_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "uid_t" >/dev/null 2>&1; then
-  ac_cv_type_uid_t=yes
-else
-  ac_cv_type_uid_t=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
-$as_echo "$ac_cv_type_uid_t" >&6; }
-if test $ac_cv_type_uid_t = no; then
-
-cat >>confdefs.h <<\_ACEOF
-#define uid_t int
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define gid_t int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for major_t" >&5
-$as_echo_n "checking for major_t... " >&6; }
-if test "${ac_cv_type_major_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_major_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (major_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((major_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_major_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_major_t" >&5
-$as_echo "$ac_cv_type_major_t" >&6; }
-if test "x$ac_cv_type_major_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define major_t int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for minor_t" >&5
-$as_echo_n "checking for minor_t... " >&6; }
-if test "${ac_cv_type_minor_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_minor_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (minor_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((minor_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_minor_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_minor_t" >&5
-$as_echo "$ac_cv_type_minor_t" >&6; }
-if test "x$ac_cv_type_minor_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define minor_t int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for dev_t" >&5
-$as_echo_n "checking for dev_t... " >&6; }
-if test "${ac_cv_type_dev_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_dev_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (dev_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((dev_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_dev_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_dev_t" >&5
-$as_echo "$ac_cv_type_dev_t" >&6; }
-if test "x$ac_cv_type_dev_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<_ACEOF
-#define dev_t unsigned
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for ino_t" >&5
-$as_echo_n "checking for ino_t... " >&6; }
-if test "${ac_cv_type_ino_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_ino_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (ino_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((ino_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_ino_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
-$as_echo "$ac_cv_type_ino_t" >&6; }
-if test "x$ac_cv_type_ino_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<_ACEOF
-#define ino_t unsigned
-_ACEOF
-
-fi
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
-$as_echo_n "checking for ssize_t... " >&6; }
-if test "${gt_cv_ssize_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-int
-main ()
-{
-int x = sizeof (ssize_t *) + sizeof (ssize_t);
-            return !x;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_ssize_t=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_ssize_t=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_ssize_t" >&5
-$as_echo "$gt_cv_ssize_t" >&6; }
-  if test $gt_cv_ssize_t = no; then
-
-cat >>confdefs.h <<\_ACEOF
-#define ssize_t int
-_ACEOF
-
-  fi
-
-
-# gnulib modules
-
-
-
-
-
-
-          LIBC_FATAL_STDERR_=1
-  export LIBC_FATAL_STDERR_
-
-# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
-# for constant arguments.  Useless!
-{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
-$as_echo_n "checking for working alloca.h... " >&6; }
-if test "${ac_cv_working_alloca_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <alloca.h>
-int
-main ()
-{
-char *p = (char *) alloca (2 * sizeof (int));
-                         if (p) return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_working_alloca_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_working_alloca_h=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
-$as_echo "$ac_cv_working_alloca_h" >&6; }
-if test $ac_cv_working_alloca_h = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ALLOCA_H 1
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for alloca" >&5
-$as_echo_n "checking for alloca... " >&6; }
-if test "${ac_cv_func_alloca_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#ifdef __GNUC__
-# define alloca __builtin_alloca
-#else
-# ifdef _MSC_VER
-#  include <malloc.h>
-#  define alloca _alloca
-# else
-#  ifdef HAVE_ALLOCA_H
-#   include <alloca.h>
-#  else
-#   ifdef _AIX
- #pragma alloca
-#   else
-#    ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-#    endif
-#   endif
-#  endif
-# endif
-#endif
-
-int
-main ()
-{
-char *p = (char *) alloca (1);
-                                   if (p) return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_alloca_works=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_alloca_works=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
-$as_echo "$ac_cv_func_alloca_works" >&6; }
-
-if test $ac_cv_func_alloca_works = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ALLOCA 1
-_ACEOF
-
-else
-  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
-# that cause trouble.  Some versions do not even contain alloca or
-# contain a buggy version.  If you still want to use their alloca,
-# use ar to extract alloca.o from them instead of compiling alloca.c.
-
-
-
-
-
-ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
-
-cat >>confdefs.h <<\_ACEOF
-#define C_ALLOCA 1
-_ACEOF
-
-
-{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
-$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
-if test "${ac_cv_os_cray+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if defined CRAY && ! defined CRAY2
-webecray
-#else
-wenotbecray
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "webecray" >/dev/null 2>&1; then
-  ac_cv_os_cray=yes
-else
-  ac_cv_os_cray=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
-$as_echo "$ac_cv_os_cray" >&6; }
-if test $ac_cv_os_cray = yes; then
-  for ac_func in _getb67 GETB67 getb67; do
-    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define CRAY_STACKSEG_END $ac_func
-_ACEOF
-
-    break
-fi
-
-  done
-fi
-
-{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
-$as_echo_n "checking stack direction for C alloca... " >&6; }
-if test "${ac_cv_c_stack_direction+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  ac_cv_c_stack_direction=0
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-find_stack_direction ()
-{
-  static char *addr = 0;
-  auto char dummy;
-  if (addr == 0)
-    {
-      addr = &dummy;
-      return find_stack_direction ();
-    }
-  else
-    return (&dummy > addr) ? 1 : -1;
-}
-
-int
-main ()
-{
-  return find_stack_direction () < 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_c_stack_direction=1
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_c_stack_direction=-1
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
-$as_echo "$ac_cv_c_stack_direction" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define STACK_DIRECTION $ac_cv_c_stack_direction
-_ACEOF
-
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5
-$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
-if test "${ac_cv_c_restrict+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_c_restrict=no
-   # The order here caters to the fact that C++ does not require restrict.
-   for ac_kw in __restrict __restrict__ _Restrict restrict; do
-     cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-typedef int * int_ptr;
-       int foo (int_ptr $ac_kw ip) {
-       return ip[0];
-       }
-int
-main ()
-{
-int s[1];
-       int * $ac_kw t = s;
-       t[0] = 0;
-       return foo(t)
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_c_restrict=$ac_kw
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-     test "$ac_cv_c_restrict" != no && break
-   done
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_restrict" >&5
-$as_echo "$ac_cv_c_restrict" >&6; }
-
-
- case $ac_cv_c_restrict in
-   restrict) ;;
-   no) cat >>confdefs.h <<\_ACEOF
-#define restrict /**/
-_ACEOF
- ;;
-   *)  cat >>confdefs.h <<_ACEOF
-#define restrict $ac_cv_c_restrict
-_ACEOF
- ;;
- esac
-
-{ $as_echo "$as_me:$LINENO: checking whether getenv is declared" >&5
-$as_echo_n "checking whether getenv is declared... " >&6; }
-if test "${ac_cv_have_decl_getenv+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getenv
-  (void) getenv;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getenv=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getenv=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
-$as_echo "$ac_cv_have_decl_getenv" >&6; }
-if test "x$ac_cv_have_decl_getenv" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETENV 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETENV 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether clearerr_unlocked is declared" >&5
-$as_echo_n "checking whether clearerr_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_clearerr_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef clearerr_unlocked
-  (void) clearerr_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_clearerr_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_clearerr_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_clearerr_unlocked" >&5
-$as_echo "$ac_cv_have_decl_clearerr_unlocked" >&6; }
-if test "x$ac_cv_have_decl_clearerr_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_CLEARERR_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_CLEARERR_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5
-$as_echo_n "checking whether feof_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_feof_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef feof_unlocked
-  (void) feof_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_feof_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_feof_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_feof_unlocked" >&5
-$as_echo "$ac_cv_have_decl_feof_unlocked" >&6; }
-if test "x$ac_cv_have_decl_feof_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FEOF_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FEOF_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether ferror_unlocked is declared" >&5
-$as_echo_n "checking whether ferror_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_ferror_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef ferror_unlocked
-  (void) ferror_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_ferror_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_ferror_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_ferror_unlocked" >&5
-$as_echo "$ac_cv_have_decl_ferror_unlocked" >&6; }
-if test "x$ac_cv_have_decl_ferror_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FERROR_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FERROR_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether fflush_unlocked is declared" >&5
-$as_echo_n "checking whether fflush_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_fflush_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef fflush_unlocked
-  (void) fflush_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fflush_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fflush_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fflush_unlocked" >&5
-$as_echo "$ac_cv_have_decl_fflush_unlocked" >&6; }
-if test "x$ac_cv_have_decl_fflush_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FFLUSH_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FFLUSH_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether fgets_unlocked is declared" >&5
-$as_echo_n "checking whether fgets_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_fgets_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef fgets_unlocked
-  (void) fgets_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fgets_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fgets_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fgets_unlocked" >&5
-$as_echo "$ac_cv_have_decl_fgets_unlocked" >&6; }
-if test "x$ac_cv_have_decl_fgets_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FGETS_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FGETS_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether fputc_unlocked is declared" >&5
-$as_echo_n "checking whether fputc_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_fputc_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef fputc_unlocked
-  (void) fputc_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fputc_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fputc_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fputc_unlocked" >&5
-$as_echo "$ac_cv_have_decl_fputc_unlocked" >&6; }
-if test "x$ac_cv_have_decl_fputc_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FPUTC_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FPUTC_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether fputs_unlocked is declared" >&5
-$as_echo_n "checking whether fputs_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_fputs_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef fputs_unlocked
-  (void) fputs_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fputs_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fputs_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fputs_unlocked" >&5
-$as_echo "$ac_cv_have_decl_fputs_unlocked" >&6; }
-if test "x$ac_cv_have_decl_fputs_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FPUTS_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FPUTS_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether fread_unlocked is declared" >&5
-$as_echo_n "checking whether fread_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_fread_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef fread_unlocked
-  (void) fread_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fread_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fread_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fread_unlocked" >&5
-$as_echo "$ac_cv_have_decl_fread_unlocked" >&6; }
-if test "x$ac_cv_have_decl_fread_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FREAD_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FREAD_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether fwrite_unlocked is declared" >&5
-$as_echo_n "checking whether fwrite_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_fwrite_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef fwrite_unlocked
-  (void) fwrite_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fwrite_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fwrite_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fwrite_unlocked" >&5
-$as_echo "$ac_cv_have_decl_fwrite_unlocked" >&6; }
-if test "x$ac_cv_have_decl_fwrite_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FWRITE_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FWRITE_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
-$as_echo_n "checking whether getc_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getc_unlocked
-  (void) getc_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getc_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getc_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
-$as_echo "$ac_cv_have_decl_getc_unlocked" >&6; }
-if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETC_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETC_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether getchar_unlocked is declared" >&5
-$as_echo_n "checking whether getchar_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_getchar_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getchar_unlocked
-  (void) getchar_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getchar_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getchar_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getchar_unlocked" >&5
-$as_echo "$ac_cv_have_decl_getchar_unlocked" >&6; }
-if test "x$ac_cv_have_decl_getchar_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETCHAR_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETCHAR_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether putc_unlocked is declared" >&5
-$as_echo_n "checking whether putc_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_putc_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef putc_unlocked
-  (void) putc_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_putc_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_putc_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_putc_unlocked" >&5
-$as_echo "$ac_cv_have_decl_putc_unlocked" >&6; }
-if test "x$ac_cv_have_decl_putc_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PUTC_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PUTC_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether putchar_unlocked is declared" >&5
-$as_echo_n "checking whether putchar_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_putchar_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef putchar_unlocked
-  (void) putchar_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_putchar_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_putchar_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_putchar_unlocked" >&5
-$as_echo "$ac_cv_have_decl_putchar_unlocked" >&6; }
-if test "x$ac_cv_have_decl_putchar_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PUTCHAR_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PUTCHAR_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-for ac_func in $ac_func_list
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-
-
-
-
-
-
-
-
-  XGETTEXT_EXTRA_OPTIONS=
-
-{ $as_echo "$as_me:$LINENO: checking for d_ino member in directory struct" >&5
-$as_echo_n "checking for d_ino member in directory struct... " >&6; }
-if test "${gl_cv_struct_dirent_d_ino+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_struct_dirent_d_ino=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-             #include <sys/stat.h>
-             #include <dirent.h>
-
-int
-main ()
-{
-DIR *dp = opendir (".");
-             struct dirent *e;
-             struct stat st;
-             if (! dp)
-               return 1;
-             e = readdir (dp);
-             return ! (e
-                       && stat (e->d_name, &st) == 0
-                       && e->d_ino == st.st_ino);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_struct_dirent_d_ino=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_struct_dirent_d_ino=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_struct_dirent_d_ino" >&5
-$as_echo "$gl_cv_struct_dirent_d_ino" >&6; }
-   if test $gl_cv_struct_dirent_d_ino = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define D_INO_IN_DIRENT 1
-_ACEOF
-
-   fi
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether system is Windows or MSDOS" >&5
-$as_echo_n "checking whether system is Windows or MSDOS... " >&6; }
-if test "${ac_cv_win_or_dos+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__
-neither MSDOS nor Windows
-#endif
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_win_or_dos=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_win_or_dos=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_win_or_dos" >&5
-$as_echo "$ac_cv_win_or_dos" >&6; }
-
-    if test x"$ac_cv_win_or_dos" = xyes; then
-      ac_fs_accepts_drive_letter_prefix=1
-      ac_fs_backslash_is_file_name_separator=1
-      { $as_echo "$as_me:$LINENO: checking whether drive letter can start relative path" >&5
-$as_echo_n "checking whether drive letter can start relative path... " >&6; }
-if test "${ac_cv_drive_letter_can_be_relative+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-#if defined __CYGWIN__
-drive letters are always absolute
-#endif
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_drive_letter_can_be_relative=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_drive_letter_can_be_relative=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_drive_letter_can_be_relative" >&5
-$as_echo "$ac_cv_drive_letter_can_be_relative" >&6; }
-      if test x"$ac_cv_drive_letter_can_be_relative" = xyes; then
-        ac_fs_drive_letter_can_be_relative=1
-      else
-        ac_fs_drive_letter_can_be_relative=0
-      fi
-    else
-      ac_fs_accepts_drive_letter_prefix=0
-      ac_fs_backslash_is_file_name_separator=0
-      ac_fs_drive_letter_can_be_relative=0
-    fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX $ac_fs_accepts_drive_letter_prefix
-_ACEOF
-
-
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR $ac_fs_backslash_is_file_name_separator
-_ACEOF
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE $ac_fs_drive_letter_can_be_relative
-_ACEOF
-
-
-{ $as_echo "$as_me:$LINENO: checking for long file names" >&5
-$as_echo_n "checking for long file names... " >&6; }
-if test "${ac_cv_sys_long_file_names+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_sys_long_file_names=yes
-# Test for long file names in all the places we know might matter:
-#      .               the current directory, where building will happen
-#      $prefix/lib     where we will be installing things
-#      $exec_prefix/lib        likewise
-#      $TMPDIR         if set, where it might want to write temporary files
-#      /tmp            where it might want to write temporary files
-#      /var/tmp                likewise
-#      /usr/tmp                likewise
-for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
-  # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
-  # in the usual case where exec_prefix is '${prefix}'.
-  case $ac_dir in #(
-    . | /* | ?:[\\/]*) ;; #(
-    *) continue;;
-  esac
-  test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
-  ac_xdir=$ac_dir/cf$$
-  (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
-  ac_tf1=$ac_xdir/conftest9012345
-  ac_tf2=$ac_xdir/conftest9012346
-  touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
-    ac_cv_sys_long_file_names=no
-  rm -f -r "$ac_xdir" 2>/dev/null
-  test $ac_cv_sys_long_file_names = no && break
-done
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5
-$as_echo "$ac_cv_sys_long_file_names" >&6; }
-if test $ac_cv_sys_long_file_names = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_LONG_FILE_NAMES 1
-_ACEOF
-
-fi
-
-
-
-
-  GNULIB_BTOWC=0;
-  GNULIB_WCTOB=0;
-  GNULIB_MBSINIT=0;
-  GNULIB_MBRTOWC=0;
-  GNULIB_MBRLEN=0;
-  GNULIB_MBSRTOWCS=0;
-  GNULIB_MBSNRTOWCS=0;
-  GNULIB_WCRTOMB=0;
-  GNULIB_WCSRTOMBS=0;
-  GNULIB_WCSNRTOMBS=0;
-  GNULIB_WCWIDTH=0;
-    HAVE_BTOWC=1;
-  HAVE_MBSINIT=1;
-  HAVE_MBRTOWC=1;
-  HAVE_MBRLEN=1;
-  HAVE_MBSRTOWCS=1;
-  HAVE_MBSNRTOWCS=1;
-  HAVE_WCRTOMB=1;
-  HAVE_WCSRTOMBS=1;
-  HAVE_WCSNRTOMBS=1;
-  HAVE_DECL_WCTOB=1;
-  HAVE_DECL_WCWIDTH=1;
-  REPLACE_MBSTATE_T=0;
-  REPLACE_BTOWC=0;
-  REPLACE_WCTOB=0;
-  REPLACE_MBSINIT=0;
-  REPLACE_MBRTOWC=0;
-  REPLACE_MBRLEN=0;
-  REPLACE_MBSRTOWCS=0;
-  REPLACE_MBSNRTOWCS=0;
-  REPLACE_WCRTOMB=0;
-  REPLACE_WCSRTOMBS=0;
-  REPLACE_WCSNRTOMBS=0;
-  REPLACE_WCWIDTH=0;
-
-
-            { $as_echo "$as_me:$LINENO: checking whether <wchar.h> uses 'inline' correctly" >&5
-$as_echo_n "checking whether <wchar.h> uses 'inline' correctly... " >&6; }
-if test "${gl_cv_header_wchar_h_correct_inline+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  gl_cv_header_wchar_h_correct_inline=yes
-     cat >conftest.$ac_ext <<_ACEOF
-
-       /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#define wcstod renamed_wcstod
-#include <wchar.h>
-extern int zero (void);
-int main () { return zero(); }
-
-_ACEOF
-     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; then
-       mv conftest.$ac_objext conftest1.$ac_objext
-       cat >conftest.$ac_ext <<_ACEOF
-
-         /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#define wcstod renamed_wcstod
-#include <wchar.h>
-int zero (void) { return 0; }
-
-_ACEOF
-       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; then
-         mv conftest.$ac_objext conftest2.$ac_objext
-         if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then
-           :
-         else
-           gl_cv_header_wchar_h_correct_inline=no
-         fi
-       fi
-     fi
-     rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_wchar_h_correct_inline" >&5
-$as_echo "$gl_cv_header_wchar_h_correct_inline" >&6; }
-  if test $gl_cv_header_wchar_h_correct_inline = no; then
-    { { $as_echo "$as_me:$LINENO: error: <wchar.h> cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS).
-This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in
-C99 mode. You have four options:
-  - Add the flag -fgnu89-inline to CC and reconfigure, or
-  - Fix your include files, using parts of
-    <http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b037a293a48718af30d706c2e18c929d0e69a621>, or
-  - Use a gcc version older than 4.3, or
-  - Don't use the flags -std=c99 or -std=gnu99.
-Configuration aborted." >&5
-$as_echo "$as_me: error: <wchar.h> cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS).
-This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in
-C99 mode. You have four options:
-  - Add the flag -fgnu89-inline to CC and reconfigure, or
-  - Fix your include files, using parts of
-    <http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b037a293a48718af30d706c2e18c929d0e69a621>, or
-  - Use a gcc version older than 4.3, or
-  - Don't use the flags -std=c99 or -std=gnu99.
-Configuration aborted." >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
-$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
-if test "${am_cv_langinfo_codeset+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-int
-main ()
-{
-char* cs = nl_langinfo(CODESET); return !cs;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  am_cv_langinfo_codeset=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       am_cv_langinfo_codeset=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
-$as_echo "$am_cv_langinfo_codeset" >&6; }
-  if test $am_cv_langinfo_codeset = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_LANGINFO_CODESET 1
-_ACEOF
-
-  fi
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for a traditional french locale" >&5
-$as_echo_n "checking for a traditional french locale... " >&6; }
-if test "${gt_cv_locale_fr+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <time.h>
-#if HAVE_LANGINFO_CODESET
-# include <langinfo.h>
-#endif
-#include <stdlib.h>
-#include <string.h>
-struct tm t;
-char buf[16];
-int main () {
-  /* Check whether the given locale name is recognized by the system.  */
-  if (setlocale (LC_ALL, "") == NULL) return 1;
-  /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
-     On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
-     is empty, and the behaviour of Tcl 8.4 in this locale is not useful.
-     On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "646". In this situation,
-     some unit tests fail.
-     On MirBSD 10, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "UTF-8".  */
-#if HAVE_LANGINFO_CODESET
-  {
-    const char *cs = nl_langinfo (CODESET);
-    if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0
-        || strcmp (cs, "UTF-8") == 0)
-      return 1;
-  }
-#endif
-#ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  Note that
-     LC_ALL is set on the command line.  */
-  if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
-#endif
-  /* Check whether in the abbreviation of the second month, the second
-     character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only
-     one byte long. This excludes the UTF-8 encoding.  */
-  t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4;
-  if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1;
-  /* Check whether the decimal separator is a comma.
-     On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
-     are nl_langinfo(RADIXCHAR) are both ".".  */
-  if (localeconv () ->decimal_point[0] != ',') return 1;
-  return 0;
-}
-
-_ACEOF
-    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest$ac_exeext; then
-      # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
-      # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the
-      # configure script would override the LC_ALL setting. Likewise for
-      # LC_CTYPE, which is also set at the beginning of the configure script.
-      # Test for the usual locale name.
-      if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-        gt_cv_locale_fr=fr_FR
-      else
-        # Test for the locale name with explicit encoding suffix.
-        if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-          gt_cv_locale_fr=fr_FR.ISO-8859-1
-        else
-          # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name.
-          if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-            gt_cv_locale_fr=fr_FR.ISO8859-1
-          else
-            # Test for the HP-UX locale name.
-            if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-              gt_cv_locale_fr=fr_FR.iso88591
-            else
-              # Test for the Solaris 7 locale name.
-              if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-                gt_cv_locale_fr=fr
-              else
-                # None found.
-                gt_cv_locale_fr=none
-              fi
-            fi
-          fi
-        fi
-      fi
-    fi
-    rm -fr conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_locale_fr" >&5
-$as_echo "$gt_cv_locale_fr" >&6; }
-  LOCALE_FR=$gt_cv_locale_fr
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether // is distinct from /" >&5
-$as_echo_n "checking whether // is distinct from /... " >&6; }
-if test "${gl_cv_double_slash_root+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-   if test x"$cross_compiling" = xyes ; then
-        # When cross-compiling, there is no way to tell whether // is special
-        # short of a list of hosts.  However, the only known hosts to date
-        # that have a distinct // are Apollo DomainOS (too old to port to),
-        # Cygwin, and z/OS.  If anyone knows of another system for which // has
-        # special semantics and is distinct from /, please report it to
-        # <bug-gnulib@gnu.org>.
-        case $host in
-          *-cygwin | i370-ibm-openedition)
-            gl_cv_double_slash_root=yes ;;
-          *)
-            # Be optimistic and assume that / and // are the same when we
-            # don't know.
-            gl_cv_double_slash_root='unknown, assuming no' ;;
-        esac
-      else
-        set x `ls -di / // 2>/dev/null`
-        if test "$2" = "$4" && wc //dev/null >/dev/null 2>&1; then
-          gl_cv_double_slash_root=no
-        else
-          gl_cv_double_slash_root=yes
-        fi
-      fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_double_slash_root" >&5
-$as_echo "$gl_cv_double_slash_root" >&6; }
-  if test "$gl_cv_double_slash_root" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether realpath works" >&5
-$as_echo_n "checking whether realpath works... " >&6; }
-if test "${gl_cv_func_realpath_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    touch conftest.a
-    if test "$cross_compiling" = yes; then
-  gl_cv_func_realpath_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-      /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-        #include <stdlib.h>
-
-int
-main ()
-{
-
-        char *name1 = realpath ("conftest.a", NULL);
-        char *name2 = realpath ("conftest.b/../conftest.a", NULL);
-        char *name3 = realpath ("conftest.a/", NULL);
-        return !(name1 && *name1 == '/' && !name2 && !name3);
-
-  ;
-  return 0;
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_realpath_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_realpath_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_realpath_works" >&5
-$as_echo "$gl_cv_func_realpath_works" >&6; }
-  if test "$gl_cv_func_realpath_works" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define FUNC_REALPATH_WORKS 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  GNULIB__EXIT=0;
-  GNULIB_ATOLL=0;
-  GNULIB_CALLOC_POSIX=0;
-  GNULIB_CANONICALIZE_FILE_NAME=0;
-  GNULIB_GETLOADAVG=0;
-  GNULIB_GETSUBOPT=0;
-  GNULIB_GRANTPT=0;
-  GNULIB_MALLOC_POSIX=0;
-  GNULIB_MKDTEMP=0;
-  GNULIB_MKOSTEMP=0;
-  GNULIB_MKOSTEMPS=0;
-  GNULIB_MKSTEMP=0;
-  GNULIB_MKSTEMPS=0;
-  GNULIB_PTSNAME=0;
-  GNULIB_PUTENV=0;
-  GNULIB_RANDOM_R=0;
-  GNULIB_REALLOC_POSIX=0;
-  GNULIB_REALPATH=0;
-  GNULIB_RPMATCH=0;
-  GNULIB_SETENV=0;
-  GNULIB_STRTOD=0;
-  GNULIB_STRTOLL=0;
-  GNULIB_STRTOULL=0;
-  GNULIB_SYSTEM_POSIX=0;
-  GNULIB_UNLOCKPT=0;
-  GNULIB_UNSETENV=0;
-    HAVE__EXIT=1;
-  HAVE_ATOLL=1;
-  HAVE_CANONICALIZE_FILE_NAME=1;
-  HAVE_DECL_GETLOADAVG=1;
-  HAVE_GETSUBOPT=1;
-  HAVE_GRANTPT=1;
-  HAVE_MKDTEMP=1;
-  HAVE_MKOSTEMP=1;
-  HAVE_MKOSTEMPS=1;
-  HAVE_MKSTEMP=1;
-  HAVE_MKSTEMPS=1;
-  HAVE_PTSNAME=1;
-  HAVE_RANDOM_R=1;
-  HAVE_REALPATH=1;
-  HAVE_RPMATCH=1;
-  HAVE_SETENV=1;
-  HAVE_STRTOD=1;
-  HAVE_STRTOLL=1;
-  HAVE_STRTOULL=1;
-  HAVE_STRUCT_RANDOM_DATA=1;
-  HAVE_SYS_LOADAVG_H=0;
-  HAVE_UNLOCKPT=1;
-  HAVE_UNSETENV=1;
-  REPLACE_CALLOC=0;
-  REPLACE_CANONICALIZE_FILE_NAME=0;
-  REPLACE_MALLOC=0;
-  REPLACE_MKSTEMP=0;
-  REPLACE_PUTENV=0;
-  REPLACE_REALLOC=0;
-  REPLACE_REALPATH=0;
-  REPLACE_SETENV=0;
-  REPLACE_STRTOD=0;
-  REPLACE_UNSETENV=0;
-
-
-  GNULIB_CHOWN=0;
-  GNULIB_CLOSE=0;
-  GNULIB_DUP2=0;
-  GNULIB_DUP3=0;
-  GNULIB_ENVIRON=0;
-  GNULIB_EUIDACCESS=0;
-  GNULIB_FACCESSAT=0;
-  GNULIB_FCHDIR=0;
-  GNULIB_FCHOWNAT=0;
-  GNULIB_FSYNC=0;
-  GNULIB_FTRUNCATE=0;
-  GNULIB_GETCWD=0;
-  GNULIB_GETDOMAINNAME=0;
-  GNULIB_GETDTABLESIZE=0;
-  GNULIB_GETGROUPS=0;
-  GNULIB_GETHOSTNAME=0;
-  GNULIB_GETLOGIN=0;
-  GNULIB_GETLOGIN_R=0;
-  GNULIB_GETPAGESIZE=0;
-  GNULIB_GETUSERSHELL=0;
-  GNULIB_LCHOWN=0;
-  GNULIB_LINK=0;
-  GNULIB_LINKAT=0;
-  GNULIB_LSEEK=0;
-  GNULIB_PIPE2=0;
-  GNULIB_PREAD=0;
-  GNULIB_PWRITE=0;
-  GNULIB_READLINK=0;
-  GNULIB_READLINKAT=0;
-  GNULIB_RMDIR=0;
-  GNULIB_SLEEP=0;
-  GNULIB_SYMLINK=0;
-  GNULIB_SYMLINKAT=0;
-  GNULIB_TTYNAME_R=0;
-  GNULIB_UNISTD_H_GETOPT=0;
-  GNULIB_UNISTD_H_SIGPIPE=0;
-  GNULIB_UNLINK=0;
-  GNULIB_UNLINKAT=0;
-  GNULIB_USLEEP=0;
-  GNULIB_WRITE=0;
-    HAVE_CHOWN=1;
-  HAVE_DUP2=1;
-  HAVE_DUP3=1;
-  HAVE_EUIDACCESS=1;
-  HAVE_FACCESSAT=1;
-  HAVE_FCHDIR=1;
-  HAVE_FCHOWNAT=1;
-  HAVE_FSYNC=1;
-  HAVE_FTRUNCATE=1;
-  HAVE_GETDOMAINNAME=1;
-  HAVE_GETDTABLESIZE=1;
-  HAVE_GETGROUPS=1;
-  HAVE_GETHOSTNAME=1;
-  HAVE_GETLOGIN=1;
-  HAVE_GETPAGESIZE=1;
-  HAVE_LCHOWN=1;
-  HAVE_LINK=1;
-  HAVE_LINKAT=1;
-  HAVE_PIPE2=1;
-  HAVE_PREAD=1;
-  HAVE_PWRITE=1;
-  HAVE_READLINK=1;
-  HAVE_READLINKAT=1;
-  HAVE_SLEEP=1;
-  HAVE_SYMLINK=1;
-  HAVE_SYMLINKAT=1;
-  HAVE_TTYNAME_R=1;
-  HAVE_UNLINKAT=1;
-  HAVE_USLEEP=1;
-  HAVE_DECL_ENVIRON=1;
-  HAVE_DECL_GETLOGIN_R=1;
-  HAVE_DECL_GETPAGESIZE=1;
-  HAVE_DECL_GETUSERSHELL=1;
-  HAVE_OS_H=0;
-  HAVE_SYS_PARAM_H=0;
-  REPLACE_CHOWN=0;
-  REPLACE_CLOSE=0;
-  REPLACE_DUP=0;
-  REPLACE_DUP2=0;
-  REPLACE_FCHOWNAT=0;
-  REPLACE_GETCWD=0;
-  REPLACE_GETGROUPS=0;
-  REPLACE_GETPAGESIZE=0;
-  REPLACE_LCHOWN=0;
-  REPLACE_LINK=0;
-  REPLACE_LINKAT=0;
-  REPLACE_LSEEK=0;
-  REPLACE_PREAD=0;
-  REPLACE_PWRITE=0;
-  REPLACE_READLINK=0;
-  REPLACE_RMDIR=0;
-  REPLACE_SLEEP=0;
-  REPLACE_SYMLINK=0;
-  REPLACE_TTYNAME_R=0;
-  REPLACE_UNLINK=0;
-  REPLACE_UNLINKAT=0;
-  REPLACE_USLEEP=0;
-  REPLACE_WRITE=0;
-  UNISTD_H_HAVE_WINSOCK2_H=0;
-  UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0;
-
-
-
-for ac_header in unistd.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-{ $as_echo "$as_me:$LINENO: checking for working chown" >&5
-$as_echo_n "checking for working chown... " >&6; }
-if test "${ac_cv_func_chown_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  ac_cv_func_chown_works=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <fcntl.h>
-
-int
-main ()
-{
-  char *f = "conftest.chown";
-  struct stat before, after;
-
-  if (creat (f, 0600) < 0)
-    return 1;
-  if (stat (f, &before) < 0)
-    return 1;
-  if (chown (f, (uid_t) -1, (gid_t) -1) == -1)
-    return 1;
-  if (stat (f, &after) < 0)
-    return 1;
-  return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_chown_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_chown_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-rm -f conftest.chown
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_chown_works" >&5
-$as_echo "$ac_cv_func_chown_works" >&6; }
-if test $ac_cv_func_chown_works = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_CHOWN 1
-_ACEOF
-
-fi
-
-
-  { $as_echo "$as_me:$LINENO: checking whether chown dereferences symlinks" >&5
-$as_echo_n "checking whether chown dereferences symlinks... " >&6; }
-if test "${gl_cv_func_chown_follows_symlink+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      if test "$cross_compiling" = yes; then
-  gl_cv_func_chown_follows_symlink=yes
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <unistd.h>
-#include <stdlib.h>
-#include <errno.h>
-
-        int
-        main ()
-        {
-          char const *dangling_symlink = "conftest.dangle";
-
-          unlink (dangling_symlink);
-          if (symlink ("conftest.no-such", dangling_symlink))
-            abort ();
-
-          /* Exit successfully on a conforming system,
-             i.e., where chown must fail with ENOENT.  */
-          exit ( ! (chown (dangling_symlink, getuid (), getgid ()) != 0
-                    && errno == ENOENT));
-        }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_chown_follows_symlink=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_chown_follows_symlink=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_chown_follows_symlink" >&5
-$as_echo "$gl_cv_func_chown_follows_symlink" >&6; }
-
-  if test $gl_cv_func_chown_follows_symlink = no; then
-
-cat >>confdefs.h <<\_ACEOF
-#define CHOWN_MODIFIES_SYMLINK 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    if test $ac_cv_func_chown = no; then
-    HAVE_CHOWN=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS chown.$ac_objext"
-
-  else
-        if test $gl_cv_func_chown_follows_symlink = no; then
-      REPLACE_CHOWN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS chown.$ac_objext"
-
-    fi
-
-        if test $ac_cv_func_chown_works = no; then
-
-cat >>confdefs.h <<\_ACEOF
-#define CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE 1
-_ACEOF
-
-      REPLACE_CHOWN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS chown.$ac_objext"
-
-    fi
-
-                { $as_echo "$as_me:$LINENO: checking whether chown honors trailing slash" >&5
-$as_echo_n "checking whether chown honors trailing slash... " >&6; }
-if test "${gl_cv_func_chown_slash_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  touch conftest.file && rm -f conftest.link
-       if test "$cross_compiling" = yes; then
-  gl_cv_func_chown_slash_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <unistd.h>
-#include <stdlib.h>
-#include <errno.h>
-
-int
-main ()
-{
-    if (symlink ("conftest.file", "conftest.link")) return 1;
-          if (chown ("conftest.link/", getuid (), getgid ()) == 0) return 2;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_chown_slash_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_chown_slash_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.link conftest.file
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_chown_slash_works" >&5
-$as_echo "$gl_cv_func_chown_slash_works" >&6; }
-    if test "$gl_cv_func_chown_slash_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define CHOWN_TRAILING_SLASH_BUG 1
-_ACEOF
-
-      REPLACE_CHOWN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS chown.$ac_objext"
-
-    fi
-
-        { $as_echo "$as_me:$LINENO: checking whether chown always updates ctime" >&5
-$as_echo_n "checking whether chown always updates ctime... " >&6; }
-if test "${gl_cv_func_chown_ctime_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_chown_ctime_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <unistd.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-
-int
-main ()
-{
-    struct stat st1, st2;
-          if (close (creat ("conftest.file", 0600))) return 1;
-          if (stat ("conftest.file", &st1)) return 2;
-          sleep (1);
-          if (chown ("conftest.file", st1.st_uid, st1.st_gid)) return 3;
-          if (stat ("conftest.file", &st2)) return 4;
-          if (st2.st_ctime <= st1.st_ctime) return 5;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_chown_ctime_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_chown_ctime_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.file
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_chown_ctime_works" >&5
-$as_echo "$gl_cv_func_chown_ctime_works" >&6; }
-    if test "$gl_cv_func_chown_ctime_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define CHOWN_CHANGE_TIME_BUG 1
-_ACEOF
-
-      REPLACE_CHOWN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS chown.$ac_objext"
-
-    fi
-
-    if test $REPLACE_CHOWN = 1 && test $ac_cv_func_fchown = no; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fchown-stub.$ac_objext"
-
-    fi
-  fi
-
-
-     GNULIB_DIRFD=0;
-  GNULIB_FDOPENDIR=0;
-  GNULIB_SCANDIR=0;
-  GNULIB_ALPHASORT=0;
-    HAVE_DECL_DIRFD=1;
-  HAVE_DECL_FDOPENDIR=1;
-  HAVE_FDOPENDIR=1;
-  HAVE_SCANDIR=1;
-  HAVE_ALPHASORT=1;
-  REPLACE_CLOSEDIR=0;
-  REPLACE_DIRFD=0;
-  REPLACE_FDOPENDIR=0;
-  REPLACE_OPENDIR=0;
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether the preprocessor supports include_next" >&5
-$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
-if test "${gl_cv_have_include_next+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftestd1a conftestd1b conftestd2
-     mkdir conftestd1a conftestd1b conftestd2
-                                                  cat <<EOF > conftestd1a/conftest.h
-#define DEFINED_IN_CONFTESTD1
-#include_next <conftest.h>
-#ifdef DEFINED_IN_CONFTESTD2
-int foo;
-#else
-#error "include_next doesn't work"
-#endif
-EOF
-     cat <<EOF > conftestd1b/conftest.h
-#define DEFINED_IN_CONFTESTD1
-#include <stdio.h>
-#include_next <conftest.h>
-#ifdef DEFINED_IN_CONFTESTD2
-int foo;
-#else
-#error "include_next doesn't work"
-#endif
-EOF
-     cat <<EOF > conftestd2/conftest.h
-#ifndef DEFINED_IN_CONFTESTD1
-#error "include_next test doesn't work"
-#endif
-#define DEFINED_IN_CONFTESTD2
-EOF
-     gl_save_CPPFLAGS="$CPPFLAGS"
-     CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2"
-     cat >conftest.$ac_ext <<_ACEOF
-#include <conftest.h>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_have_include_next=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2"
-        cat >conftest.$ac_ext <<_ACEOF
-#include <conftest.h>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_have_include_next=buggy
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_have_include_next=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-     CPPFLAGS="$gl_save_CPPFLAGS"
-     rm -rf conftestd1a conftestd1b conftestd2
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_have_include_next" >&5
-$as_echo "$gl_cv_have_include_next" >&6; }
-  PRAGMA_SYSTEM_HEADER=
-  if test $gl_cv_have_include_next = yes; then
-    INCLUDE_NEXT=include_next
-    INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
-    if test -n "$GCC"; then
-      PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
-    fi
-  else
-    if test $gl_cv_have_include_next = buggy; then
-      INCLUDE_NEXT=include
-      INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
-    else
-      INCLUDE_NEXT=include
-      INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include
-    fi
-  fi
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether system header files limit the line length" >&5
-$as_echo_n "checking whether system header files limit the line length... " >&6; }
-if test "${gl_cv_pragma_columns+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef __TANDEM
-choke me
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "choke me" >/dev/null 2>&1; then
-  gl_cv_pragma_columns=yes
-else
-  gl_cv_pragma_columns=no
-fi
-rm -f conftest*
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_pragma_columns" >&5
-$as_echo "$gl_cv_pragma_columns" >&6; }
-  if test $gl_cv_pragma_columns = yes; then
-    PRAGMA_COLUMNS="#pragma COLUMNS 10000"
-  else
-    PRAGMA_COLUMNS=
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS basename-lgpl.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dirname-lgpl.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS stripslash.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking if environ is properly declared" >&5
-$as_echo_n "checking if environ is properly declared... " >&6; }
-  if test "${gt_cv_var_environ_declaration+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-           extern struct { int foo; } environ;
-int
-main ()
-{
-environ.foo = 1;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_var_environ_declaration=no
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_var_environ_declaration=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-  { $as_echo "$as_me:$LINENO: result: $gt_cv_var_environ_declaration" >&5
-$as_echo "$gt_cv_var_environ_declaration" >&6; }
-  if test $gt_cv_var_environ_declaration = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ENVIRON_DECL 1
-_ACEOF
-
-  fi
-
-
-  if test $gt_cv_var_environ_declaration != yes; then
-    HAVE_DECL_ENVIRON=0
-  fi
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for complete errno.h" >&5
-$as_echo_n "checking for complete errno.h... " >&6; }
-if test "${gl_cv_header_errno_h_complete+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <errno.h>
-#if !defined ENOMSG
-booboo
-#endif
-#if !defined EIDRM
-booboo
-#endif
-#if !defined ENOLINK
-booboo
-#endif
-#if !defined EPROTO
-booboo
-#endif
-#if !defined EMULTIHOP
-booboo
-#endif
-#if !defined EBADMSG
-booboo
-#endif
-#if !defined EOVERFLOW
-booboo
-#endif
-#if !defined ENOTSUP
-booboo
-#endif
-#if !defined ESTALE
-booboo
-#endif
-#if !defined EDQUOT
-booboo
-#endif
-#if !defined ECANCELED
-booboo
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "booboo" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_complete=no
-else
-  gl_cv_header_errno_h_complete=yes
-fi
-rm -f conftest*
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_errno_h_complete" >&5
-$as_echo "$gl_cv_header_errno_h_complete" >&6; }
-  if test $gl_cv_header_errno_h_complete = yes; then
-    ERRNO_H=''
-  else
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_errno_h='<'errno.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <errno.h>" >&5
-$as_echo_n "checking absolute name of <errno.h>... " >&6; }
-if test "${gl_cv_next_errno_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_errno_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <errno.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_errno_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/errno.h#{
-                 s#.*"\(.*/errno.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_errno_h='<'errno.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_errno_h" >&5
-$as_echo "$gl_cv_next_errno_h" >&6; }
-     fi
-     NEXT_ERRNO_H=$gl_cv_next_errno_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'errno.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_errno_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=$gl_next_as_first_directive
-
-
-
-    ERRNO_H='errno.h'
-  fi
-
-
-  if test -n "$ERRNO_H"; then
-    { $as_echo "$as_me:$LINENO: checking for EMULTIHOP value" >&5
-$as_echo_n "checking for EMULTIHOP value... " >&6; }
-if test "${gl_cv_header_errno_h_EMULTIHOP+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <errno.h>
-#ifdef EMULTIHOP
-yes
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "yes" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_EMULTIHOP=yes
-else
-  gl_cv_header_errno_h_EMULTIHOP=no
-fi
-rm -f conftest*
-
-      if test $gl_cv_header_errno_h_EMULTIHOP = no; then
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-#ifdef EMULTIHOP
-yes
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "yes" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_EMULTIHOP=hidden
-fi
-rm -f conftest*
-
-        if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then
-                              if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EMULTIHOP) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EMULTIHOP) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EMULTIHOP) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EMULTIHOP) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EMULTIHOP) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) gl_cv_header_errno_h_EMULTIHOP=$ac_lo;;
-'')  ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-static long int longval () { return EMULTIHOP; }
-static unsigned long int ulongval () { return EMULTIHOP; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((EMULTIHOP) < 0)
-    {
-      long int i = longval ();
-      if (i != (EMULTIHOP))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (EMULTIHOP))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_header_errno_h_EMULTIHOP=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-        fi
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_errno_h_EMULTIHOP" >&5
-$as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; }
-    case $gl_cv_header_errno_h_EMULTIHOP in
-      yes | no)
-        EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE=
-        ;;
-      *)
-        EMULTIHOP_HIDDEN=1; EMULTIHOP_VALUE="$gl_cv_header_errno_h_EMULTIHOP"
-        ;;
-    esac
-
-
-  fi
-
-
-  if test -n "$ERRNO_H"; then
-    { $as_echo "$as_me:$LINENO: checking for ENOLINK value" >&5
-$as_echo_n "checking for ENOLINK value... " >&6; }
-if test "${gl_cv_header_errno_h_ENOLINK+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <errno.h>
-#ifdef ENOLINK
-yes
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "yes" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_ENOLINK=yes
-else
-  gl_cv_header_errno_h_ENOLINK=no
-fi
-rm -f conftest*
-
-      if test $gl_cv_header_errno_h_ENOLINK = no; then
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-#ifdef ENOLINK
-yes
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "yes" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_ENOLINK=hidden
-fi
-rm -f conftest*
-
-        if test $gl_cv_header_errno_h_ENOLINK = hidden; then
-                              if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((ENOLINK) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((ENOLINK) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((ENOLINK) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((ENOLINK) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((ENOLINK) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) gl_cv_header_errno_h_ENOLINK=$ac_lo;;
-'')  ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-static long int longval () { return ENOLINK; }
-static unsigned long int ulongval () { return ENOLINK; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((ENOLINK) < 0)
-    {
-      long int i = longval ();
-      if (i != (ENOLINK))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (ENOLINK))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_header_errno_h_ENOLINK=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-        fi
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_errno_h_ENOLINK" >&5
-$as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; }
-    case $gl_cv_header_errno_h_ENOLINK in
-      yes | no)
-        ENOLINK_HIDDEN=0; ENOLINK_VALUE=
-        ;;
-      *)
-        ENOLINK_HIDDEN=1; ENOLINK_VALUE="$gl_cv_header_errno_h_ENOLINK"
-        ;;
-    esac
-
-
-  fi
-
-
-  if test -n "$ERRNO_H"; then
-    { $as_echo "$as_me:$LINENO: checking for EOVERFLOW value" >&5
-$as_echo_n "checking for EOVERFLOW value... " >&6; }
-if test "${gl_cv_header_errno_h_EOVERFLOW+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <errno.h>
-#ifdef EOVERFLOW
-yes
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "yes" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_EOVERFLOW=yes
-else
-  gl_cv_header_errno_h_EOVERFLOW=no
-fi
-rm -f conftest*
-
-      if test $gl_cv_header_errno_h_EOVERFLOW = no; then
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-#ifdef EOVERFLOW
-yes
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "yes" >/dev/null 2>&1; then
-  gl_cv_header_errno_h_EOVERFLOW=hidden
-fi
-rm -f conftest*
-
-        if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then
-                              if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EOVERFLOW) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EOVERFLOW) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EOVERFLOW) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EOVERFLOW) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main ()
-{
-static int test_array [1 - 2 * !((EOVERFLOW) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) gl_cv_header_errno_h_EOVERFLOW=$ac_lo;;
-'')  ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define _XOPEN_SOURCE_EXTENDED 1
-#include <errno.h>
-/* The following two lines are a workaround against an autoconf-2.52 bug.  */
-#include <stdio.h>
-#include <stdlib.h>
-
-static long int longval () { return EOVERFLOW; }
-static unsigned long int ulongval () { return EOVERFLOW; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((EOVERFLOW) < 0)
-    {
-      long int i = longval ();
-      if (i != (EOVERFLOW))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (EOVERFLOW))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_header_errno_h_EOVERFLOW=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-        fi
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_errno_h_EOVERFLOW" >&5
-$as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; }
-    case $gl_cv_header_errno_h_EOVERFLOW in
-      yes | no)
-        EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE=
-        ;;
-      *)
-        EOVERFLOW_HIDDEN=1; EOVERFLOW_VALUE="$gl_cv_header_errno_h_EOVERFLOW"
-        ;;
-    esac
-
-
-  fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
-$as_echo_n "checking whether strerror_r is declared... " >&6; }
-if test "${ac_cv_have_decl_strerror_r+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strerror_r
-  (void) strerror_r;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strerror_r=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strerror_r=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror_r" >&5
-$as_echo "$ac_cv_have_decl_strerror_r" >&6; }
-if test "x$ac_cv_have_decl_strerror_r" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRERROR_R 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRERROR_R 0
-_ACEOF
-
-
-fi
-
-
-
-for ac_func in strerror_r
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-{ $as_echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
-$as_echo_n "checking whether strerror_r returns char *... " >&6; }
-if test "${ac_cv_func_strerror_r_char_p+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    ac_cv_func_strerror_r_char_p=no
-    if test $ac_cv_have_decl_strerror_r = yes; then
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-
-         char buf[100];
-         char x = *strerror_r (0, buf, sizeof buf);
-         char *p = strerror_r (0, buf, sizeof buf);
-         return !p || x;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_func_strerror_r_char_p=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    else
-      # strerror_r is not declared.  Choose between
-      # systems that have relatively inaccessible declarations for the
-      # function.  BeOS and DEC UNIX 4.0 fall in this category, but the
-      # former has a strerror_r that returns char*, while the latter
-      # has a strerror_r that returns `int'.
-      # This test should segfault on the DEC system.
-      if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-       extern char *strerror_r ();
-int
-main ()
-{
-char buf[100];
-         char x = *strerror_r (0, buf, sizeof buf);
-         return ! isalpha (x);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_strerror_r_char_p=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strerror_r_char_p" >&5
-$as_echo "$ac_cv_func_strerror_r_char_p" >&6; }
-if test $ac_cv_func_strerror_r_char_p = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define STRERROR_R_CHAR_P 1
-_ACEOF
-
-fi
-
-
-     GNULIB_FCHMODAT=0;
-  GNULIB_FSTATAT=0;
-  GNULIB_FUTIMENS=0;
-  GNULIB_LCHMOD=0;
-  GNULIB_LSTAT=0;
-  GNULIB_MKDIRAT=0;
-  GNULIB_MKFIFO=0;
-  GNULIB_MKFIFOAT=0;
-  GNULIB_MKNOD=0;
-  GNULIB_MKNODAT=0;
-  GNULIB_STAT=0;
-  GNULIB_UTIMENSAT=0;
-    HAVE_FCHMODAT=1;
-  HAVE_FSTATAT=1;
-  HAVE_FUTIMENS=1;
-  HAVE_LCHMOD=1;
-  HAVE_LSTAT=1;
-  HAVE_MKDIRAT=1;
-  HAVE_MKFIFO=1;
-  HAVE_MKFIFOAT=1;
-  HAVE_MKNOD=1;
-  HAVE_MKNODAT=1;
-  HAVE_UTIMENSAT=1;
-  REPLACE_FSTAT=0;
-  REPLACE_FSTATAT=0;
-  REPLACE_FUTIMENS=0;
-  REPLACE_LSTAT=0;
-  REPLACE_MKDIR=0;
-  REPLACE_MKFIFO=0;
-  REPLACE_MKNOD=0;
-  REPLACE_STAT=0;
-  REPLACE_UTIMENSAT=0;
-
-
-
-
-  GNULIB_FCNTL=0;
-  GNULIB_OPEN=0;
-  GNULIB_OPENAT=0;
-    HAVE_FCNTL=1;
-  HAVE_OPENAT=1;
-  REPLACE_FCNTL=0;
-  REPLACE_OPEN=0;
-  REPLACE_OPENAT=0;
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for promoted mode_t type" >&5
-$as_echo_n "checking for promoted mode_t type... " >&6; }
-if test "${gl_cv_promoted_mode_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-int
-main ()
-{
-typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_promoted_mode_t='int'
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_promoted_mode_t='mode_t'
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_promoted_mode_t" >&5
-$as_echo "$gl_cv_promoted_mode_t" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define PROMOTED_MODE_T $gl_cv_promoted_mode_t
-_ACEOF
-
-
-
-  GNULIB_DPRINTF=0;
-  GNULIB_FCLOSE=0;
-  GNULIB_FFLUSH=0;
-  GNULIB_FOPEN=0;
-  GNULIB_FPRINTF=0;
-  GNULIB_FPRINTF_POSIX=0;
-  GNULIB_FPURGE=0;
-  GNULIB_FPUTC=0;
-  GNULIB_FPUTS=0;
-  GNULIB_FREOPEN=0;
-  GNULIB_FSEEK=0;
-  GNULIB_FSEEKO=0;
-  GNULIB_FTELL=0;
-  GNULIB_FTELLO=0;
-  GNULIB_FWRITE=0;
-  GNULIB_GETDELIM=0;
-  GNULIB_GETLINE=0;
-  GNULIB_OBSTACK_PRINTF=0;
-  GNULIB_OBSTACK_PRINTF_POSIX=0;
-  GNULIB_PERROR=0;
-  GNULIB_POPEN=0;
-  GNULIB_PRINTF=0;
-  GNULIB_PRINTF_POSIX=0;
-  GNULIB_PUTC=0;
-  GNULIB_PUTCHAR=0;
-  GNULIB_PUTS=0;
-  GNULIB_REMOVE=0;
-  GNULIB_RENAME=0;
-  GNULIB_RENAMEAT=0;
-  GNULIB_SNPRINTF=0;
-  GNULIB_SPRINTF_POSIX=0;
-  GNULIB_STDIO_H_SIGPIPE=0;
-  GNULIB_TMPFILE=0;
-  GNULIB_VASPRINTF=0;
-  GNULIB_VDPRINTF=0;
-  GNULIB_VFPRINTF=0;
-  GNULIB_VFPRINTF_POSIX=0;
-  GNULIB_VPRINTF=0;
-  GNULIB_VPRINTF_POSIX=0;
-  GNULIB_VSNPRINTF=0;
-  GNULIB_VSPRINTF_POSIX=0;
-    HAVE_DECL_FPURGE=1;
-  HAVE_DECL_GETDELIM=1;
-  HAVE_DECL_GETLINE=1;
-  HAVE_DECL_OBSTACK_PRINTF=1;
-  HAVE_DECL_SNPRINTF=1;
-  HAVE_DECL_VSNPRINTF=1;
-  HAVE_DPRINTF=1;
-  HAVE_FSEEKO=1;
-  HAVE_FTELLO=1;
-  HAVE_RENAMEAT=1;
-  HAVE_VASPRINTF=1;
-  HAVE_VDPRINTF=1;
-  REPLACE_DPRINTF=0;
-  REPLACE_FCLOSE=0;
-  REPLACE_FFLUSH=0;
-  REPLACE_FOPEN=0;
-  REPLACE_FPRINTF=0;
-  REPLACE_FPURGE=0;
-  REPLACE_FREOPEN=0;
-  REPLACE_FSEEK=0;
-  REPLACE_FSEEKO=0;
-  REPLACE_FTELL=0;
-  REPLACE_FTELLO=0;
-  REPLACE_GETDELIM=0;
-  REPLACE_GETLINE=0;
-  REPLACE_OBSTACK_PRINTF=0;
-  REPLACE_PERROR=0;
-  REPLACE_POPEN=0;
-  REPLACE_PRINTF=0;
-  REPLACE_REMOVE=0;
-  REPLACE_RENAME=0;
-  REPLACE_RENAMEAT=0;
-  REPLACE_SNPRINTF=0;
-  REPLACE_SPRINTF=0;
-  REPLACE_STDIO_WRITE_FUNCS=0;
-  REPLACE_TMPFILE=0;
-  REPLACE_VASPRINTF=0;
-  REPLACE_VDPRINTF=0;
-  REPLACE_VFPRINTF=0;
-  REPLACE_VPRINTF=0;
-  REPLACE_VSNPRINTF=0;
-  REPLACE_VSPRINTF=0;
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for working fcntl.h" >&5
-$as_echo_n "checking for working fcntl.h... " >&6; }
-if test "${gl_cv_header_working_fcntl_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_header_working_fcntl_h=cross-compiling
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-           #include <sys/stat.h>
-           #include <unistd.h>
-           #include <fcntl.h>
-           #ifndef O_NOATIME
-            #define O_NOATIME 0
-           #endif
-           #ifndef O_NOFOLLOW
-            #define O_NOFOLLOW 0
-           #endif
-           static int const constants[] =
-            {
-              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
-              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
-            };
-
-int
-main ()
-{
-
-            int status = !constants;
-            {
-              static char const sym[] = "conftest.sym";
-              if (symlink (".", sym) != 0
-                  || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
-                status |= 32;
-              unlink (sym);
-            }
-            {
-              static char const file[] = "confdefs.h";
-              int fd = open (file, O_RDONLY | O_NOATIME);
-              char c;
-              struct stat st0, st1;
-              if (fd < 0
-                  || fstat (fd, &st0) != 0
-                  || sleep (1) != 0
-                  || read (fd, &c, 1) != 1
-                  || close (fd) != 0
-                  || stat (file, &st1) != 0
-                  || st0.st_atime != st1.st_atime)
-                status |= 64;
-            }
-            return status;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_header_working_fcntl_h=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-case $? in #(
-        32) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
-        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
-        96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
-         *) gl_cv_header_working_fcntl_h='no';;
-        esac
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_working_fcntl_h" >&5
-$as_echo "$gl_cv_header_working_fcntl_h" >&6; }
-
-  case $gl_cv_header_working_fcntl_h in #(
-  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
-  *) ac_val=1;;
-  esac
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_WORKING_O_NOATIME $ac_val
-_ACEOF
-
-
-  case $gl_cv_header_working_fcntl_h in #(
-  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
-  *) ac_val=1;;
-  esac
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_WORKING_O_NOFOLLOW $ac_val
-_ACEOF
-
-
-
-
-
-
-
-
-   { $as_echo "$as_me:$LINENO: checking for mbstate_t" >&5
-$as_echo_n "checking for mbstate_t... " >&6; }
-if test "${ac_cv_type_mbstate_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#           include <wchar.h>
-int
-main ()
-{
-mbstate_t x; return sizeof x;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_type_mbstate_t=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_mbstate_t=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
-$as_echo "$ac_cv_type_mbstate_t" >&6; }
-   if test $ac_cv_type_mbstate_t = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_MBSTATE_T 1
-_ACEOF
-
-   else
-
-cat >>confdefs.h <<\_ACEOF
-#define mbstate_t int
-_ACEOF
-
-   fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for fseeko" >&5
-$as_echo_n "checking for fseeko... " >&6; }
-if test "${gl_cv_func_fseeko+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-
-int
-main ()
-{
-fseeko (stdin, 0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  gl_cv_func_fseeko=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_fseeko=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_fseeko" >&5
-$as_echo "$gl_cv_func_fseeko" >&6; }
-
-
-    { $as_echo "$as_me:$LINENO: checking whether stdin defaults to large file offsets" >&5
-$as_echo_n "checking whether stdin defaults to large file offsets... " >&6; }
-if test "${gl_cv_var_stdin_large_offset+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-int
-main ()
-{
-#if defined __SL64 && defined __SCLE /* cygwin */
-  /* Cygwin 1.5.24 and earlier fail to put stdin in 64-bit mode, making
-     fseeko/ftello needlessly fail.  This bug was fixed in 1.5.25, and
-     it is easier to do a version check than building a runtime test.  */
-# include <cygwin/version.h>
-# if CYGWIN_VERSION_DLL_COMBINED < CYGWIN_VERSION_DLL_MAKE_COMBINED (1005, 25)
-  choke me
-# endif
-#endif
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  gl_cv_var_stdin_large_offset=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_var_stdin_large_offset=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_var_stdin_large_offset" >&5
-$as_echo "$gl_cv_var_stdin_large_offset" >&6; }
-
-
-
-
-   { $as_echo "$as_me:$LINENO: checking whether getcwd (NULL, 0) allocates memory for result" >&5
-$as_echo_n "checking whether getcwd (NULL, 0) allocates memory for result... " >&6; }
-if test "${gl_cv_func_getcwd_null+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-
-       case "$host_os" in
-                               # Guess yes on glibc systems.
-         *-gnu*)               gl_cv_func_getcwd_null="guessing yes";;
-                               # Guess yes on Cygwin.
-         cygwin*)              gl_cv_func_getcwd_null="guessing yes";;
-                               # Guess yes on mingw.
-         mingw*)               gl_cv_func_getcwd_null="guessing yes";;
-                               # If we don't know, assume the worst.
-         *)                    gl_cv_func_getcwd_null="guessing no";;
-       esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#        include <unistd.h>
-#        ifndef getcwd
-         char *getcwd ();
-#        endif
-
-int
-main ()
-{
-
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
-/* mingw cwd does not start with '/', but getcwd does allocate.  */
-#else
-           if (chdir ("/") != 0)
-             return 1;
-           else
-             {
-               char *f = getcwd (NULL, 0);
-               return ! (f && f[0] == '/' && !f[1]);
-             }
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_getcwd_null=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_getcwd_null=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_getcwd_null" >&5
-$as_echo "$gl_cv_func_getcwd_null" >&6; }
-
-{ $as_echo "$as_me:$LINENO: checking whether getcwd is declared" >&5
-$as_echo_n "checking whether getcwd is declared... " >&6; }
-if test "${ac_cv_have_decl_getcwd+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getcwd
-  (void) getcwd;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getcwd=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getcwd=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getcwd" >&5
-$as_echo "$ac_cv_have_decl_getcwd" >&6; }
-if test "x$ac_cv_have_decl_getcwd" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETCWD 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETCWD 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether getdelim is declared" >&5
-$as_echo_n "checking whether getdelim is declared... " >&6; }
-if test "${ac_cv_have_decl_getdelim+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getdelim
-  (void) getdelim;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getdelim=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getdelim=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getdelim" >&5
-$as_echo "$ac_cv_have_decl_getdelim" >&6; }
-if test "x$ac_cv_have_decl_getdelim" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETDELIM 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETDELIM 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether getline is declared" >&5
-$as_echo_n "checking whether getline is declared... " >&6; }
-if test "${ac_cv_have_decl_getline+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getline
-  (void) getline;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getline=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getline=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getline" >&5
-$as_echo "$ac_cv_have_decl_getline" >&6; }
-if test "x$ac_cv_have_decl_getline" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETLINE 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETLINE 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_getopt_h='<'getopt.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <getopt.h>" >&5
-$as_echo_n "checking absolute name of <getopt.h>... " >&6; }
-if test "${gl_cv_next_getopt_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_getopt_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <getopt.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_getopt_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/getopt.h#{
-                 s#.*"\(.*/getopt.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_getopt_h='<'getopt.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_getopt_h" >&5
-$as_echo "$gl_cv_next_getopt_h" >&6; }
-     fi
-     NEXT_GETOPT_H=$gl_cv_next_getopt_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'getopt.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_getopt_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_header_getopt_h = yes; then
-    HAVE_GETOPT_H=1
-  else
-    HAVE_GETOPT_H=0
-  fi
-
-
-  gl_replace_getopt=
-
-    if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
-
-for ac_header in getopt.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-else
-  gl_replace_getopt=yes
-fi
-
-done
-
-  fi
-
-    if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
-
-for ac_func in getopt_long_only
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-  gl_replace_getopt=yes
-fi
-done
-
-  fi
-
-              if test -z "$gl_replace_getopt"; then
-    { $as_echo "$as_me:$LINENO: checking whether optreset is declared" >&5
-$as_echo_n "checking whether optreset is declared... " >&6; }
-if test "${ac_cv_have_decl_optreset+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <getopt.h>
-
-int
-main ()
-{
-#ifndef optreset
-  (void) optreset;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_optreset=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_optreset=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5
-$as_echo "$ac_cv_have_decl_optreset" >&6; }
-if test "x$ac_cv_have_decl_optreset" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_OPTRESET 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_OPTRESET 0
-_ACEOF
-
-{ $as_echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5
-$as_echo_n "checking whether getopt_clip is declared... " >&6; }
-if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <getopt.h>
-
-int
-main ()
-{
-#ifndef getopt_clip
-  (void) getopt_clip;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getopt_clip=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getopt_clip=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5
-$as_echo "$ac_cv_have_decl_getopt_clip" >&6; }
-if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETOPT_CLIP 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETOPT_CLIP 0
-_ACEOF
-
-
-fi
-
-
-
-fi
-
-
-  fi
-
-                    if test -z "$gl_replace_getopt"; then
-    { $as_echo "$as_me:$LINENO: checking whether getopt is POSIX compatible" >&5
-$as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
-if test "${gl_cv_func_getopt_posix+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                if test "$cross_compiling" = yes; then
-  case "$host_os" in
-             mingw*)         gl_cv_func_getopt_posix="guessing no";;
-             darwin* | aix*) gl_cv_func_getopt_posix="guessing no";;
-             *)              gl_cv_func_getopt_posix="guessing yes";;
-           esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <unistd.h>
-#include <stdlib.h>
-#include <string.h>
-
-#if !HAVE_DECL_OPTRESET && !HAVE_DECL_GETOPT_CLIP
-# define OPTIND_MIN 0
-#else
-# define OPTIND_MIN 1
-#endif
-
-int
-main ()
-{
-  {
-    int argc = 0;
-    char *argv[10];
-    int c;
-
-    argv[argc++] = "program";
-    argv[argc++] = "-a";
-    argv[argc++] = "foo";
-    argv[argc++] = "bar";
-    argv[argc] = NULL;
-    optind = OPTIND_MIN;
-    opterr = 0;
-
-    c = getopt (argc, argv, "ab");
-    if (!(c == 'a'))
-      return 1;
-    c = getopt (argc, argv, "ab");
-    if (!(c == -1))
-      return 2;
-    if (!(optind == 2))
-      return 3;
-  }
-  /* Some internal state exists at this point.  */
-  {
-    int argc = 0;
-    char *argv[10];
-    int c;
-
-    argv[argc++] = "program";
-    argv[argc++] = "donald";
-    argv[argc++] = "-p";
-    argv[argc++] = "billy";
-    argv[argc++] = "duck";
-    argv[argc++] = "-a";
-    argv[argc++] = "bar";
-    argv[argc] = NULL;
-    optind = OPTIND_MIN;
-    opterr = 0;
-
-    c = getopt (argc, argv, "+abp:q:");
-    if (!(c == -1))
-      return 4;
-    if (!(strcmp (argv[0], "program") == 0))
-      return 5;
-    if (!(strcmp (argv[1], "donald") == 0))
-      return 6;
-    if (!(strcmp (argv[2], "-p") == 0))
-      return 7;
-    if (!(strcmp (argv[3], "billy") == 0))
-      return 8;
-    if (!(strcmp (argv[4], "duck") == 0))
-      return 9;
-    if (!(strcmp (argv[5], "-a") == 0))
-      return 10;
-    if (!(strcmp (argv[6], "bar") == 0))
-      return 11;
-    if (!(optind == 1))
-      return 12;
-  }
-  /* Detect MacOS 10.5, AIX 7.1 bug.  */
-  {
-    char *argv[3] = { "program", "-ab", NULL };
-    optind = OPTIND_MIN;
-    opterr = 0;
-    if (getopt (2, argv, "ab:") != 'a')
-      return 13;
-    if (getopt (2, argv, "ab:") != '?')
-      return 14;
-    if (optopt != 'b')
-      return 15;
-    if (optind != 2)
-      return 16;
-  }
-
-  return 0;
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_getopt_posix=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_getopt_posix=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_getopt_posix" >&5
-$as_echo "$gl_cv_func_getopt_posix" >&6; }
-    case "$gl_cv_func_getopt_posix" in
-      *no) gl_replace_getopt=yes ;;
-    esac
-  fi
-
-  if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
-    { $as_echo "$as_me:$LINENO: checking for working GNU getopt function" >&5
-$as_echo_n "checking for working GNU getopt function... " >&6; }
-if test "${gl_cv_func_getopt_gnu+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
-       # optstring is necessary for programs like m4 that have POSIX-mandated
-       # semantics for supporting options interspersed with files.
-       # Also, since getopt_long is a GNU extension, we require optind=0.
-       # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT;
-       # so take care to revert to the correct (non-)export state.
-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
-       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
-         xx) gl_had_POSIXLY_CORRECT=exported ;;
-         x)  gl_had_POSIXLY_CORRECT=yes      ;;
-         *)  gl_had_POSIXLY_CORRECT=         ;;
-       esac
-       POSIXLY_CORRECT=1
-       export POSIXLY_CORRECT
-       if test "$cross_compiling" = yes; then
-           case $host_os:$ac_cv_have_decl_optreset in
-           *-gnu*:* | mingw*:*) gl_cv_func_getopt_gnu=no;;
-           *:yes)               gl_cv_func_getopt_gnu=no;;
-           *)                   gl_cv_func_getopt_gnu=yes;;
-         esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <getopt.h>
-                           #include <stddef.h>
-                           #include <string.h>
-
-int
-main ()
-{
-
-             /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
-                and fails on MacOS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
-                OSF/1 5.1, Solaris 10.  */
-             {
-               char *myargv[3];
-               myargv[0] = "conftest";
-               myargv[1] = "-+";
-               myargv[2] = 0;
-               opterr = 0;
-               if (getopt (2, myargv, "+a") != '?')
-                 return 1;
-             }
-             /* This code succeeds on glibc 2.8, mingw,
-                and fails on MacOS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
-                IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x.  */
-             {
-               char *argv[] = { "program", "-p", "foo", "bar", NULL };
-
-               optind = 1;
-               if (getopt (4, argv, "p::") != 'p')
-                 return 2;
-               if (optarg != NULL)
-                 return 3;
-               if (getopt (4, argv, "p::") != -1)
-                 return 4;
-               if (optind != 2)
-                 return 5;
-             }
-             /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0.  */
-             {
-               char *argv[] = { "program", "foo", "-p", NULL };
-               optind = 0;
-               if (getopt (3, argv, "-p") != 1)
-                 return 6;
-               if (getopt (3, argv, "-p") != 'p')
-                 return 7;
-             }
-             /* This code fails on glibc 2.11.  */
-             {
-               char *argv[] = { "program", "-b", "-a", NULL };
-               optind = opterr = 0;
-               if (getopt (3, argv, "+:a:b") != 'b')
-                 return 8;
-               if (getopt (3, argv, "+:a:b") != ':')
-                 return 9;
-             }
-             return 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_getopt_gnu=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_getopt_gnu=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-       case $gl_had_POSIXLY_CORRECT in
-         exported) ;;
-         yes) $as_unset POSIXLY_CORRECT || test "${POSIXLY_CORRECT+set}" != set || { POSIXLY_CORRECT=; export POSIXLY_CORRECT; }; POSIXLY_CORRECT=1 ;;
-         *) $as_unset POSIXLY_CORRECT || test "${POSIXLY_CORRECT+set}" != set || { POSIXLY_CORRECT=; export POSIXLY_CORRECT; } ;;
-       esac
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_getopt_gnu" >&5
-$as_echo "$gl_cv_func_getopt_gnu" >&6; }
-    if test "$gl_cv_func_getopt_gnu" = "no"; then
-      gl_replace_getopt=yes
-    fi
-  fi
-
-
-
-
-
-
-  if test -n "$gl_replace_getopt"; then
-
-
-
-  GETOPT_H=getopt.h
-
-cat >>confdefs.h <<\_ACEOF
-#define __GETOPT_PREFIX rpl_
-_ACEOF
-
-
-
-    GNULIB_UNISTD_H_GETOPT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
-
-
-
-
-
-
-
-
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-  GNULIB_GETTIMEOFDAY=0;
-    HAVE_GETTIMEOFDAY=1;
-  HAVE_STRUCT_TIMEVAL=1;
-  HAVE_SYS_TIME_H=1;
-  REPLACE_GETTIMEOFDAY=0;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_sys_time_h='<'sys/time.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <sys/time.h>" >&5
-$as_echo_n "checking absolute name of <sys/time.h>... " >&6; }
-if test "${gl_cv_next_sys_time_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_sys_time_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/time.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_sys_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/sys/time.h#{
-                 s#.*"\(.*/sys/time.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_sys_time_h='<'sys/time.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_sys_time_h" >&5
-$as_echo "$gl_cv_next_sys_time_h" >&6; }
-     fi
-     NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'sys/time.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_sys_time_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=$gl_next_as_first_directive
-
-
-
-
-  if test $ac_cv_header_sys_time_h != yes; then
-    HAVE_SYS_TIME_H=0
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking for struct timeval" >&5
-$as_echo_n "checking for struct timeval... " >&6; }
-if test "${gl_cv_sys_struct_timeval+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if HAVE_SYS_TIME_H
-             #include <sys/time.h>
-            #endif
-            #include <time.h>
-
-int
-main ()
-{
-static struct timeval x; x.tv_sec = x.tv_usec;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_sys_struct_timeval=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_sys_struct_timeval=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_sys_struct_timeval" >&5
-$as_echo "$gl_cv_sys_struct_timeval" >&6; }
-  if test $gl_cv_sys_struct_timeval != yes; then
-    HAVE_STRUCT_TIMEVAL=0
-  fi
-
-
-
-  for gl_func in gettimeofday; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#if HAVE_SYS_TIME_H
-# include <sys/time.h>
-#endif
-#include <time.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if test "${ac_cv_header_stdbool_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-             #include <stdbool.h>
-             #ifndef bool
-              "error: bool is not defined"
-             #endif
-             #ifndef false
-              "error: false is not defined"
-             #endif
-             #if false
-              "error: false is not 0"
-             #endif
-             #ifndef true
-              "error: true is not defined"
-             #endif
-             #if true != 1
-              "error: true is not 1"
-             #endif
-             #ifndef __bool_true_false_are_defined
-              "error: __bool_true_false_are_defined is not defined"
-             #endif
-
-             struct s { _Bool s: 1; _Bool t; } s;
-
-             char a[true == 1 ? 1 : -1];
-             char b[false == 0 ? 1 : -1];
-             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
-             char d[(bool) 0.5 == true ? 1 : -1];
-             /* See body of main program for 'e'.  */
-             char f[(_Bool) 0.0 == false ? 1 : -1];
-             char g[true];
-             char h[sizeof (_Bool)];
-             char i[sizeof s.t];
-             enum { j = false, k = true, l = false * true, m = true * 256 };
-             /* The following fails for
-                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
-             _Bool n[m];
-             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
-             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
-             /* Catch a bug in an HP-UX C compiler.  See
-                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
-                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
-              */
-             _Bool q = true;
-             _Bool *pq = &q;
-
-int
-main ()
-{
-
-             bool e = &s;
-             *pq |= q;
-             *pq |= ! q;
-             /* Refer to every declared value, to avoid compiler optimizations.  */
-             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
-                     + !m + !n + !o + !p + !q + !pq);
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_header_stdbool_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_stdbool_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-   { $as_echo "$as_me:$LINENO: checking for _Bool" >&5
-$as_echo_n "checking for _Bool... " >&6; }
-if test "${ac_cv_type__Bool+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type__Bool=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (_Bool))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((_Bool)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type__Bool=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
-$as_echo "$ac_cv_type__Bool" >&6; }
-if test "x$ac_cv_type__Bool" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-   if test $ac_cv_header_stdbool_h = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_STDBOOL_H 1
-_ACEOF
-
-   fi
-
-
-
-  # Define two additional variables used in the Makefile substitution.
-
-  if test "$ac_cv_header_stdbool_h" = yes; then
-    STDBOOL_H=''
-  else
-    STDBOOL_H='stdbool.h'
-  fi
-
-
-  if test "$ac_cv_type__Bool" = yes; then
-    HAVE__BOOL=1
-  else
-    HAVE__BOOL=0
-  fi
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for long long int" >&5
-$as_echo_n "checking for long long int... " >&6; }
-if test "${ac_cv_type_long_long_int+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-  /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* For now, do not test the preprocessor; as of 2007 there are too many
-         implementations with broken preprocessors.  Perhaps this can
-         be revisited in 2012.  In the meantime, code should not expect
-         #if to work with literals wider than 32 bits.  */
-      /* Test literals.  */
-      long long int ll = 9223372036854775807ll;
-      long long int nll = -9223372036854775807LL;
-      unsigned long long int ull = 18446744073709551615ULL;
-      /* Test constant expressions.   */
-      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
-                     ? 1 : -1)];
-      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
-                     ? 1 : -1)];
-      int i = 63;
-int
-main ()
-{
-/* Test availability of runtime routines for shift and division.  */
-      long long int llmax = 9223372036854775807ll;
-      unsigned long long int ullmax = 18446744073709551615ull;
-      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
-              | (llmax / ll) | (llmax % ll)
-              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
-              | (ullmax / ull) | (ullmax % ull));
-  ;
-  return 0;
-}
-
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-                          if test "$cross_compiling" = yes; then
-  ac_cv_type_long_long_int=yes
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <limits.h>
-               #ifndef LLONG_MAX
-               # define HALF \
-                        (1LL << (sizeof (long long int) * CHAR_BIT - 2))
-               # define LLONG_MAX (HALF - 1 + HALF)
-               #endif
-int
-main ()
-{
-long long int n = 1;
-               int i;
-               for (i = 0; ; i++)
-                 {
-                   long long int m = n << i;
-                   if (m >> i != n)
-                     return 1;
-                   if (LLONG_MAX / 2 < m)
-                     break;
-                 }
-               return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_type_long_long_int=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_type_long_long_int=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_long_long_int=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5
-$as_echo "$ac_cv_type_long_long_int" >&6; }
-  if test $ac_cv_type_long_long_int = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_LONG_LONG_INT 1
-_ACEOF
-
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking for unsigned long long int" >&5
-$as_echo_n "checking for unsigned long long int... " >&6; }
-if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-  /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* For now, do not test the preprocessor; as of 2007 there are too many
-         implementations with broken preprocessors.  Perhaps this can
-         be revisited in 2012.  In the meantime, code should not expect
-         #if to work with literals wider than 32 bits.  */
-      /* Test literals.  */
-      long long int ll = 9223372036854775807ll;
-      long long int nll = -9223372036854775807LL;
-      unsigned long long int ull = 18446744073709551615ULL;
-      /* Test constant expressions.   */
-      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
-                     ? 1 : -1)];
-      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
-                     ? 1 : -1)];
-      int i = 63;
-int
-main ()
-{
-/* Test availability of runtime routines for shift and division.  */
-      long long int llmax = 9223372036854775807ll;
-      unsigned long long int ullmax = 18446744073709551615ull;
-      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
-              | (llmax / ll) | (llmax % ll)
-              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
-              | (ullmax / ull) | (ullmax % ull));
-  ;
-  return 0;
-}
-
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_type_unsigned_long_long_int=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_unsigned_long_long_int=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long_int" >&5
-$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
-  if test $ac_cv_type_unsigned_long_long_int = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_UNSIGNED_LONG_LONG_INT 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-    gl_cv_c_multiarch=no
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#ifndef __APPLE_CC__
-         not a universal capable compiler
-        #endif
-        typedef int dummy;
-
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-
-               arch=
-     prev=
-     for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
-       if test -n "$prev"; then
-         case $word in
-           i?86 | x86_64 | ppc | ppc64)
-             if test -z "$arch" || test "$arch" = "$word"; then
-               arch="$word"
-             else
-               gl_cv_c_multiarch=yes
-             fi
-             ;;
-         esac
-         prev=
-       else
-         if test "x$word" = "x-arch"; then
-           prev=arch
-         fi
-       fi
-     done
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  if test $gl_cv_c_multiarch = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define AA_APPLE_UNIVERSAL_BUILD 1
-_ACEOF
-
-    APPLE_UNIVERSAL_BUILD=1
-  else
-    APPLE_UNIVERSAL_BUILD=0
-  fi
-
-
-
-
-
-
-  if test $ac_cv_type_long_long_int = yes; then
-    HAVE_LONG_LONG_INT=1
-  else
-    HAVE_LONG_LONG_INT=0
-  fi
-
-
-  if test $ac_cv_type_unsigned_long_long_int = yes; then
-    HAVE_UNSIGNED_LONG_LONG_INT=1
-  else
-    HAVE_UNSIGNED_LONG_LONG_INT=0
-  fi
-
-
-      if test $ac_cv_header_inttypes_h = yes; then
-    HAVE_INTTYPES_H=1
-  else
-    HAVE_INTTYPES_H=0
-  fi
-
-
-      if test $ac_cv_header_sys_types_h = yes; then
-    HAVE_SYS_TYPES_H=1
-  else
-    HAVE_SYS_TYPES_H=0
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_stdint_h='<'stdint.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <stdint.h>" >&5
-$as_echo_n "checking absolute name of <stdint.h>... " >&6; }
-if test "${gl_cv_next_stdint_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_stdint_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdint.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/stdint.h#{
-                 s#.*"\(.*/stdint.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_stdint_h='<'stdint.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_stdint_h" >&5
-$as_echo "$gl_cv_next_stdint_h" >&6; }
-     fi
-     NEXT_STDINT_H=$gl_cv_next_stdint_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'stdint.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_stdint_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive
-
-
-
-  if test $ac_cv_header_stdint_h = yes; then
-    HAVE_STDINT_H=1
-  else
-    HAVE_STDINT_H=0
-  fi
-
-
-    if test $ac_cv_header_stdint_h = yes; then
-    { $as_echo "$as_me:$LINENO: checking whether stdint.h conforms to C99" >&5
-$as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
-if test "${gl_cv_header_working_stdint_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  gl_cv_header_working_stdint_h=no
-       cat >conftest.$ac_ext <<_ACEOF
-
-         /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
-#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
-#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
-#include <stdint.h>
-/* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>.  */
-#if !(defined WCHAR_MIN && defined WCHAR_MAX)
-#error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
-#endif
-
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-
-#ifdef INT8_MAX
-int8_t a1 = INT8_MAX;
-int8_t a1min = INT8_MIN;
-#endif
-#ifdef INT16_MAX
-int16_t a2 = INT16_MAX;
-int16_t a2min = INT16_MIN;
-#endif
-#ifdef INT32_MAX
-int32_t a3 = INT32_MAX;
-int32_t a3min = INT32_MIN;
-#endif
-#ifdef INT64_MAX
-int64_t a4 = INT64_MAX;
-int64_t a4min = INT64_MIN;
-#endif
-#ifdef UINT8_MAX
-uint8_t b1 = UINT8_MAX;
-#else
-typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
-#endif
-#ifdef UINT16_MAX
-uint16_t b2 = UINT16_MAX;
-#endif
-#ifdef UINT32_MAX
-uint32_t b3 = UINT32_MAX;
-#endif
-#ifdef UINT64_MAX
-uint64_t b4 = UINT64_MAX;
-#endif
-int_least8_t c1 = INT8_C (0x7f);
-int_least8_t c1max = INT_LEAST8_MAX;
-int_least8_t c1min = INT_LEAST8_MIN;
-int_least16_t c2 = INT16_C (0x7fff);
-int_least16_t c2max = INT_LEAST16_MAX;
-int_least16_t c2min = INT_LEAST16_MIN;
-int_least32_t c3 = INT32_C (0x7fffffff);
-int_least32_t c3max = INT_LEAST32_MAX;
-int_least32_t c3min = INT_LEAST32_MIN;
-int_least64_t c4 = INT64_C (0x7fffffffffffffff);
-int_least64_t c4max = INT_LEAST64_MAX;
-int_least64_t c4min = INT_LEAST64_MIN;
-uint_least8_t d1 = UINT8_C (0xff);
-uint_least8_t d1max = UINT_LEAST8_MAX;
-uint_least16_t d2 = UINT16_C (0xffff);
-uint_least16_t d2max = UINT_LEAST16_MAX;
-uint_least32_t d3 = UINT32_C (0xffffffff);
-uint_least32_t d3max = UINT_LEAST32_MAX;
-uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
-uint_least64_t d4max = UINT_LEAST64_MAX;
-int_fast8_t e1 = INT_FAST8_MAX;
-int_fast8_t e1min = INT_FAST8_MIN;
-int_fast16_t e2 = INT_FAST16_MAX;
-int_fast16_t e2min = INT_FAST16_MIN;
-int_fast32_t e3 = INT_FAST32_MAX;
-int_fast32_t e3min = INT_FAST32_MIN;
-int_fast64_t e4 = INT_FAST64_MAX;
-int_fast64_t e4min = INT_FAST64_MIN;
-uint_fast8_t f1 = UINT_FAST8_MAX;
-uint_fast16_t f2 = UINT_FAST16_MAX;
-uint_fast32_t f3 = UINT_FAST32_MAX;
-uint_fast64_t f4 = UINT_FAST64_MAX;
-#ifdef INTPTR_MAX
-intptr_t g = INTPTR_MAX;
-intptr_t gmin = INTPTR_MIN;
-#endif
-#ifdef UINTPTR_MAX
-uintptr_t h = UINTPTR_MAX;
-#endif
-intmax_t i = INTMAX_MAX;
-uintmax_t j = UINTMAX_MAX;
-
-#include <limits.h> /* for CHAR_BIT */
-#define TYPE_MINIMUM(t) \
-  ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))
-#define TYPE_MAXIMUM(t) \
-  ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
-struct s {
-  int check_PTRDIFF:
-      PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
-      && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
-      ? 1 : -1;
-  /* Detect bug in FreeBSD 6.0 / ia64.  */
-  int check_SIG_ATOMIC:
-      SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
-      && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
-      ? 1 : -1;
-  int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
-  int check_WCHAR:
-      WCHAR_MIN == TYPE_MINIMUM (wchar_t)
-      && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
-      ? 1 : -1;
-  /* Detect bug in mingw.  */
-  int check_WINT:
-      WINT_MIN == TYPE_MINIMUM (wint_t)
-      && WINT_MAX == TYPE_MAXIMUM (wint_t)
-      ? 1 : -1;
-
-  /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */
-  int check_UINT8_C:
-        (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
-  int check_UINT16_C:
-        (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
-
-  /* Detect bugs in OpenBSD 3.9 stdint.h.  */
-#ifdef UINT8_MAX
-  int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
-#endif
-#ifdef UINT16_MAX
-  int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
-#endif
-#ifdef UINT32_MAX
-  int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
-#endif
-#ifdef UINT64_MAX
-  int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
-#endif
-  int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
-  int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
-  int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
-  int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
-  int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
-  int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
-  int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
-  int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
-  int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
-  int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
-  int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
-};
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-                                                    if test "$cross_compiling" = yes; then
-                 gl_cv_header_working_stdint_h=yes
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-            /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
-#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
-#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
-#include <stdint.h>
-
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-
-#include <stdio.h>
-#include <string.h>
-#define MVAL(macro) MVAL1(macro)
-#define MVAL1(expression) #expression
-static const char *macro_values[] =
-  {
-#ifdef INT8_MAX
-    MVAL (INT8_MAX),
-#endif
-#ifdef INT16_MAX
-    MVAL (INT16_MAX),
-#endif
-#ifdef INT32_MAX
-    MVAL (INT32_MAX),
-#endif
-#ifdef INT64_MAX
-    MVAL (INT64_MAX),
-#endif
-#ifdef UINT8_MAX
-    MVAL (UINT8_MAX),
-#endif
-#ifdef UINT16_MAX
-    MVAL (UINT16_MAX),
-#endif
-#ifdef UINT32_MAX
-    MVAL (UINT32_MAX),
-#endif
-#ifdef UINT64_MAX
-    MVAL (UINT64_MAX),
-#endif
-    NULL
-  };
-
-int
-main ()
-{
-
-  const char **mv;
-  for (mv = macro_values; *mv != NULL; mv++)
-    {
-      const char *value = *mv;
-      /* Test whether it looks like a cast expression.  */
-      if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0
-          || strncmp (value, "((unsigned short)"/*)*/, 17) == 0
-          || strncmp (value, "((unsigned char)"/*)*/, 16) == 0
-          || strncmp (value, "((int)"/*)*/, 6) == 0
-          || strncmp (value, "((signed short)"/*)*/, 15) == 0
-          || strncmp (value, "((signed char)"/*)*/, 14) == 0)
-        return 1;
-    }
-  return 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_header_working_stdint_h=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_working_stdint_h" >&5
-$as_echo "$gl_cv_header_working_stdint_h" >&6; }
-  fi
-  if test "$gl_cv_header_working_stdint_h" = yes; then
-    STDINT_H=
-  else
-
-
-for ac_header in sys/inttypes.h sys/bitypes.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-    if test $ac_cv_header_sys_inttypes_h = yes; then
-      HAVE_SYS_INTTYPES_H=1
-    else
-      HAVE_SYS_INTTYPES_H=0
-    fi
-
-    if test $ac_cv_header_sys_bitypes_h = yes; then
-      HAVE_SYS_BITYPES_H=1
-    else
-      HAVE_SYS_BITYPES_H=0
-    fi
-
-
-
-
-
-
-
-
-
-
-
-  if test $APPLE_UNIVERSAL_BUILD = 0; then
-
-
-
-
-  for gltype in ptrdiff_t size_t ; do
-    { $as_echo "$as_me:$LINENO: checking for bit size of $gltype" >&5
-$as_echo_n "checking for bit size of $gltype... " >&6; }
-if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) result=$ac_lo;;
-'') result=unknown ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-static long int longval () { return sizeof ($gltype) * CHAR_BIT; }
-static unsigned long int ulongval () { return sizeof ($gltype) * CHAR_BIT; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((sizeof ($gltype) * CHAR_BIT) < 0)
-    {
-      long int i = longval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  result=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-result=unknown
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-       eval gl_cv_bitsizeof_${gltype}=\$result
-
-fi
-ac_res=`eval 'as_val=${'gl_cv_bitsizeof_${gltype}'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    eval result=\$gl_cv_bitsizeof_${gltype}
-    if test $result = unknown; then
-                                                result=0
-    fi
-    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    cat >>confdefs.h <<_ACEOF
-#define BITSIZEOF_${GLTYPE} $result
-_ACEOF
-
-    eval BITSIZEOF_${GLTYPE}=\$result
-  done
-
-
-  fi
-
-
-
-
-
-  for gltype in sig_atomic_t wchar_t wint_t ; do
-    { $as_echo "$as_me:$LINENO: checking for bit size of $gltype" >&5
-$as_echo_n "checking for bit size of $gltype... " >&6; }
-if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) result=$ac_lo;;
-'') result=unknown ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-static long int longval () { return sizeof ($gltype) * CHAR_BIT; }
-static unsigned long int ulongval () { return sizeof ($gltype) * CHAR_BIT; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((sizeof ($gltype) * CHAR_BIT) < 0)
-    {
-      long int i = longval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  result=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-result=unknown
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-       eval gl_cv_bitsizeof_${gltype}=\$result
-
-fi
-ac_res=`eval 'as_val=${'gl_cv_bitsizeof_${gltype}'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    eval result=\$gl_cv_bitsizeof_${gltype}
-    if test $result = unknown; then
-                                                result=0
-    fi
-    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    cat >>confdefs.h <<_ACEOF
-#define BITSIZEOF_${GLTYPE} $result
-_ACEOF
-
-    eval BITSIZEOF_${GLTYPE}=\$result
-  done
-
-
-
-
-
-
-
-  for gltype in sig_atomic_t wchar_t wint_t ; do
-    { $as_echo "$as_me:$LINENO: checking whether $gltype is signed" >&5
-$as_echo_n "checking whether $gltype is signed... " >&6; }
-if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-            int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  result=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       result=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-       eval gl_cv_type_${gltype}_signed=\$result
-
-fi
-ac_res=`eval 'as_val=${'gl_cv_type_${gltype}_signed'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    eval result=\$gl_cv_type_${gltype}_signed
-    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    if test "$result" = yes; then
-      cat >>confdefs.h <<_ACEOF
-#define HAVE_SIGNED_${GLTYPE} 1
-_ACEOF
-
-      eval HAVE_SIGNED_${GLTYPE}=1
-    else
-      eval HAVE_SIGNED_${GLTYPE}=0
-    fi
-  done
-
-
-  gl_cv_type_ptrdiff_t_signed=yes
-  gl_cv_type_size_t_signed=no
-  if test $APPLE_UNIVERSAL_BUILD = 0; then
-
-
-
-
-  for gltype in ptrdiff_t size_t ; do
-    { $as_echo "$as_me:$LINENO: checking for $gltype integer literal suffix" >&5
-$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
-if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval gl_cv_type_${gltype}_suffix=no
-       eval result=\$gl_cv_type_${gltype}_signed
-       if test "$result" = yes; then
-         glsufu=
-       else
-         glsufu=u
-       fi
-       for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
-         case $glsuf in
-           '')  gltype1='int';;
-           l)   gltype1='long int';;
-           ll)  gltype1='long long int';;
-           i64) gltype1='__int64';;
-           u)   gltype1='unsigned int';;
-           ul)  gltype1='unsigned long int';;
-           ull) gltype1='unsigned long long int';;
-           ui64)gltype1='unsigned __int64';;
-         esac
-         cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-              extern $gltype foo;
-              extern $gltype1 foo;
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval gl_cv_type_${gltype}_suffix=\$glsuf
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-         eval result=\$gl_cv_type_${gltype}_suffix
-         test "$result" != no && break
-       done
-fi
-ac_res=`eval 'as_val=${'gl_cv_type_${gltype}_suffix'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    eval result=\$gl_cv_type_${gltype}_suffix
-    test "$result" = no && result=
-    eval ${GLTYPE}_SUFFIX=\$result
-    cat >>confdefs.h <<_ACEOF
-#define ${GLTYPE}_SUFFIX $result
-_ACEOF
-
-  done
-
-
-  fi
-
-
-
-
-
-  for gltype in sig_atomic_t wchar_t wint_t ; do
-    { $as_echo "$as_me:$LINENO: checking for $gltype integer literal suffix" >&5
-$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
-if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval gl_cv_type_${gltype}_suffix=no
-       eval result=\$gl_cv_type_${gltype}_signed
-       if test "$result" = yes; then
-         glsufu=
-       else
-         glsufu=u
-       fi
-       for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
-         case $glsuf in
-           '')  gltype1='int';;
-           l)   gltype1='long int';;
-           ll)  gltype1='long long int';;
-           i64) gltype1='__int64';;
-           u)   gltype1='unsigned int';;
-           ul)  gltype1='unsigned long int';;
-           ull) gltype1='unsigned long long int';;
-           ui64)gltype1='unsigned __int64';;
-         esac
-         cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-              extern $gltype foo;
-              extern $gltype1 foo;
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval gl_cv_type_${gltype}_suffix=\$glsuf
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-         eval result=\$gl_cv_type_${gltype}_suffix
-         test "$result" != no && break
-       done
-fi
-ac_res=`eval 'as_val=${'gl_cv_type_${gltype}_suffix'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    eval result=\$gl_cv_type_${gltype}_suffix
-    test "$result" = no && result=
-    eval ${GLTYPE}_SUFFIX=\$result
-    cat >>confdefs.h <<_ACEOF
-#define ${GLTYPE}_SUFFIX $result
-_ACEOF
-
-  done
-
-
-
-    STDINT_H=stdint.h
-  fi
-
-
-
-
-for ac_header in inttypes.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-  if test $ac_cv_header_inttypes_h = yes; then
-    { $as_echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5
-$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
-if test "${gt_cv_inttypes_pri_broken+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <inttypes.h>
-#ifdef PRId32
-char *p = PRId32;
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_inttypes_pri_broken=no
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_inttypes_pri_broken=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5
-$as_echo "$gt_cv_inttypes_pri_broken" >&6; }
-  fi
-  if test "$gt_cv_inttypes_pri_broken" = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define PRI_MACROS_BROKEN 1
-_ACEOF
-
-    PRI_MACROS_BROKEN=1
-  else
-    PRI_MACROS_BROKEN=0
-  fi
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether imaxabs is declared" >&5
-$as_echo_n "checking whether imaxabs is declared... " >&6; }
-if test "${ac_cv_have_decl_imaxabs+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef imaxabs
-  (void) imaxabs;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_imaxabs=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_imaxabs=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_imaxabs" >&5
-$as_echo "$ac_cv_have_decl_imaxabs" >&6; }
-if test "x$ac_cv_have_decl_imaxabs" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_IMAXABS 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_IMAXABS 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether imaxdiv is declared" >&5
-$as_echo_n "checking whether imaxdiv is declared... " >&6; }
-if test "${ac_cv_have_decl_imaxdiv+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef imaxdiv
-  (void) imaxdiv;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_imaxdiv=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_imaxdiv=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_imaxdiv" >&5
-$as_echo "$ac_cv_have_decl_imaxdiv" >&6; }
-if test "x$ac_cv_have_decl_imaxdiv" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_IMAXDIV 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_IMAXDIV 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether strtoimax is declared" >&5
-$as_echo_n "checking whether strtoimax is declared... " >&6; }
-if test "${ac_cv_have_decl_strtoimax+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strtoimax
-  (void) strtoimax;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strtoimax=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strtoimax=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtoimax" >&5
-$as_echo "$ac_cv_have_decl_strtoimax" >&6; }
-if test "x$ac_cv_have_decl_strtoimax" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOIMAX 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOIMAX 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether strtoumax is declared" >&5
-$as_echo_n "checking whether strtoumax is declared... " >&6; }
-if test "${ac_cv_have_decl_strtoumax+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strtoumax
-  (void) strtoumax;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strtoumax=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strtoumax=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtoumax" >&5
-$as_echo "$ac_cv_have_decl_strtoumax" >&6; }
-if test "x$ac_cv_have_decl_strtoumax" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOUMAX 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOUMAX 0
-_ACEOF
-
-
-fi
-
-
-
-  GNULIB_IMAXABS=0;
-  GNULIB_IMAXDIV=0;
-  GNULIB_STRTOIMAX=0;
-  GNULIB_STRTOUMAX=0;
-    HAVE_DECL_IMAXABS=1;
-  HAVE_DECL_IMAXDIV=1;
-  HAVE_DECL_STRTOIMAX=1;
-  HAVE_DECL_STRTOUMAX=1;
-
-
-  GNULIB_NL_LANGINFO=0;
-    HAVE_NL_LANGINFO=1;
-  REPLACE_NL_LANGINFO=0;
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether lstat correctly handles trailing slash" >&5
-$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
-if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -f conftest.sym conftest.file
-     echo >conftest.file
-     if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
-       if test "$cross_compiling" = yes; then
-  # When cross-compiling, be pessimistic so we will end up using the
-          # replacement version of lstat that checks for trailing slashes and
-          # calls lstat a second time when necessary.
-          ac_cv_func_lstat_dereferences_slashed_symlink=no
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-struct stat sbuf;
-              /* Linux will dereference the symlink and fail, as required by
-                 POSIX.  That is better in the sense that it means we will not
-                 have to compile and use the lstat wrapper.  */
-              return lstat ("conftest.sym/", &sbuf) == 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_lstat_dereferences_slashed_symlink=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_lstat_dereferences_slashed_symlink=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-     else
-       # If the 'ln -s' command failed, then we probably don't even
-       # have an lstat function.
-       ac_cv_func_lstat_dereferences_slashed_symlink=no
-     fi
-     rm -f conftest.sym conftest.file
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
-$as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
-  test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
-
-cat >>confdefs.h <<_ACEOF
-#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
-_ACEOF
-
-  if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS lstat.$ac_objext"
-
-  fi
-
-
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether unlink honors trailing slashes" >&5
-$as_echo_n "checking whether unlink honors trailing slashes... " >&6; }
-if test "${gl_cv_func_unlink_honors_slashes+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  touch conftest.file
-     # Assume that if we have lstat, we can also check symlinks.
-     if test $ac_cv_func_lstat = yes; then
-       ln -s conftest.file conftest.lnk
-     fi
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_unlink_honors_slashes="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-           #include <errno.h>
-
-int
-main ()
-{
-if (!unlink ("conftest.file/") || errno != ENOTDIR) return 1;
-#if HAVE_LSTAT
-      if (!unlink ("conftest.lnk/") || errno != ENOTDIR) return 2;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_unlink_honors_slashes=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_unlink_honors_slashes=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-     rm -f conftest.file conftest.lnk
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_unlink_honors_slashes" >&5
-$as_echo "$gl_cv_func_unlink_honors_slashes" >&6; }
-      { $as_echo "$as_me:$LINENO: checking whether unlink of a parent directory fails is it should" >&5
-$as_echo_n "checking whether unlink of a parent directory fails is it should... " >&6; }
-if test "${gl_cv_func_unlink_parent_fails+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  case "$host_os" in
-       darwin*)
-                                                      if {
-              # Use the mktemp program if available. If not available, hide the error
-              # message.
-              tmp=`(umask 077 && mktemp -d /tmp/gtXXXXXX) 2>/dev/null` &&
-              test -n "$tmp" && test -d "$tmp"
-            } ||
-            {
-              # Use a simple mkdir command. It is guaranteed to fail if the directory
-              # already exists.  $RANDOM is bash specific and expands to empty in shells
-              # other than bash, ksh and zsh.  Its use does not increase security;
-              # rather, it minimizes the probability of failure in a very cluttered /tmp
-              # directory.
-              tmp=/tmp/gt$$-$RANDOM
-              (umask 077 && mkdir "$tmp")
-            }; then
-           mkdir "$tmp/subdir"
-           GL_SUBDIR_FOR_UNLINK="$tmp/subdir"
-           export GL_SUBDIR_FOR_UNLINK
-           if test "$cross_compiling" = yes; then
-  gl_cv_func_unlink_parent_fails="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-                #include <stdlib.h>
-                #include <unistd.h>
-                int main ()
-                {
-                  if (chdir (getenv ("GL_SUBDIR_FOR_UNLINK")) != 0)
-                    return 1;
-                  return unlink ("..") == 0;
-                }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_unlink_parent_fails=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_unlink_parent_fails=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-           unset GL_SUBDIR_FOR_UNLINK
-           rm -rf "$tmp"
-         else
-           gl_cv_func_unlink_parent_fails="guessing no"
-         fi
-         ;;
-       *)
-         gl_cv_func_unlink_parent_fails="guessing yes"
-         ;;
-     esac
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_unlink_parent_fails" >&5
-$as_echo "$gl_cv_func_unlink_parent_fails" >&6; }
-  case "$gl_cv_func_unlink_parent_fails" in
-    *no)
-
-cat >>confdefs.h <<\_ACEOF
-#define UNLINK_PARENT_BUG 1
-_ACEOF
-
-      ;;
-  esac
-  if test "$gl_cv_func_unlink_honors_slashes" != yes \
-     || { case "$gl_cv_func_unlink_parent_fails" in
-            *yes) false;;
-            *no) true;;
-          esac
-        }; then
-    REPLACE_UNLINK=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlink.$ac_objext"
-
-  fi
-
-
-
-  GNULIB_OPENAT=1
-
-
-  GNULIB_FCHMODAT=1
-  GNULIB_FSTATAT=1
-  GNULIB_MKDIRAT=1
-
-
-  GNULIB_FCHOWNAT=1
-  GNULIB_UNLINKAT=1
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS openat-proc.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in fchmodat fstatat mkdirat openat unlinkat
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-
-
-  case $ac_cv_func_openat+$ac_cv_func_lstat_dereferences_slashed_symlink in
-  yes+yes)
-    # GNU/Hurd has unlinkat, but it has the same bug as unlink.
-    if test $REPLACE_UNLINK = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
-
-      REPLACE_UNLINKAT=1
-    fi ;;
-  yes+*)
-    # Solaris 9 has *at functions, but uniformly mishandles trailing
-    # slash in all of them.
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS openat.$ac_objext"
-
-    REPLACE_OPENAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
-
-    REPLACE_FSTATAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
-
-    REPLACE_UNLINKAT=1
-    ;;
-  *)
-    HAVE_OPENAT=0
-    HAVE_UNLINKAT=0 # No known system with unlinkat but not openat
-    HAVE_FSTATAT=0 # No known system with fstatat but not openat
-
-
-
-  :
-;;
-  esac
-  if test $ac_cv_func_fchmodat != yes; then
-    HAVE_FCHMODAT=0
-  fi
-  if test $ac_cv_func_mkdirat != yes; then
-    HAVE_MKDIRAT=0
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking for fchownat" >&5
-$as_echo_n "checking for fchownat... " >&6; }
-if test "${ac_cv_func_fchownat+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define fchownat to an innocuous variant, in case <limits.h> declares fchownat.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define fchownat innocuous_fchownat
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char fchownat (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef fchownat
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char fchownat ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_fchownat || defined __stub___fchownat
-choke me
-#endif
-
-int
-main ()
-{
-return fchownat ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_fchownat=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_fchownat=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_fchownat" >&5
-$as_echo "$ac_cv_func_fchownat" >&6; }
-if test "x$ac_cv_func_fchownat" = x""yes; then
-
-  { $as_echo "$as_me:$LINENO: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5
-$as_echo_n "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... " >&6; }
-if test "${gl_cv_func_fchownat_nofollow_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-     gl_dangle=conftest.dangle
-     # Remove any remnants of a previous test.
-     rm -f $gl_dangle
-     # Arrange for deletion of the temporary file this test creates.
-     ac_clean_files="$ac_clean_files $gl_dangle"
-     ln -s conftest.no-such $gl_dangle
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_fchownat_nofollow_works=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <sys/types.h>
-int
-main ()
-{
-  return (fchownat (AT_FDCWD, "$gl_dangle", -1, getgid (),
-                    AT_SYMLINK_NOFOLLOW) != 0
-          && errno == ENOENT);
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_fchownat_nofollow_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_fchownat_nofollow_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_fchownat_nofollow_works" >&5
-$as_echo "$gl_cv_func_fchownat_nofollow_works" >&6; }
-  if test $gl_cv_func_fchownat_nofollow_works = no; then
-  REPLACE_FCHOWNAT=1
-
-cat >>confdefs.h <<\_ACEOF
-#define FCHOWNAT_NOFOLLOW_BUG 1
-_ACEOF
-
-
-fi
-
-
-     if test $REPLACE_CHOWN = 1; then
-       REPLACE_FCHOWNAT=1
-     fi
-else
-  HAVE_FCHOWNAT=0
-fi
-
-  if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fchownat.$ac_objext"
-
-  fi
-
-
-
-
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
-$as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; }
-if test "${ac_cv_gnu_library_2_1+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <features.h>
-#ifdef __GNU_LIBRARY__
- #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
-  Lucky GNU user
- #endif
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "Lucky GNU user" >/dev/null 2>&1; then
-  ac_cv_gnu_library_2_1=yes
-else
-  ac_cv_gnu_library_2_1=no
-fi
-rm -f conftest*
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
-$as_echo "$ac_cv_gnu_library_2_1" >&6; }
-
-    GLIBC21="$ac_cv_gnu_library_2_1"
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether malloc, realloc, calloc are POSIX compliant" >&5
-$as_echo_n "checking whether malloc, realloc, calloc are POSIX compliant... " >&6; }
-if test "${gl_cv_func_malloc_posix+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
-             choke me
-             #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_malloc_posix=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_malloc_posix=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_malloc_posix" >&5
-$as_echo "$gl_cv_func_malloc_posix" >&6; }
-
-
-
-for ac_header in stdlib.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-{ $as_echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
-if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  ac_cv_func_malloc_0_nonnull=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-return ! malloc (0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_malloc_0_nonnull=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_malloc_0_nonnull=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
-if test $ac_cv_func_malloc_0_nonnull = yes; then
-  gl_cv_func_malloc_0_nonnull=1
-else
-  gl_cv_func_malloc_0_nonnull=0
-fi
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define MALLOC_0_IS_NONNULL $gl_cv_func_malloc_0_nonnull
-_ACEOF
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for a traditional japanese locale" >&5
-$as_echo_n "checking for a traditional japanese locale... " >&6; }
-if test "${gt_cv_locale_ja+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <time.h>
-#if HAVE_LANGINFO_CODESET
-# include <langinfo.h>
-#endif
-#include <stdlib.h>
-#include <string.h>
-struct tm t;
-char buf[16];
-int main ()
-{
-  const char *p;
-  /* Check whether the given locale name is recognized by the system.  */
-  if (setlocale (LC_ALL, "") == NULL) return 1;
-  /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
-     On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
-     is empty, and the behaviour of Tcl 8.4 in this locale is not useful.
-     On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "646". In this situation,
-     some unit tests fail.
-     On MirBSD 10, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "UTF-8".  */
-#if HAVE_LANGINFO_CODESET
-  {
-    const char *cs = nl_langinfo (CODESET);
-    if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0
-        || strcmp (cs, "UTF-8") == 0)
-      return 1;
-  }
-#endif
-#ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  Note that
-     LC_ALL is set on the command line.  */
-  if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
-#endif
-  /* Check whether MB_CUR_MAX is > 1.  This excludes the dysfunctional locales
-     on Cygwin 1.5.x.  */
-  if (MB_CUR_MAX == 1)
-    return 1;
-  /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
-     This excludes the UTF-8 encoding (except on MirBSD).  */
-  t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4;
-  if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1;
-  for (p = buf; *p != '\0'; p++)
-    if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0)
-      return 1;
-  return 0;
-}
-
-_ACEOF
-    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest$ac_exeext; then
-      # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
-      # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the
-      # configure script would override the LC_ALL setting. Likewise for
-      # LC_CTYPE, which is also set at the beginning of the configure script.
-      # Test for the AIX locale name.
-      if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-        gt_cv_locale_ja=ja_JP
-      else
-        # Test for the locale name with explicit encoding suffix.
-        if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-          gt_cv_locale_ja=ja_JP.EUC-JP
-        else
-          # Test for the HP-UX, OSF/1, NetBSD locale name.
-          if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-            gt_cv_locale_ja=ja_JP.eucJP
-          else
-            # Test for the IRIX, FreeBSD locale name.
-            if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-              gt_cv_locale_ja=ja_JP.EUC
-            else
-              # Test for the Solaris 7 locale name.
-              if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-                gt_cv_locale_ja=ja
-              else
-                # Special test for NetBSD 1.6.
-                if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then
-                  gt_cv_locale_ja=ja_JP.eucJP
-                else
-                  # None found.
-                  gt_cv_locale_ja=none
-                fi
-              fi
-            fi
-          fi
-        fi
-      fi
-    fi
-    rm -fr conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_locale_ja" >&5
-$as_echo "$gt_cv_locale_ja" >&6; }
-  LOCALE_JA=$gt_cv_locale_ja
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for a transitional chinese locale" >&5
-$as_echo_n "checking for a transitional chinese locale... " >&6; }
-if test "${gt_cv_locale_zh_CN+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdlib.h>
-#include <time.h>
-#if HAVE_LANGINFO_CODESET
-# include <langinfo.h>
-#endif
-#include <stdlib.h>
-#include <string.h>
-struct tm t;
-char buf[16];
-int main ()
-{
-  const char *p;
-  /* Check whether the given locale name is recognized by the system.  */
-  if (setlocale (LC_ALL, "") == NULL) return 1;
-  /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
-     On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
-     is empty, and the behaviour of Tcl 8.4 in this locale is not useful.
-     On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "646". In this situation,
-     some unit tests fail.
-     On MirBSD 10, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "UTF-8".  */
-#if HAVE_LANGINFO_CODESET
-  {
-    const char *cs = nl_langinfo (CODESET);
-    if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0
-        || strcmp (cs, "UTF-8") == 0)
-      return 1;
-  }
-#endif
-#ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  Note that
-     LC_ALL is set on the command line.  */
-  if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
-#endif
-  /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
-     This excludes the UTF-8 encoding (except on MirBSD).  */
-  t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4;
-  if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1;
-  for (p = buf; *p != '\0'; p++)
-    if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0)
-      return 1;
-  /* Check whether a typical GB18030 multibyte sequence is recognized as a
-     single wide character.  This excludes the GB2312 and GBK encodings.  */
-  if (mblen ("\203\062\332\066", 5) != 4)
-    return 1;
-  return 0;
-}
-
-_ACEOF
-    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest$ac_exeext; then
-      # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
-      # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the
-      # configure script would override the LC_ALL setting. Likewise for
-      # LC_CTYPE, which is also set at the beginning of the configure script.
-      # Test for the locale name without encoding suffix.
-      if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-        gt_cv_locale_zh_CN=zh_CN
-      else
-        # Test for the locale name with explicit encoding suffix.
-        if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-          gt_cv_locale_zh_CN=zh_CN.GB18030
-        else
-          # None found.
-          gt_cv_locale_zh_CN=none
-        fi
-      fi
-    else
-      # If there was a link error, due to mblen(), the system is so old that
-      # it certainly doesn't have a chinese locale.
-      gt_cv_locale_zh_CN=none
-    fi
-    rm -fr conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_locale_zh_CN" >&5
-$as_echo "$gt_cv_locale_zh_CN" >&6; }
-  LOCALE_ZH_CN=$gt_cv_locale_zh_CN
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for a french Unicode locale" >&5
-$as_echo_n "checking for a french Unicode locale... " >&6; }
-if test "${gt_cv_locale_fr_utf8+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <time.h>
-#if HAVE_LANGINFO_CODESET
-# include <langinfo.h>
-#endif
-#include <stdlib.h>
-#include <string.h>
-struct tm t;
-char buf[16];
-int main () {
-  /* On BeOS and Haiku, locales are not implemented in libc.  Rather, libintl
-     imitates locale dependent behaviour by looking at the environment
-     variables, and all locales use the UTF-8 encoding.  */
-#if !(defined __BEOS__ || defined __HAIKU__)
-  /* Check whether the given locale name is recognized by the system.  */
-  if (setlocale (LC_ALL, "") == NULL) return 1;
-  /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
-     On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
-     is empty, and the behaviour of Tcl 8.4 in this locale is not useful.
-     On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
-     succeeds but then nl_langinfo(CODESET) is "646". In this situation,
-     some unit tests fail.  */
-# if HAVE_LANGINFO_CODESET
-  {
-    const char *cs = nl_langinfo (CODESET);
-    if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0)
-      return 1;
-  }
-# endif
-# ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  Note that
-     LC_ALL is set on the command line.  */
-  if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
-# endif
-  /* Check whether in the abbreviation of the second month, the second
-     character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is
-     two bytes long, with UTF-8 encoding.  */
-  t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4;
-  if (strftime (buf, sizeof (buf), "%b", &t) < 4
-      || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v')
-    return 1;
-#endif
-  /* Check whether the decimal separator is a comma.
-     On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point
-     are nl_langinfo(RADIXCHAR) are both ".".  */
-  if (localeconv () ->decimal_point[0] != ',') return 1;
-  return 0;
-}
-
-_ACEOF
-    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest$ac_exeext; then
-      # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
-      # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the
-      # configure script would override the LC_ALL setting. Likewise for
-      # LC_CTYPE, which is also set at the beginning of the configure script.
-      # Test for the usual locale name.
-      if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-        gt_cv_locale_fr_utf8=fr_FR
-      else
-        # Test for the locale name with explicit encoding suffix.
-        if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-          gt_cv_locale_fr_utf8=fr_FR.UTF-8
-        else
-          # Test for the Solaris 7 locale name.
-          if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
-            gt_cv_locale_fr_utf8=fr.UTF-8
-          else
-            # None found.
-            gt_cv_locale_fr_utf8=none
-          fi
-        fi
-      fi
-    fi
-    rm -fr conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_locale_fr_utf8" >&5
-$as_echo "$gt_cv_locale_fr_utf8" >&6; }
-  LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8
-
-
-
-  GNULIB_MEMCHR=0;
-  GNULIB_MEMMEM=0;
-  GNULIB_MEMPCPY=0;
-  GNULIB_MEMRCHR=0;
-  GNULIB_RAWMEMCHR=0;
-  GNULIB_STPCPY=0;
-  GNULIB_STPNCPY=0;
-  GNULIB_STRCHRNUL=0;
-  GNULIB_STRDUP=0;
-  GNULIB_STRNCAT=0;
-  GNULIB_STRNDUP=0;
-  GNULIB_STRNLEN=0;
-  GNULIB_STRPBRK=0;
-  GNULIB_STRSEP=0;
-  GNULIB_STRSTR=0;
-  GNULIB_STRCASESTR=0;
-  GNULIB_STRTOK_R=0;
-  GNULIB_MBSLEN=0;
-  GNULIB_MBSNLEN=0;
-  GNULIB_MBSCHR=0;
-  GNULIB_MBSRCHR=0;
-  GNULIB_MBSSTR=0;
-  GNULIB_MBSCASECMP=0;
-  GNULIB_MBSNCASECMP=0;
-  GNULIB_MBSPCASECMP=0;
-  GNULIB_MBSCASESTR=0;
-  GNULIB_MBSCSPN=0;
-  GNULIB_MBSPBRK=0;
-  GNULIB_MBSSPN=0;
-  GNULIB_MBSSEP=0;
-  GNULIB_MBSTOK_R=0;
-  GNULIB_STRERROR=0;
-  GNULIB_STRSIGNAL=0;
-  GNULIB_STRVERSCMP=0;
-  HAVE_MBSLEN=0;
-    HAVE_MEMCHR=1;
-  HAVE_DECL_MEMMEM=1;
-  HAVE_MEMPCPY=1;
-  HAVE_DECL_MEMRCHR=1;
-  HAVE_RAWMEMCHR=1;
-  HAVE_STPCPY=1;
-  HAVE_STPNCPY=1;
-  HAVE_STRCHRNUL=1;
-  HAVE_DECL_STRDUP=1;
-  HAVE_DECL_STRNDUP=1;
-  HAVE_DECL_STRNLEN=1;
-  HAVE_STRPBRK=1;
-  HAVE_STRSEP=1;
-  HAVE_STRCASESTR=1;
-  HAVE_DECL_STRTOK_R=1;
-  HAVE_DECL_STRSIGNAL=1;
-  HAVE_STRVERSCMP=1;
-  REPLACE_MEMCHR=0;
-  REPLACE_MEMMEM=0;
-  REPLACE_STPNCPY=0;
-  REPLACE_STRDUP=0;
-  REPLACE_STRSTR=0;
-  REPLACE_STRCASESTR=0;
-  REPLACE_STRERROR=0;
-  REPLACE_STRNCAT=0;
-  REPLACE_STRNDUP=0;
-  REPLACE_STRNLEN=0;
-  REPLACE_STRSIGNAL=0;
-  REPLACE_STRTOK_R=0;
-  UNDEFINE_STRTOK_R=0;
-
-
-  { $as_echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5
-$as_echo_n "checking whether mbrtowc and mbstate_t are properly declared... " >&6; }
-if test "${ac_cv_func_mbrtowc+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <wchar.h>
-int
-main ()
-{
-wchar_t wc;
-             char const s[] = "";
-             size_t n = 1;
-             mbstate_t state;
-             return ! (sizeof state && (mbrtowc) (&wc, s, n, &state));
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_mbrtowc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_mbrtowc=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5
-$as_echo "$ac_cv_func_mbrtowc" >&6; }
-  if test $ac_cv_func_mbrtowc = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_MBRTOWC 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it
-  # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is
-  # irrelevant for anonymous mappings.
-  { $as_echo "$as_me:$LINENO: checking for mmap" >&5
-$as_echo_n "checking for mmap... " >&6; }
-if test "${ac_cv_func_mmap+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define mmap to an innocuous variant, in case <limits.h> declares mmap.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define mmap innocuous_mmap
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char mmap (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef mmap
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char mmap ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_mmap || defined __stub___mmap
-choke me
-#endif
-
-int
-main ()
-{
-return mmap ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_mmap=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_mmap=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap" >&5
-$as_echo "$ac_cv_func_mmap" >&6; }
-if test "x$ac_cv_func_mmap" = x""yes; then
-  gl_have_mmap=yes
-else
-  gl_have_mmap=no
-fi
-
-
-  # Try to allow MAP_ANONYMOUS.
-  gl_have_mmap_anonymous=no
-  if test $gl_have_mmap = yes; then
-    { $as_echo "$as_me:$LINENO: checking for MAP_ANONYMOUS" >&5
-$as_echo_n "checking for MAP_ANONYMOUS... " >&6; }
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <sys/mman.h>
-#ifdef MAP_ANONYMOUS
-    I cant identify this map.
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "I cant identify this map." >/dev/null 2>&1; then
-  gl_have_mmap_anonymous=yes
-fi
-rm -f conftest*
-
-    if test $gl_have_mmap_anonymous != yes; then
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <sys/mman.h>
-#ifdef MAP_ANON
-    I cant identify this map.
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "I cant identify this map." >/dev/null 2>&1; then
-
-cat >>confdefs.h <<\_ACEOF
-#define MAP_ANONYMOUS MAP_ANON
-_ACEOF
-
-         gl_have_mmap_anonymous=yes
-fi
-rm -f conftest*
-
-    fi
-    { $as_echo "$as_me:$LINENO: result: $gl_have_mmap_anonymous" >&5
-$as_echo "$gl_have_mmap_anonymous" >&6; }
-    if test $gl_have_mmap_anonymous = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_MAP_ANONYMOUS 1
-_ACEOF
-
-    fi
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_memchr = yes; then
-    # Detect platform-specific bugs in some versions of glibc:
-    # memchr should not dereference anything with length 0
-    #   http://bugzilla.redhat.com/499689
-    # memchr should not dereference overestimated length after a match
-    #   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737
-    #   http://sourceware.org/bugzilla/show_bug.cgi?id=10162
-    # Assume that memchr works on platforms that lack mprotect.
-    { $as_echo "$as_me:$LINENO: checking whether memchr works" >&5
-$as_echo_n "checking whether memchr works... " >&6; }
-if test "${gl_cv_func_memchr_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-         gl_cv_func_memchr_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <string.h>
-#if HAVE_SYS_MMAN_H
-# include <fcntl.h>
-# include <unistd.h>
-# include <sys/types.h>
-# include <sys/mman.h>
-# ifndef MAP_FILE
-#  define MAP_FILE 0
-# endif
-#endif
-
-int
-main ()
-{
-
-  char *fence = NULL;
-#if HAVE_SYS_MMAN_H && HAVE_MPROTECT
-# if HAVE_MAP_ANONYMOUS
-  const int flags = MAP_ANONYMOUS | MAP_PRIVATE;
-  const int fd = -1;
-# else /* !HAVE_MAP_ANONYMOUS */
-  const int flags = MAP_FILE | MAP_PRIVATE;
-  int fd = open ("/dev/zero", O_RDONLY, 0666);
-  if (fd >= 0)
-# endif
-    {
-      int pagesize = getpagesize ();
-      char *two_pages =
-        (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE,
-                       flags, fd, 0);
-      if (two_pages != (char *)(-1)
-          && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0)
-        fence = two_pages + pagesize;
-    }
-#endif
-  if (fence)
-    {
-      if (memchr (fence, 0, 0))
-        return 1;
-      strcpy (fence - 9, "12345678");
-      if (memchr (fence - 9, 0, 79) != fence - 1)
-        return 2;
-      if (memchr (fence - 1, 0, 3) != fence - 1)
-        return 3;
-    }
-  return 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_memchr_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_memchr_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_memchr_works" >&5
-$as_echo "$gl_cv_func_memchr_works" >&6; }
-    if test "$gl_cv_func_memchr_works" != yes; then
-      REPLACE_MEMCHR=1
-    fi
-  else
-    HAVE_MEMCHR=0
-  fi
-  if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS memchr.$ac_objext"
-
-
-
-for ac_header in bp-sym.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-  fi
-
-{ $as_echo "$as_me:$LINENO: checking whether memrchr is declared" >&5
-$as_echo_n "checking whether memrchr is declared... " >&6; }
-if test "${ac_cv_have_decl_memrchr+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef memrchr
-  (void) memrchr;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_memrchr=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_memrchr=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_memrchr" >&5
-$as_echo "$ac_cv_have_decl_memrchr" >&6; }
-if test "x$ac_cv_have_decl_memrchr" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_MEMRCHR 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_MEMRCHR 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-  GNULIB_MKTIME=0;
-  GNULIB_NANOSLEEP=0;
-  GNULIB_STRPTIME=0;
-  GNULIB_TIMEGM=0;
-  GNULIB_TIME_R=0;
-    HAVE_LOCALTIME_R=1;
-  HAVE_NANOSLEEP=1;
-  HAVE_STRPTIME=1;
-  HAVE_TIMEGM=1;
-        REPLACE_LOCALTIME_R=GNULIB_PORTCHECK;
-  REPLACE_MKTIME=GNULIB_PORTCHECK;
-  REPLACE_NANOSLEEP=GNULIB_PORTCHECK;
-  REPLACE_TIMEGM=GNULIB_PORTCHECK;
-
-
-
-
-
-
-  # parse-datetime.y works with bison only.
-  : ${YACC='bison -y'}
-
-
-  { $as_echo "$as_me:$LINENO: checking for compound literals" >&5
-$as_echo_n "checking for compound literals... " >&6; }
-if test "${gl_cv_compound_literals+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-struct s { int i, j; };
-int
-main ()
-{
-struct s t = (struct s) { 3, 4 };
-        if (t.i != 0) return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_compound_literals=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_compound_literals=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_compound_literals" >&5
-$as_echo "$gl_cv_compound_literals" >&6; }
-  if test $gl_cv_compound_literals = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_COMPOUND_LITERALS 1
-_ACEOF
-
-  fi
-
-{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
-$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
-if test "${ac_cv_struct_tm+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <time.h>
-
-int
-main ()
-{
-struct tm tm;
-                                    int *p = &tm.tm_sec;
-                                    return !p;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_struct_tm=time.h
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_struct_tm=sys/time.h
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
-$as_echo "$ac_cv_struct_tm" >&6; }
-if test $ac_cv_struct_tm = sys/time.h; then
-
-cat >>confdefs.h <<\_ACEOF
-#define TM_IN_SYS_TIME 1
-_ACEOF
-
-fi
-
-
- { $as_echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
-$as_echo_n "checking for struct tm.tm_gmtoff... " >&6; }
-if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-
-int
-main ()
-{
-static struct tm ac_aggr;
-if (ac_aggr.tm_gmtoff)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_tm_tm_gmtoff=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-
-int
-main ()
-{
-static struct tm ac_aggr;
-if (sizeof ac_aggr.tm_gmtoff)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_tm_tm_gmtoff=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_tm_tm_gmtoff=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
-$as_echo "$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
-if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_TM_GMTOFF 1
-_ACEOF
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_setenv = no; then
-    HAVE_SETENV=0
-  else
-    { $as_echo "$as_me:$LINENO: checking whether setenv validates arguments" >&5
-$as_echo_n "checking whether setenv validates arguments... " >&6; }
-if test "${gl_cv_func_setenv_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_setenv_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-       #include <stdlib.h>
-       #include <errno.h>
-       #include <string.h>
-
-int
-main ()
-{
-
-       if (setenv ("", "", 0) != -1) return 1;
-       if (errno != EINVAL) return 2;
-       if (setenv ("a", "=", 1) != 0) return 3;
-       if (strcmp (getenv ("a"), "=") != 0) return 4;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_setenv_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_setenv_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_setenv_works" >&5
-$as_echo "$gl_cv_func_setenv_works" >&6; }
-    if test "$gl_cv_func_setenv_works" != yes; then
-      REPLACE_SETENV=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS setenv.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-
-
-
-
-
-
-for ac_header in search.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-for ac_func in tsearch
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
-$as_echo_n "checking whether snprintf is declared... " >&6; }
-if test "${ac_cv_have_decl_snprintf+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef snprintf
-  (void) snprintf;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_snprintf=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_snprintf=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
-$as_echo "$ac_cv_have_decl_snprintf" >&6; }
-if test "x$ac_cv_have_decl_snprintf" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_SNPRINTF 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_SNPRINTF 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-    REPLACE_NULL=0;
-  HAVE_WCHAR_T=1;
-  STDDEF_H='';
-
-
-  { $as_echo "$as_me:$LINENO: checking for wchar_t" >&5
-$as_echo_n "checking for wchar_t... " >&6; }
-if test "${gt_cv_c_wchar_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-            wchar_t foo = (wchar_t)'\0';
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_c_wchar_t=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_c_wchar_t=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_c_wchar_t" >&5
-$as_echo "$gt_cv_c_wchar_t" >&6; }
-  if test $gt_cv_c_wchar_t = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_WCHAR_T 1
-_ACEOF
-
-  fi
-
-
-
-
-        { $as_echo "$as_me:$LINENO: checking whether C symbols are prefixed with underscore at the linker level" >&5
-$as_echo_n "checking whether C symbols are prefixed with underscore at the linker level... " >&6; }
-if test "${gl_cv_prog_as_underscore+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat > conftest.c <<EOF
-#ifdef __cplusplus
-extern "C" int foo (void);
-#endif
-int foo(void) { return 0; }
-EOF
-     # Look for the assembly language name in the .s file.
-     { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S conftest.c'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } >/dev/null 2>&1
-     if grep _foo conftest.s >/dev/null ; then
-       gl_cv_prog_as_underscore=yes
-     else
-       gl_cv_prog_as_underscore=no
-     fi
-     rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_prog_as_underscore" >&5
-$as_echo "$gl_cv_prog_as_underscore" >&6; }
-  if test $gl_cv_prog_as_underscore = yes; then
-    USER_LABEL_PREFIX=_
-  else
-    USER_LABEL_PREFIX=
-  fi
-
-cat >>confdefs.h <<_ACEOF
-#define USER_LABEL_PREFIX $USER_LABEL_PREFIX
-_ACEOF
-
-  ASM_SYMBOL_PREFIX='"'${USER_LABEL_PREFIX}'"'
-
-
-
-
-
-
-
-    HAVE_STRCASECMP=1;
-  HAVE_DECL_STRNCASECMP=1;
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether strdup is declared" >&5
-$as_echo_n "checking whether strdup is declared... " >&6; }
-if test "${ac_cv_have_decl_strdup+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strdup
-  (void) strdup;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strdup=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strdup=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strdup" >&5
-$as_echo "$ac_cv_have_decl_strdup" >&6; }
-if test "x$ac_cv_have_decl_strdup" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRDUP 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRDUP 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-  if test -z "$ERRNO_H"; then
-    { $as_echo "$as_me:$LINENO: checking for working strerror function" >&5
-$as_echo_n "checking for working strerror function... " >&6; }
-if test "${gl_cv_func_working_strerror+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-           cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-
-int
-main ()
-{
-return !*strerror (-2);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_working_strerror=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_working_strerror=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-
-int
-main ()
-{
-return !*strerror (-2);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_working_strerror=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_working_strerror=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_working_strerror" >&5
-$as_echo "$gl_cv_func_working_strerror" >&6; }
-    if test $gl_cv_func_working_strerror = no; then
-                  REPLACE_STRERROR=1
-    fi
-  else
-            REPLACE_STRERROR=1
-  fi
-  if test $REPLACE_STRERROR = 1; then
-
-  { $as_echo "$as_me:$LINENO: checking whether strerror is declared" >&5
-$as_echo_n "checking whether strerror is declared... " >&6; }
-if test "${ac_cv_have_decl_strerror+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strerror
-  (void) strerror;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strerror=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strerror=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror" >&5
-$as_echo "$ac_cv_have_decl_strerror" >&6; }
-if test "x$ac_cv_have_decl_strerror" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRERROR 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRERROR 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_header_sys_socket_h != yes; then
-
-for ac_header in winsock2.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-  fi
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_string_h='<'string.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <string.h>" >&5
-$as_echo_n "checking absolute name of <string.h>... " >&6; }
-if test "${gl_cv_next_string_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_string_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/string.h#{
-                 s#.*"\(.*/string.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_string_h='<'string.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_string_h" >&5
-$as_echo "$gl_cv_next_string_h" >&6; }
-     fi
-     NEXT_STRING_H=$gl_cv_next_string_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'string.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_string_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  for gl_func in memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup      strncat strndup strnlen strpbrk strsep strcasestr strtok_r strsignal      strverscmp; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_strings_h='<'strings.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <strings.h>" >&5
-$as_echo_n "checking absolute name of <strings.h>... " >&6; }
-if test "${gl_cv_next_strings_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_strings_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <strings.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_strings_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/strings.h#{
-                 s#.*"\(.*/strings.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_strings_h='<'strings.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_strings_h" >&5
-$as_echo "$gl_cv_next_strings_h" >&6; }
-     fi
-     NEXT_STRINGS_H=$gl_cv_next_strings_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'strings.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_strings_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STRINGS_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-  for gl_func in strcasecmp strncasecmp; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <strings.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-{ $as_echo "$as_me:$LINENO: checking whether strndup is declared" >&5
-$as_echo_n "checking whether strndup is declared... " >&6; }
-if test "${ac_cv_have_decl_strndup+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strndup
-  (void) strndup;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strndup=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strndup=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strndup" >&5
-$as_echo "$ac_cv_have_decl_strndup" >&6; }
-if test "x$ac_cv_have_decl_strndup" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRNDUP 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRNDUP 0
-_ACEOF
-
-
-fi
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether strnlen is declared" >&5
-$as_echo_n "checking whether strnlen is declared... " >&6; }
-if test "${ac_cv_have_decl_strnlen+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strnlen
-  (void) strnlen;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strnlen=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strnlen=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strnlen" >&5
-$as_echo "$ac_cv_have_decl_strnlen" >&6; }
-if test "x$ac_cv_have_decl_strnlen" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRNLEN 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRNLEN 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for struct timespec in <time.h>" >&5
-$as_echo_n "checking for struct timespec in <time.h>... " >&6; }
-if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-
-int
-main ()
-{
-static struct timespec x; x.tv_sec = x.tv_nsec;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_sys_struct_timespec_in_time_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_sys_struct_timespec_in_time_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_sys_struct_timespec_in_time_h" >&5
-$as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
-
-  TIME_H_DEFINES_STRUCT_TIMESPEC=0
-  SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0
-  PTHREAD_H_DEFINES_STRUCT_TIMESPEC=0
-  if test $gl_cv_sys_struct_timespec_in_time_h = yes; then
-    TIME_H_DEFINES_STRUCT_TIMESPEC=1
-  else
-    { $as_echo "$as_me:$LINENO: checking for struct timespec in <sys/time.h>" >&5
-$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
-if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/time.h>
-
-int
-main ()
-{
-static struct timespec x; x.tv_sec = x.tv_nsec;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_sys_struct_timespec_in_sys_time_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_sys_struct_timespec_in_sys_time_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5
-$as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
-    if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then
-      SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1
-    else
-      { $as_echo "$as_me:$LINENO: checking for struct timespec in <pthread.h>" >&5
-$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
-if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <pthread.h>
-
-int
-main ()
-{
-static struct timespec x; x.tv_sec = x.tv_nsec;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_sys_struct_timespec_in_pthread_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_sys_struct_timespec_in_pthread_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5
-$as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
-      if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then
-        PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1
-      fi
-    fi
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_time_h='<'time.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <time.h>" >&5
-$as_echo_n "checking absolute name of <time.h>... " >&6; }
-if test "${gl_cv_next_time_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_time_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/time.h#{
-                 s#.*"\(.*/time.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_time_h='<'time.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_time_h" >&5
-$as_echo "$gl_cv_next_time_h" >&6; }
-     fi
-     NEXT_TIME_H=$gl_cv_next_time_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'time.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_time_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_TIME_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-gl_libunistring_sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q;}
-i\
-0
-q
-'
-gl_libunistring_sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{s/^[0-9]*[.]\([0-9]*\).*/\1/p;q;}
-i\
-0
-q
-'
-gl_libunistring_sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p;q;}
-i\
-0
-q
-'
-
-
-  if test "$HAVE_LIBUNISTRING" = yes; then
-    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
-    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
-    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking whether the utimes function works" >&5
-$as_echo_n "checking whether the utimes function works... " >&6; }
-if test "${gl_cv_func_working_utimes+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_working_utimes=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <sys/time.h>
-#include <time.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <utime.h>
-
-int
-main ()
-{
-  static struct timeval timeval[2] = {{9, 10}, {999999, 999999}};
-  struct stat sbuf;
-  char const *file = "conftest.utimes";
-  FILE *f;
-  time_t now;
-  int fd;
-
-  int ok = ((f = fopen (file, "w"))
-            && fclose (f) == 0
-            && utimes (file, timeval) == 0
-            && lstat (file, &sbuf) == 0
-            && sbuf.st_atime == timeval[0].tv_sec
-            && sbuf.st_mtime == timeval[1].tv_sec);
-  unlink (file);
-  if (!ok)
-    exit (1);
-
-  ok =
-    ((f = fopen (file, "w"))
-     && fclose (f) == 0
-     && time (&now) != (time_t)-1
-     && utimes (file, NULL) == 0
-     && lstat (file, &sbuf) == 0
-     && now - sbuf.st_atime <= 2
-     && now - sbuf.st_mtime <= 2);
-  unlink (file);
-  if (!ok)
-    exit (1);
-
-  ok = (0 <= (fd = open (file, O_WRONLY|O_CREAT, 0444))
-              && close (fd) == 0
-              && utimes (file, NULL) == 0);
-  unlink (file);
-
-  exit (!ok);
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_working_utimes=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_working_utimes=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_working_utimes" >&5
-$as_echo "$gl_cv_func_working_utimes" >&6; }
-
-  if test $gl_cv_func_working_utimes = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_WORKING_UTIMES 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for struct utimbuf" >&5
-$as_echo_n "checking for struct utimbuf... " >&6; }
-if test "${gl_cv_sys_struct_utimbuf+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if HAVE_SYS_TIME_H
-             #include <sys/time.h>
-            #endif
-            #include <time.h>
-            #ifdef HAVE_UTIME_H
-             #include <utime.h>
-            #endif
-
-int
-main ()
-{
-static struct utimbuf x; x.actime = x.modtime;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_sys_struct_utimbuf=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_sys_struct_utimbuf=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_sys_struct_utimbuf" >&5
-$as_echo "$gl_cv_sys_struct_utimbuf" >&6; }
-
-  if test $gl_cv_sys_struct_utimbuf = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_STRUCT_UTIMBUF 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for wint_t" >&5
-$as_echo_n "checking for wint_t... " >&6; }
-if test "${gt_cv_c_wint_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
-   <wchar.h>.
-   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
-   before <wchar.h>.  */
-#include <stddef.h>
-#include <stdio.h>
-#include <time.h>
-#include <wchar.h>
-            wint_t foo = (wchar_t)'\0';
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_c_wint_t=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_c_wint_t=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_c_wint_t" >&5
-$as_echo "$gt_cv_c_wint_t" >&6; }
-  if test $gt_cv_c_wint_t = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_WINT_T 1
-_ACEOF
-
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking for inttypes.h" >&5
-$as_echo_n "checking for inttypes.h... " >&6; }
-if test "${gl_cv_header_inttypes_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <sys/types.h>
-#include <inttypes.h>
-
-int
-main ()
-{
-uintmax_t i = (uintmax_t) -1; return !i;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_inttypes_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_header_inttypes_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_inttypes_h" >&5
-$as_echo "$gl_cv_header_inttypes_h" >&6; }
-  if test $gl_cv_header_inttypes_h = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_INTTYPES_H_WITH_UINTMAX 1
-_ACEOF
-
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking for stdint.h" >&5
-$as_echo_n "checking for stdint.h... " >&6; }
-if test "${gl_cv_header_stdint_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-            #include <stdint.h>
-int
-main ()
-{
-uintmax_t i = (uintmax_t) -1; return !i;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_stdint_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_header_stdint_h=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_stdint_h" >&5
-$as_echo "$gl_cv_header_stdint_h" >&6; }
-  if test $gl_cv_header_stdint_h = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STDINT_H_WITH_UINTMAX 1
-_ACEOF
-
-  fi
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for intmax_t" >&5
-$as_echo_n "checking for intmax_t... " >&6; }
-if test "${gt_cv_c_intmax_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stddef.h>
-#include <stdlib.h>
-#if HAVE_STDINT_H_WITH_UINTMAX
-#include <stdint.h>
-#endif
-#if HAVE_INTTYPES_H_WITH_UINTMAX
-#include <inttypes.h>
-#endif
-
-int
-main ()
-{
-intmax_t x = -1; return !x;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_c_intmax_t=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_c_intmax_t=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_c_intmax_t" >&5
-$as_echo "$gt_cv_c_intmax_t" >&6; }
-  if test $gt_cv_c_intmax_t = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_INTMAX_T 1
-_ACEOF
-
-  else
-
-    test $ac_cv_type_long_long_int = yes \
-      && ac_type='long long' \
-      || ac_type='long'
-
-cat >>confdefs.h <<_ACEOF
-#define intmax_t $ac_type
-_ACEOF
-
-  fi
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether snprintf returns a byte count as in C99" >&5
-$as_echo_n "checking whether snprintf returns a byte count as in C99... " >&6; }
-if test "${gl_cv_func_snprintf_retval_c99+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      if test "$cross_compiling" = yes; then
-
-         case "$host_os" in
-                                 # Guess yes on glibc systems.
-           *-gnu*)               gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on FreeBSD >= 5.
-           freebsd[1-4]*)        gl_cv_func_snprintf_retval_c99="guessing no";;
-           freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on MacOS X >= 10.3.
-           darwin[1-6].*)        gl_cv_func_snprintf_retval_c99="guessing no";;
-           darwin*)              gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on OpenBSD >= 3.9.
-           openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*)
-                                 gl_cv_func_snprintf_retval_c99="guessing no";;
-           openbsd*)             gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on Solaris >= 2.6.
-           solaris2.[0-5]*)      gl_cv_func_snprintf_retval_c99="guessing no";;
-           solaris*)             gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on AIX >= 4.
-           aix[1-3]*)            gl_cv_func_snprintf_retval_c99="guessing no";;
-           aix*)                 gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on NetBSD >= 3.
-           netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*)
-                                 gl_cv_func_snprintf_retval_c99="guessing no";;
-           netbsd*)              gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # Guess yes on BeOS.
-           beos*)                gl_cv_func_snprintf_retval_c99="guessing yes";;
-                                 # If we don't know, assume the worst.
-           *)                    gl_cv_func_snprintf_retval_c99="guessing no";;
-         esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdio.h>
-#include <string.h>
-static char buf[100];
-int main ()
-{
-  strcpy (buf, "ABCDEF");
-  if (snprintf (buf, 3, "%d %d", 4567, 89) != 7)
-    return 1;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_snprintf_retval_c99=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_snprintf_retval_c99=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_snprintf_retval_c99" >&5
-$as_echo "$gl_cv_func_snprintf_retval_c99" >&6; }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-      { $as_echo "$as_me:$LINENO: checking whether _snprintf is declared" >&5
-$as_echo_n "checking whether _snprintf is declared... " >&6; }
-if test "${ac_cv_have_decl__snprintf+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-
-int
-main ()
-{
-#ifndef _snprintf
-  (void) _snprintf;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl__snprintf=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl__snprintf=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl__snprintf" >&5
-$as_echo "$ac_cv_have_decl__snprintf" >&6; }
-if test "x$ac_cv_have_decl__snprintf" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL__SNPRINTF 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL__SNPRINTF 0
-_ACEOF
-
-
-fi
-
-
-
-  case "$gl_cv_func_snprintf_retval_c99" in
-    *yes)
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_SNPRINTF_RETVAL_C99 1
-_ACEOF
-
-      ;;
-  esac
-
-{ $as_echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
-$as_echo_n "checking whether vsnprintf is declared... " >&6; }
-if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef vsnprintf
-  (void) vsnprintf;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_vsnprintf=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_vsnprintf=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
-$as_echo "$ac_cv_have_decl_vsnprintf" >&6; }
-if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_VSNPRINTF 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_VSNPRINTF 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether iswblank is declared" >&5
-$as_echo_n "checking whether iswblank is declared... " >&6; }
-if test "${ac_cv_have_decl_iswblank+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef iswblank
-  (void) iswblank;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_iswblank=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_iswblank=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_iswblank" >&5
-$as_echo "$ac_cv_have_decl_iswblank" >&6; }
-if test "x$ac_cv_have_decl_iswblank" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_ISWBLANK 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_ISWBLANK 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-   if false; then
-  GL_COND_LIBTOOL_TRUE=
-  GL_COND_LIBTOOL_FALSE='#'
-else
-  GL_COND_LIBTOOL_TRUE='#'
-  GL_COND_LIBTOOL_FALSE=
-fi
-
-  gl_cond_libtool=false
-  gl_libdeps=
-  gl_ltlibdeps=
-  gl_m4_base='m4'
-
-
-
-
-
-
-
-
-
-  gl_source_base='gnu'
-  # Code from module alloca:
-  # Code from module alloca-opt:
-
-
-
-
-
-  if test $ac_cv_func_alloca_works = no; then
-    :
-  fi
-
-  # Define an additional variable used in the Makefile substitution.
-  if test $ac_cv_working_alloca_h = yes; then
-    { $as_echo "$as_me:$LINENO: checking for alloca as a compiler built-in" >&5
-$as_echo_n "checking for alloca as a compiler built-in... " >&6; }
-if test "${gl_cv_rpl_alloca+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#if defined __GNUC__ || defined _AIX || defined _MSC_VER
-        Need own alloca
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "Need own alloca" >/dev/null 2>&1; then
-  gl_cv_rpl_alloca=yes
-else
-  gl_cv_rpl_alloca=no
-fi
-rm -f conftest*
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_rpl_alloca" >&5
-$as_echo "$gl_cv_rpl_alloca" >&6; }
-    if test $gl_cv_rpl_alloca = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ALLOCA 1
-_ACEOF
-
-      ALLOCA_H=alloca.h
-    else
-                  ALLOCA_H=
-    fi
-  else
-    ALLOCA_H=alloca.h
-  fi
-
-
-  # Code from module areadlink:
-  # Code from module areadlinkat:
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_AREADLINKAT 1
-_ACEOF
-
-
-  # Code from module arg-nonnull:
-  # Code from module argmatch:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS argmatch.$ac_objext"
-
-
-  # Code from module argp:
-
-
-
-
-
-
-  GETOPT_H=getopt.h
-
-cat >>confdefs.h <<\_ACEOF
-#define __GETOPT_PREFIX rpl_
-_ACEOF
-
-
-
-    GNULIB_UNISTD_H_GETOPT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether program_invocation_name is declared" >&5
-$as_echo_n "checking whether program_invocation_name is declared... " >&6; }
-if test "${ac_cv_have_decl_program_invocation_name+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <errno.h>
-
-int
-main ()
-{
-#ifndef program_invocation_name
-  (void) program_invocation_name;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_program_invocation_name=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_program_invocation_name=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_program_invocation_name" >&5
-$as_echo "$ac_cv_have_decl_program_invocation_name" >&6; }
-if test "x$ac_cv_have_decl_program_invocation_name" = x""yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
-_ACEOF
-
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_PROGRAM_INVOCATION_NAME 1
-_ACEOF
-
-fi
-
-  { $as_echo "$as_me:$LINENO: checking whether program_invocation_short_name is declared" >&5
-$as_echo_n "checking whether program_invocation_short_name is declared... " >&6; }
-if test "${ac_cv_have_decl_program_invocation_short_name+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <errno.h>
-
-int
-main ()
-{
-#ifndef program_invocation_short_name
-  (void) program_invocation_short_name;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_program_invocation_short_name=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_program_invocation_short_name=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_program_invocation_short_name" >&5
-$as_echo "$ac_cv_have_decl_program_invocation_short_name" >&6; }
-if test "x$ac_cv_have_decl_program_invocation_short_name" = x""yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
-_ACEOF
-
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
-_ACEOF
-
-fi
-
-
-  # Check if program_invocation_name and program_invocation_short_name
-  # are defined elsewhere. It is improbable that only one of them will
-  # be defined and other not, I prefer to stay on the safe side and to
-  # test each one separately.
-  { $as_echo "$as_me:$LINENO: checking whether program_invocation_name is defined" >&5
-$as_echo_n "checking whether program_invocation_name is defined... " >&6; }
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <argp.h>
-int
-main ()
-{
-program_invocation_name = "test";
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_PROGRAM_INVOCATION_NAME 1
-_ACEOF
-
-                  { $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-
-  { $as_echo "$as_me:$LINENO: checking whether program_invocation_short_name is defined" >&5
-$as_echo_n "checking whether program_invocation_short_name is defined... " >&6; }
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <argp.h>
-int
-main ()
-{
-program_invocation_short_name = "test";
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
-_ACEOF
-
-                  { $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=argp_error:2:c-format"
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=argp_failure:4:c-format"
-
-  # Code from module argp-version-etc:
-  # Code from module backupfile:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS backupfile.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-  # Code from module bitrotate:
-
-  # Code from module btowc:
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_btowc = no; then
-    HAVE_BTOWC=0
-  else
-
-
-
-
-        { $as_echo "$as_me:$LINENO: checking whether btowc(0) is correct" >&5
-$as_echo_n "checking whether btowc(0) is correct... " >&6; }
-if test "${gl_cv_func_btowc_nul+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        if test "$cross_compiling" = yes; then
-
-           case "$host_os" in
-                      # Guess no on Cygwin.
-             cygwin*) gl_cv_func_btowc_nul="guessing no" ;;
-                      # Guess yes otherwise.
-             *)       gl_cv_func_btowc_nul="guessing yes" ;;
-           esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdio.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (btowc ('\0') != 0)
-    return 1;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_btowc_nul=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_btowc_nul=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_btowc_nul" >&5
-$as_echo "$gl_cv_func_btowc_nul" >&6; }
-
-        { $as_echo "$as_me:$LINENO: checking whether btowc(EOF) is correct" >&5
-$as_echo_n "checking whether btowc(EOF) is correct... " >&6; }
-if test "${gl_cv_func_btowc_eof+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                        case "$host_os" in
-                 # Guess no on IRIX.
-          irix*) gl_cv_func_btowc_eof="guessing no" ;;
-                 # Guess yes otherwise.
-          *)     gl_cv_func_btowc_eof="guessing yes" ;;
-        esac
-        if test $LOCALE_FR != none; then
-          if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdio.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
-    {
-      if (btowc (EOF) != WEOF)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_btowc_eof=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_btowc_eof=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-        fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_btowc_eof" >&5
-$as_echo "$gl_cv_func_btowc_eof" >&6; }
-
-    case "$gl_cv_func_btowc_nul" in
-      *yes) ;;
-      *) REPLACE_BTOWC=1 ;;
-    esac
-    case "$gl_cv_func_btowc_eof" in
-      *yes) ;;
-      *) REPLACE_BTOWC=1 ;;
-    esac
-  fi
-  if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then
-
-    :
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS btowc.$ac_objext"
-
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_BTOWC=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_BTOWC 1
-_ACEOF
-
-
-
-  # Code from module c++defs:
-  # Code from module c-ctype:
-  # Code from module canonicalize-lgpl:
-
-
-  if test $ac_cv_func_canonicalize_file_name = no; then
-    HAVE_CANONICALIZE_FILE_NAME=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS canonicalize-lgpl.$ac_objext"
-
-    if test $ac_cv_func_realpath = no; then
-      HAVE_REALPATH=0
-    elif test "$gl_cv_func_realpath_works" != yes; then
-      REPLACE_REALPATH=1
-    fi
-  elif test "$gl_cv_func_realpath_works" != yes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS canonicalize-lgpl.$ac_objext"
-
-    REPLACE_REALPATH=1
-    REPLACE_CANONICALIZE_FILE_NAME=1
-  fi
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_CANONICALIZE_LGPL 1
-_ACEOF
-
-
-
-
-
-  GNULIB_CANONICALIZE_FILE_NAME=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
-_ACEOF
-
-
-
-
-
-
-  GNULIB_REALPATH=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_REALPATH 1
-_ACEOF
-
-
-
-  # Code from module chdir-long:
-
-  { $as_echo "$as_me:$LINENO: checking whether this system has an arbitrary file name length limit" >&5
-$as_echo_n "checking whether this system has an arbitrary file name length limit... " >&6; }
-if test "${gl_cv_have_arbitrary_file_name_length_limit+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-#include <limits.h>
-#if defined PATH_MAX || defined MAXPATHLEN
-have_arbitrary_file_name_length_limit
-#endif
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "have_arbitrary_file_name_length_limit" >/dev/null 2>&1; then
-  gl_cv_have_arbitrary_file_name_length_limit=yes
-else
-  gl_cv_have_arbitrary_file_name_length_limit=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_have_arbitrary_file_name_length_limit" >&5
-$as_echo "$gl_cv_have_arbitrary_file_name_length_limit" >&6; }
-
-  if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS chdir-long.$ac_objext"
-
-
-
-  :
-
-  fi
-
-  # Code from module chown:
-
-
-
-
-  GNULIB_CHOWN=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_CHOWN 1
-_ACEOF
-
-
-
-  # Code from module clock-time:
-
-
-
-  # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
-  # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
-
-  # Save and restore LIBS so e.g., -lrt, isn't added to it.  Otherwise, *all*
-  # programs in the package would end up linked with that potentially-shared
-  # library, inducing unnecessary run-time overhead.
-  LIB_CLOCK_GETTIME=
-
-  gl_saved_libs=$LIBS
-    { $as_echo "$as_me:$LINENO: checking for library containing clock_gettime" >&5
-$as_echo_n "checking for library containing clock_gettime... " >&6; }
-if test "${ac_cv_search_clock_gettime+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char clock_gettime ();
-int
-main ()
-{
-return clock_gettime ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' rt posix4; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_clock_gettime=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_clock_gettime+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_clock_gettime+set}" = set; then
-  :
-else
-  ac_cv_search_clock_gettime=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_clock_gettime" >&5
-$as_echo "$ac_cv_search_clock_gettime" >&6; }
-ac_res=$ac_cv_search_clock_gettime
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-  test "$ac_cv_search_clock_gettime" = "none required" ||
-                    LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime
-fi
-
-
-
-for ac_func in clock_gettime clock_settime
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  LIBS=$gl_saved_libs
-
-  # Code from module cloexec:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS cloexec.$ac_objext"
-
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_CLOEXEC 1
-_ACEOF
-
-
-  # Code from module close:
-
-
-
-
-
-
-  GNULIB_CLOSE=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_CLOSE 1
-_ACEOF
-
-
-
-  # Code from module close-hook:
-  # Code from module close-stream:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS close-stream.$ac_objext"
-
-
-    :
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_CLOSE_STREAM 1
-_ACEOF
-
-
-  # Code from module closeout:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS closeout.$ac_objext"
-
-
-    :
-
-  # Code from module configmake:
-  # Code from module d-ino:
-  { $as_echo "$as_me:$LINENO: checking for d_ino member in directory struct" >&5
-$as_echo_n "checking for d_ino member in directory struct... " >&6; }
-if test "${gl_cv_struct_dirent_d_ino+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_struct_dirent_d_ino=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-             #include <sys/stat.h>
-             #include <dirent.h>
-
-int
-main ()
-{
-DIR *dp = opendir (".");
-             struct dirent *e;
-             struct stat st;
-             if (! dp)
-               return 1;
-             e = readdir (dp);
-             return ! (e
-                       && stat (e->d_name, &st) == 0
-                       && e->d_ino == st.st_ino);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_struct_dirent_d_ino=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_struct_dirent_d_ino=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_struct_dirent_d_ino" >&5
-$as_echo "$gl_cv_struct_dirent_d_ino" >&6; }
-   if test $gl_cv_struct_dirent_d_ino = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define D_INO_IN_DIRENT 1
-_ACEOF
-
-   fi
-
-
-  # Code from module dirent:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_dirent_h='<'dirent.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <dirent.h>" >&5
-$as_echo_n "checking absolute name of <dirent.h>... " >&6; }
-if test "${gl_cv_next_dirent_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_dirent_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <dirent.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_dirent_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/dirent.h#{
-                 s#.*"\(.*/dirent.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_dirent_h='<'dirent.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_dirent_h" >&5
-$as_echo "$gl_cv_next_dirent_h" >&6; }
-     fi
-     NEXT_DIRENT_H=$gl_cv_next_dirent_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'dirent.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_dirent_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-
-
-  for gl_func in alphasort dirfd fdopendir scandir; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <dirent.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module dirent-safer:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS opendir-safer.$ac_objext"
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_DIRENT_SAFER 1
-_ACEOF
-
-
-  # Code from module dirfd:
-
-
-
-    :
-
-
-
-
-
-
-
-
-for ac_func in dirfd
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  { $as_echo "$as_me:$LINENO: checking whether dirfd is declared" >&5
-$as_echo_n "checking whether dirfd is declared... " >&6; }
-if test "${ac_cv_have_decl_dirfd+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <dirent.h>
-
-int
-main ()
-{
-#ifndef dirfd
-  (void) dirfd;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_dirfd=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_dirfd=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_dirfd" >&5
-$as_echo "$ac_cv_have_decl_dirfd" >&6; }
-if test "x$ac_cv_have_decl_dirfd" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_DIRFD 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_DIRFD 0
-_ACEOF
-
-
-fi
-
-
-  if test $ac_cv_have_decl_dirfd = no; then
-    HAVE_DECL_DIRFD=0
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking whether dirfd is a macro" >&5
-$as_echo_n "checking whether dirfd is a macro... " >&6; }
-if test "${gl_cv_func_dirfd_macro+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <sys/types.h>
-#include <dirent.h>
-#ifdef dirfd
- dirent_header_defines_dirfd
-#endif
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "dirent_header_defines_dirfd" >/dev/null 2>&1; then
-  gl_cv_func_dirfd_macro=yes
-else
-  gl_cv_func_dirfd_macro=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_dirfd_macro" >&5
-$as_echo "$gl_cv_func_dirfd_macro" >&6; }
-
-  # Use the replacement only if we have no function or macro with that name.
-  if test $ac_cv_func_dirfd,$gl_cv_func_dirfd_macro = no,no; then
-    if test $ac_cv_have_decl_dirfd = yes; then
-      # If the system declares dirfd already, let's declare rpl_dirfd instead.
-      REPLACE_DIRFD=1
-    fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dirfd.$ac_objext"
-
-    { $as_echo "$as_me:$LINENO: checking how to get the file descriptor associated with an open DIR*" >&5
-$as_echo_n "checking how to get the file descriptor associated with an open DIR*... " >&6; }
-if test "${gl_cv_sys_dir_fd_member_name+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        dirfd_save_CFLAGS=$CFLAGS
-        for ac_expr in d_fd dd_fd; do
-
-          CFLAGS="$CFLAGS -DDIR_FD_MEMBER_NAME=$ac_expr"
-          cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-             #include <sys/types.h>
-             #include <dirent.h>
-int
-main ()
-{
-DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  dir_fd_found=yes
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-          CFLAGS=$dirfd_save_CFLAGS
-          test "$dir_fd_found" = yes && break
-        done
-        test "$dir_fd_found" = yes || ac_expr=no_such_member
-
-        gl_cv_sys_dir_fd_member_name=$ac_expr
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_sys_dir_fd_member_name" >&5
-$as_echo "$gl_cv_sys_dir_fd_member_name" >&6; }
-    if test $gl_cv_sys_dir_fd_member_name != no_such_member; then
-
-cat >>confdefs.h <<_ACEOF
-#define DIR_FD_MEMBER_NAME $gl_cv_sys_dir_fd_member_name
-_ACEOF
-
-    fi
-
-
-  fi
-
-
-
-
-  GNULIB_DIRFD=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_DIRFD 1
-_ACEOF
-
-
-
-  # Code from module dirname:
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS basename.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dirname.$ac_objext"
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_DIRNAME 1
-_ACEOF
-
-
-  # Code from module dirname-lgpl:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS basename-lgpl.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dirname-lgpl.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS stripslash.$ac_objext"
-
-
-
-
-
-
-  # Code from module double-slash-root:
-
-
-  { $as_echo "$as_me:$LINENO: checking whether // is distinct from /" >&5
-$as_echo_n "checking whether // is distinct from /... " >&6; }
-if test "${gl_cv_double_slash_root+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-   if test x"$cross_compiling" = xyes ; then
-        # When cross-compiling, there is no way to tell whether // is special
-        # short of a list of hosts.  However, the only known hosts to date
-        # that have a distinct // are Apollo DomainOS (too old to port to),
-        # Cygwin, and z/OS.  If anyone knows of another system for which // has
-        # special semantics and is distinct from /, please report it to
-        # <bug-gnulib@gnu.org>.
-        case $host in
-          *-cygwin | i370-ibm-openedition)
-            gl_cv_double_slash_root=yes ;;
-          *)
-            # Be optimistic and assume that / and // are the same when we
-            # don't know.
-            gl_cv_double_slash_root='unknown, assuming no' ;;
-        esac
-      else
-        set x `ls -di / // 2>/dev/null`
-        if test "$2" = "$4" && wc //dev/null >/dev/null 2>&1; then
-          gl_cv_double_slash_root=no
-        else
-          gl_cv_double_slash_root=yes
-        fi
-      fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_double_slash_root" >&5
-$as_echo "$gl_cv_double_slash_root" >&6; }
-  if test "$gl_cv_double_slash_root" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1
-_ACEOF
-
-  fi
-
-  # Code from module dup2:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_dup2 = no; then
-    HAVE_DUP2=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether dup2 works" >&5
-$as_echo_n "checking whether dup2 works... " >&6; }
-if test "${gl_cv_func_dup2_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  case "$host_os" in
-           mingw*) # on this platform, dup2 always returns 0 for success
-             gl_cv_func_dup2_works=no;;
-           cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0
-             gl_cv_func_dup2_works=no;;
-           linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a
-                   # closed fd may yield -EBADF instead of -1 / errno=EBADF.
-             gl_cv_func_dup2_works=no;;
-           freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF.
-             gl_cv_func_dup2_works=no;;
-           *) gl_cv_func_dup2_works=yes;;
-         esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-         /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-#include <errno.h>
-int
-main ()
-{
-if (dup2 (1, 1) == 0)
-              return 1;
-            close (0);
-            if (dup2 (0, 0) != -1)
-              return 2;
-            /* Many gnulib modules require POSIX conformance of EBADF.  */
-            if (dup2 (1, 1000000) == -1 && errno != EBADF)
-              return 3;
-            return 0;
-
-  ;
-  return 0;
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_dup2_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_dup2_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_dup2_works" >&5
-$as_echo "$gl_cv_func_dup2_works" >&6; }
-    if test "$gl_cv_func_dup2_works" = no; then
-
-
-  if test $ac_cv_func_dup2 = yes; then
-    REPLACE_DUP2=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
-
-
-    fi
-  fi
-
-
-
-
-  GNULIB_DUP2=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_DUP2 1
-_ACEOF
-
-
-
-  # Code from module environ:
-
-
-
-
-  GNULIB_ENVIRON=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_ENVIRON 1
-_ACEOF
-
-
-
-  # Code from module errno:
-
-  # Code from module error:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for error_at_line" >&5
-$as_echo_n "checking for error_at_line... " >&6; }
-if test "${ac_cv_lib_error_at_line+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <error.h>
-int
-main ()
-{
-error_at_line (0, 0, "", 0, "an error occurred");
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_lib_error_at_line=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_lib_error_at_line=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_error_at_line" >&5
-$as_echo "$ac_cv_lib_error_at_line" >&6; }
-  if test $ac_cv_lib_error_at_line = no; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS error.$ac_objext"
-
-  fi
-
-
-
-
-  :
-
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=error:3:c-format"
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=error_at_line:5:c-format"
-
-  # Code from module exclude:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS exclude.$ac_objext"
-
-
-  # Code from module exitfail:
-  # Code from module extensions:
-  # Code from module fchdir:
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_fchdir = no; then
-    HAVE_FCHDIR=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fchdir.$ac_objext"
-
-    :
-
-cat >>confdefs.h <<\_ACEOF
-#define REPLACE_FCHDIR 1
-_ACEOF
-
-                REPLACE_OPENDIR=1
-    REPLACE_CLOSEDIR=1
-    REPLACE_DUP=1
-
-
-  REPLACE_OPEN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS open.$ac_objext"
-
-
-
-
-  :
-
-
-
-
-  REPLACE_CLOSE=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS close.$ac_objext"
-
-
-
-  REPLACE_FCLOSE=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fclose.$ac_objext"
-
-
-
-
-
-  if test $ac_cv_func_dup2 = yes; then
-    REPLACE_DUP2=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_fcntl = no; then
-    HAVE_FCNTL=0
-  else
-    REPLACE_FCNTL=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fcntl.$ac_objext"
-
-
-
-    :
-
-    { $as_echo "$as_me:$LINENO: checking whether open can visit directories" >&5
-$as_echo_n "checking whether open can visit directories... " >&6; }
-if test "${gl_cv_func_open_directory_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_open_directory_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <fcntl.h>
-
-int
-main ()
-{
-return open(".", O_RDONLY) < 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_open_directory_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_open_directory_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_open_directory_works" >&5
-$as_echo "$gl_cv_func_open_directory_works" >&6; }
-    if test "$gl_cv_func_open_directory_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define REPLACE_OPEN_DIRECTORY 1
-_ACEOF
-
-      REPLACE_FSTAT=1
-    fi
-  fi
-
-
-
-
-  GNULIB_FCHDIR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_FCHDIR 1
-_ACEOF
-
-
-
-  # Code from module fclose:
-
-
-
-
-
-  GNULIB_FCLOSE=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_FCLOSE 1
-_ACEOF
-
-
-
-  # Code from module fcntl:
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_fcntl = no; then
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_fcntl = no; then
-    HAVE_FCNTL=0
-  else
-    REPLACE_FCNTL=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fcntl.$ac_objext"
-
-
-  else
-        { $as_echo "$as_me:$LINENO: checking whether fcntl handles F_DUPFD correctly" >&5
-$as_echo_n "checking whether fcntl handles F_DUPFD correctly... " >&6; }
-if test "${gl_cv_func_fcntl_f_dupfd_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  # Guess that it works on glibc systems
-          case $host_os in #((
-            *-gnu*) gl_cv_func_fcntl_f_dupfd_works="guessing yes";;
-            *)      gl_cv_func_fcntl_f_dupfd_works="guessing no";;
-          esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-
-int
-main ()
-{
-return fcntl (0, F_DUPFD, -1) != -1;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_fcntl_f_dupfd_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_fcntl_f_dupfd_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_fcntl_f_dupfd_works" >&5
-$as_echo "$gl_cv_func_fcntl_f_dupfd_works" >&6; }
-    case $gl_cv_func_fcntl_f_dupfd_works in
-      *yes) ;;
-      *)
-
-
-
-
-
-
-
-  if test $ac_cv_func_fcntl = no; then
-    HAVE_FCNTL=0
-  else
-    REPLACE_FCNTL=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fcntl.$ac_objext"
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define FCNTL_DUPFD_BUGGY 1
-_ACEOF
- ;;
-    esac
-
-        { $as_echo "$as_me:$LINENO: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5
-$as_echo_n "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; }
-if test "${gl_cv_func_fcntl_f_dupfd_cloexec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#ifndef F_DUPFD_CLOEXEC
-choke me
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef __linux__
-/* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
-   it to support the semantics on older kernels that failed with EINVAL.  */
-choke me
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_fcntl_f_dupfd_cloexec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_fcntl_f_dupfd_cloexec="needs runtime check"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_fcntl_f_dupfd_cloexec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5
-$as_echo "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; }
-    if test "$gl_cv_func_fcntl_f_dupfd_cloexec" != yes; then
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_fcntl = no; then
-    HAVE_FCNTL=0
-  else
-    REPLACE_FCNTL=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fcntl.$ac_objext"
-
-
-          fi
-  fi
-
-
-
-
-  GNULIB_FCNTL=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_FCNTL 1
-_ACEOF
-
-
-
-  # Code from module fcntl-h:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_fcntl_h='<'fcntl.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <fcntl.h>" >&5
-$as_echo_n "checking absolute name of <fcntl.h>... " >&6; }
-if test "${gl_cv_next_fcntl_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_fcntl_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <fcntl.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_fcntl_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/fcntl.h#{
-                 s#.*"\(.*/fcntl.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_fcntl_h='<'fcntl.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_fcntl_h" >&5
-$as_echo "$gl_cv_next_fcntl_h" >&6; }
-     fi
-     NEXT_FCNTL_H=$gl_cv_next_fcntl_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'fcntl.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_fcntl_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-  for gl_func in fcntl openat; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <fcntl.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module fdopendir:
-
-
-    { $as_echo "$as_me:$LINENO: checking whether fdopendir is declared" >&5
-$as_echo_n "checking whether fdopendir is declared... " >&6; }
-if test "${ac_cv_have_decl_fdopendir+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <dirent.h>
-
-
-int
-main ()
-{
-#ifndef fdopendir
-  (void) fdopendir;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_fdopendir=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_fdopendir=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fdopendir" >&5
-$as_echo "$ac_cv_have_decl_fdopendir" >&6; }
-if test "x$ac_cv_have_decl_fdopendir" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FDOPENDIR 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_FDOPENDIR 0
-_ACEOF
-
-HAVE_DECL_FDOPENDIR=0
-fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_fdopendir = no; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS openat-proc.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
-
-
-    :
-
-    HAVE_FDOPENDIR=0
-  else
-    { $as_echo "$as_me:$LINENO: checking whether fdopendir works" >&5
-$as_echo_n "checking whether fdopendir works... " >&6; }
-if test "${gl_cv_func_fdopendir_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_fdopendir_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <dirent.h>
-#include <fcntl.h>
-#if !HAVE_DECL_FDOPENDIR
-extern DIR *fdopendir (int);
-#endif
-
-int
-main ()
-{
-int fd = open ("conftest.c", O_RDONLY);
-     if (fd < 0) return 2;
-     return !!fdopendir (fd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_fdopendir_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_fdopendir_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_fdopendir_works" >&5
-$as_echo "$gl_cv_func_fdopendir_works" >&6; }
-    if test "$gl_cv_func_fdopendir_works" != yes; then
-      REPLACE_FDOPENDIR=1
-
-    :
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_FDOPENDIR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_FDOPENDIR 1
-_ACEOF
-
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_FDOPENDIR 1
-_ACEOF
-
-
-  # Code from module fdutimensat:
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_FDUTIMENSAT 1
-_ACEOF
-
-
-  # Code from module fileblocks:
-
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
-$as_echo_n "checking for struct stat.st_blocks... " >&6; }
-if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_blocks)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_blocks=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_blocks)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_blocks=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_blocks=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
-$as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
-if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_BLOCKS 1
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ST_BLOCKS 1
-_ACEOF
-
-else
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fileblocks.$ac_objext"
-
-fi
-
-
-    if test $ac_cv_member_struct_stat_st_blocks = no; then
-
-
-
-
-
-
-
-  :
-
-  fi
-
-  # Code from module filenamecat-lgpl:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS filenamecat-lgpl.$ac_objext"
-
-
-
-
-
-
-
-
-
-  # Code from module float:
-
-
-
-  FLOAT_H=
-  case "$host_os" in
-    beos* | openbsd* | mirbsd*)
-      FLOAT_H=float.h
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_float_h='<'float.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <float.h>" >&5
-$as_echo_n "checking absolute name of <float.h>... " >&6; }
-if test "${gl_cv_next_float_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_float_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <float.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_float_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/float.h#{
-                 s#.*"\(.*/float.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_float_h='<'float.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_float_h" >&5
-$as_echo "$gl_cv_next_float_h" >&6; }
-     fi
-     NEXT_FLOAT_H=$gl_cv_next_float_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'float.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_float_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=$gl_next_as_first_directive
-
-
-
-      ;;
-  esac
-
-
-  # Code from module fnmatch:
-
-
-
-
-
-  FNMATCH_H=
-  gl_fnmatch_required_lowercase=`
-    echo $gl_fnmatch_required | tr '[A-Z]' '[a-z]'
-  `
-  gl_fnmatch_cache_var="gl_cv_func_fnmatch_${gl_fnmatch_required_lowercase}"
-  { $as_echo "$as_me:$LINENO: checking for working $gl_fnmatch_required fnmatch" >&5
-$as_echo_n "checking for working $gl_fnmatch_required fnmatch... " >&6; }
-if { as_var=$gl_fnmatch_cache_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-                           if test $gl_fnmatch_required = GNU; then
-       gl_fnmatch_gnu_start=
-       gl_fnmatch_gnu_end=
-     else
-       gl_fnmatch_gnu_start='#if 0'
-       gl_fnmatch_gnu_end='#endif'
-     fi
-     if test "$cross_compiling" = yes; then
-  eval "$gl_fnmatch_cache_var=\"guessing no\""
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <fnmatch.h>
-            static int
-            y (char const *pattern, char const *string, int flags)
-            {
-              return fnmatch (pattern, string, flags) == 0;
-            }
-            static int
-            n (char const *pattern, char const *string, int flags)
-            {
-              return fnmatch (pattern, string, flags) == FNM_NOMATCH;
-            }
-
-int
-main ()
-{
-char const *Apat = 'A' < '\\\\' ? "[A-\\\\\\\\]" : "[\\\\\\\\-A]";
-            char const *apat = 'a' < '\\\\' ? "[a-\\\\\\\\]" : "[\\\\\\\\-a]";
-            static char const A_1[] = { 'A' - 1, 0 };
-            static char const A01[] = { 'A' + 1, 0 };
-            static char const a_1[] = { 'a' - 1, 0 };
-            static char const a01[] = { 'a' + 1, 0 };
-            static char const bs_1[] = { '\\\\' - 1, 0 };
-            static char const bs01[] = { '\\\\' + 1, 0 };
-            return
-             !(n ("a*", "", 0)
-               && y ("a*", "abc", 0)
-               && n ("d*/*1", "d/s/1", FNM_PATHNAME)
-               && y ("a\\\\bc", "abc", 0)
-               && n ("a\\\\bc", "abc", FNM_NOESCAPE)
-               && y ("*x", ".x", 0)
-               && n ("*x", ".x", FNM_PERIOD)
-               && y (Apat, "\\\\", 0) && y (Apat, "A", 0)
-               && y (apat, "\\\\", 0) && y (apat, "a", 0)
-               && n (Apat, A_1, 0) == ('A' < '\\\\')
-               && n (apat, a_1, 0) == ('a' < '\\\\')
-               && y (Apat, A01, 0) == ('A' < '\\\\')
-               && y (apat, a01, 0) == ('a' < '\\\\')
-               && y (Apat, bs_1, 0) == ('A' < '\\\\')
-               && y (apat, bs_1, 0) == ('a' < '\\\\')
-               && n (Apat, bs01, 0) == ('A' < '\\\\')
-               && n (apat, bs01, 0) == ('a' < '\\\\')
-               $gl_fnmatch_gnu_start
-               && y ("xxXX", "xXxX", FNM_CASEFOLD)
-               && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)
-               && n ("d*/*1", "d/s/1", FNM_FILE_NAME)
-               && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)
-               && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)
-               && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)
-               $gl_fnmatch_gnu_end
-              );
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  eval "$gl_fnmatch_cache_var=yes"
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-eval "$gl_fnmatch_cache_var=no"
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-ac_res=`eval 'as_val=${'$gl_fnmatch_cache_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-  eval "gl_fnmatch_result=\"\$$gl_fnmatch_cache_var\""
-  if test "$gl_fnmatch_result" = yes; then
-            rm -f "$gl_source_base/fnmatch.h"
-  else
-    FNMATCH_H=fnmatch.h
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fnmatch.$ac_objext"
-
-
-cat >>confdefs.h <<_ACEOF
-#define fnmatch ${gl_fnmatch_required_lowercase}_fnmatch
-_ACEOF
-
-
-    { $as_echo "$as_me:$LINENO: checking whether isblank is declared" >&5
-$as_echo_n "checking whether isblank is declared... " >&6; }
-if test "${ac_cv_have_decl_isblank+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <ctype.h>
-
-int
-main ()
-{
-#ifndef isblank
-  (void) isblank;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_isblank=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_isblank=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_isblank" >&5
-$as_echo "$ac_cv_have_decl_isblank" >&6; }
-if test "x$ac_cv_have_decl_isblank" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_ISBLANK 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_ISBLANK 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  fi
-
-
-  # Code from module fnmatch-gnu:
-
-
-
-
-
-  # Code from module fpending:
-
-
-
-
-
-
-
-
-
-
-
-
-
-  fp_headers='
-#     include <stdio.h>
-#     if HAVE_STDIO_EXT_H
-#      include <stdio_ext.h>
-#     endif
-'
-  { $as_echo "$as_me:$LINENO: checking whether __fpending is declared" >&5
-$as_echo_n "checking whether __fpending is declared... " >&6; }
-if test "${ac_cv_have_decl___fpending+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$fp_headers
-
-int
-main ()
-{
-#ifndef __fpending
-  (void) __fpending;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl___fpending=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl___fpending=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl___fpending" >&5
-$as_echo "$ac_cv_have_decl___fpending" >&6; }
-if test "x$ac_cv_have_decl___fpending" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL___FPENDING 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL___FPENDING 0
-_ACEOF
-
-
-fi
-
-
-  if test $ac_cv_func___fpending = no; then
-    { $as_echo "$as_me:$LINENO: checking how to determine the number of pending output bytes on a stream" >&5
-$as_echo_n "checking how to determine the number of pending output bytes on a stream... " >&6; }
-if test "${ac_cv_sys_pending_output_n_bytes+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        for ac_expr in                                                    \
-                                                                          \
-            '# glibc2'                                                    \
-            'fp->_IO_write_ptr - fp->_IO_write_base'                      \
-                                                                          \
-            '# traditional Unix'                                          \
-            'fp->_ptr - fp->_base'                                        \
-                                                                          \
-            '# BSD'                                                       \
-            'fp->_p - fp->_bf._base'                                      \
-                                                                          \
-            '# SCO, Unixware'                                             \
-            '(fp->__ptr ? fp->__ptr - fp->__base : 0)'                    \
-                                                                          \
-            '# QNX'                                                       \
-            '(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
-                                                                          \
-            '# old glibc?'                                                \
-            'fp->__bufp - fp->__buffer'                                   \
-                                                                          \
-            '# old glibc iostream?'                                       \
-            'fp->_pptr - fp->_pbase'                                      \
-                                                                          \
-            '# emx+gcc'                                                   \
-            'fp->_ptr - fp->_buffer'                                      \
-                                                                          \
-            '# VMS'                                                       \
-            '(*fp)->_ptr - (*fp)->_base'                                  \
-                                                                          \
-            '# e.g., DGUX R4.11; the info is not available'               \
-            1                                                             \
-            ; do
-
-          # Skip each embedded comment.
-          case "$ac_expr" in '#'*) continue;; esac
-
-          cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-int
-main ()
-{
-FILE *fp = stdin; (void) ($ac_expr);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  fp_done=yes
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-          test "$fp_done" = yes && break
-        done
-
-        ac_cv_sys_pending_output_n_bytes=$ac_expr
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_pending_output_n_bytes" >&5
-$as_echo "$ac_cv_sys_pending_output_n_bytes" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define PENDING_OUTPUT_N_BYTES $ac_cv_sys_pending_output_n_bytes
-_ACEOF
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fpending.$ac_objext"
-
-  fi
-
-  # Code from module fseeko:
-
-
-
-
-
-  if test $gl_cv_func_fseeko = no; then
-    HAVE_FSEEKO=0
-
-
-
-  if test $gl_cv_func_fseeko = yes; then
-    REPLACE_FSEEKO=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fseeko.$ac_objext"
-
-
-
-  else
-    if test $gl_cv_var_stdin_large_offset = no; then
-
-
-
-  if test $gl_cv_func_fseeko = yes; then
-    REPLACE_FSEEKO=1
-  fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fseeko.$ac_objext"
-
-
-
-    fi
-  fi
-
-
-
-
-  GNULIB_FSEEKO=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_FSEEKO 1
-_ACEOF
-
-
-
-  # Code from module full-write:
-  # Code from module futimens:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_futimens = no; then
-    HAVE_FUTIMENS=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS futimens.$ac_objext"
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether futimens works" >&5
-$as_echo_n "checking whether futimens works... " >&6; }
-if test "${gl_cv_func_futimens_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_futimens_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <errno.h>
-
-int
-main ()
-{
-struct timespec ts[2] = { { 1, UTIME_OMIT }, { 1, UTIME_NOW } };
-      int fd = creat ("conftest.file", 0600);
-      struct stat st;
-      if (fd < 0) return 1;
-      errno = 0;
-      if (futimens (AT_FDCWD, NULL) == 0) return 2;
-      if (errno != EBADF) return 3;
-      if (futimens (fd, ts)) return 4;
-      sleep (1);
-      ts[0].tv_nsec = UTIME_NOW;
-      ts[1].tv_nsec = UTIME_OMIT;
-      if (futimens (fd, ts)) return 5;
-      if (fstat (fd, &st)) return 6;
-      if (st.st_ctime < st.st_atime) return 7;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-           cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef __linux__
-/* The Linux kernel added futimens in 2.6.22, but has bugs with UTIME_OMIT
-   in several file systems as recently as 2.6.32.  Always replace futimens
-   to support older kernels.  */
-choke me
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_futimens_works=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_futimens_works="needs runtime check"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_futimens_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.file
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_futimens_works" >&5
-$as_echo "$gl_cv_func_futimens_works" >&6; }
-    if test "$gl_cv_func_futimens_works" != yes; then
-      REPLACE_FUTIMENS=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS futimens.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_FUTIMENS=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_FUTIMENS 1
-_ACEOF
-
-
-
-  # Code from module getcwd:
-
-
-
-
-  gl_abort_bug=no
-  case $gl_cv_func_getcwd_null,$host_os in
-  *,mingw*)
-    gl_cv_func_getcwd_path_max=yes;;
-  yes,*)
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether getcwd handles long file names properly" >&5
-$as_echo_n "checking whether getcwd handles long file names properly... " >&6; }
-if test "${gl_cv_func_getcwd_path_max+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # Arrange for deletion of the temporary directory this test creates.
-     ac_clean_files="$ac_clean_files confdir3"
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_getcwd_path_max=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <errno.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <limits.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <fcntl.h>
-
-#ifndef AT_FDCWD
-# define AT_FDCWD 0
-#endif
-#ifdef ENAMETOOLONG
-# define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
-#else
-# define is_ENAMETOOLONG(x) 0
-#endif
-
-/* Don't get link errors because mkdir is redefined to rpl_mkdir.  */
-#undef mkdir
-
-#ifndef S_IRWXU
-# define S_IRWXU 0700
-#endif
-
-/* The length of this name must be 8.  */
-#define DIR_NAME "confdir3"
-#define DIR_NAME_LEN 8
-#define DIR_NAME_SIZE (DIR_NAME_LEN + 1)
-
-/* The length of "../".  */
-#define DOTDOTSLASH_LEN 3
-
-/* Leftover bytes in the buffer, to work around library or OS bugs.  */
-#define BUF_SLOP 20
-
-int
-main ()
-{
-#ifndef PATH_MAX
-  /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
-     at least not on a local file system.  And if we were to start worrying
-     about remote file systems, we'd have to enable the wrapper function
-     all of the time, just to be safe.  That's not worth the cost.  */
-  exit (0);
-#elif ((INT_MAX / (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) \
-        - DIR_NAME_SIZE - BUF_SLOP) \
-       <= PATH_MAX)
-  /* FIXME: Assuming there's a system for which this is true,
-     this should be done in a compile test.  */
-  exit (0);
-#else
-  char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1)
-           + DIR_NAME_SIZE + BUF_SLOP];
-  char *cwd = getcwd (buf, PATH_MAX);
-  size_t initial_cwd_len;
-  size_t cwd_len;
-  int fail = 0;
-  size_t n_chdirs = 0;
-
-  if (cwd == NULL)
-    exit (1);
-
-  cwd_len = initial_cwd_len = strlen (cwd);
-
-  while (1)
-    {
-      size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN);
-      char *c = NULL;
-
-      cwd_len += DIR_NAME_SIZE;
-      /* If mkdir or chdir fails, it could be that this system cannot create
-         any file with an absolute name longer than PATH_MAX, such as cygwin.
-         If so, leave fail as 0, because the current working directory can't
-         be too long for getcwd if it can't even be created.  For other
-         errors, be pessimistic and consider that as a failure, too.  */
-      if (mkdir (DIR_NAME, S_IRWXU) < 0 || chdir (DIR_NAME) < 0)
-        {
-          if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
-            fail = 2;
-          break;
-        }
-
-      if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE)
-        {
-          c = getcwd (buf, PATH_MAX);
-          if (!c && errno == ENOENT)
-            {
-              fail = 1;
-              break;
-            }
-          if (c || ! (errno == ERANGE || is_ENAMETOOLONG (errno)))
-            {
-              fail = 2;
-              break;
-            }
-        }
-
-      if (dotdot_max <= cwd_len - initial_cwd_len)
-        {
-          if (dotdot_max + DIR_NAME_SIZE < cwd_len - initial_cwd_len)
-            break;
-          c = getcwd (buf, cwd_len + 1);
-          if (!c)
-            {
-              if (! (errno == ERANGE || errno == ENOENT
-                     || is_ENAMETOOLONG (errno)))
-                {
-                  fail = 2;
-                  break;
-                }
-              if (AT_FDCWD || errno == ERANGE || errno == ENOENT)
-                {
-                  fail = 1;
-                  break;
-                }
-            }
-        }
-
-      if (c && strlen (c) != cwd_len)
-        {
-          fail = 2;
-          break;
-        }
-      ++n_chdirs;
-    }
-
-  /* Leaving behind such a deep directory is not polite.
-     So clean up here, right away, even though the driving
-     shell script would also clean up.  */
-  {
-    size_t i;
-
-    /* Try rmdir first, in case the chdir failed.  */
-    rmdir (DIR_NAME);
-    for (i = 0; i <= n_chdirs; i++)
-      {
-        if (chdir ("..") < 0)
-          break;
-        if (rmdir (DIR_NAME) != 0)
-          break;
-      }
-  }
-
-  exit (fail);
-#endif
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_getcwd_path_max=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-case $? in
-     1) gl_cv_func_getcwd_path_max='no, but it is partly working';;
-     *) gl_cv_func_getcwd_path_max=no;;
-     esac
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_getcwd_path_max" >&5
-$as_echo "$gl_cv_func_getcwd_path_max" >&6; }
-  case $gl_cv_func_getcwd_path_max in
-  no,*)
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_PARTLY_WORKING_GETCWD 1
-_ACEOF
-;;
-  esac
-
-
-
-
-
-
-
-for ac_func in getpagesize
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  { $as_echo "$as_me:$LINENO: checking whether getcwd aborts when 4k < cwd_length < 16k" >&5
-$as_echo_n "checking whether getcwd aborts when 4k < cwd_length < 16k... " >&6; }
-if test "${gl_cv_func_getcwd_abort_bug+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # Remove any remnants of a previous test.
-     rm -rf confdir-14B---
-     # Arrange for deletion of the temporary directory this test creates.
-     ac_clean_files="$ac_clean_files confdir-14B---"
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_getcwd_abort_bug=yes
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <unistd.h>
-#include <limits.h>
-#include <string.h>
-#include <sys/stat.h>
-
-/* Don't get link errors because mkdir is redefined to rpl_mkdir.  */
-#undef mkdir
-
-#ifndef S_IRWXU
-# define S_IRWXU 0700
-#endif
-
-/* FIXME: skip the run-test altogether on systems without getpagesize.  */
-#if ! HAVE_GETPAGESIZE
-# define getpagesize() 0
-#endif
-
-/* This size is chosen to be larger than PATH_MAX (4k), yet smaller than
-   the 16kB pagesize on ia64 linux.  Those conditions make the code below
-   trigger a bug in glibc's getcwd implementation before 2.4.90-10.  */
-#define TARGET_LEN (5 * 1024)
-
-int
-main ()
-{
-  char const *dir_name = "confdir-14B---";
-  char *cwd;
-  size_t initial_cwd_len;
-  int fail = 0;
-  size_t desired_depth;
-  size_t d;
-
-  /* The bug is triggered when PATH_MAX < getpagesize (), so skip
-     this relative expensive and invasive test if that's not true.  */
-  if (getpagesize () <= PATH_MAX)
-    return 0;
-
-  cwd = getcwd (NULL, 0);
-  if (cwd == NULL)
-    return 0;
-
-  initial_cwd_len = strlen (cwd);
-  free (cwd);
-  desired_depth = ((TARGET_LEN - 1 - initial_cwd_len)
-                   / (1 + strlen (dir_name)));
-  for (d = 0; d < desired_depth; d++)
-    {
-      if (mkdir (dir_name, S_IRWXU) < 0 || chdir (dir_name) < 0)
-        {
-          fail = 3; /* Unable to construct deep hierarchy.  */
-          break;
-        }
-    }
-
-  /* If libc has the bug in question, this invocation of getcwd
-     results in a failed assertion.  */
-  cwd = getcwd (NULL, 0);
-  if (cwd == NULL)
-    fail = 4; /* getcwd failed.  This is ok, and expected.  */
-  free (cwd);
-
-  /* Call rmdir first, in case the above chdir failed.  */
-  rmdir (dir_name);
-  while (0 < d--)
-    {
-      if (chdir ("..") < 0)
-        break;
-      rmdir (dir_name);
-    }
-
-  return 0;
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_getcwd_abort_bug=no
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_getcwd_abort_bug=yes
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_getcwd_abort_bug" >&5
-$as_echo "$gl_cv_func_getcwd_abort_bug" >&6; }
-  if test $gl_cv_func_getcwd_abort_bug = yes; then
-  gl_abort_bug=yes
-fi
-
-;;
-  esac
-
-  case $gl_cv_func_getcwd_null,$gl_cv_func_getcwd_path_max,$gl_abort_bug in
-  *yes,yes,no) ;;
-  *)
-    REPLACE_GETCWD=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getcwd.$ac_objext"
-
-
-
-
-  :
-;;
-  esac
-
-
-
-
-  GNULIB_GETCWD=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETCWD 1
-_ACEOF
-
-
-
-  # Code from module getdelim:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_getdelim = yes; then
-        { $as_echo "$as_me:$LINENO: checking for working getdelim function" >&5
-$as_echo_n "checking for working getdelim function... " >&6; }
-if test "${gl_cv_func_working_getdelim+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data
-    if test "$cross_compiling" = yes; then
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <features.h>
-#ifdef __GNU_LIBRARY__
- #if (__GLIBC__ >= 2)
-  Lucky GNU user
- #endif
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "Lucky GNU user" >/dev/null 2>&1; then
-  gl_cv_func_working_getdelim=yes
-else
-  gl_cv_func_working_getdelim=no
-fi
-rm -f conftest*
-
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#    include <stdio.h>
-#    include <stdlib.h>
-#    include <string.h>
-    int main ()
-    {
-      FILE *in = fopen ("./conftest.data", "r");
-      if (!in)
-        return 1;
-      {
-        /* Test result for a NULL buffer and a zero size.
-           Based on a test program from Karl Heuer.  */
-        char *line = NULL;
-        size_t siz = 0;
-        int len = getdelim (&line, &siz, '\n', in);
-        if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
-          return 1;
-      }
-      {
-        /* Test result for a NULL buffer and a non-zero size.
-           This crashes on FreeBSD 8.0.  */
-        char *line = NULL;
-        size_t siz = (size_t)(~0) / 4;
-        if (getdelim (&line, &siz, '\n', in) == -1)
-          return 1;
-      }
-      return 0;
-    }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_working_getdelim=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_working_getdelim=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_working_getdelim" >&5
-$as_echo "$gl_cv_func_working_getdelim" >&6; }
-  else
-    gl_cv_func_working_getdelim=no
-  fi
-
-  if test $ac_cv_have_decl_getdelim = no; then
-    HAVE_DECL_GETDELIM=0
-  fi
-
-  if test $gl_cv_func_working_getdelim = no; then
-    if test $ac_cv_func_getdelim = yes; then
-      REPLACE_GETDELIM=1
-    fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getdelim.$ac_objext"
-
-
-
-
-for ac_func in flockfile funlockfile
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  { $as_echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
-$as_echo_n "checking whether getc_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getc_unlocked
-  (void) getc_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getc_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getc_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
-$as_echo "$ac_cv_have_decl_getc_unlocked" >&6; }
-if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETC_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETC_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-
-  fi
-
-
-
-
-  GNULIB_GETDELIM=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETDELIM 1
-_ACEOF
-
-
-
-  # Code from module getdtablesize:
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_getdtablesize != yes; then
-    HAVE_GETDTABLESIZE=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getdtablesize.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_GETDTABLESIZE=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETDTABLESIZE 1
-_ACEOF
-
-
-
-  # Code from module getline:
-
-
-
-
-
-
-
-
-
-
-  gl_getline_needs_run_time_check=no
-  { $as_echo "$as_me:$LINENO: checking for getline" >&5
-$as_echo_n "checking for getline... " >&6; }
-if test "${ac_cv_func_getline+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define getline to an innocuous variant, in case <limits.h> declares getline.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define getline innocuous_getline
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char getline (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef getline
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char getline ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_getline || defined __stub___getline
-choke me
-#endif
-
-int
-main ()
-{
-return getline ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_getline=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_getline=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getline" >&5
-$as_echo "$ac_cv_func_getline" >&6; }
-if test "x$ac_cv_func_getline" = x""yes; then
-                   gl_getline_needs_run_time_check=yes
-else
-  am_cv_func_working_getline=no
-fi
-
-  if test $gl_getline_needs_run_time_check = yes; then
-    { $as_echo "$as_me:$LINENO: checking for working getline function" >&5
-$as_echo_n "checking for working getline function... " >&6; }
-if test "${am_cv_func_working_getline+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data
-    if test "$cross_compiling" = yes; then
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <features.h>
-#ifdef __GNU_LIBRARY__
- #if (__GLIBC__ >= 2)
-  Lucky GNU user
- #endif
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "Lucky GNU user" >/dev/null 2>&1; then
-  am_cv_func_working_getline=yes
-else
-  am_cv_func_working_getline=no
-fi
-rm -f conftest*
-
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#    include <stdio.h>
-#    include <stdlib.h>
-#    include <string.h>
-    int main ()
-    {
-      FILE *in = fopen ("./conftest.data", "r");
-      if (!in)
-        return 1;
-      {
-        /* Test result for a NULL buffer and a zero size.
-           Based on a test program from Karl Heuer.  */
-        char *line = NULL;
-        size_t siz = 0;
-        int len = getline (&line, &siz, in);
-        if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
-          return 1;
-      }
-      {
-        /* Test result for a NULL buffer and a non-zero size.
-           This crashes on FreeBSD 8.0.  */
-        char *line = NULL;
-        size_t siz = (size_t)(~0) / 4;
-        if (getline (&line, &siz, in) == -1)
-          return 1;
-      }
-      return 0;
-    }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  am_cv_func_working_getline=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-am_cv_func_working_getline=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_func_working_getline" >&5
-$as_echo "$am_cv_func_working_getline" >&6; }
-  fi
-
-  if test $ac_cv_have_decl_getline = no; then
-    HAVE_DECL_GETLINE=0
-  fi
-
-  if test $am_cv_func_working_getline = no; then
-                REPLACE_GETLINE=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getline.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_getdelim = yes; then
-        { $as_echo "$as_me:$LINENO: checking for working getdelim function" >&5
-$as_echo_n "checking for working getdelim function... " >&6; }
-if test "${gl_cv_func_working_getdelim+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data
-    if test "$cross_compiling" = yes; then
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <features.h>
-#ifdef __GNU_LIBRARY__
- #if (__GLIBC__ >= 2)
-  Lucky GNU user
- #endif
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "Lucky GNU user" >/dev/null 2>&1; then
-  gl_cv_func_working_getdelim=yes
-else
-  gl_cv_func_working_getdelim=no
-fi
-rm -f conftest*
-
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#    include <stdio.h>
-#    include <stdlib.h>
-#    include <string.h>
-    int main ()
-    {
-      FILE *in = fopen ("./conftest.data", "r");
-      if (!in)
-        return 1;
-      {
-        /* Test result for a NULL buffer and a zero size.
-           Based on a test program from Karl Heuer.  */
-        char *line = NULL;
-        size_t siz = 0;
-        int len = getdelim (&line, &siz, '\n', in);
-        if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
-          return 1;
-      }
-      {
-        /* Test result for a NULL buffer and a non-zero size.
-           This crashes on FreeBSD 8.0.  */
-        char *line = NULL;
-        size_t siz = (size_t)(~0) / 4;
-        if (getdelim (&line, &siz, '\n', in) == -1)
-          return 1;
-      }
-      return 0;
-    }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_working_getdelim=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_working_getdelim=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_working_getdelim" >&5
-$as_echo "$gl_cv_func_working_getdelim" >&6; }
-  else
-    gl_cv_func_working_getdelim=no
-  fi
-
-  if test $ac_cv_have_decl_getdelim = no; then
-    HAVE_DECL_GETDELIM=0
-  fi
-
-  if test $gl_cv_func_working_getdelim = no; then
-    if test $ac_cv_func_getdelim = yes; then
-      REPLACE_GETDELIM=1
-    fi
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getdelim.$ac_objext"
-
-
-
-
-for ac_func in flockfile funlockfile
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  { $as_echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
-$as_echo_n "checking whether getc_unlocked is declared... " >&6; }
-if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getc_unlocked
-  (void) getc_unlocked;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getc_unlocked=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getc_unlocked=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
-$as_echo "$ac_cv_have_decl_getc_unlocked" >&6; }
-if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETC_UNLOCKED 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETC_UNLOCKED 0
-_ACEOF
-
-
-fi
-
-
-
-  fi
-
-
-  fi
-
-
-
-
-  GNULIB_GETLINE=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETLINE 1
-_ACEOF
-
-
-
-  # Code from module getopt-gnu:
-
-
-
-
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETOPT_GNU 1
-_ACEOF
-
-
-  # Code from module getopt-posix:
-
-
-
-
-
-  if test -n "$gl_replace_getopt"; then
-
-
-
-  GETOPT_H=getopt.h
-
-cat >>confdefs.h <<\_ACEOF
-#define __GETOPT_PREFIX rpl_
-_ACEOF
-
-
-
-    GNULIB_UNISTD_H_GETOPT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext"
-
-
-
-
-
-
-
-
-
-fi
-
-
-
-  # Code from module getpagesize:
-
-
-
-
-for ac_func in getpagesize
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  if test $ac_cv_func_getpagesize = no; then
-    HAVE_GETPAGESIZE=0
-
-for ac_header in OS.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-    if test $ac_cv_header_OS_h = yes; then
-      HAVE_OS_H=1
-    fi
-
-for ac_header in sys/param.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-    if test $ac_cv_header_sys_param_h = yes; then
-      HAVE_SYS_PARAM_H=1
-    fi
-  fi
-  case "$host_os" in
-    mingw*)
-      REPLACE_GETPAGESIZE=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS getpagesize.$ac_objext"
-
-      ;;
-  esac
-      { $as_echo "$as_me:$LINENO: checking whether getpagesize is declared" >&5
-$as_echo_n "checking whether getpagesize is declared... " >&6; }
-if test "${ac_cv_have_decl_getpagesize+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef getpagesize
-  (void) getpagesize;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getpagesize=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getpagesize=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getpagesize" >&5
-$as_echo "$ac_cv_have_decl_getpagesize" >&6; }
-if test "x$ac_cv_have_decl_getpagesize" = x""yes; then
-  :
-else
-  HAVE_DECL_GETPAGESIZE=0
-fi
-
-
-
-
-
-  GNULIB_GETPAGESIZE=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETPAGESIZE 1
-_ACEOF
-
-
-
-  # Code from module gettext:
-
-  # Code from module gettext-h:
-
-
-  # Code from module gettime:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS gettime.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-
-  # Code from module gettimeofday:
-
-
-
-
-
-
-
-
-
-
-
-  gl_gettimeofday_timezone=void
-  if test $ac_cv_func_gettimeofday != yes; then
-    HAVE_GETTIMEOFDAY=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS gettimeofday.$ac_objext"
-
-
-
-for ac_header in sys/timeb.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-for ac_func in _ftime
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-  else
-
-
-
- { $as_echo "$as_me:$LINENO: checking whether gettimeofday clobbers localtime buffer" >&5
-$as_echo_n "checking whether gettimeofday clobbers localtime buffer... " >&6; }
-if test "${gl_cv_func_gettimeofday_clobber+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-       gl_cv_func_gettimeofday_clobber=yes
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-          #include <sys/time.h>
-          #include <time.h>
-          #include <stdlib.h>
-
-int
-main ()
-{
-
-          time_t t = 0;
-          struct tm *lt;
-          struct tm saved_lt;
-          struct timeval tv;
-          lt = localtime (&t);
-          saved_lt = *lt;
-          gettimeofday (&tv, NULL);
-          return memcmp (lt, &saved_lt, sizeof (struct tm)) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_gettimeofday_clobber=no
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_gettimeofday_clobber=yes
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_gettimeofday_clobber" >&5
-$as_echo "$gl_cv_func_gettimeofday_clobber" >&6; }
-
- if test $gl_cv_func_gettimeofday_clobber = yes; then
-   REPLACE_GETTIMEOFDAY=1
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS gettimeofday.$ac_objext"
-
-
-
-for ac_header in sys/timeb.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-for ac_func in _ftime
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define gmtime rpl_gmtime
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define localtime rpl_localtime
-_ACEOF
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1
-_ACEOF
-
- fi
-
-    { $as_echo "$as_me:$LINENO: checking for gettimeofday with POSIX signature" >&5
-$as_echo_n "checking for gettimeofday with POSIX signature... " >&6; }
-if test "${gl_cv_func_gettimeofday_posix_signature+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/time.h>
-              struct timeval c;
-              int gettimeofday (struct timeval *restrict, void *restrict);
-
-int
-main ()
-{
-/* glibc uses struct timezone * rather than the POSIX void *
-                 if _GNU_SOURCE is defined.  However, since the only portable
-                 use of gettimeofday uses NULL as the second parameter, and
-                 since the glibc definition is actually more typesafe, it is
-                 not worth wrapping this to get a compliant signature.  */
-              int (*f) (struct timeval *restrict, void *restrict)
-                = gettimeofday;
-              int x = f (&c, 0);
-              return !(x | c.tv_sec | c.tv_usec);
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_gettimeofday_posix_signature=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/time.h>
-int gettimeofday (struct timeval *restrict, struct timezone *restrict);
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_gettimeofday_posix_signature=almost
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_gettimeofday_posix_signature=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_gettimeofday_posix_signature" >&5
-$as_echo "$gl_cv_func_gettimeofday_posix_signature" >&6; }
-    if test $gl_cv_func_gettimeofday_posix_signature = almost; then
-      gl_gettimeofday_timezone='struct timezone'
-    elif test $gl_cv_func_gettimeofday_posix_signature != yes; then
-      REPLACE_GETTIMEOFDAY=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS gettimeofday.$ac_objext"
-
-
-
-for ac_header in sys/timeb.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-for ac_func in _ftime
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-    fi
-  fi
-
-cat >>confdefs.h <<_ACEOF
-#define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone
-_ACEOF
-
-
-
-
-
-  GNULIB_GETTIMEOFDAY=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_GETTIMEOFDAY 1
-_ACEOF
-
-
-
-  # Code from module gitlog-to-changelog:
-  # Code from module hash:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS hash.$ac_objext"
-
-
-
-
-  # Code from module havelib:
-  # Code from module human:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS human.$ac_objext"
-
-
-    :
-
-  # Code from module include_next:
-  # Code from module inline:
-
-
-  { $as_echo "$as_me:$LINENO: checking whether the compiler generally respects inline" >&5
-$as_echo_n "checking whether the compiler generally respects inline... " >&6; }
-if test "${gl_cv_c_inline_effective+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test $ac_cv_c_inline = no; then
-       gl_cv_c_inline_effective=no
-     else
-                                          cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifdef __NO_INLINE__
-               #error "inline is not effective"
-             #endif
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_c_inline_effective=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_c_inline_effective=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-     fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_c_inline_effective" >&5
-$as_echo "$gl_cv_c_inline_effective" >&6; }
-  if test $gl_cv_c_inline_effective = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_INLINE 1
-_ACEOF
-
-  fi
-
-  # Code from module intprops:
-  # Code from module inttostr:
-
-
-
-  :
-
-  :
-  :
-  :
-  :
-
-  # Code from module inttypes:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-              { $as_echo "$as_me:$LINENO: checking whether inttypes.h conforms to C99" >&5
-$as_echo_n "checking whether inttypes.h conforms to C99... " >&6; }
-if test "${gl_cv_header_working_inttypes_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  gl_cv_header_working_inttypes_h=no
-     if test "$gl_cv_header_working_stdint_h" = yes \
-        && test $ac_cv_header_inttypes_h = yes \
-        && test "$ac_cv_have_decl_imaxabs" = yes \
-        && test "$ac_cv_have_decl_imaxdiv" = yes \
-        && test "$ac_cv_have_decl_strtoimax" = yes \
-        && test "$ac_cv_have_decl_strtoumax" = yes; then
-       cat >conftest.$ac_ext <<_ACEOF
-
-         /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stddef.h>
-#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
-#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
-#define __STDC_FORMAT_MACROS 1 /* to make it work also in C++ mode */
-#define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* work if build isn't clean */
-#include <inttypes.h>
-
-/* No need to duplicate the tests of stdint.m4; they are subsumed by
-   $gl_cv_header_working_stdint_h = yes.  */
-
-/* Tests for macros supposed to be defined in inttypes.h.  */
-
-const char *k = /* implicit string concatenation */
-#ifdef INT8_MAX
-  PRId8 PRIi8
-#endif
-#ifdef UINT8_MAX
-  PRIo8 PRIu8 PRIx8 PRIX8
-#endif
-#ifdef INT16_MAX
-  PRId16 PRIi16
-#endif
-#ifdef UINT16_MAX
-  PRIo16 PRIu16 PRIx16 PRIX16
-#endif
-#ifdef INT32_MAX
-  PRId32 PRIi32
-#endif
-#ifdef UINT32_MAX
-  PRIo32 PRIu32 PRIx32 PRIX32
-#endif
-#ifdef INT64_MAX
-  PRId64 PRIi64
-#endif
-#ifdef UINT64_MAX
-  PRIo64 PRIu64 PRIx64 PRIX64
-#endif
-  PRIdLEAST8 PRIiLEAST8 PRIoLEAST8 PRIuLEAST8 PRIxLEAST8 PRIXLEAST8
-  PRIdLEAST16 PRIiLEAST16 PRIoLEAST16 PRIuLEAST16 PRIxLEAST16 PRIXLEAST16
-  PRIdLEAST32 PRIiLEAST32 PRIoLEAST32 PRIuLEAST32 PRIxLEAST32 PRIXLEAST32
-  PRIdLEAST64 PRIiLEAST64
-  PRIoLEAST64 PRIuLEAST64 PRIxLEAST64 PRIXLEAST64
-  PRIdFAST8 PRIiFAST8 PRIoFAST8 PRIuFAST8 PRIxFAST8 PRIXFAST8
-  PRIdFAST16 PRIiFAST16 PRIoFAST16 PRIuFAST16 PRIxFAST16 PRIXFAST16
-  PRIdFAST32 PRIiFAST32 PRIoFAST32 PRIuFAST32 PRIxFAST32 PRIXFAST32
-  PRIdFAST64 PRIiFAST64
-  PRIoFAST64 PRIuFAST64 PRIxFAST64 PRIXFAST64
-  PRIdMAX PRIiMAX PRIoMAX PRIuMAX PRIxMAX PRIXMAX
-#ifdef INTPTR_MAX
-  PRIdPTR PRIiPTR
-#endif
-#ifdef UINTPTR_MAX
-  PRIoPTR PRIuPTR PRIxPTR PRIXPTR
-#endif
-  ;
-const char *l = /* implicit string concatenation */
-#ifdef INT8_MAX
-  SCNd8 SCNi8
-#endif
-#ifdef UINT8_MAX
-  SCNo8 SCNu8 SCNx8
-#endif
-#ifdef INT16_MAX
-  SCNd16 SCNi16
-#endif
-#ifdef UINT16_MAX
-  SCNo16 SCNu16 SCNx16
-#endif
-#ifdef INT32_MAX
-  SCNd32 SCNi32
-#endif
-#ifdef UINT32_MAX
-  SCNo32 SCNu32 SCNx32
-#endif
-#ifdef INT64_MAX
-  SCNd64 SCNi64
-#endif
-#ifdef UINT64_MAX
-  SCNo64 SCNu64 SCNx64
-#endif
-  SCNdLEAST8 SCNiLEAST8 SCNoLEAST8 SCNuLEAST8 SCNxLEAST8
-  SCNdLEAST16 SCNiLEAST16 SCNoLEAST16 SCNuLEAST16 SCNxLEAST16
-  SCNdLEAST32 SCNiLEAST32 SCNoLEAST32 SCNuLEAST32 SCNxLEAST32
-  SCNdLEAST64 SCNiLEAST64
-  SCNoLEAST64 SCNuLEAST64 SCNxLEAST64
-  SCNdFAST8 SCNiFAST8 SCNoFAST8 SCNuFAST8 SCNxFAST8
-  SCNdFAST16 SCNiFAST16 SCNoFAST16 SCNuFAST16 SCNxFAST16
-  SCNdFAST32 SCNiFAST32 SCNoFAST32 SCNuFAST32 SCNxFAST32
-  SCNdFAST64 SCNiFAST64
-  SCNoFAST64 SCNuFAST64 SCNxFAST64
-  SCNdMAX SCNiMAX SCNoMAX SCNuMAX SCNxMAX
-#ifdef INTPTR_MAX
-  SCNdPTR SCNiPTR
-#endif
-#ifdef UINTPTR_MAX
-  SCNoPTR SCNuPTR SCNxPTR
-#endif
-  ;
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_working_inttypes_h=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-     fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_working_inttypes_h" >&5
-$as_echo "$gl_cv_header_working_inttypes_h" >&6; }
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_inttypes_h='<'inttypes.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <inttypes.h>" >&5
-$as_echo_n "checking absolute name of <inttypes.h>... " >&6; }
-if test "${gl_cv_next_inttypes_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_inttypes_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <inttypes.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_inttypes_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/inttypes.h#{
-                 s#.*"\(.*/inttypes.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_inttypes_h='<'inttypes.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_inttypes_h" >&5
-$as_echo "$gl_cv_next_inttypes_h" >&6; }
-     fi
-     NEXT_INTTYPES_H=$gl_cv_next_inttypes_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'inttypes.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_inttypes_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GL_TRIGGER_STDC_LIMIT_MACROS 1
-_ACEOF
-
-
-
-
-  PRIPTR_PREFIX=
-  if test -n "$STDINT_H"; then
-        PRIPTR_PREFIX='"l"'
-  else
-        for glpfx in '' l ll I64; do
-      case $glpfx in
-        '')  gltype1='int';;
-        l)   gltype1='long int';;
-        ll)  gltype1='long long int';;
-        I64) gltype1='__int64';;
-      esac
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdint.h>
-           extern intptr_t foo;
-           extern $gltype1 foo;
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  PRIPTR_PREFIX='"'$glpfx'"'
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-      test -n "$PRIPTR_PREFIX" && break
-    done
-  fi
-
-
-  if test "$ac_cv_have_decl_imaxabs" = yes; then
-    HAVE_DECL_IMAXABS=1
-  else
-    HAVE_DECL_IMAXABS=0
-  fi
-
-  if test "$ac_cv_have_decl_imaxdiv" = yes; then
-    HAVE_DECL_IMAXDIV=1
-  else
-    HAVE_DECL_IMAXDIV=0
-  fi
-
-  if test "$ac_cv_have_decl_strtoimax" = yes; then
-    HAVE_DECL_STRTOIMAX=1
-  else
-    HAVE_DECL_STRTOIMAX=0
-  fi
-
-  if test "$ac_cv_have_decl_strtoumax" = yes; then
-    HAVE_DECL_STRTOUMAX=1
-  else
-    HAVE_DECL_STRTOUMAX=0
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking whether INT32_MAX < INTMAX_MAX" >&5
-$as_echo_n "checking whether INT32_MAX < INTMAX_MAX... " >&6; }
-if test "${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Work also in C++ mode.  */
-            #define __STDC_LIMIT_MACROS 1
-
-            /* Work if build is not clean.  */
-            #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H
-
-            #include <limits.h>
-            #if HAVE_STDINT_H
-             #include <stdint.h>
-            #endif
-
-            #if defined INT32_MAX && defined INTMAX_MAX
-             #define CONDITION (INT32_MAX < INTMAX_MAX)
-            #elif HAVE_LONG_LONG_INT
-             #define CONDITION (sizeof (int) < sizeof (long long int))
-            #else
-             #define CONDITION 0
-            #endif
-            int test[CONDITION ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_test_INT32_MAX_LT_INTMAX_MAX=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5
-$as_echo "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; }
-  if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then
-    INT32_MAX_LT_INTMAX_MAX=1;
-  else
-    INT32_MAX_LT_INTMAX_MAX=0;
-  fi
-
-
-  if test $APPLE_UNIVERSAL_BUILD = 0; then
-
-  { $as_echo "$as_me:$LINENO: checking whether INT64_MAX == LONG_MAX" >&5
-$as_echo_n "checking whether INT64_MAX == LONG_MAX... " >&6; }
-if test "${gl_cv_test_INT64_MAX_EQ_LONG_MAX+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Work also in C++ mode.  */
-            #define __STDC_LIMIT_MACROS 1
-
-            /* Work if build is not clean.  */
-            #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H
-
-            #include <limits.h>
-            #if HAVE_STDINT_H
-             #include <stdint.h>
-            #endif
-
-            #if defined INT64_MAX
-             #define CONDITION (INT64_MAX == LONG_MAX)
-            #elif HAVE_LONG_LONG_INT
-             #define CONDITION (sizeof (long long int) == sizeof (long int))
-            #else
-             #define CONDITION 0
-            #endif
-            int test[CONDITION ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_test_INT64_MAX_EQ_LONG_MAX=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5
-$as_echo "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; }
-  if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then
-    INT64_MAX_EQ_LONG_MAX=1;
-  else
-    INT64_MAX_EQ_LONG_MAX=0;
-  fi
-
-
-  else
-    INT64_MAX_EQ_LONG_MAX=-1
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking whether UINT32_MAX < UINTMAX_MAX" >&5
-$as_echo_n "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; }
-if test "${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Work also in C++ mode.  */
-            #define __STDC_LIMIT_MACROS 1
-
-            /* Work if build is not clean.  */
-            #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H
-
-            #include <limits.h>
-            #if HAVE_STDINT_H
-             #include <stdint.h>
-            #endif
-
-            #if defined UINT32_MAX && defined UINTMAX_MAX
-             #define CONDITION (UINT32_MAX < UINTMAX_MAX)
-            #elif HAVE_LONG_LONG_INT
-             #define CONDITION (sizeof (unsigned int) < sizeof (unsigned long long int))
-            #else
-             #define CONDITION 0
-            #endif
-            int test[CONDITION ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5
-$as_echo "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; }
-  if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then
-    UINT32_MAX_LT_UINTMAX_MAX=1;
-  else
-    UINT32_MAX_LT_UINTMAX_MAX=0;
-  fi
-
-
-  if test $APPLE_UNIVERSAL_BUILD = 0; then
-
-  { $as_echo "$as_me:$LINENO: checking whether UINT64_MAX == ULONG_MAX" >&5
-$as_echo_n "checking whether UINT64_MAX == ULONG_MAX... " >&6; }
-if test "${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Work also in C++ mode.  */
-            #define __STDC_LIMIT_MACROS 1
-
-            /* Work if build is not clean.  */
-            #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H
-
-            #include <limits.h>
-            #if HAVE_STDINT_H
-             #include <stdint.h>
-            #endif
-
-            #if defined UINT64_MAX
-             #define CONDITION (UINT64_MAX == ULONG_MAX)
-            #elif HAVE_LONG_LONG_INT
-             #define CONDITION (sizeof (unsigned long long int) == sizeof (unsigned long int))
-            #else
-             #define CONDITION 0
-            #endif
-            int test[CONDITION ? 1 : -1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5
-$as_echo "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; }
-  if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then
-    UINT64_MAX_EQ_ULONG_MAX=1;
-  else
-    UINT64_MAX_EQ_ULONG_MAX=0;
-  fi
-
-
-  else
-    UINT64_MAX_EQ_ULONG_MAX=-1
-  fi
-
-
-
-
-
-
-  for gl_func in imaxabs imaxdiv strtoimax strtoumax; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <inttypes.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module langinfo:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_langinfo_h='<'langinfo.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <langinfo.h>" >&5
-$as_echo_n "checking absolute name of <langinfo.h>... " >&6; }
-if test "${gl_cv_next_langinfo_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_langinfo_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_langinfo_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/langinfo.h#{
-                 s#.*"\(.*/langinfo.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_langinfo_h='<'langinfo.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_langinfo_h" >&5
-$as_echo "$gl_cv_next_langinfo_h" >&6; }
-     fi
-     NEXT_LANGINFO_H=$gl_cv_next_langinfo_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'langinfo.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_langinfo_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=$gl_next_as_first_directive
-
-
-
-
-    HAVE_LANGINFO_CODESET=0
-  HAVE_LANGINFO_T_FMT_AMPM=0
-  HAVE_LANGINFO_ERA=0
-  HAVE_LANGINFO_YESEXPR=0
-
-
-
-
-
-
-  if test $ac_cv_header_langinfo_h = yes; then
-    HAVE_LANGINFO_H=1
-            { $as_echo "$as_me:$LINENO: checking whether langinfo.h defines CODESET" >&5
-$as_echo_n "checking whether langinfo.h defines CODESET... " >&6; }
-if test "${gl_cv_header_langinfo_codeset+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-int a = CODESET;
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_langinfo_codeset=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_header_langinfo_codeset=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_langinfo_codeset" >&5
-$as_echo "$gl_cv_header_langinfo_codeset" >&6; }
-    if test $gl_cv_header_langinfo_codeset = yes; then
-      HAVE_LANGINFO_CODESET=1
-    fi
-    { $as_echo "$as_me:$LINENO: checking whether langinfo.h defines T_FMT_AMPM" >&5
-$as_echo_n "checking whether langinfo.h defines T_FMT_AMPM... " >&6; }
-if test "${gl_cv_header_langinfo_t_fmt_ampm+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-int a = T_FMT_AMPM;
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_langinfo_t_fmt_ampm=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_header_langinfo_t_fmt_ampm=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_langinfo_t_fmt_ampm" >&5
-$as_echo "$gl_cv_header_langinfo_t_fmt_ampm" >&6; }
-    if test $gl_cv_header_langinfo_t_fmt_ampm = yes; then
-      HAVE_LANGINFO_T_FMT_AMPM=1
-    fi
-    { $as_echo "$as_me:$LINENO: checking whether langinfo.h defines ERA" >&5
-$as_echo_n "checking whether langinfo.h defines ERA... " >&6; }
-if test "${gl_cv_header_langinfo_era+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-int a = ERA;
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_langinfo_era=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_header_langinfo_era=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_langinfo_era" >&5
-$as_echo "$gl_cv_header_langinfo_era" >&6; }
-    if test $gl_cv_header_langinfo_era = yes; then
-      HAVE_LANGINFO_ERA=1
-    fi
-    { $as_echo "$as_me:$LINENO: checking whether langinfo.h defines YESEXPR" >&5
-$as_echo_n "checking whether langinfo.h defines YESEXPR... " >&6; }
-if test "${gl_cv_header_langinfo_yesexpr+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-int a = YESEXPR;
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_header_langinfo_yesexpr=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_header_langinfo_yesexpr=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_langinfo_yesexpr" >&5
-$as_echo "$gl_cv_header_langinfo_yesexpr" >&6; }
-    if test $gl_cv_header_langinfo_yesexpr = yes; then
-      HAVE_LANGINFO_YESEXPR=1
-    fi
-  else
-    HAVE_LANGINFO_H=0
-  fi
-
-
-
-
-
-
-
-
-  for gl_func in nl_langinfo; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module lchown:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in lchown
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_lchown = no; then
-    HAVE_LCHOWN=0
-  elif test "$gl_cv_func_chown_slash_works" != yes \
-      || test "$gl_cv_func_chown_ctime_works" != yes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS lchown.$ac_objext"
-
-    REPLACE_LCHOWN=1
-  fi
-
-
-
-
-  GNULIB_LCHOWN=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_LCHOWN 1
-_ACEOF
-
-
-
-  # Code from module link:
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_link = no; then
-    HAVE_LINK=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS link.$ac_objext"
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether link handles trailing slash correctly" >&5
-$as_echo_n "checking whether link handles trailing slash correctly... " >&6; }
-if test "${gl_cv_func_link_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  touch conftest.a
-       # Assume that if we have lstat, we can also check symlinks.
-       if test $ac_cv_func_lstat = yes; then
-         ln -s conftest.a conftest.lnk
-       fi
-       if test "$cross_compiling" = yes; then
-  gl_cv_func_link_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-
-int
-main ()
-{
-if (!link ("conftest.a", "conftest.b/")) return 1;
-#if HAVE_LSTAT
-      if (!link ("conftest.lnk/", "conftest.b")) return 2;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_link_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_link_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-       rm -f conftest.a conftest.b conftest.lnk
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_link_works" >&5
-$as_echo "$gl_cv_func_link_works" >&6; }
-    if test "$gl_cv_func_link_works" != yes; then
-      REPLACE_LINK=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS link.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_LINK=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_LINK 1
-_ACEOF
-
-
-
-  # Code from module link-follow:
-
-
-
-
-
-
-          gl_link_follows_symlinks=0 # assume GNU behavior
-  if test $ac_cv_func_readlink = yes; then
-    { $as_echo "$as_me:$LINENO: checking whether link(2) dereferences a symlink" >&5
-$as_echo_n "checking whether link(2) dereferences a symlink... " >&6; }
-if test "${gl_cv_func_link_follows_symlink+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      # Create a regular file.
-      echo > conftest.file
-      if test "$cross_compiling" = yes; then
-          gl_cv_func_link_follows_symlink=unknown
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <sys/types.h>
-#       include <sys/stat.h>
-#       include <unistd.h>
-#       include <stdlib.h>
-
-#       define SAME_INODE(Stat_buf_1, Stat_buf_2) \
-          ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
-           && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)
-
-        int
-        main ()
-        {
-          const char *file = "conftest.file";
-          const char *sym = "conftest.sym";
-          const char *hard = "conftest.hard";
-          struct stat sb_file, sb_hard;
-
-          /* Create a symlink to the regular file. */
-          if (symlink (file, sym))
-            return 2;
-
-          /* Create a hard link to that symlink.  */
-          if (link (sym, hard))
-            return 3;
-
-          if (lstat (hard, &sb_hard))
-            return 4;
-          if (lstat (file, &sb_file))
-            return 5;
-
-          /* If the dev/inode of hard and file are the same, then
-             the link call followed the symlink.  */
-          return SAME_INODE (sb_hard, sb_file) ? 1 : 0;
-        }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_link_follows_symlink=no
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-        gl_cv_func_link_follows_symlink=yes
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.file conftest.sym conftest.hard
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_link_follows_symlink" >&5
-$as_echo "$gl_cv_func_link_follows_symlink" >&6; }
-    case $gl_cv_func_link_follows_symlink in
-      yes) gl_link_follows_symlinks=1 ;;
-      no) ;; # already defaulted to 0
-      *) gl_link_follows_symlinks=-1 ;;
-    esac
-  fi
-
-cat >>confdefs.h <<_ACEOF
-#define LINK_FOLLOWS_SYMLINKS $gl_link_follows_symlinks
-_ACEOF
-
-
-  # Code from module linkat:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_linkat = no; then
-    HAVE_LINKAT=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS linkat.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS at-func2.$ac_objext"
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether linkat(,AT_SYMLINK_FOLLOW) works" >&5
-$as_echo_n "checking whether linkat(,AT_SYMLINK_FOLLOW) works... " >&6; }
-if test "${gl_cv_func_linkat_follow+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.f1 conftest.f2
-       touch conftest.f1
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#include <unistd.h>
-#ifdef __linux__
-/* Linux added linkat in 2.6.16, but did not add AT_SYMLINK_FOLLOW
-   until 2.6.18.  Always replace linkat to support older kernels.  */
-choke me
-#endif
-
-int
-main ()
-{
-return linkat (AT_FDCWD, "conftest.f1", AT_FDCWD, "conftest.f2",
-                    AT_SYMLINK_FOLLOW);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_linkat_follow=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_linkat_follow="need runtime check"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-       rm -rf conftest.f1 conftest.f2
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_linkat_follow" >&5
-$as_echo "$gl_cv_func_linkat_follow" >&6; }
-    { $as_echo "$as_me:$LINENO: checking whether linkat handles trailing slash correctly" >&5
-$as_echo_n "checking whether linkat handles trailing slash correctly... " >&6; }
-if test "${gl_cv_func_linkat_slash+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.a conftest.b conftest.c conftest.d
-       if test "$cross_compiling" = yes; then
-  # Guess yes on glibc systems, no otherwise.
-          case "$host_os" in
-            *-gnu*) gl_cv_func_linkat_slash="guessing yes";;
-            *)      gl_cv_func_linkat_slash="guessing no";;
-          esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-              #include <fcntl.h>
-              #include <errno.h>
-              #include <stdio.h>
-
-int
-main ()
-{
-int fd;
-              int err;
-              int ret;
-              /* Create a regular file.  */
-              fd = open ("conftest.a", O_CREAT | O_EXCL | O_WRONLY, 0600);
-              if (fd < 0)
-                return 1;
-              if (write (fd, "hello", 5) < 5)
-                return 2;
-              if (close (fd) < 0)
-                return 3;
-              /* Test whether hard links are supported on the current
-                 device.  */
-              if (linkat (AT_FDCWD, "conftest.a", AT_FDCWD, "conftest.b",
-                          AT_SYMLINK_FOLLOW) < 0)
-                return 0;
-              /* Test whether a trailing "/" is treated like "/.".  */
-              if (linkat (AT_FDCWD, "conftest.a/", AT_FDCWD, "conftest.c",
-                          AT_SYMLINK_FOLLOW) == 0)
-                return 4;
-              if (linkat (AT_FDCWD, "conftest.a", AT_FDCWD, "conftest.d/",
-                          AT_SYMLINK_FOLLOW) == 0)
-                return 5;
-              return 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_linkat_slash=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_linkat_slash=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-       rm -rf conftest.a conftest.b conftest.c conftest.d
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_linkat_slash" >&5
-$as_echo "$gl_cv_func_linkat_slash" >&6; }
-    case "$gl_cv_func_linkat_slash" in
-      *yes) gl_linkat_slash_bug=0 ;;
-      *)    gl_linkat_slash_bug=1 ;;
-    esac
-    if test "$gl_cv_func_linkat_follow" != yes \
-       || test $gl_linkat_slash_bug = 1; then
-      REPLACE_LINKAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS linkat.$ac_objext"
-
-
-cat >>confdefs.h <<_ACEOF
-#define LINKAT_TRAILING_SLASH_BUG $gl_linkat_slash_bug
-_ACEOF
-
-    fi
-  fi
-
-
-
-
-  GNULIB_LINKAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_LINKAT 1
-_ACEOF
-
-
-
-  # Code from module localcharset:
-
-
-
-
-
-
-
-
-
-
-
-  LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(top_builddir)/$gl_source_base\""
-
-  # Code from module lseek:
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether lseek detects pipes" >&5
-$as_echo_n "checking whether lseek detects pipes... " >&6; }
-if test "${gl_cv_func_lseek_pipe+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test $cross_compiling = no; then
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <sys/types.h> /* for off_t */
-#include <stdio.h> /* for SEEK_CUR */
-#include <unistd.h>
-int
-main ()
-{
-
-  /* Exit with success only if stdin is seekable.  */
-  return lseek (0, (off_t)0, SEEK_CUR) < 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  if test -s conftest$ac_exeext \
-             && ./conftest$ac_exeext < conftest.$ac_ext \
-             && test 1 = "`echo hi \
-               | { ./conftest$ac_exeext; echo $?; cat >/dev/null; }`"; then
-            gl_cv_func_lseek_pipe=yes
-          else
-            gl_cv_func_lseek_pipe=no
-          fi
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_lseek_pipe=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-     else
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) || defined __BEOS__
-/* mingw and BeOS mistakenly return 0 when trying to seek on pipes.  */
-  Choke me.
-#endif
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_lseek_pipe=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_lseek_pipe=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-     fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_lseek_pipe" >&5
-$as_echo "$gl_cv_func_lseek_pipe" >&6; }
-  if test $gl_cv_func_lseek_pipe = no; then
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS lseek.$ac_objext"
-
-
-  REPLACE_LSEEK=1
-
-cat >>confdefs.h <<\_ACEOF
-#define LSEEK_PIPE_BROKEN 1
-_ACEOF
-
-
-  fi
-
-
-
-
-  GNULIB_LSEEK=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_LSEEK 1
-_ACEOF
-
-
-
-  # Code from module lstat:
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_lstat = yes; then
-
-    if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
-            REPLACE_LSTAT=1
-    fi
-    # Prerequisites of lib/lstat.c.
-
-  else
-    HAVE_LSTAT=0
-  fi
-
-
-
-
-  GNULIB_LSTAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_LSTAT 1
-_ACEOF
-
-
-
-  # Code from module malloc-gnu:
-
-
-
-for ac_header in stdlib.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-{ $as_echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
-if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  ac_cv_func_malloc_0_nonnull=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-return ! malloc (0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_malloc_0_nonnull=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_malloc_0_nonnull=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
-if test $ac_cv_func_malloc_0_nonnull = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_MALLOC_GNU 1
-_ACEOF
-
-else
-  cat >>confdefs.h <<\_ACEOF
-#define HAVE_MALLOC_GNU 0
-_ACEOF
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS malloc.$ac_objext"
-
-  REPLACE_MALLOC=1
-
-
-fi
-
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define GNULIB_MALLOC_GNU 1
-_ACEOF
-
-
-  # Code from module malloc-posix:
-
-
-
-  if test $gl_cv_func_malloc_posix = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_MALLOC_POSIX 1
-_ACEOF
-
-  else
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS malloc.$ac_objext"
-
-  REPLACE_MALLOC=1
-
-  fi
-
-
-
-
-  GNULIB_MALLOC_POSIX=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MALLOC_POSIX 1
-_ACEOF
-
-
-
-  # Code from module malloca:
-
-
-
-
-  # Code from module mbchar:
-
-
-
-
-  # Code from module mbrtowc:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
-$as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
-if test "${gl_cv_func_mbrtowc_incomplete_state+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                     # Guess no on AIX and OSF/1.
-        aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
-                     # Guess yes otherwise.
-        *)           gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
-      esac
-      if test $LOCALE_JA != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
-        if (mbsinit (&state))
-          return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_incomplete_state=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_incomplete_state=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_incomplete_state" >&5
-$as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; }
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
-$as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
-if test "${gl_cv_func_mbrtowc_sanitycheck+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                    # Guess no on Solaris 8.
-        solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;;
-                    # Guess yes otherwise.
-        *)          gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;;
-      esac
-      if test $LOCALE_ZH_CN != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdlib.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* This fails on Solaris 8:
-     mbrtowc returns 2, and sets wc to 0x00F0.
-     mbtowc returns 4 (correct) and sets wc to 0x5EDC.  */
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 3, 6, &state) != 4
-          && mbtowc (&wc, input + 3, 6) == 4)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_sanitycheck=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_sanitycheck=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_sanitycheck" >&5
-$as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; }
-
-    REPLACE_MBSTATE_T=0
-    case "$gl_cv_func_mbrtowc_incomplete_state" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-    case "$gl_cv_func_mbrtowc_sanitycheck" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-  else
-    REPLACE_MBSTATE_T=1
-  fi
-  if test $REPLACE_MBSTATE_T = 1; then
-
-    :
-
-  fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbrtowc = no; then
-    HAVE_MBRTOWC=0
-  else
-    if test $REPLACE_MBSTATE_T = 1; then
-      REPLACE_MBRTOWC=1
-    else
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles a NULL string argument" >&5
-$as_echo_n "checking whether mbrtowc handles a NULL string argument... " >&6; }
-if test "${gl_cv_func_mbrtowc_null_arg+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-              # Guess no on OSF/1.
-        osf*) gl_cv_func_mbrtowc_null_arg="guessing no" ;;
-              # Guess yes otherwise.
-        *)    gl_cv_func_mbrtowc_null_arg="guessing yes" ;;
-      esac
-      if test $LOCALE_FR_UTF8 != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL)
-    {
-      mbstate_t state;
-      wchar_t wc;
-      int ret;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      wc = (wchar_t) 0xBADFACE;
-      mbrtowc (&wc, NULL, 5, &state);
-      /* Check that wc was not modified.  */
-      if (wc != (wchar_t) 0xBADFACE)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_null_arg=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_null_arg=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_null_arg" >&5
-$as_echo "$gl_cv_func_mbrtowc_null_arg" >&6; }
-
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc has a correct return value" >&5
-$as_echo_n "checking whether mbrtowc has a correct return value... " >&6; }
-if test "${gl_cv_func_mbrtowc_retval+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                          # Guess no on HP-UX and Solaris.
-        hpux* | solaris*) gl_cv_func_mbrtowc_retval="guessing no" ;;
-                          # Guess yes otherwise.
-        *)                gl_cv_func_mbrtowc_retval="guessing yes" ;;
-      esac
-      if test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* This fails on Solaris.  */
-  if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL)
-    {
-      char input[] = "B\303\274\303\237er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
-        {
-          input[1] = '\0';
-          if (mbrtowc (&wc, input + 2, 5, &state) != 1)
-            return 1;
-        }
-    }
-  /* This fails on HP-UX 11.11.  */
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
-        {
-          input[1] = '\0';
-          if (mbrtowc (&wc, input + 2, 5, &state) != 2)
-            return 1;
-        }
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_retval=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_retval=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_retval" >&5
-$as_echo "$gl_cv_func_mbrtowc_retval" >&6; }
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc returns 0 when parsing a NUL character" >&5
-$as_echo_n "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; }
-if test "${gl_cv_func_mbrtowc_nul_retval+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                       # Guess no on Solaris 8 and 9.
-        solaris2.[89]) gl_cv_func_mbrtowc_nul_retval="guessing no" ;;
-                       # Guess yes otherwise.
-        *)             gl_cv_func_mbrtowc_nul_retval="guessing yes" ;;
-      esac
-      if test $LOCALE_ZH_CN != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* This fails on Solaris 8 and 9.  */
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, "", 1, &state) != 0)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_nul_retval=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_nul_retval=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_nul_retval" >&5
-$as_echo "$gl_cv_func_mbrtowc_nul_retval" >&6; }
-
-      case "$gl_cv_func_mbrtowc_null_arg" in
-        *yes) ;;
-        *)
-cat >>confdefs.h <<\_ACEOF
-#define MBRTOWC_NULL_ARG_BUG 1
-_ACEOF
-
-           REPLACE_MBRTOWC=1
-           ;;
-      esac
-      case "$gl_cv_func_mbrtowc_retval" in
-        *yes) ;;
-        *)
-cat >>confdefs.h <<\_ACEOF
-#define MBRTOWC_RETVAL_BUG 1
-_ACEOF
-
-           REPLACE_MBRTOWC=1
-           ;;
-      esac
-      case "$gl_cv_func_mbrtowc_nul_retval" in
-        *yes) ;;
-        *)
-cat >>confdefs.h <<\_ACEOF
-#define MBRTOWC_NUL_RETVAL_BUG 1
-_ACEOF
-
-           REPLACE_MBRTOWC=1
-           ;;
-      esac
-    fi
-  fi
-  if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
-
-    :
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mbrtowc.$ac_objext"
-
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_MBRTOWC=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MBRTOWC 1
-_ACEOF
-
-
-
-  # Code from module mbscasecmp:
-
-
-
-  GNULIB_MBSCASECMP=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MBSCASECMP 1
-_ACEOF
-
-
-
-  # Code from module mbsinit:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
-$as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
-if test "${gl_cv_func_mbrtowc_incomplete_state+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                     # Guess no on AIX and OSF/1.
-        aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
-                     # Guess yes otherwise.
-        *)           gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
-      esac
-      if test $LOCALE_JA != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
-        if (mbsinit (&state))
-          return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_incomplete_state=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_incomplete_state=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_incomplete_state" >&5
-$as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; }
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
-$as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
-if test "${gl_cv_func_mbrtowc_sanitycheck+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                    # Guess no on Solaris 8.
-        solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;;
-                    # Guess yes otherwise.
-        *)          gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;;
-      esac
-      if test $LOCALE_ZH_CN != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdlib.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* This fails on Solaris 8:
-     mbrtowc returns 2, and sets wc to 0x00F0.
-     mbtowc returns 4 (correct) and sets wc to 0x5EDC.  */
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 3, 6, &state) != 4
-          && mbtowc (&wc, input + 3, 6) == 4)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_sanitycheck=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_sanitycheck=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_sanitycheck" >&5
-$as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; }
-
-    REPLACE_MBSTATE_T=0
-    case "$gl_cv_func_mbrtowc_incomplete_state" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-    case "$gl_cv_func_mbrtowc_sanitycheck" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-  else
-    REPLACE_MBSTATE_T=1
-  fi
-  if test $REPLACE_MBSTATE_T = 1; then
-
-    :
-
-  fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbsinit = no; then
-    HAVE_MBSINIT=0
-  else
-    if test $REPLACE_MBSTATE_T = 1; then
-      REPLACE_MBSINIT=1
-    fi
-  fi
-  if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
-
-    :
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mbsinit.$ac_objext"
-
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_MBSINIT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MBSINIT 1
-_ACEOF
-
-
-
-  # Code from module mbsrtowcs:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
-$as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
-if test "${gl_cv_func_mbrtowc_incomplete_state+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                     # Guess no on AIX and OSF/1.
-        aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
-                     # Guess yes otherwise.
-        *)           gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
-      esac
-      if test $LOCALE_JA != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
-        if (mbsinit (&state))
-          return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_incomplete_state=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_incomplete_state=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_incomplete_state" >&5
-$as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; }
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
-$as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
-if test "${gl_cv_func_mbrtowc_sanitycheck+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                    # Guess no on Solaris 8.
-        solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;;
-                    # Guess yes otherwise.
-        *)          gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;;
-      esac
-      if test $LOCALE_ZH_CN != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdlib.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* This fails on Solaris 8:
-     mbrtowc returns 2, and sets wc to 0x00F0.
-     mbtowc returns 4 (correct) and sets wc to 0x5EDC.  */
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 3, 6, &state) != 4
-          && mbtowc (&wc, input + 3, 6) == 4)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_sanitycheck=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_sanitycheck=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_sanitycheck" >&5
-$as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; }
-
-    REPLACE_MBSTATE_T=0
-    case "$gl_cv_func_mbrtowc_incomplete_state" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-    case "$gl_cv_func_mbrtowc_sanitycheck" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-  else
-    REPLACE_MBSTATE_T=1
-  fi
-  if test $REPLACE_MBSTATE_T = 1; then
-
-    :
-
-  fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbsrtowcs = no; then
-    HAVE_MBSRTOWCS=0
-  else
-    if test $REPLACE_MBSTATE_T = 1; then
-      REPLACE_MBSRTOWCS=1
-    else
-
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbsrtowcs works" >&5
-$as_echo_n "checking whether mbsrtowcs works... " >&6; }
-if test "${gl_cv_func_mbsrtowcs_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                          # Guess no on HP-UX and Solaris.
-        hpux* | solaris*) gl_cv_func_mbsrtowcs_works="guessing no" ;;
-                          # Guess yes otherwise.
-        *)                gl_cv_func_mbsrtowcs_works="guessing yes" ;;
-      esac
-      if test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none || test $LOCALE_ZH_CN != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* Test whether the function works when started with a conversion state
-     in non-initial state.  This fails on HP-UX 11.11 and Solaris 10.  */
-  if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL)
-    {
-      const char input[] = "B\303\274\303\237er";
-      mbstate_t state;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (NULL, input + 1, 1, &state) == (size_t)(-2))
-        if (!mbsinit (&state))
-          {
-            const char *src = input + 2;
-            if (mbsrtowcs (NULL, &src, 10, &state) != 4)
-              return 1;
-          }
-    }
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      const char input[] = "<\306\374\313\334\270\354>";
-      mbstate_t state;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (NULL, input + 3, 1, &state) == (size_t)(-2))
-        if (!mbsinit (&state))
-          {
-            const char *src = input + 4;
-            if (mbsrtowcs (NULL, &src, 10, &state) != 3)
-              return 1;
-          }
-    }
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      const char input[] = "B\250\271\201\060\211\070er";
-      mbstate_t state;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (NULL, input + 1, 1, &state) == (size_t)(-2))
-        if (!mbsinit (&state))
-          {
-            const char *src = input + 2;
-            if (mbsrtowcs (NULL, &src, 10, &state) != 4)
-              return 1;
-          }
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbsrtowcs_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbsrtowcs_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbsrtowcs_works" >&5
-$as_echo "$gl_cv_func_mbsrtowcs_works" >&6; }
-
-      case "$gl_cv_func_mbsrtowcs_works" in
-        *yes) ;;
-        *) REPLACE_MBSRTOWCS=1 ;;
-      esac
-    fi
-  fi
-  if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
-
-    :
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mbsrtowcs.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mbsrtowcs-state.$ac_objext"
-
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_MBSRTOWCS=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MBSRTOWCS 1
-_ACEOF
-
-
-
-  # Code from module mbuiter:
-
-
-
-
-  :
-
-  # Code from module memchr:
-
-
-
-
-  GNULIB_MEMCHR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MEMCHR 1
-_ACEOF
-
-
-
-  # Code from module mempcpy:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in mempcpy
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_mempcpy = no; then
-    HAVE_MEMPCPY=0
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_MEMPCPY=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MEMPCPY 1
-_ACEOF
-
-
-
-  # Code from module memrchr:
-
-
-
-
-
-
-
-
-  if test $ac_cv_have_decl_memrchr = no; then
-    HAVE_DECL_MEMRCHR=0
-  fi
-
-
-
-
-
-
-
-
-
-
-for ac_func in memrchr
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_memrchr = no; then
-    :
-  fi
-
-
-
-
-  GNULIB_MEMRCHR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MEMRCHR 1
-_ACEOF
-
-
-
-  # Code from module mkdir:
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether mkdir handles trailing slash" >&5
-$as_echo_n "checking whether mkdir handles trailing slash... " >&6; }
-if test "${gl_cv_func_mkdir_trailing_slash_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.dir
-      if test "$cross_compiling" = yes; then
-  gl_cv_func_mkdir_trailing_slash_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <sys/types.h>
-#       include <sys/stat.h>
-
-int
-main ()
-{
-return mkdir ("conftest.dir/", 0700);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mkdir_trailing_slash_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mkdir_trailing_slash_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    rm -rf conftest.dir
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mkdir_trailing_slash_works" >&5
-$as_echo "$gl_cv_func_mkdir_trailing_slash_works" >&6; }
-  if test "$gl_cv_func_mkdir_trailing_slash_works" != yes; then
-    REPLACE_MKDIR=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mkdir.$ac_objext"
-
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking whether mkdir handles trailing dot" >&5
-$as_echo_n "checking whether mkdir handles trailing dot... " >&6; }
-if test "${gl_cv_func_mkdir_trailing_dot_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.dir
-      if test "$cross_compiling" = yes; then
-  gl_cv_func_mkdir_trailing_dot_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <sys/types.h>
-#       include <sys/stat.h>
-
-int
-main ()
-{
-return !mkdir ("conftest.dir/./", 0700);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mkdir_trailing_dot_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mkdir_trailing_dot_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    rm -rf conftest.dir
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mkdir_trailing_dot_works" >&5
-$as_echo "$gl_cv_func_mkdir_trailing_dot_works" >&6; }
-  if test "$gl_cv_func_mkdir_trailing_dot_works" != yes; then
-    REPLACE_MKDIR=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mkdir.$ac_objext"
-
-
-cat >>confdefs.h <<\_ACEOF
-#define FUNC_MKDIR_DOT_BUG 1
-_ACEOF
-
-  fi
-
-  # Code from module mkdtemp:
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in mkdtemp
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_mkdtemp = no; then
-    HAVE_MKDTEMP=0
-    :
-
-  fi
-
-
-
-
-  GNULIB_MKDTEMP=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MKDTEMP 1
-_ACEOF
-
-
-
-  # Code from module mkfifo:
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mkfifo = no; then
-    HAVE_MKFIFO=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mkfifo.$ac_objext"
-
-  else
-
-
-
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether mkfifo rejects trailing slashes" >&5
-$as_echo_n "checking whether mkfifo rejects trailing slashes... " >&6; }
-if test "${gl_cv_func_mkfifo_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # Assume that if we have lstat, we can also check symlinks.
-       if test $ac_cv_func_lstat = yes; then
-         ln -s conftest.tmp conftest.lnk
-       fi
-       if test "$cross_compiling" = yes; then
-  gl_cv_func_mkfifo_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/stat.h>
-
-int
-main ()
-{
-if (!mkfifo ("conftest.tmp/", 0600)) return 1;
-#if HAVE_LSTAT
-      if (!mkfifo ("conftest.lnk/", 0600)) return 2;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mkfifo_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mkfifo_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-       rm -f conftest.tmp conftest.lnk
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mkfifo_works" >&5
-$as_echo "$gl_cv_func_mkfifo_works" >&6; }
-    if test "$gl_cv_func_mkfifo_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define MKFIFO_TRAILING_SLASH_BUG 1
-_ACEOF
-
-      REPLACE_MKFIFO=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mkfifo.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_MKFIFO=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MKFIFO 1
-_ACEOF
-
-
-
-  # Code from module mkfifoat:
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mkfifoat = no; then
-    # No known system has mkfifoat but not mknodat
-    HAVE_MKFIFOAT=0
-    HAVE_MKNODAT=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mkfifoat.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mknodat.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_MKFIFOAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MKFIFOAT 1
-_ACEOF
-
-
-
-
-
-
-  GNULIB_MKNODAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MKNODAT 1
-_ACEOF
-
-
-
-  # Code from module mknod:
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mknod = no; then
-    HAVE_MKNOD=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mknod.$ac_objext"
-
-  else
-        { $as_echo "$as_me:$LINENO: checking whether mknod can create fifo without root privileges" >&5
-$as_echo_n "checking whether mknod can create fifo without root privileges... " >&6; }
-if test "${gl_cv_func_mknod_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_mknod_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/stat.h>
-             #include <unistd.h>
-
-int
-main ()
-{
-/* Indeterminate for super-user, assume no.  Why are you running
-         configure as root, anyway?  */
-      if (!geteuid ()) return 99;
-      if (mknod ("conftest.fifo", S_IFIFO | 0600, 0)) return 2;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mknod_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-if test $? == 99 && test x"$FORCE_UNSAFE_CONFIGURE" = x; then
-            { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
-          fi
-          gl_cv_func_mknod_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-       rm -f conftest.fifo
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mknod_works" >&5
-$as_echo "$gl_cv_func_mknod_works" >&6; }
-    if test "$gl_cv_func_mknod_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define MKNOD_FIFO_BUG 1
-_ACEOF
-
-    fi
-        if test $REPLACE_MKFIFO = 1 || test "$gl_cv_func_mknod_works" != yes; then
-      REPLACE_MKNOD=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mknod.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_MKNOD=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MKNOD 1
-_ACEOF
-
-
-
-  # Code from module mktime:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-if test $APPLE_UNIVERSAL_BUILD = 1; then
-  # A universal build on Apple MacOS X platforms.
-  # The test result would be 'yes' in 32-bit mode and 'no' in 64-bit mode.
-  # But we need a configuration result that is valid in both modes.
-  ac_cv_func_working_mktime=no
-fi
-{ $as_echo "$as_me:$LINENO: checking for working mktime" >&5
-$as_echo_n "checking for working mktime... " >&6; }
-if test "${ac_cv_func_working_mktime+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  ac_cv_func_working_mktime=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Test program from Paul Eggert and Tony Leneis.  */
-#include <limits.h>
-#include <stdlib.h>
-#include <time.h>
-
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-
-#ifndef HAVE_ALARM
-# define alarm(X) /* empty */
-#endif
-
-/* Work around redefinition to rpl_putenv by other config tests.  */
-#undef putenv
-
-static time_t time_t_max;
-static time_t time_t_min;
-
-/* Values we'll use to set the TZ environment variable.  */
-static char *tz_strings[] = {
-  (char *) 0, "TZ=GMT0", "TZ=JST-9",
-  "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
-};
-#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
-
-/* Return 0 if mktime fails to convert a date in the spring-forward gap.
-   Based on a problem report from Andreas Jaeger.  */
-static int
-spring_forward_gap ()
-{
-  /* glibc (up to about 1998-10-07) failed this test. */
-  struct tm tm;
-
-  /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
-     instead of "TZ=America/Vancouver" in order to detect the bug even
-     on systems that don't support the Olson extension, or don't have the
-     full zoneinfo tables installed.  */
-  putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
-
-  tm.tm_year = 98;
-  tm.tm_mon = 3;
-  tm.tm_mday = 5;
-  tm.tm_hour = 2;
-  tm.tm_min = 0;
-  tm.tm_sec = 0;
-  tm.tm_isdst = -1;
-  return mktime (&tm) != (time_t) -1;
-}
-
-static int
-mktime_test1 (time_t now)
-{
-  struct tm *lt;
-  return ! (lt = localtime (&now)) || mktime (lt) == now;
-}
-
-static int
-mktime_test (time_t now)
-{
-  return (mktime_test1 (now)
-          && mktime_test1 ((time_t) (time_t_max - now))
-          && mktime_test1 ((time_t) (time_t_min + now)));
-}
-
-static int
-irix_6_4_bug ()
-{
-  /* Based on code from Ariel Faigon.  */
-  struct tm tm;
-  tm.tm_year = 96;
-  tm.tm_mon = 3;
-  tm.tm_mday = 0;
-  tm.tm_hour = 0;
-  tm.tm_min = 0;
-  tm.tm_sec = 0;
-  tm.tm_isdst = -1;
-  mktime (&tm);
-  return tm.tm_mon == 2 && tm.tm_mday == 31;
-}
-
-static int
-bigtime_test (int j)
-{
-  struct tm tm;
-  time_t now;
-  tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
-  now = mktime (&tm);
-  if (now != (time_t) -1)
-    {
-      struct tm *lt = localtime (&now);
-      if (! (lt
-             && lt->tm_year == tm.tm_year
-             && lt->tm_mon == tm.tm_mon
-             && lt->tm_mday == tm.tm_mday
-             && lt->tm_hour == tm.tm_hour
-             && lt->tm_min == tm.tm_min
-             && lt->tm_sec == tm.tm_sec
-             && lt->tm_yday == tm.tm_yday
-             && lt->tm_wday == tm.tm_wday
-             && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
-                  == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
-        return 0;
-    }
-  return 1;
-}
-
-static int
-year_2050_test ()
-{
-  /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
-     ignoring leap seconds.  */
-  unsigned long int answer = 2527315200UL;
-
-  struct tm tm;
-  time_t t;
-  tm.tm_year = 2050 - 1900;
-  tm.tm_mon = 2 - 1;
-  tm.tm_mday = 1;
-  tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
-  tm.tm_isdst = -1;
-
-  /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
-     instead of "TZ=America/Vancouver" in order to detect the bug even
-     on systems that don't support the Olson extension, or don't have the
-     full zoneinfo tables installed.  */
-  putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
-
-  t = mktime (&tm);
-
-  /* Check that the result is either a failure, or close enough
-     to the correct answer that we can assume the discrepancy is
-     due to leap seconds.  */
-  return (t == (time_t) -1
-          || (0 < t && answer - 120 <= t && t <= answer + 120));
-}
-
-int
-main ()
-{
-  time_t t, delta;
-  int i, j;
-
-  /* This test makes some buggy mktime implementations loop.
-     Give up after 60 seconds; a mktime slower than that
-     isn't worth using anyway.  */
-  alarm (60);
-
-  for (;;)
-    {
-      t = (time_t_max << 1) + 1;
-      if (t <= time_t_max)
-        break;
-      time_t_max = t;
-    }
-  time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
-
-  delta = time_t_max / 997; /* a suitable prime number */
-  for (i = 0; i < N_STRINGS; i++)
-    {
-      if (tz_strings[i])
-        putenv (tz_strings[i]);
-
-      for (t = 0; t <= time_t_max - delta; t += delta)
-        if (! mktime_test (t))
-          return 1;
-      if (! (mktime_test ((time_t) 1)
-             && mktime_test ((time_t) (60 * 60))
-             && mktime_test ((time_t) (60 * 60 * 24))))
-        return 1;
-
-      for (j = 1; ; j <<= 1)
-        if (! bigtime_test (j))
-          return 1;
-        else if (INT_MAX / 2 < j)
-          break;
-      if (! bigtime_test (INT_MAX))
-        return 1;
-    }
-  return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_working_mktime=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_working_mktime=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
-$as_echo "$ac_cv_func_working_mktime" >&6; }
-if test $ac_cv_func_working_mktime = no; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS mktime.$ac_objext"
-
-fi
-
-    if test $ac_cv_func_working_mktime = no; then
-    REPLACE_MKTIME=1
-
-
-
-  else
-    REPLACE_MKTIME=0
-  fi
-
-
-
-
-  GNULIB_MKTIME=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_MKTIME 1
-_ACEOF
-
-
-
-  # Code from module modechange:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS modechange.$ac_objext"
-
-
-  # Code from module multiarch:
-
-  # Code from module nl_langinfo:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_nl_langinfo = yes; then
-    if test $HAVE_LANGINFO_CODESET = 1 && test $HAVE_LANGINFO_ERA = 1; then
-      :
-    else
-      REPLACE_NL_LANGINFO=1
-
-cat >>confdefs.h <<\_ACEOF
-#define REPLACE_NL_LANGINFO 1
-_ACEOF
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS nl_langinfo.$ac_objext"
-
-    fi
-  else
-    HAVE_NL_LANGINFO=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS nl_langinfo.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_NL_LANGINFO=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_NL_LANGINFO 1
-_ACEOF
-
-
-
-  # Code from module obstack:
-
-
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking for obstacks" >&5
-$as_echo_n "checking for obstacks... " >&6; }
-if test "${ac_cv_func_obstack+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-                     #include "obstack.h"
-int
-main ()
-{
-struct obstack mem;
-                      #define obstack_chunk_alloc malloc
-                      #define obstack_chunk_free free
-                      obstack_init (&mem);
-                      obstack_free (&mem, 0);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_obstack=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_obstack=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_obstack" >&5
-$as_echo "$ac_cv_func_obstack" >&6; }
-if test $ac_cv_func_obstack = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_OBSTACK 1
-_ACEOF
-
-else
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS obstack.$ac_objext"
-
-fi
-
-    # Code from module open:
-
-
-  case "$host_os" in
-    mingw* | pw*)
-
-
-  REPLACE_OPEN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS open.$ac_objext"
-
-
-
-
-  :
-
-
-      ;;
-    *)
-
-
-
-
-
-
-      { $as_echo "$as_me:$LINENO: checking whether open recognizes a trailing slash" >&5
-$as_echo_n "checking whether open recognizes a trailing slash... " >&6; }
-if test "${gl_cv_func_open_slash+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # Assume that if we have lstat, we can also check symlinks.
-          if test $ac_cv_func_lstat = yes; then
-            touch conftest.tmp
-            ln -s conftest.tmp conftest.lnk
-          fi
-          if test "$cross_compiling" = yes; then
-
-             case "$host_os" in
-               freebsd* | aix* | hpux* | solaris2.[0-9]*)
-                 gl_cv_func_open_slash="guessing no" ;;
-               *)
-                 gl_cv_func_open_slash="guessing yes" ;;
-             esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-int main ()
-{
-#if HAVE_LSTAT
-  if (open ("conftest.lnk/", O_RDONLY) != -1) return 2;
-#endif
-  return open ("conftest.sl/", O_CREAT, 0600) >= 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_open_slash=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_open_slash=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-          rm -f conftest.sl conftest.tmp conftest.lnk
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_open_slash" >&5
-$as_echo "$gl_cv_func_open_slash" >&6; }
-      case "$gl_cv_func_open_slash" in
-        *no)
-
-cat >>confdefs.h <<\_ACEOF
-#define OPEN_TRAILING_SLASH_BUG 1
-_ACEOF
-
-
-
-  REPLACE_OPEN=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS open.$ac_objext"
-
-
-
-
-  :
-
-
-          ;;
-      esac
-      ;;
-  esac
-
-
-
-
-  GNULIB_OPEN=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_OPEN 1
-_ACEOF
-
-
-
-  # Code from module openat:
-
-
-  GNULIB_OPENAT=1
-
-
-  GNULIB_FCHMODAT=1
-  GNULIB_FSTATAT=1
-  GNULIB_MKDIRAT=1
-
-
-  GNULIB_FCHOWNAT=1
-  GNULIB_UNLINKAT=1
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS openat-proc.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in fchmodat fstatat mkdirat openat unlinkat
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-
-
-  case $ac_cv_func_openat+$ac_cv_func_lstat_dereferences_slashed_symlink in
-  yes+yes)
-    # GNU/Hurd has unlinkat, but it has the same bug as unlink.
-    if test $REPLACE_UNLINK = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
-
-      REPLACE_UNLINKAT=1
-    fi ;;
-  yes+*)
-    # Solaris 9 has *at functions, but uniformly mishandles trailing
-    # slash in all of them.
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS openat.$ac_objext"
-
-    REPLACE_OPENAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
-
-    REPLACE_FSTATAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
-
-    REPLACE_UNLINKAT=1
-    ;;
-  *)
-    HAVE_OPENAT=0
-    HAVE_UNLINKAT=0 # No known system with unlinkat but not openat
-    HAVE_FSTATAT=0 # No known system with fstatat but not openat
-
-
-
-  :
-;;
-  esac
-  if test $ac_cv_func_fchmodat != yes; then
-    HAVE_FCHMODAT=0
-  fi
-  if test $ac_cv_func_mkdirat != yes; then
-    HAVE_MKDIRAT=0
-  fi
-
-
-  { $as_echo "$as_me:$LINENO: checking for fchownat" >&5
-$as_echo_n "checking for fchownat... " >&6; }
-if test "${ac_cv_func_fchownat+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define fchownat to an innocuous variant, in case <limits.h> declares fchownat.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define fchownat innocuous_fchownat
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char fchownat (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef fchownat
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char fchownat ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_fchownat || defined __stub___fchownat
-choke me
-#endif
-
-int
-main ()
-{
-return fchownat ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_func_fchownat=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_func_fchownat=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_fchownat" >&5
-$as_echo "$ac_cv_func_fchownat" >&6; }
-if test "x$ac_cv_func_fchownat" = x""yes; then
-
-  { $as_echo "$as_me:$LINENO: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5
-$as_echo_n "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... " >&6; }
-if test "${gl_cv_func_fchownat_nofollow_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-     gl_dangle=conftest.dangle
-     # Remove any remnants of a previous test.
-     rm -f $gl_dangle
-     # Arrange for deletion of the temporary file this test creates.
-     ac_clean_files="$ac_clean_files $gl_dangle"
-     ln -s conftest.no-such $gl_dangle
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_fchownat_nofollow_works=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <sys/types.h>
-int
-main ()
-{
-  return (fchownat (AT_FDCWD, "$gl_dangle", -1, getgid (),
-                    AT_SYMLINK_NOFOLLOW) != 0
-          && errno == ENOENT);
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_fchownat_nofollow_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_fchownat_nofollow_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_fchownat_nofollow_works" >&5
-$as_echo "$gl_cv_func_fchownat_nofollow_works" >&6; }
-  if test $gl_cv_func_fchownat_nofollow_works = no; then
-  REPLACE_FCHOWNAT=1
-
-cat >>confdefs.h <<\_ACEOF
-#define FCHOWNAT_NOFOLLOW_BUG 1
-_ACEOF
-
-
-fi
-
-
-     if test $REPLACE_CHOWN = 1; then
-       REPLACE_FCHOWNAT=1
-     fi
-else
-  HAVE_FCHOWNAT=0
-fi
-
-  if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fchownat.$ac_objext"
-
-  fi
-
-
-  # Code from module openat-die:
-  # Code from module parse-datetime:
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
-$as_echo_n "checking for struct tm.tm_zone... " >&6; }
-if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <$ac_cv_struct_tm>
-
-
-int
-main ()
-{
-static struct tm ac_aggr;
-if (ac_aggr.tm_zone)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_tm_tm_zone=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <$ac_cv_struct_tm>
-
-
-int
-main ()
-{
-static struct tm ac_aggr;
-if (sizeof ac_aggr.tm_zone)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_tm_tm_zone=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_tm_tm_zone=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
-$as_echo "$ac_cv_member_struct_tm_tm_zone" >&6; }
-if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_TM_TM_ZONE 1
-_ACEOF
-
-
-fi
-
-if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_TM_ZONE 1
-_ACEOF
-
-else
-  { $as_echo "$as_me:$LINENO: checking whether tzname is declared" >&5
-$as_echo_n "checking whether tzname is declared... " >&6; }
-if test "${ac_cv_have_decl_tzname+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-
-int
-main ()
-{
-#ifndef tzname
-  (void) tzname;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_tzname=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_tzname=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
-$as_echo "$ac_cv_have_decl_tzname" >&6; }
-if test "x$ac_cv_have_decl_tzname" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_TZNAME 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_TZNAME 0
-_ACEOF
-
-
-fi
-
-
-  { $as_echo "$as_me:$LINENO: checking for tzname" >&5
-$as_echo_n "checking for tzname... " >&6; }
-if test "${ac_cv_var_tzname+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-#if !HAVE_DECL_TZNAME
-extern char *tzname[];
-#endif
-
-int
-main ()
-{
-return tzname[0][0];
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_var_tzname=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_var_tzname=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
-$as_echo "$ac_cv_var_tzname" >&6; }
-  if test $ac_cv_var_tzname = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_TZNAME 1
-_ACEOF
-
-  fi
-fi
-
-
-
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <time.h> /* for time_t */
-#include <limits.h> /* for CHAR_BIT, LONG_MIN, LONG_MAX */
-#define TYPE_MINIMUM(t) \
-  ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))
-#define TYPE_MAXIMUM(t) \
-  ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
-typedef int verify_min[2 * (LONG_MIN <= TYPE_MINIMUM (time_t)) - 1];
-typedef int verify_max[2 * (TYPE_MAXIMUM (time_t) <= LONG_MAX) - 1];
-
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-
-cat >>confdefs.h <<\_ACEOF
-#define TIME_T_FITS_IN_LONG_INT 1
-_ACEOF
-
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-  # Code from module pathmax:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  # Code from module priv-set:
-
-
-
-for ac_func in getppriv
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-
-
-
-
-
-
-  # Code from module progname:
-  { $as_echo "$as_me:$LINENO: checking whether program_invocation_name is declared" >&5
-$as_echo_n "checking whether program_invocation_name is declared... " >&6; }
-if test "${ac_cv_have_decl_program_invocation_name+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <errno.h>
-
-int
-main ()
-{
-#ifndef program_invocation_name
-  (void) program_invocation_name;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_program_invocation_name=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_program_invocation_name=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_program_invocation_name" >&5
-$as_echo "$ac_cv_have_decl_program_invocation_name" >&6; }
-if test "x$ac_cv_have_decl_program_invocation_name" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
-_ACEOF
-
-
-fi
-
-
-  { $as_echo "$as_me:$LINENO: checking whether program_invocation_short_name is declared" >&5
-$as_echo_n "checking whether program_invocation_short_name is declared... " >&6; }
-if test "${ac_cv_have_decl_program_invocation_short_name+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <errno.h>
-
-int
-main ()
-{
-#ifndef program_invocation_short_name
-  (void) program_invocation_short_name;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_program_invocation_short_name=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_program_invocation_short_name=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_program_invocation_short_name" >&5
-$as_echo "$ac_cv_have_decl_program_invocation_short_name" >&6; }
-if test "x$ac_cv_have_decl_program_invocation_short_name" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
-_ACEOF
-
-
-fi
-
-
-  # Code from module quote:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS quote.$ac_objext"
-
-
-
-  # Code from module quotearg:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS quotearg.$ac_objext"
-
-
-  # Code from module quotearg-simple:
-  # Code from module rawmemchr:
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in rawmemchr
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_rawmemchr = no; then
-    HAVE_RAWMEMCHR=0
-    :
-  fi
-
-
-
-
-  GNULIB_RAWMEMCHR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_RAWMEMCHR 1
-_ACEOF
-
-
-
-  # Code from module readlink:
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_readlink = no; then
-    HAVE_READLINK=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS readlink.$ac_objext"
-
-
-  :
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether readlink signature is correct" >&5
-$as_echo_n "checking whether readlink signature is correct... " >&6; }
-if test "${gl_cv_decl_readlink_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-      /* Cause compilation failure if original declaration has wrong type.  */
-      ssize_t readlink (const char *, char *, size_t);
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_decl_readlink_works=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_decl_readlink_works=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_decl_readlink_works" >&5
-$as_echo "$gl_cv_decl_readlink_works" >&6; }
-            { $as_echo "$as_me:$LINENO: checking whether readlink handles trailing slash correctly" >&5
-$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
-if test "${gl_cv_func_readlink_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # We have readlink, so assume ln -s works.
-       ln -s conftest.no-such conftest.link
-       ln -s conftest.link conftest.lnk2
-       if test "$cross_compiling" = yes; then
-  gl_cv_func_readlink_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-
-int
-main ()
-{
-char buf[20];
-      return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_readlink_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_readlink_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.link conftest.lnk2
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_readlink_works" >&5
-$as_echo "$gl_cv_func_readlink_works" >&6; }
-    if test "$gl_cv_func_readlink_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define READLINK_TRAILING_SLASH_BUG 1
-_ACEOF
-
-      REPLACE_READLINK=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS readlink.$ac_objext"
-
-    elif test "$gl_cv_decl_readlink_works" != yes; then
-      REPLACE_READLINK=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS readlink.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_READLINK=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_READLINK 1
-_ACEOF
-
-
-
-  # Code from module readlinkat:
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_readlinkat = no; then
-    HAVE_READLINKAT=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS readlinkat.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_READLINKAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_READLINKAT 1
-_ACEOF
-
-
-
-  # Code from module realloc-posix:
-
-
-
-  if test $gl_cv_func_malloc_posix = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_REALLOC_POSIX 1
-_ACEOF
-
-  else
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS realloc.$ac_objext"
-
-  REPLACE_REALLOC=1
-
-  fi
-
-
-
-
-  GNULIB_REALLOC_POSIX=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_REALLOC_POSIX 1
-_ACEOF
-
-
-
-  # Code from module regex:
-
-
-
-
-
-
-
-
-
-# Check whether --with-included-regex was given.
-if test "${with_included_regex+set}" = set; then
-  withval=$with_included_regex;
-fi
-
-
-  case $with_included_regex in #(
-  yes|no) ac_use_included_regex=$with_included_regex
-        ;;
-  '')
-    # If the system regex support is good enough that it passes the
-    # following run test, then default to *not* using the included regex.c.
-    # If cross compiling, assume the test would fail and use the included
-    # regex.c.
-    { $as_echo "$as_me:$LINENO: checking for working re_compile_pattern" >&5
-$as_echo_n "checking for working re_compile_pattern... " >&6; }
-if test "${gl_cv_func_re_compile_pattern_working+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-         gl_cv_func_re_compile_pattern_working=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-           #if HAVE_LOCALE_H
-            #include <locale.h>
-           #endif
-           #include <limits.h>
-           #include <regex.h>
-
-int
-main ()
-{
-static struct re_pattern_buffer regex;
-            unsigned char folded_chars[UCHAR_MAX + 1];
-            int i;
-            const char *s;
-            struct re_registers regs;
-
-            #if HAVE_LOCALE_H
-              /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
-                 This test needs valgrind to catch the bug on Debian
-                 GNU/Linux 3.1 x86, but it might catch the bug better
-                 on other platforms and it shouldn't hurt to try the
-                 test here.  */
-              if (setlocale (LC_ALL, "en_US.UTF-8"))
-                {
-                  static char const pat[] = "insert into";
-                  static char const data[] =
-                    "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
-                  re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
-                                 | RE_ICASE);
-                  memset (&regex, 0, sizeof regex);
-                  s = re_compile_pattern (pat, sizeof pat - 1, &regex);
-                  if (s)
-                    return 1;
-                  if (re_search (&regex, data, sizeof data - 1,
-                                 0, sizeof data - 1, &regs)
-                      != -1)
-                    return 1;
-                  if (! setlocale (LC_ALL, "C"))
-                    return 1;
-                }
-            #endif
-
-            /* This test is from glibc bug 3957, reported by Andrew Mackey.  */
-            re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("a[^x]b", 6, &regex);
-            if (s)
-              return 1;
-
-            /* This should fail, but succeeds for glibc-2.5.  */
-            if (re_search (&regex, "a\nb", 3, 0, 3, &regs) != -1)
-              return 1;
-
-            /* This regular expression is from Spencer ere test number 75
-               in grep-2.3.  */
-            re_set_syntax (RE_SYNTAX_POSIX_EGREP);
-            memset (&regex, 0, sizeof regex);
-            for (i = 0; i <= UCHAR_MAX; i++)
-              folded_chars[i] = i;
-            regex.translate = folded_chars;
-            s = re_compile_pattern ("a[[:]:]]b\n", 11, &regex);
-            /* This should fail with _Invalid character class name_ error.  */
-            if (!s)
-              return 1;
-
-            /* Ensure that [b-a] is diagnosed as invalid, when
-               using RE_NO_EMPTY_RANGES. */
-            re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("a[b-a]", 6, &regex);
-            if (s == 0)
-              return 1;
-
-            /* This should succeed, but does not for glibc-2.1.3.  */
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("{1", 2, &regex);
-
-            if (s)
-              return 1;
-
-            /* The following example is derived from a problem report
-               against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>.  */
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("[an\371]*n", 7, &regex);
-            if (s)
-              return 1;
-
-            /* This should match, but does not for glibc-2.2.1.  */
-            if (re_match (&regex, "an", 2, 0, &regs) != 2)
-              return 1;
-
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("x", 1, &regex);
-            if (s)
-              return 1;
-
-            /* glibc-2.2.93 does not work with a negative RANGE argument.  */
-            if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
-              return 1;
-
-            /* The version of regex.c in older versions of gnulib
-               ignored RE_ICASE.  Detect that problem too.  */
-            re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("x", 1, &regex);
-            if (s)
-              return 1;
-
-            if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
-              return 1;
-
-            /* Catch a bug reported by Vin Shelton in
-               http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
-               */
-            re_set_syntax (RE_SYNTAX_POSIX_BASIC
-                           & ~RE_CONTEXT_INVALID_DUP
-                           & ~RE_NO_EMPTY_RANGES);
-            memset (&regex, 0, sizeof regex);
-            s = re_compile_pattern ("[[:alnum:]_-]\\\\+$", 16, &regex);
-            if (s)
-              return 1;
-
-            /* REG_STARTEND was added to glibc on 2004-01-15.
-               Reject older versions.  */
-            if (! REG_STARTEND)
-              return 1;
-
-#if 0
-            /* It would be nice to reject hosts whose regoff_t values are too
-               narrow (including glibc on hosts with 64-bit ptrdiff_t and
-               32-bit int), but we should wait until glibc implements this
-               feature.  Otherwise, support for equivalence classes and
-               multibyte collation symbols would always be broken except
-               when compiling --without-included-regex.   */
-            if (sizeof (regoff_t) < sizeof (ptrdiff_t)
-                || sizeof (regoff_t) < sizeof (ssize_t))
-              return 1;
-#endif
-
-            return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_re_compile_pattern_working=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_re_compile_pattern_working=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_re_compile_pattern_working" >&5
-$as_echo "$gl_cv_func_re_compile_pattern_working" >&6; }
-    case $gl_cv_func_re_compile_pattern_working in #(
-    yes) ac_use_included_regex=no;; #(
-    no) ac_use_included_regex=yes;;
-    esac
-    ;;
-  *) { { $as_echo "$as_me:$LINENO: error: Invalid value for --with-included-regex: $with_included_regex" >&5
-$as_echo "$as_me: error: Invalid value for --with-included-regex: $with_included_regex" >&2;}
-   { (exit 1); exit 1; }; }
-    ;;
-  esac
-
-  if test $ac_use_included_regex = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define _REGEX_LARGE_OFFSETS 1
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_syntax_options rpl_re_syntax_options
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_set_syntax rpl_re_set_syntax
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_compile_pattern rpl_re_compile_pattern
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_compile_fastmap rpl_re_compile_fastmap
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_search rpl_re_search
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_search_2 rpl_re_search_2
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_match rpl_re_match
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_match_2 rpl_re_match_2
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_set_registers rpl_re_set_registers
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_comp rpl_re_comp
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define re_exec rpl_re_exec
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define regcomp rpl_regcomp
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define regexec rpl_regexec
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define regerror rpl_regerror
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define regfree rpl_regfree
-_ACEOF
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS regex.$ac_objext"
-
-
-
-
-
-
-
-for ac_header in libintl.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether isblank is declared" >&5
-$as_echo_n "checking whether isblank is declared... " >&6; }
-if test "${ac_cv_have_decl_isblank+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <ctype.h>
-
-int
-main ()
-{
-#ifndef isblank
-  (void) isblank;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_isblank=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_isblank=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_isblank" >&5
-$as_echo "$ac_cv_have_decl_isblank" >&6; }
-if test "x$ac_cv_have_decl_isblank" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_ISBLANK 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_ISBLANK 0
-_ACEOF
-
-
-fi
-
-
-
-  fi
-
-  # Code from module rename:
-
-
-
-
-
-
-
-
-
-
-                { $as_echo "$as_me:$LINENO: checking whether rename honors trailing slash on destination" >&5
-$as_echo_n "checking whether rename honors trailing slash on destination... " >&6; }
-if test "${gl_cv_func_rename_slash_dst_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.f conftest.f1 conftest.d1 conftest.d2 conftest.lnk
-    touch conftest.f && mkdir conftest.d1 ||
-      { { $as_echo "$as_me:$LINENO: error: cannot create temporary files" >&5
-$as_echo "$as_me: error: cannot create temporary files" >&2;}
-   { (exit 1); exit 1; }; }
-    # Assume that if we have lstat, we can also check symlinks.
-    if test $ac_cv_func_lstat = yes; then
-      ln -s conftest.f conftest.lnk
-    fi
-    if test "$cross_compiling" = yes; then
-        gl_cv_func_rename_slash_dst_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <stdio.h>
-#       include <stdlib.h>
-
-int
-main ()
-{
-if (rename ("conftest.f", "conftest.f1/") == 0) return 1;
-     if (rename ("conftest.d1", "conftest.d2/") != 0) return 2;
-#if HAVE_LSTAT
-     if (rename ("conftest.f", "conftest.lnk/") == 0) return 3;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_rename_slash_dst_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_rename_slash_dst_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    rm -rf conftest.f conftest.f1 conftest.d1 conftest.d2 conftest.lnk
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_rename_slash_dst_works" >&5
-$as_echo "$gl_cv_func_rename_slash_dst_works" >&6; }
-  if test "x$gl_cv_func_rename_slash_dst_works" != xyes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS rename.$ac_objext"
-
-    REPLACE_RENAME=1
-
-cat >>confdefs.h <<\_ACEOF
-#define RENAME_TRAILING_SLASH_DEST_BUG 1
-_ACEOF
-
-  fi
-
-            { $as_echo "$as_me:$LINENO: checking whether rename honors trailing slash on source" >&5
-$as_echo_n "checking whether rename honors trailing slash on source... " >&6; }
-if test "${gl_cv_func_rename_slash_src_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.f conftest.d1 conftest.d2 conftest.lnk
-    touch conftest.f && mkdir conftest.d1 ||
-      { { $as_echo "$as_me:$LINENO: error: cannot create temporary files" >&5
-$as_echo "$as_me: error: cannot create temporary files" >&2;}
-   { (exit 1); exit 1; }; }
-    # Assume that if we have lstat, we can also check symlinks.
-    if test $ac_cv_func_lstat = yes; then
-      ln -s conftest.f conftest.lnk
-    fi
-    if test "$cross_compiling" = yes; then
-        gl_cv_func_rename_slash_src_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <stdio.h>
-#       include <stdlib.h>
-
-int
-main ()
-{
-if (rename ("conftest.f/", "conftest.d2") == 0) return 1;
-     if (rename ("conftest.d1/", "conftest.d2") != 0) return 2;
-#if HAVE_LSTAT
-     if (rename ("conftest.lnk/", "conftest.f") == 0) return 3;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_rename_slash_src_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_rename_slash_src_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    rm -rf conftest.f conftest.d1 conftest.d2 conftest.lnk
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_rename_slash_src_works" >&5
-$as_echo "$gl_cv_func_rename_slash_src_works" >&6; }
-  if test "x$gl_cv_func_rename_slash_src_works" != xyes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS rename.$ac_objext"
-
-    REPLACE_RENAME=1
-
-cat >>confdefs.h <<\_ACEOF
-#define RENAME_TRAILING_SLASH_SOURCE_BUG 1
-_ACEOF
-
-  fi
-
-        { $as_echo "$as_me:$LINENO: checking whether rename manages hard links correctly" >&5
-$as_echo_n "checking whether rename manages hard links correctly... " >&6; }
-if test "${gl_cv_func_rename_link_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.f conftest.f1
-    if touch conftest.f && ln conftest.f conftest.f1 &&
-        set x `ls -i conftest.f conftest.f1` && test "" = ""; then
-      if test "$cross_compiling" = yes; then
-          gl_cv_func_rename_link_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <stdio.h>
-#       include <stdlib.h>
-#       include <unistd.h>
-
-int
-main ()
-{
-if (rename ("conftest.f", "conftest.f1")) return 1;
-     if (unlink ("conftest.f1")) return 2;
-     if (rename ("conftest.f", "conftest.f")) return 3;
-     if (rename ("conftest.f1", "conftest.f1") == 0) return 4;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_rename_link_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_rename_link_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    else
-      gl_cv_func_rename_link_works="guessing no"
-    fi
-    rm -rf conftest.f conftest.f1
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_rename_link_works" >&5
-$as_echo "$gl_cv_func_rename_link_works" >&6; }
-  if test "x$gl_cv_func_rename_link_works" != xyes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS rename.$ac_objext"
-
-    REPLACE_RENAME=1
-
-cat >>confdefs.h <<\_ACEOF
-#define RENAME_HARD_LINK_BUG 1
-_ACEOF
-
-  fi
-
-          { $as_echo "$as_me:$LINENO: checking whether rename manages existing destinations correctly" >&5
-$as_echo_n "checking whether rename manages existing destinations correctly... " >&6; }
-if test "${gl_cv_func_rename_dest_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  rm -rf conftest.f conftest.d1 conftest.d2
-    touch conftest.f && mkdir conftest.d1 conftest.d2 ||
-      { { $as_echo "$as_me:$LINENO: error: cannot create temporary files" >&5
-$as_echo "$as_me: error: cannot create temporary files" >&2;}
-   { (exit 1); exit 1; }; }
-    if test "$cross_compiling" = yes; then
-        gl_cv_func_rename_dest_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#       include <stdio.h>
-#       include <stdlib.h>
-
-int
-main ()
-{
-if (rename ("conftest.d1", "conftest.d2") != 0) return 1;
-     if (rename ("conftest.d2", "conftest.f") == 0) return 2;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_rename_dest_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_rename_dest_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-    rm -rf conftest.f conftest.d1 conftest.d2
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_rename_dest_works" >&5
-$as_echo "$gl_cv_func_rename_dest_works" >&6; }
-  if test "x$gl_cv_func_rename_dest_works" != xyes; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS rename.$ac_objext"
-
-    REPLACE_RENAME=1
-
-cat >>confdefs.h <<\_ACEOF
-#define RENAME_DEST_EXISTS_BUG 1
-_ACEOF
-
-  fi
-
-
-
-
-  GNULIB_RENAME=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_RENAME 1
-_ACEOF
-
-
-
-  # Code from module renameat:
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_renameat = no; then
-    HAVE_RENAMEAT=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS renameat.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS at-func2.$ac_objext"
-
-  elif test $REPLACE_RENAME = 1; then
-        REPLACE_RENAMEAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS renameat.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS at-func2.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_RENAMEAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_RENAMEAT 1
-_ACEOF
-
-
-
-  # Code from module rmdir:
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether rmdir works" >&5
-$as_echo_n "checking whether rmdir works... " >&6; }
-if test "${gl_cv_func_rmdir_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  mkdir conftest.dir
-     touch conftest.file
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_rmdir_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-           #include <errno.h>
-           #include <unistd.h>
-
-int
-main ()
-{
-return !rmdir ("conftest.file/") || errno != ENOTDIR
-       || !rmdir ("conftest.dir/./");
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_rmdir_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_rmdir_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-     rm -rf conftest.dir conftest.file
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_rmdir_works" >&5
-$as_echo "$gl_cv_func_rmdir_works" >&6; }
-  if test x"$gl_cv_func_rmdir_works" != xyes; then
-    REPLACE_RMDIR=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS rmdir.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_RMDIR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_RMDIR 1
-_ACEOF
-
-
-
-  # Code from module rpmatch:
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in rpmatch
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_rpmatch = no; then
-    HAVE_RPMATCH=0
-
-  { $as_echo "$as_me:$LINENO: checking for nl_langinfo and YESEXPR" >&5
-$as_echo_n "checking for nl_langinfo and YESEXPR... " >&6; }
-if test "${gl_cv_langinfo_yesexpr+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <langinfo.h>
-int
-main ()
-{
-char* cs = nl_langinfo(YESEXPR); return !cs;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  gl_cv_langinfo_yesexpr=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_langinfo_yesexpr=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_langinfo_yesexpr" >&5
-$as_echo "$gl_cv_langinfo_yesexpr" >&6; }
-  if test $gl_cv_langinfo_yesexpr = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_LANGINFO_YESEXPR 1
-_ACEOF
-
-  fi
-
-  fi
-
-
-
-
-  GNULIB_RPMATCH=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_RPMATCH 1
-_ACEOF
-
-
-
-  # Code from module safe-read:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS safe-read.$ac_objext"
-
-
-
-
-
-
-  # Code from module safe-write:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS safe-write.$ac_objext"
-
-
-
-
-
-
-
-
-  # Code from module same-inode:
-  # Code from module save-cwd:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS save-cwd.$ac_objext"
-
-
-
-
-
-
-
-
-  # Code from module savedir:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS savedir.$ac_objext"
-
-
-  # Code from module setenv:
-
-
-  if test $HAVE_SETENV$REPLACE_SETENV != 10; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS setenv.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_SETENV=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_SETENV 1
-_ACEOF
-
-
-
-  # Code from module size_max:
-
-
-for ac_header in stdint.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-    { $as_echo "$as_me:$LINENO: checking for SIZE_MAX" >&5
-$as_echo_n "checking for SIZE_MAX... " >&6; }
-if test "${gl_cv_size_max+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    gl_cv_size_max=
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <limits.h>
-#if HAVE_STDINT_H
-#include <stdint.h>
-#endif
-#ifdef SIZE_MAX
-Found it
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "Found it" >/dev/null 2>&1; then
-  gl_cv_size_max=yes
-fi
-rm -f conftest*
-
-    if test -z "$gl_cv_size_max"; then
-                        if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT - 1) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT - 1) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT - 1) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT - 1) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT - 1) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) size_t_bits_minus_1=$ac_lo;;
-'') size_t_bits_minus_1= ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-#include <limits.h>
-static long int longval () { return sizeof (size_t) * CHAR_BIT - 1; }
-static unsigned long int ulongval () { return sizeof (size_t) * CHAR_BIT - 1; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((sizeof (size_t) * CHAR_BIT - 1) < 0)
-    {
-      long int i = longval ();
-      if (i != (sizeof (size_t) * CHAR_BIT - 1))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (sizeof (size_t) * CHAR_BIT - 1))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  size_t_bits_minus_1=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-size_t_bits_minus_1=
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-      if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) fits_in_uint=$ac_lo;;
-'') fits_in_uint= ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-static long int longval () { return sizeof (size_t) <= sizeof (unsigned int); }
-static unsigned long int ulongval () { return sizeof (size_t) <= sizeof (unsigned int); }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((sizeof (size_t) <= sizeof (unsigned int)) < 0)
-    {
-      long int i = longval ();
-      if (i != (sizeof (size_t) <= sizeof (unsigned int)))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (sizeof (size_t) <= sizeof (unsigned int)))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  fits_in_uint=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-fits_in_uint=
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
-        if test $fits_in_uint = 1; then
-                              cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-                 extern size_t foo;
-                 extern unsigned long foo;
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  fits_in_uint=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-        fi
-                                if test $fits_in_uint = 1; then
-          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
-        else
-          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
-        fi
-      else
-                gl_cv_size_max='((size_t)~(size_t)0)'
-      fi
-    fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_size_max" >&5
-$as_echo "$gl_cv_size_max" >&6; }
-  if test "$gl_cv_size_max" != yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define SIZE_MAX $gl_cv_size_max
-_ACEOF
-
-  fi
-
-
-
-  # Code from module sleep:
-
-
-            { $as_echo "$as_me:$LINENO: checking whether sleep is declared" >&5
-$as_echo_n "checking whether sleep is declared... " >&6; }
-if test "${ac_cv_have_decl_sleep+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-
-int
-main ()
-{
-#ifndef sleep
-  (void) sleep;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_sleep=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_sleep=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sleep" >&5
-$as_echo "$ac_cv_have_decl_sleep" >&6; }
-if test "x$ac_cv_have_decl_sleep" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_SLEEP 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_SLEEP 0
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_have_decl_sleep != yes; then
-    HAVE_SLEEP=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS sleep.$ac_objext"
-
-  else
-        { $as_echo "$as_me:$LINENO: checking for working sleep" >&5
-$as_echo_n "checking for working sleep... " >&6; }
-if test "${gl_cv_func_sleep_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_sleep_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <errno.h>
-#include <unistd.h>
-#include <signal.h>
-static void
-handle_alarm (int sig)
-{
-  if (sig != SIGALRM)
-    _exit (2);
-}
-
-int
-main ()
-{
-
-    /* Failure to compile this test due to missing alarm is okay,
-       since all such platforms (mingw) also lack sleep.  */
-    unsigned int pentecost = 50 * 24 * 60 * 60; /* 50 days.  */
-    unsigned int remaining;
-    signal (SIGALRM, handle_alarm);
-    alarm (1);
-    remaining = sleep (pentecost);
-    return !(pentecost - 10 < remaining && remaining <= pentecost);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_sleep_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_sleep_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_sleep_works" >&5
-$as_echo "$gl_cv_func_sleep_works" >&6; }
-    if test "$gl_cv_func_sleep_works" != yes; then
-      REPLACE_SLEEP=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS sleep.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_SLEEP=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_SLEEP 1
-_ACEOF
-
-
-
-  # Code from module snprintf:
-
-
-  gl_cv_func_snprintf_usable=no
-
-for ac_func in snprintf
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  if test $ac_cv_func_snprintf = yes; then
-
-
-  { $as_echo "$as_me:$LINENO: checking whether snprintf respects a size of 1" >&5
-$as_echo_n "checking whether snprintf respects a size of 1... " >&6; }
-if test "${gl_cv_func_snprintf_size1+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      if test "$cross_compiling" = yes; then
-  gl_cv_func_snprintf_size1="guessing yes"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdio.h>
-int main()
-{
-  static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' };
-  snprintf (buf, 1, "%d", 12345);
-  return buf[1] != 'E';
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_snprintf_size1=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_snprintf_size1=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_snprintf_size1" >&5
-$as_echo "$gl_cv_func_snprintf_size1" >&6; }
-
-    case "$gl_cv_func_snprintf_size1" in
-      *yes)
-        gl_cv_func_snprintf_usable=yes
-        ;;
-    esac
-  fi
-  if test $gl_cv_func_snprintf_usable = no; then
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS snprintf.$ac_objext"
-
-  if test $ac_cv_func_snprintf = yes; then
-    REPLACE_SNPRINTF=1
-  fi
-  :
-
-  fi
-
-
-
-
-  if test $ac_cv_have_decl_snprintf = no; then
-    HAVE_DECL_SNPRINTF=0
-  fi
-
-
-
-
-  GNULIB_SNPRINTF=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_SNPRINTF 1
-_ACEOF
-
-
-
-  # Code from module ssize_t:
-
-  { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
-$as_echo_n "checking for ssize_t... " >&6; }
-if test "${gt_cv_ssize_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-int
-main ()
-{
-int x = sizeof (ssize_t *) + sizeof (ssize_t);
-            return !x;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_ssize_t=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_ssize_t=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_ssize_t" >&5
-$as_echo "$gt_cv_ssize_t" >&6; }
-  if test $gt_cv_ssize_t = no; then
-
-cat >>confdefs.h <<\_ACEOF
-#define ssize_t int
-_ACEOF
-
-  fi
-
-  # Code from module stat:
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether stat handles trailing slashes on directories" >&5
-$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
-if test "${gl_cv_func_stat_dir_slash+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  case $host_os in
-            mingw*) gl_cv_func_stat_dir_slash="guessing no";;
-            *) gl_cv_func_stat_dir_slash="guessing yes";;
-          esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/stat.h>
-
-int
-main ()
-{
-struct stat st; return stat (".", &st) != stat ("./", &st);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_stat_dir_slash=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_stat_dir_slash=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_stat_dir_slash" >&5
-$as_echo "$gl_cv_func_stat_dir_slash" >&6; }
-      { $as_echo "$as_me:$LINENO: checking whether stat handles trailing slashes on files" >&5
-$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
-if test "${gl_cv_func_stat_file_slash+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  touch conftest.tmp
-       # Assume that if we have lstat, we can also check symlinks.
-       if test $ac_cv_func_lstat = yes; then
-         ln -s conftest.tmp conftest.lnk
-       fi
-       if test "$cross_compiling" = yes; then
-  gl_cv_func_stat_file_slash="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/stat.h>
-
-int
-main ()
-{
-struct stat st;
-      if (!stat ("conftest.tmp/", &st)) return 1;
-#if HAVE_LSTAT
-      if (!stat ("conftest.lnk/", &st)) return 2;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_stat_file_slash=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_stat_file_slash=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-       rm -f conftest.tmp conftest.lnk
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_stat_file_slash" >&5
-$as_echo "$gl_cv_func_stat_file_slash" >&6; }
-  case $gl_cv_func_stat_dir_slash in
-    *no) REPLACE_STAT=1
-
-cat >>confdefs.h <<\_ACEOF
-#define REPLACE_FUNC_STAT_DIR 1
-_ACEOF
-;;
-  esac
-  case $gl_cv_func_stat_file_slash in
-    *no) REPLACE_STAT=1
-
-cat >>confdefs.h <<\_ACEOF
-#define REPLACE_FUNC_STAT_FILE 1
-_ACEOF
-;;
-  esac
-  if test $REPLACE_STAT = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS stat.$ac_objext"
-
-
-  fi
-
-
-
-
-  GNULIB_STAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STAT 1
-_ACEOF
-
-
-
-  # Code from module stat-macros:
-  # Code from module stat-time:
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim.tv_nsec" >&5
-$as_echo_n "checking for struct stat.st_atim.tv_nsec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_atim_tv_nsec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_atim.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atim_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_atim.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atim_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_atim_tv_nsec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim_tv_nsec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_atim_tv_nsec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
-_ACEOF
-
-{ $as_echo "$as_me:$LINENO: checking whether struct stat.st_atim is of type struct timespec" >&5
-$as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
-if test "${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-            #include <sys/types.h>
-            #include <sys/stat.h>
-            #if HAVE_SYS_TIME_H
-            # include <sys/time.h>
-            #endif
-            #include <time.h>
-            struct timespec ts;
-            struct stat st;
-
-int
-main ()
-{
-
-            st.st_atim = ts;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
-$as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
-     if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
-_ACEOF
-
-     fi
-else
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_atimespec.tv_nsec" >&5
-$as_echo_n "checking for struct stat.st_atimespec.tv_nsec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_atimespec_tv_nsec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-        #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_atimespec.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-        #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_atimespec.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atimespec_tv_nsec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_atimespec_tv_nsec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
-_ACEOF
-
-
-else
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_atimensec" >&5
-$as_echo_n "checking for struct stat.st_atimensec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_atimensec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-           #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_atimensec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atimensec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-           #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_atimensec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atimensec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_atimensec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atimensec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_atimensec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_atimensec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
-_ACEOF
-
-
-else
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim.st__tim.tv_nsec" >&5
-$as_echo_n "checking for struct stat.st_atim.st__tim.tv_nsec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-              #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_atim.st__tim.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-              #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_atim.st__tim.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
-_ACEOF
-
-
-fi
-
-fi
-
-fi
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_birthtimespec.tv_nsec" >&5
-$as_echo_n "checking for struct stat.st_birthtimespec.tv_nsec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_birthtimespec_tv_nsec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_birthtimespec.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
-_ACEOF
-
-
-else
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_birthtimensec" >&5
-$as_echo_n "checking for struct stat.st_birthtimensec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_birthtimensec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-        #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_birthtimensec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_birthtimensec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-        #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_birthtimensec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_birthtimensec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_birthtimensec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_birthtimensec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_birthtimensec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_birthtimensec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1
-_ACEOF
-
-
-else
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_birthtim.tv_nsec" >&5
-$as_echo_n "checking for struct stat.st_birthtim.tv_nsec... " >&6; }
-if test "${ac_cv_member_struct_stat_st_birthtim_tv_nsec+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-          #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_birthtim.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_birthtim_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-          #include <sys/stat.h>
-
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_birthtim.tv_nsec)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_birthtim_tv_nsec=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_birthtim_tv_nsec" >&5
-$as_echo "$ac_cv_member_struct_stat_st_birthtim_tv_nsec" >&6; }
-if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1
-_ACEOF
-
-
-fi
-
-fi
-
-fi
-
-
-  # Code from module stdarg:
-
-  STDARG_H='';
-  NEXT_STDARG_H='<stdarg.h>';
-  { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
-$as_echo_n "checking for va_copy... " >&6; }
-  if test "${gl_cv_func_va_copy+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdarg.h>
-int
-main ()
-{
-
-#ifndef va_copy
-void (*func) (va_list, va_list) = va_copy;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_va_copy=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_va_copy=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-  { $as_echo "$as_me:$LINENO: result: $gl_cv_func_va_copy" >&5
-$as_echo "$gl_cv_func_va_copy" >&6; }
-  if test $gl_cv_func_va_copy = no; then
-                                    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if defined _AIX && !defined __GNUC__
-        AIX vaccine
-       #endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "vaccine" >/dev/null 2>&1; then
-  gl_aixcc=yes
-else
-  gl_aixcc=no
-fi
-rm -f conftest*
-
-    if test $gl_aixcc = yes; then
-            STDARG_H=stdarg.h
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_stdarg_h='<'stdarg.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <stdarg.h>" >&5
-$as_echo_n "checking absolute name of <stdarg.h>... " >&6; }
-if test "${gl_cv_next_stdarg_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_stdarg_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdarg.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_stdarg_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/stdarg.h#{
-                 s#.*"\(.*/stdarg.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_stdarg_h='<'stdarg.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_stdarg_h" >&5
-$as_echo "$gl_cv_next_stdarg_h" >&6; }
-     fi
-     NEXT_STDARG_H=$gl_cv_next_stdarg_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'stdarg.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_stdarg_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STDARG_H=$gl_next_as_first_directive
-
-
-
-            if test "$gl_cv_next_stdarg_h" = '""'; then
-        gl_cv_next_stdarg_h='"///usr/include/stdarg.h"'
-        NEXT_STDARG_H="$gl_cv_next_stdarg_h"
-      fi
-    else
-
-  saved_as_echo_n="$as_echo_n"
-  as_echo_n=':'
-  if test "${gl_cv_func___va_copy+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdarg.h>
-int
-main ()
-{
-
-#ifndef __va_copy
-error, bail out
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func___va_copy=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func___va_copy=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-  as_echo_n="$saved_as_echo_n"
-
-      if test $gl_cv_func___va_copy = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define va_copy __va_copy
-_ACEOF
-
-      else
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define va_copy gl_va_copy
-_ACEOF
-
-      fi
-    fi
-  fi
-
-  # Code from module stdbool:
-
-
-
-  # Define two additional variables used in the Makefile substitution.
-
-  if test "$ac_cv_header_stdbool_h" = yes; then
-    STDBOOL_H=''
-  else
-    STDBOOL_H='stdbool.h'
-  fi
-
-
-  if test "$ac_cv_type__Bool" = yes; then
-    HAVE__BOOL=1
-  else
-    HAVE__BOOL=0
-  fi
-
-
-  # Code from module stddef:
-
-
-
-  if test $gt_cv_c_wchar_t = no; then
-    HAVE_WCHAR_T=0
-    STDDEF_H=stddef.h
-  fi
-  { $as_echo "$as_me:$LINENO: checking whether NULL can be used in arbitrary expressions" >&5
-$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
-if test "${gl_cv_decl_null_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-      int test[2 * (sizeof NULL == sizeof (void *)) -1];
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_decl_null_works=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_decl_null_works=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_decl_null_works" >&5
-$as_echo "$gl_cv_decl_null_works" >&6; }
-  if test $gl_cv_decl_null_works = no; then
-    REPLACE_NULL=1
-    STDDEF_H=stddef.h
-  fi
-  if test -n "$STDDEF_H"; then
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_stddef_h='<'stddef.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <stddef.h>" >&5
-$as_echo_n "checking absolute name of <stddef.h>... " >&6; }
-if test "${gl_cv_next_stddef_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_stddef_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stddef.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/stddef.h#{
-                 s#.*"\(.*/stddef.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_stddef_h='<'stddef.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_stddef_h" >&5
-$as_echo "$gl_cv_next_stddef_h" >&6; }
-     fi
-     NEXT_STDDEF_H=$gl_cv_next_stddef_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'stddef.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_stddef_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive
-
-
-
-  fi
-
-  # Code from module stdint:
-
-
-
-  if test $ac_cv_type_long_long_int = yes; then
-    HAVE_LONG_LONG_INT=1
-  else
-    HAVE_LONG_LONG_INT=0
-  fi
-
-
-  if test $ac_cv_type_unsigned_long_long_int = yes; then
-    HAVE_UNSIGNED_LONG_LONG_INT=1
-  else
-    HAVE_UNSIGNED_LONG_LONG_INT=0
-  fi
-
-
-      if test $ac_cv_header_inttypes_h = yes; then
-    HAVE_INTTYPES_H=1
-  else
-    HAVE_INTTYPES_H=0
-  fi
-
-
-      if test $ac_cv_header_sys_types_h = yes; then
-    HAVE_SYS_TYPES_H=1
-  else
-    HAVE_SYS_TYPES_H=0
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_stdint_h='<'stdint.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <stdint.h>" >&5
-$as_echo_n "checking absolute name of <stdint.h>... " >&6; }
-if test "${gl_cv_next_stdint_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_stdint_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdint.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/stdint.h#{
-                 s#.*"\(.*/stdint.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_stdint_h='<'stdint.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_stdint_h" >&5
-$as_echo "$gl_cv_next_stdint_h" >&6; }
-     fi
-     NEXT_STDINT_H=$gl_cv_next_stdint_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'stdint.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_stdint_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive
-
-
-
-  if test $ac_cv_header_stdint_h = yes; then
-    HAVE_STDINT_H=1
-  else
-    HAVE_STDINT_H=0
-  fi
-
-
-    if test $ac_cv_header_stdint_h = yes; then
-    { $as_echo "$as_me:$LINENO: checking whether stdint.h conforms to C99" >&5
-$as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
-if test "${gl_cv_header_working_stdint_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  gl_cv_header_working_stdint_h=no
-       cat >conftest.$ac_ext <<_ACEOF
-
-         /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
-#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
-#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
-#include <stdint.h>
-/* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>.  */
-#if !(defined WCHAR_MIN && defined WCHAR_MAX)
-#error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
-#endif
-
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-
-#ifdef INT8_MAX
-int8_t a1 = INT8_MAX;
-int8_t a1min = INT8_MIN;
-#endif
-#ifdef INT16_MAX
-int16_t a2 = INT16_MAX;
-int16_t a2min = INT16_MIN;
-#endif
-#ifdef INT32_MAX
-int32_t a3 = INT32_MAX;
-int32_t a3min = INT32_MIN;
-#endif
-#ifdef INT64_MAX
-int64_t a4 = INT64_MAX;
-int64_t a4min = INT64_MIN;
-#endif
-#ifdef UINT8_MAX
-uint8_t b1 = UINT8_MAX;
-#else
-typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
-#endif
-#ifdef UINT16_MAX
-uint16_t b2 = UINT16_MAX;
-#endif
-#ifdef UINT32_MAX
-uint32_t b3 = UINT32_MAX;
-#endif
-#ifdef UINT64_MAX
-uint64_t b4 = UINT64_MAX;
-#endif
-int_least8_t c1 = INT8_C (0x7f);
-int_least8_t c1max = INT_LEAST8_MAX;
-int_least8_t c1min = INT_LEAST8_MIN;
-int_least16_t c2 = INT16_C (0x7fff);
-int_least16_t c2max = INT_LEAST16_MAX;
-int_least16_t c2min = INT_LEAST16_MIN;
-int_least32_t c3 = INT32_C (0x7fffffff);
-int_least32_t c3max = INT_LEAST32_MAX;
-int_least32_t c3min = INT_LEAST32_MIN;
-int_least64_t c4 = INT64_C (0x7fffffffffffffff);
-int_least64_t c4max = INT_LEAST64_MAX;
-int_least64_t c4min = INT_LEAST64_MIN;
-uint_least8_t d1 = UINT8_C (0xff);
-uint_least8_t d1max = UINT_LEAST8_MAX;
-uint_least16_t d2 = UINT16_C (0xffff);
-uint_least16_t d2max = UINT_LEAST16_MAX;
-uint_least32_t d3 = UINT32_C (0xffffffff);
-uint_least32_t d3max = UINT_LEAST32_MAX;
-uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
-uint_least64_t d4max = UINT_LEAST64_MAX;
-int_fast8_t e1 = INT_FAST8_MAX;
-int_fast8_t e1min = INT_FAST8_MIN;
-int_fast16_t e2 = INT_FAST16_MAX;
-int_fast16_t e2min = INT_FAST16_MIN;
-int_fast32_t e3 = INT_FAST32_MAX;
-int_fast32_t e3min = INT_FAST32_MIN;
-int_fast64_t e4 = INT_FAST64_MAX;
-int_fast64_t e4min = INT_FAST64_MIN;
-uint_fast8_t f1 = UINT_FAST8_MAX;
-uint_fast16_t f2 = UINT_FAST16_MAX;
-uint_fast32_t f3 = UINT_FAST32_MAX;
-uint_fast64_t f4 = UINT_FAST64_MAX;
-#ifdef INTPTR_MAX
-intptr_t g = INTPTR_MAX;
-intptr_t gmin = INTPTR_MIN;
-#endif
-#ifdef UINTPTR_MAX
-uintptr_t h = UINTPTR_MAX;
-#endif
-intmax_t i = INTMAX_MAX;
-uintmax_t j = UINTMAX_MAX;
-
-#include <limits.h> /* for CHAR_BIT */
-#define TYPE_MINIMUM(t) \
-  ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))
-#define TYPE_MAXIMUM(t) \
-  ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
-struct s {
-  int check_PTRDIFF:
-      PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
-      && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
-      ? 1 : -1;
-  /* Detect bug in FreeBSD 6.0 / ia64.  */
-  int check_SIG_ATOMIC:
-      SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
-      && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
-      ? 1 : -1;
-  int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
-  int check_WCHAR:
-      WCHAR_MIN == TYPE_MINIMUM (wchar_t)
-      && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
-      ? 1 : -1;
-  /* Detect bug in mingw.  */
-  int check_WINT:
-      WINT_MIN == TYPE_MINIMUM (wint_t)
-      && WINT_MAX == TYPE_MAXIMUM (wint_t)
-      ? 1 : -1;
-
-  /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */
-  int check_UINT8_C:
-        (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
-  int check_UINT16_C:
-        (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
-
-  /* Detect bugs in OpenBSD 3.9 stdint.h.  */
-#ifdef UINT8_MAX
-  int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
-#endif
-#ifdef UINT16_MAX
-  int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
-#endif
-#ifdef UINT32_MAX
-  int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
-#endif
-#ifdef UINT64_MAX
-  int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
-#endif
-  int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
-  int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
-  int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
-  int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
-  int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
-  int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
-  int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
-  int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
-  int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
-  int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
-  int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
-};
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-                                                    if test "$cross_compiling" = yes; then
-                 gl_cv_header_working_stdint_h=yes
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-            /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
-#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
-#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
-#include <stdint.h>
-
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-
-#include <stdio.h>
-#include <string.h>
-#define MVAL(macro) MVAL1(macro)
-#define MVAL1(expression) #expression
-static const char *macro_values[] =
-  {
-#ifdef INT8_MAX
-    MVAL (INT8_MAX),
-#endif
-#ifdef INT16_MAX
-    MVAL (INT16_MAX),
-#endif
-#ifdef INT32_MAX
-    MVAL (INT32_MAX),
-#endif
-#ifdef INT64_MAX
-    MVAL (INT64_MAX),
-#endif
-#ifdef UINT8_MAX
-    MVAL (UINT8_MAX),
-#endif
-#ifdef UINT16_MAX
-    MVAL (UINT16_MAX),
-#endif
-#ifdef UINT32_MAX
-    MVAL (UINT32_MAX),
-#endif
-#ifdef UINT64_MAX
-    MVAL (UINT64_MAX),
-#endif
-    NULL
-  };
-
-int
-main ()
-{
-
-  const char **mv;
-  for (mv = macro_values; *mv != NULL; mv++)
-    {
-      const char *value = *mv;
-      /* Test whether it looks like a cast expression.  */
-      if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0
-          || strncmp (value, "((unsigned short)"/*)*/, 17) == 0
-          || strncmp (value, "((unsigned char)"/*)*/, 16) == 0
-          || strncmp (value, "((int)"/*)*/, 6) == 0
-          || strncmp (value, "((signed short)"/*)*/, 15) == 0
-          || strncmp (value, "((signed char)"/*)*/, 14) == 0)
-        return 1;
-    }
-  return 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_header_working_stdint_h=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_header_working_stdint_h" >&5
-$as_echo "$gl_cv_header_working_stdint_h" >&6; }
-  fi
-  if test "$gl_cv_header_working_stdint_h" = yes; then
-    STDINT_H=
-  else
-
-
-for ac_header in sys/inttypes.h sys/bitypes.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-    if test $ac_cv_header_sys_inttypes_h = yes; then
-      HAVE_SYS_INTTYPES_H=1
-    else
-      HAVE_SYS_INTTYPES_H=0
-    fi
-
-    if test $ac_cv_header_sys_bitypes_h = yes; then
-      HAVE_SYS_BITYPES_H=1
-    else
-      HAVE_SYS_BITYPES_H=0
-    fi
-
-
-
-
-
-
-
-
-
-
-
-  if test $APPLE_UNIVERSAL_BUILD = 0; then
-
-
-
-
-  for gltype in ptrdiff_t size_t ; do
-    { $as_echo "$as_me:$LINENO: checking for bit size of $gltype" >&5
-$as_echo_n "checking for bit size of $gltype... " >&6; }
-if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) result=$ac_lo;;
-'') result=unknown ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-static long int longval () { return sizeof ($gltype) * CHAR_BIT; }
-static unsigned long int ulongval () { return sizeof ($gltype) * CHAR_BIT; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((sizeof ($gltype) * CHAR_BIT) < 0)
-    {
-      long int i = longval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  result=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-result=unknown
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-       eval gl_cv_bitsizeof_${gltype}=\$result
-
-fi
-ac_res=`eval 'as_val=${'gl_cv_bitsizeof_${gltype}'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    eval result=\$gl_cv_bitsizeof_${gltype}
-    if test $result = unknown; then
-                                                result=0
-    fi
-    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    cat >>confdefs.h <<_ACEOF
-#define BITSIZEOF_${GLTYPE} $result
-_ACEOF
-
-    eval BITSIZEOF_${GLTYPE}=\$result
-  done
-
-
-  fi
-
-
-
-
-
-  for gltype in sig_atomic_t wchar_t wint_t ; do
-    { $as_echo "$as_me:$LINENO: checking for bit size of $gltype" >&5
-$as_echo_n "checking for bit size of $gltype... " >&6; }
-if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  # Depending upon the size, compute the lo and hi bounds.
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr $ac_mid + 1`
-                       if test $ac_lo -le $ac_mid; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) < 0)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) >= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_lo=$ac_mid; break
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_hi=`expr '(' $ac_mid ')' - 1`
-                       if test $ac_mid -le $ac_hi; then
-                         ac_lo= ac_hi=
-                         break
-                       fi
-                       ac_mid=`expr 2 '*' $ac_mid`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo= ac_hi=
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-int
-main ()
-{
-static int test_array [1 - 2 * !((sizeof ($gltype) * CHAR_BIT) <= $ac_mid)];
-test_array [0] = 0
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_hi=$ac_mid
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_lo=`expr '(' $ac_mid ')' + 1`
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in
-?*) result=$ac_lo;;
-'') result=unknown ;;
-esac
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-#include <limits.h>
-static long int longval () { return sizeof ($gltype) * CHAR_BIT; }
-static unsigned long int ulongval () { return sizeof ($gltype) * CHAR_BIT; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if ((sizeof ($gltype) * CHAR_BIT) < 0)
-    {
-      long int i = longval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != (sizeof ($gltype) * CHAR_BIT))
-       return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  result=`cat conftest.val`
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-result=unknown
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f conftest.val
-       eval gl_cv_bitsizeof_${gltype}=\$result
-
-fi
-ac_res=`eval 'as_val=${'gl_cv_bitsizeof_${gltype}'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    eval result=\$gl_cv_bitsizeof_${gltype}
-    if test $result = unknown; then
-                                                result=0
-    fi
-    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    cat >>confdefs.h <<_ACEOF
-#define BITSIZEOF_${GLTYPE} $result
-_ACEOF
-
-    eval BITSIZEOF_${GLTYPE}=\$result
-  done
-
-
-
-
-
-
-
-  for gltype in sig_atomic_t wchar_t wint_t ; do
-    { $as_echo "$as_me:$LINENO: checking whether $gltype is signed" >&5
-$as_echo_n "checking whether $gltype is signed... " >&6; }
-if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-            int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  result=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       result=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-       eval gl_cv_type_${gltype}_signed=\$result
-
-fi
-ac_res=`eval 'as_val=${'gl_cv_type_${gltype}_signed'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    eval result=\$gl_cv_type_${gltype}_signed
-    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    if test "$result" = yes; then
-      cat >>confdefs.h <<_ACEOF
-#define HAVE_SIGNED_${GLTYPE} 1
-_ACEOF
-
-      eval HAVE_SIGNED_${GLTYPE}=1
-    else
-      eval HAVE_SIGNED_${GLTYPE}=0
-    fi
-  done
-
-
-  gl_cv_type_ptrdiff_t_signed=yes
-  gl_cv_type_size_t_signed=no
-  if test $APPLE_UNIVERSAL_BUILD = 0; then
-
-
-
-
-  for gltype in ptrdiff_t size_t ; do
-    { $as_echo "$as_me:$LINENO: checking for $gltype integer literal suffix" >&5
-$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
-if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval gl_cv_type_${gltype}_suffix=no
-       eval result=\$gl_cv_type_${gltype}_signed
-       if test "$result" = yes; then
-         glsufu=
-       else
-         glsufu=u
-       fi
-       for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
-         case $glsuf in
-           '')  gltype1='int';;
-           l)   gltype1='long int';;
-           ll)  gltype1='long long int';;
-           i64) gltype1='__int64';;
-           u)   gltype1='unsigned int';;
-           ul)  gltype1='unsigned long int';;
-           ull) gltype1='unsigned long long int';;
-           ui64)gltype1='unsigned __int64';;
-         esac
-         cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-              extern $gltype foo;
-              extern $gltype1 foo;
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval gl_cv_type_${gltype}_suffix=\$glsuf
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-         eval result=\$gl_cv_type_${gltype}_suffix
-         test "$result" != no && break
-       done
-fi
-ac_res=`eval 'as_val=${'gl_cv_type_${gltype}_suffix'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    eval result=\$gl_cv_type_${gltype}_suffix
-    test "$result" = no && result=
-    eval ${GLTYPE}_SUFFIX=\$result
-    cat >>confdefs.h <<_ACEOF
-#define ${GLTYPE}_SUFFIX $result
-_ACEOF
-
-  done
-
-
-  fi
-
-
-
-
-
-  for gltype in sig_atomic_t wchar_t wint_t ; do
-    { $as_echo "$as_me:$LINENO: checking for $gltype integer literal suffix" >&5
-$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
-if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval gl_cv_type_${gltype}_suffix=no
-       eval result=\$gl_cv_type_${gltype}_signed
-       if test "$result" = yes; then
-         glsufu=
-       else
-         glsufu=u
-       fi
-       for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
-         case $glsuf in
-           '')  gltype1='int';;
-           l)   gltype1='long int';;
-           ll)  gltype1='long long int';;
-           i64) gltype1='__int64';;
-           u)   gltype1='unsigned int';;
-           ul)  gltype1='unsigned long int';;
-           ull) gltype1='unsigned long long int';;
-           ui64)gltype1='unsigned __int64';;
-         esac
-         cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-  /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
-     included before <wchar.h>.  */
-  #include <stddef.h>
-  #include <signal.h>
-  #if HAVE_WCHAR_H
-  # include <stdio.h>
-  # include <time.h>
-  # include <wchar.h>
-  #endif
-
-              extern $gltype foo;
-              extern $gltype1 foo;
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval gl_cv_type_${gltype}_suffix=\$glsuf
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-         eval result=\$gl_cv_type_${gltype}_suffix
-         test "$result" != no && break
-       done
-fi
-ac_res=`eval 'as_val=${'gl_cv_type_${gltype}_suffix'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
-    eval result=\$gl_cv_type_${gltype}_suffix
-    test "$result" = no && result=
-    eval ${GLTYPE}_SUFFIX=\$result
-    cat >>confdefs.h <<_ACEOF
-#define ${GLTYPE}_SUFFIX $result
-_ACEOF
-
-  done
-
-
-
-    STDINT_H=stdint.h
-  fi
-
-
-  # Code from module stdio:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_stdio_h='<'stdio.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <stdio.h>" >&5
-$as_echo_n "checking absolute name of <stdio.h>... " >&6; }
-if test "${gl_cv_next_stdio_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_stdio_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_stdio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/stdio.h#{
-                 s#.*"\(.*/stdio.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_stdio_h='<'stdio.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_stdio_h" >&5
-$as_echo "$gl_cv_next_stdio_h" >&6; }
-     fi
-     NEXT_STDIO_H=$gl_cv_next_stdio_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'stdio.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_stdio_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive
-
-
-
-      GNULIB_FPRINTF=1
-  GNULIB_PRINTF=1
-  GNULIB_VFPRINTF=1
-  GNULIB_VPRINTF=1
-  GNULIB_FPUTC=1
-  GNULIB_PUTC=1
-  GNULIB_PUTCHAR=1
-  GNULIB_FPUTS=1
-  GNULIB_PUTS=1
-  GNULIB_FWRITE=1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  for gl_func in dprintf fpurge fseeko ftello getdelim getline popen renameat     snprintf tmpfile vdprintf vsnprintf; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdio.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module stdlib:
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_stdlib_h='<'stdlib.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <stdlib.h>" >&5
-$as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
-if test "${gl_cv_next_stdlib_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_stdlib_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_stdlib_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/stdlib.h#{
-                 s#.*"\(.*/stdlib.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_stdlib_h='<'stdlib.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_stdlib_h" >&5
-$as_echo "$gl_cv_next_stdlib_h" >&6; }
-     fi
-     NEXT_STDLIB_H=$gl_cv_next_stdlib_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'stdlib.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_stdlib_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive
-
-
-
-
-for ac_header in random.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_ac_Header=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_Header=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-  if test $ac_cv_header_random_h = yes; then
-    HAVE_RANDOM_H=1
-  else
-    HAVE_RANDOM_H=0
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking for struct random_data" >&5
-$as_echo_n "checking for struct random_data... " >&6; }
-if test "${ac_cv_type_struct_random_data+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_struct_random_data=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-      #if HAVE_RANDOM_H
-      # include <random.h>
-      #endif
-
-
-int
-main ()
-{
-if (sizeof (struct random_data))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-      #if HAVE_RANDOM_H
-      # include <random.h>
-      #endif
-
-
-int
-main ()
-{
-if (sizeof ((struct random_data)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_struct_random_data=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_random_data" >&5
-$as_echo "$ac_cv_type_struct_random_data" >&6; }
-if test "x$ac_cv_type_struct_random_data" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_RANDOM_DATA 1
-_ACEOF
-
-
-else
-  HAVE_STRUCT_RANDOM_DATA=0
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt mkdtemp     mkostemp mkostemps mkstemp mkstemps ptsname random_r initstat_r srandom_r     setstate_r realpath rpmatch setenv strtod strtoll strtoull unlockpt     unsetenv; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-#if HAVE_SYS_LOADAVG_H
-# include <sys/loadavg.h>
-#endif
-#if HAVE_RANDOM_H
-# include <random.h>
-#endif
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module stpcpy:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in stpcpy
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_stpcpy = no; then
-    HAVE_STPCPY=0
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_STPCPY=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STPCPY 1
-_ACEOF
-
-
-
-  # Code from module strcase:
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in strcasecmp
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_strcasecmp = no; then
-    HAVE_STRCASECMP=0
-
-  :
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in strncasecmp
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_strncasecmp = no; then
-
-  :
-
-  fi
-  { $as_echo "$as_me:$LINENO: checking whether strncasecmp is declared" >&5
-$as_echo_n "checking whether strncasecmp is declared... " >&6; }
-if test "${ac_cv_have_decl_strncasecmp+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strncasecmp
-  (void) strncasecmp;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strncasecmp=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strncasecmp=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strncasecmp" >&5
-$as_echo "$ac_cv_have_decl_strncasecmp" >&6; }
-if test "x$ac_cv_have_decl_strncasecmp" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRNCASECMP 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRNCASECMP 0
-_ACEOF
-
-
-fi
-
-
-  if test $ac_cv_have_decl_strncasecmp = no; then
-    HAVE_DECL_STRNCASECMP=0
-  fi
-
-
-  # Code from module strchrnul:
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_func in strchrnul
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-  if test $ac_cv_func_strchrnul = no; then
-    HAVE_STRCHRNUL=0
-    :
-  fi
-
-
-
-
-  GNULIB_STRCHRNUL=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRCHRNUL 1
-_ACEOF
-
-
-
-  # Code from module strdup-posix:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_strdup = yes; then
-    if test $gl_cv_func_malloc_posix != yes; then
-      REPLACE_STRDUP=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strdup.$ac_objext"
-
-      :
-    fi
-  else
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strdup.$ac_objext"
-
-    :
-  fi
-
-
-
-
-  if test $ac_cv_have_decl_strdup = no; then
-    HAVE_DECL_STRDUP=0
-  fi
-
-
-
-
-  GNULIB_STRDUP=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRDUP 1
-_ACEOF
-
-
-
-  # Code from module streq:
-  # Code from module strerror:
-
-
-  if test $REPLACE_STRERROR = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strerror.$ac_objext"
-
-
-cat >>confdefs.h <<_ACEOF
-#define REPLACE_STRERROR $REPLACE_STRERROR
-_ACEOF
-
-  fi
-
-
-
-
-  GNULIB_STRERROR=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRERROR 1
-_ACEOF
-
-
-
-  # Code from module string:
-
-
-
-  # Code from module strings:
-
-
-
-  # Code from module strndup:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_have_decl_strndup = no; then
-    HAVE_DECL_STRNDUP=0
-  fi
-
-  if test $ac_cv_func_strndup = yes; then
-    # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'.
-    { $as_echo "$as_me:$LINENO: checking for working strndup" >&5
-$as_echo_n "checking for working strndup... " >&6; }
-if test "${gl_cv_func_strndup_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-
-          case $host_os in
-            aix | aix[3-6]*) gl_cv_func_strndup_works="guessing no";;
-            *)               gl_cv_func_strndup_works="guessing yes";;
-          esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-
-         /* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <string.h>
-                           #include <stdlib.h>
-int
-main ()
-{
-
-#ifndef HAVE_DECL_STRNDUP
-  extern char *strndup (const char *, size_t);
-#endif
-  char *s;
-  s = strndup ("some longer string", 15);
-  free (s);
-  s = strndup ("shorter string", 13);
-  return s[13] != '\0';
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_strndup_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_strndup_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_strndup_works" >&5
-$as_echo "$gl_cv_func_strndup_works" >&6; }
-    case $gl_cv_func_strndup_works in
-      *no)
-        REPLACE_STRNDUP=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strndup.$ac_objext"
-
-        ;;
-    esac
-  else
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strndup.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_STRNDUP=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRNDUP 1
-_ACEOF
-
-
-
-  # Code from module strnlen:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_have_decl_strnlen = no; then
-    HAVE_DECL_STRNLEN=0
-  else
-    { $as_echo "$as_me:$LINENO: checking for working strnlen" >&5
-$as_echo_n "checking for working strnlen... " >&6; }
-if test "${ac_cv_func_strnlen_working+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  ac_cv_func_strnlen_working=no
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-
-#define S "foobar"
-#define S_LEN (sizeof S - 1)
-
-  /* At least one implementation is buggy: that of AIX 4.3 would
-     give strnlen (S, 1) == 3.  */
-
-  int i;
-  for (i = 0; i < S_LEN + 1; ++i)
-    {
-      int expected = i <= S_LEN ? i : S_LEN;
-      if (strnlen (S, i) != expected)
-       return 1;
-    }
-  return 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_strnlen_working=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_strnlen_working=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strnlen_working" >&5
-$as_echo "$ac_cv_func_strnlen_working" >&6; }
-test $ac_cv_func_strnlen_working = no &&
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strnlen.$ac_objext"
-
-
-        if test $ac_cv_func_strnlen_working = no; then
-      REPLACE_STRNLEN=1
-    fi
-  fi
-  if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS strnlen.$ac_objext"
-
-    :
-  fi
-
-
-
-
-  GNULIB_STRNLEN=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRNLEN 1
-_ACEOF
-
-
-
-  # Code from module strnlen1:
-  # Code from module strtoimax:
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether <inttypes.h> defines strtoimax as a macro" >&5
-$as_echo_n "checking whether <inttypes.h> defines strtoimax as a macro... " >&6; }
-if test "${gl_cv_func_strtoimax_macro+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <inttypes.h>
-#ifdef strtoimax
- inttypes_h_defines_strtoimax
-#endif
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "inttypes_h_defines_strtoimax" >/dev/null 2>&1; then
-  gl_cv_func_strtoimax_macro=yes
-else
-  gl_cv_func_strtoimax_macro=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_strtoimax_macro" >&5
-$as_echo "$gl_cv_func_strtoimax_macro" >&6; }
-
-  if test "$gl_cv_func_strtoimax_macro" != yes; then
-
-
-
-
-
-
-
-
-
-for ac_func in strtoimax
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-    if test $ac_cv_func_strtoimax = no; then
-
-  { $as_echo "$as_me:$LINENO: checking whether strtoll is declared" >&5
-$as_echo_n "checking whether strtoll is declared... " >&6; }
-if test "${ac_cv_have_decl_strtoll+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strtoll
-  (void) strtoll;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strtoll=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strtoll=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtoll" >&5
-$as_echo "$ac_cv_have_decl_strtoll" >&6; }
-if test "x$ac_cv_have_decl_strtoll" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOLL 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOLL 0
-_ACEOF
-
-
-fi
-
-
-
-
-    fi
-  fi
-
-
-
-
-  GNULIB_STRTOIMAX=1
-
-
-  # Code from module strtol:
-
-
-
-
-
-
-
-
-
-
-for ac_func in strtol
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-
-  # Code from module strtoll:
-
-
-
-  if test "$ac_cv_type_long_long_int" = yes; then
-
-
-
-
-
-
-
-
-
-for ac_func in strtoll
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-    if test $ac_cv_func_strtoll = no; then
-      HAVE_STRTOLL=0
-
-  :
-
-    fi
-  fi
-
-
-
-
-  GNULIB_STRTOLL=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRTOLL 1
-_ACEOF
-
-
-
-  # Code from module strtoul:
-
-
-
-
-
-
-
-
-
-
-for ac_func in strtoul
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-
-  # Code from module strtoull:
-
-
-
-  if test "$ac_cv_type_unsigned_long_long_int" = yes; then
-
-
-
-
-
-
-
-
-
-for ac_func in strtoull
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-    if test $ac_cv_func_strtoull = no; then
-      HAVE_STRTOULL=0
-
-  :
-
-    fi
-  fi
-
-
-
-
-  GNULIB_STRTOULL=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_STRTOULL 1
-_ACEOF
-
-
-
-  # Code from module strtoumax:
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether <inttypes.h> defines strtoumax as a macro" >&5
-$as_echo_n "checking whether <inttypes.h> defines strtoumax as a macro... " >&6; }
-if test "${gl_cv_func_strtoumax_macro+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <inttypes.h>
-#ifdef strtoumax
- inttypes_h_defines_strtoumax
-#endif
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "inttypes_h_defines_strtoumax" >/dev/null 2>&1; then
-  gl_cv_func_strtoumax_macro=yes
-else
-  gl_cv_func_strtoumax_macro=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_strtoumax_macro" >&5
-$as_echo "$gl_cv_func_strtoumax_macro" >&6; }
-
-  if test "$gl_cv_func_strtoumax_macro" != yes; then
-
-
-
-
-
-
-
-
-
-for ac_func in strtoumax
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-
-    gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
-
-fi
-done
-
-
-    if test $ac_cv_func_strtoumax = no; then
-
-  { $as_echo "$as_me:$LINENO: checking whether strtoull is declared" >&5
-$as_echo_n "checking whether strtoull is declared... " >&6; }
-if test "${ac_cv_have_decl_strtoull+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-#ifndef strtoull
-  (void) strtoull;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_strtoull=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_strtoull=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtoull" >&5
-$as_echo "$ac_cv_have_decl_strtoull" >&6; }
-if test "x$ac_cv_have_decl_strtoull" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOULL 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_STRTOULL 0
-_ACEOF
-
-
-fi
-
-
-
-
-    fi
-  fi
-
-
-
-
-  GNULIB_STRTOUMAX=1
-
-
-  # Code from module symlink:
-
-
-
-
-
-
-
-
-        if test $ac_cv_func_symlink = no; then
-    HAVE_SYMLINK=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS symlink.$ac_objext"
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether symlink handles trailing slash correctly" >&5
-$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
-if test "${gl_cv_func_symlink_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_symlink_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-
-int
-main ()
-{
-if (!symlink ("a", "conftest.link/")) return 1;
-      if (symlink ("conftest.f", "conftest.lnk2")) return 2;
-      if (!symlink ("a", "conftest.lnk2/")) return 3;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_symlink_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_symlink_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.f conftest.link conftest.lnk2
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_symlink_works" >&5
-$as_echo "$gl_cv_func_symlink_works" >&6; }
-    if test "$gl_cv_func_symlink_works" != yes; then
-      REPLACE_SYMLINK=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS symlink.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_SYMLINK=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_SYMLINK 1
-_ACEOF
-
-
-
-  # Code from module symlinkat:
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_symlinkat = no; then
-    HAVE_SYMLINKAT=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS symlinkat.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_SYMLINKAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_SYMLINKAT 1
-_ACEOF
-
-
-
-  # Code from module sys_stat:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_sys_stat_h='<'sys/stat.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <sys/stat.h>" >&5
-$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
-if test "${gl_cv_next_sys_stat_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_sys_stat_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/stat.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_sys_stat_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/sys/stat.h#{
-                 s#.*"\(.*/sys/stat.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_sys_stat_h='<'sys/stat.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_sys_stat_h" >&5
-$as_echo "$gl_cv_next_sys_stat_h" >&6; }
-     fi
-     NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'sys/stat.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_sys_stat_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=$gl_next_as_first_directive
-
-
-
-
-      { $as_echo "$as_me:$LINENO: checking for nlink_t" >&5
-$as_echo_n "checking for nlink_t... " >&6; }
-if test "${ac_cv_type_nlink_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_nlink_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <sys/stat.h>
-
-int
-main ()
-{
-if (sizeof (nlink_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-     #include <sys/stat.h>
-
-int
-main ()
-{
-if (sizeof ((nlink_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_nlink_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_nlink_t" >&5
-$as_echo "$ac_cv_type_nlink_t" >&6; }
-if test "x$ac_cv_type_nlink_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define nlink_t int
-_ACEOF
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  for gl_func in fchmodat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/stat.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
-if test -z "$MKDIR_P"; then
-  if test "${ac_cv_path_mkdir+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_prog in mkdir gmkdir; do
-        for ac_exec_ext in '' $ac_executable_extensions; do
-          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
-          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
-            'mkdir (GNU coreutils) '* | \
-            'mkdir (coreutils) '* | \
-            'mkdir (fileutils) '4.1*)
-              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
-              break 3;;
-          esac
-        done
-       done
-done
-IFS=$as_save_IFS
-
-fi
-
-  if test "${ac_cv_path_mkdir+set}" = set; then
-    MKDIR_P="$ac_cv_path_mkdir -p"
-  else
-    # As a last resort, use the slow shell script.  Don't cache a
-    # value for MKDIR_P within a source directory, because that will
-    # break other packages using the cache if that directory is
-    # removed, or if the value is a relative name.
-    test -d ./--version && rmdir ./--version
-    MKDIR_P="$ac_install_sh -d"
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
-$as_echo "$MKDIR_P" >&6; }
-
-
-  # Code from module sys_time:
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
-if test -z "$MKDIR_P"; then
-  if test "${ac_cv_path_mkdir+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_prog in mkdir gmkdir; do
-        for ac_exec_ext in '' $ac_executable_extensions; do
-          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
-          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
-            'mkdir (GNU coreutils) '* | \
-            'mkdir (coreutils) '* | \
-            'mkdir (fileutils) '4.1*)
-              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
-              break 3;;
-          esac
-        done
-       done
-done
-IFS=$as_save_IFS
-
-fi
-
-  if test "${ac_cv_path_mkdir+set}" = set; then
-    MKDIR_P="$ac_cv_path_mkdir -p"
-  else
-    # As a last resort, use the slow shell script.  Don't cache a
-    # value for MKDIR_P within a source directory, because that will
-    # break other packages using the cache if that directory is
-    # removed, or if the value is a relative name.
-    test -d ./--version && rmdir ./--version
-    MKDIR_P="$ac_install_sh -d"
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
-$as_echo "$MKDIR_P" >&6; }
-
-
-  # Code from module sysexits:
-
-
-
-
-
-
-
-  if test $ac_cv_header_sysexits_h = yes; then
-    HAVE_SYSEXITS_H=1
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_sysexits_h='<'sysexits.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <sysexits.h>" >&5
-$as_echo_n "checking absolute name of <sysexits.h>... " >&6; }
-if test "${gl_cv_next_sysexits_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_sysexits_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sysexits.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_sysexits_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/sysexits.h#{
-                 s#.*"\(.*/sysexits.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_sysexits_h='<'sysexits.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_sysexits_h" >&5
-$as_echo "$gl_cv_next_sysexits_h" >&6; }
-     fi
-     NEXT_SYSEXITS_H=$gl_cv_next_sysexits_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'sysexits.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_sysexits_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H=$gl_next_as_first_directive
-
-
-
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sysexits.h>
-int
-main ()
-{
-switch (0)
-          {
-          case EX_OK:
-          case EX_USAGE:
-          case EX_DATAERR:
-          case EX_NOINPUT:
-          case EX_NOUSER:
-          case EX_NOHOST:
-          case EX_UNAVAILABLE:
-          case EX_SOFTWARE:
-          case EX_OSERR:
-          case EX_OSFILE:
-          case EX_CANTCREAT:
-          case EX_IOERR:
-          case EX_TEMPFAIL:
-          case EX_PROTOCOL:
-          case EX_NOPERM:
-          case EX_CONFIG:
-            break;
-          }
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  SYSEXITS_H=
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       SYSEXITS_H=sysexits.h
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  else
-    HAVE_SYSEXITS_H=0
-    SYSEXITS_H=sysexits.h
-  fi
-
-
-
-  # Code from module tempname:
-
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS tempname.$ac_objext"
-
-
-  :
-
-
-  # Code from module time:
-
-
-
-  # Code from module time_r:
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_localtime_r = yes; then
-    { $as_echo "$as_me:$LINENO: checking whether localtime_r is compatible with its POSIX signature" >&5
-$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
-if test "${gl_cv_time_r_posix+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-int
-main ()
-{
-/* We don't need to append 'restrict's to the argument types,
-                 even though the POSIX signature has the 'restrict's,
-                 since C99 says they can't affect type compatibility.  */
-              struct tm * (*ptr) (time_t const *, struct tm *) = localtime_r;
-              if (ptr) return 0;
-              /* Check the return type is a pointer.
-                 On HP-UX 10 it is 'int'.  */
-              *localtime_r (0, 0);
-  ;
-  return 0;
-}
-
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_time_r_posix=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_time_r_posix=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_time_r_posix" >&5
-$as_echo "$gl_cv_time_r_posix" >&6; }
-    if test $gl_cv_time_r_posix = yes; then
-      REPLACE_LOCALTIME_R=0
-    else
-      REPLACE_LOCALTIME_R=1
-    fi
-  else
-    HAVE_LOCALTIME_R=0
-  fi
-  if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS time_r.$ac_objext"
-
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_TIME_R=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_TIME_R 1
-_ACEOF
-
-
-
-  # Code from module timespec:
-
-
-
-  # Code from module unistd:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_unistd_h='<'unistd.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <unistd.h>" >&5
-$as_echo_n "checking absolute name of <unistd.h>... " >&6; }
-if test "${gl_cv_next_unistd_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_unistd_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/unistd.h#{
-                 s#.*"\(.*/unistd.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_unistd_h='<'unistd.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_unistd_h" >&5
-$as_echo "$gl_cv_next_unistd_h" >&6; }
-     fi
-     NEXT_UNISTD_H=$gl_cv_next_unistd_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'unistd.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_unistd_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_header_unistd_h = yes; then
-    HAVE_UNISTD_H=1
-  else
-    HAVE_UNISTD_H=0
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat     fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize getusershell setusershell     endusershell lchown link linkat lseek pipe2 pread pwrite readlink     readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat     usleep; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-/* Some systems declare various items in the wrong headers.  */
-#ifndef __GLIBC__
-# include <fcntl.h>
-# include <stdio.h>
-# include <stdlib.h>
-# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
-#  include <io.h>
-# endif
-#endif
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module unistd-safer:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS dup-safer.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS fd-safer.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS pipe-safer.$ac_objext"
-
-
-  # Code from module unitypes:
-
-
-      if  { test "$HAVE_LIBUNISTRING" != yes \
-    || {
-
-
-
-            test $LIBUNISTRING_VERSION_MAJOR -lt 0 \
-            || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \
-                 && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \
-                      || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \
-                           && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0
-                         }
-                    }
-               }
-
-
-
-
-       }
-  }; then
-    LIBUNISTRING_UNITYPES_H='unitypes.h'
-  else
-    LIBUNISTRING_UNITYPES_H=
-  fi
-
-
-  # Code from module uniwidth/base:
-
-
-      if  { test "$HAVE_LIBUNISTRING" != yes \
-    || {
-
-
-
-            test $LIBUNISTRING_VERSION_MAJOR -lt 0 \
-            || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \
-                 && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \
-                      || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \
-                           && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0
-                         }
-                    }
-               }
-
-
-
-
-       }
-  }; then
-    LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
-  else
-    LIBUNISTRING_UNIWIDTH_H=
-  fi
-
-
-  # Code from module uniwidth/width:
-
-
-       if  { test "$HAVE_LIBUNISTRING" != yes \
-    || {
-
-
-
-            test $LIBUNISTRING_VERSION_MAJOR -lt 0 \
-            || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \
-                 && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \
-                      || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \
-                           && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0
-                         }
-                    }
-               }
-
-
-
-
-       }
-  }; then
-  LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=
-  LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
-else
-  LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='#'
-  LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE=
-fi
-
-
-  # Code from module unlink:
-
-
-
-
-    { $as_echo "$as_me:$LINENO: checking whether unlink honors trailing slashes" >&5
-$as_echo_n "checking whether unlink honors trailing slashes... " >&6; }
-if test "${gl_cv_func_unlink_honors_slashes+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  touch conftest.file
-     # Assume that if we have lstat, we can also check symlinks.
-     if test $ac_cv_func_lstat = yes; then
-       ln -s conftest.file conftest.lnk
-     fi
-     if test "$cross_compiling" = yes; then
-  gl_cv_func_unlink_honors_slashes="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <unistd.h>
-           #include <errno.h>
-
-int
-main ()
-{
-if (!unlink ("conftest.file/") || errno != ENOTDIR) return 1;
-#if HAVE_LSTAT
-      if (!unlink ("conftest.lnk/") || errno != ENOTDIR) return 2;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_unlink_honors_slashes=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_unlink_honors_slashes=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-     rm -f conftest.file conftest.lnk
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_unlink_honors_slashes" >&5
-$as_echo "$gl_cv_func_unlink_honors_slashes" >&6; }
-      { $as_echo "$as_me:$LINENO: checking whether unlink of a parent directory fails is it should" >&5
-$as_echo_n "checking whether unlink of a parent directory fails is it should... " >&6; }
-if test "${gl_cv_func_unlink_parent_fails+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  case "$host_os" in
-       darwin*)
-                                                      if {
-              # Use the mktemp program if available. If not available, hide the error
-              # message.
-              tmp=`(umask 077 && mktemp -d /tmp/gtXXXXXX) 2>/dev/null` &&
-              test -n "$tmp" && test -d "$tmp"
-            } ||
-            {
-              # Use a simple mkdir command. It is guaranteed to fail if the directory
-              # already exists.  $RANDOM is bash specific and expands to empty in shells
-              # other than bash, ksh and zsh.  Its use does not increase security;
-              # rather, it minimizes the probability of failure in a very cluttered /tmp
-              # directory.
-              tmp=/tmp/gt$$-$RANDOM
-              (umask 077 && mkdir "$tmp")
-            }; then
-           mkdir "$tmp/subdir"
-           GL_SUBDIR_FOR_UNLINK="$tmp/subdir"
-           export GL_SUBDIR_FOR_UNLINK
-           if test "$cross_compiling" = yes; then
-  gl_cv_func_unlink_parent_fails="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-                #include <stdlib.h>
-                #include <unistd.h>
-                int main ()
-                {
-                  if (chdir (getenv ("GL_SUBDIR_FOR_UNLINK")) != 0)
-                    return 1;
-                  return unlink ("..") == 0;
-                }
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_unlink_parent_fails=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_unlink_parent_fails=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-           unset GL_SUBDIR_FOR_UNLINK
-           rm -rf "$tmp"
-         else
-           gl_cv_func_unlink_parent_fails="guessing no"
-         fi
-         ;;
-       *)
-         gl_cv_func_unlink_parent_fails="guessing yes"
-         ;;
-     esac
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_unlink_parent_fails" >&5
-$as_echo "$gl_cv_func_unlink_parent_fails" >&6; }
-  case "$gl_cv_func_unlink_parent_fails" in
-    *no)
-
-cat >>confdefs.h <<\_ACEOF
-#define UNLINK_PARENT_BUG 1
-_ACEOF
-
-      ;;
-  esac
-  if test "$gl_cv_func_unlink_honors_slashes" != yes \
-     || { case "$gl_cv_func_unlink_parent_fails" in
-            *yes) false;;
-            *no) true;;
-          esac
-        }; then
-    REPLACE_UNLINK=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlink.$ac_objext"
-
-  fi
-
-
-
-
-  GNULIB_UNLINK=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_UNLINK 1
-_ACEOF
-
-
-
-  # Code from module unlinkdir:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unlinkdir.$ac_objext"
-
-
-  # The Hurd, the Linux kernel, the FreeBSD kernel version 2.2 and later,
-  # Cygwin, and mingw never let anyone (even root) unlink directories.
-  # If anyone knows of another system for which unlink can never
-  # remove a directory, please report it to <bug-coreutils@gnu.org>.
-  # Unfortunately this is difficult to test for, since it requires root access
-  # and might create garbage in the file system,
-  # so the code below simply relies on the kernel name and version number.
-  case $host_os in
-  gnu[0-9]* | \
-  linux-* | linux | \
-  freebsd2.2* | freebsd[3-9]* | freebsd[1-9][0-9]* | \
-  cygwin | \
-  mingw*)
-
-cat >>confdefs.h <<\_ACEOF
-#define UNLINK_CANNOT_UNLINK_DIR 1
-_ACEOF
-;;
-  esac
-
-  # Code from module unlocked-io:
-
-
-cat >>confdefs.h <<\_ACEOF
-#define USE_UNLOCKED_IO 1
-_ACEOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  # Code from module unsetenv:
-
-
-
-for ac_func in unsetenv
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  if test $ac_cv_func_unsetenv = no; then
-    HAVE_UNSETENV=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unsetenv.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-  else
-        { $as_echo "$as_me:$LINENO: checking for unsetenv() return type" >&5
-$as_echo_n "checking for unsetenv() return type... " >&6; }
-if test "${gt_cv_func_unsetenv_ret+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-extern
-#ifdef __cplusplus
-"C"
-#endif
-#if defined(__STDC__) || defined(__cplusplus)
-int unsetenv (const char *name);
-#else
-int unsetenv();
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gt_cv_func_unsetenv_ret='int'
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_func_unsetenv_ret='void'
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_unsetenv_ret" >&5
-$as_echo "$gt_cv_func_unsetenv_ret" >&6; }
-    if test $gt_cv_func_unsetenv_ret = 'void'; then
-
-cat >>confdefs.h <<\_ACEOF
-#define VOID_UNSETENV 1
-_ACEOF
-
-      REPLACE_UNSETENV=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unsetenv.$ac_objext"
-
-    fi
-
-            { $as_echo "$as_me:$LINENO: checking whether unsetenv obeys POSIX" >&5
-$as_echo_n "checking whether unsetenv obeys POSIX... " >&6; }
-if test "${gl_cv_func_unsetenv_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_unsetenv_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-       #include <stdlib.h>
-       #include <errno.h>
-
-int
-main ()
-{
-
-       char entry[] = "b=2";
-       if (putenv ((char *) "a=1")) return 1;
-       if (putenv (entry)) return 2;
-       entry[0] = 'a';
-       unsetenv ("a");
-       if (getenv ("a")) return 3;
-       if (!unsetenv ("") || errno != EINVAL) return 4;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_unsetenv_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_unsetenv_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_unsetenv_works" >&5
-$as_echo "$gl_cv_func_unsetenv_works" >&6; }
-    if test "$gl_cv_func_unsetenv_works" != yes; then
-      REPLACE_UNSETENV=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS unsetenv.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_UNSETENV=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_UNSETENV 1
-_ACEOF
-
-
-
-  # Code from module utimens:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS utimens.$ac_objext"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_futimens = no && test $ac_cv_func_futimesat = yes; then
-                { $as_echo "$as_me:$LINENO: checking whether futimesat handles NULL file" >&5
-$as_echo_n "checking whether futimesat handles NULL file... " >&6; }
-if test "${gl_cv_func_futimesat_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  touch conftest.file
-       if test "$cross_compiling" = yes; then
-  gl_cv_func_futimesat_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stddef.h>
-#include <sys/times.h>
-
-int
-main ()
-{
-    int fd = open ("conftest.file", O_RDWR);
-          if (fd < 0) return 1;
-          if (futimesat (fd, NULL, NULL)) return 2;
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_futimesat_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_futimesat_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      rm -f conftest.file
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_futimesat_works" >&5
-$as_echo "$gl_cv_func_futimesat_works" >&6; }
-    if test "$gl_cv_func_futimesat_works" != yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define FUTIMESAT_NULL_BUG 1
-_ACEOF
-
-    fi
-  fi
-
-  # Code from module utimensat:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_utimensat = no; then
-    HAVE_UTIMENSAT=0
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS utimensat.$ac_objext"
-
-  else
-    { $as_echo "$as_me:$LINENO: checking whether utimensat works" >&5
-$as_echo_n "checking whether utimensat works... " >&6; }
-if test "${gl_cv_func_utimensat_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then
-  gl_cv_func_utimensat_works="guessing no"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <fcntl.h>
-#include <sys/stat.h>
-#include <unistd.h>
-
-int
-main ()
-{
-struct timespec ts[2] = { { 1, UTIME_OMIT }, { 1, UTIME_NOW } };
-      struct stat st;
-      const char *f = "conftest.file";
-      if (close (creat (f, 0600))) return 1;
-      if (utimensat (AT_FDCWD, f, NULL, AT_SYMLINK_NOFOLLOW)) return 2;
-      if (utimensat (AT_FDCWD, f, ts, 0)) return 3;
-      sleep (1);
-      ts[0].tv_nsec = UTIME_NOW;
-      ts[1].tv_nsec = UTIME_OMIT;
-      if (utimensat (AT_FDCWD, f, ts, 0)) return 4;
-      if (stat (f, &st)) return 5;
-      if (st.st_ctime < st.st_atime) return 6;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-           cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef __linux__
-/* The Linux kernel added utimensat in 2.6.22, but has bugs with UTIME_OMIT
-   in several file systems as recently as 2.6.32.  Always replace utimensat
-   to support older kernels.  */
-choke me
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_utimensat_works=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_utimensat_works="needs runtime check"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_utimensat_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_utimensat_works" >&5
-$as_echo "$gl_cv_func_utimensat_works" >&6; }
-    if test "$gl_cv_func_utimensat_works" != yes; then
-      REPLACE_UTIMENSAT=1
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS utimensat.$ac_objext"
-
-    fi
-  fi
-
-
-
-
-  GNULIB_UTIMENSAT=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_UTIMENSAT 1
-_ACEOF
-
-
-
-  # Code from module vasnprintf:
-
-
-
-
-
-
-
-  if test $ac_cv_func_vasnprintf = no; then
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS vasnprintf.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS printf-args.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS printf-parse.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS asnprintf.$ac_objext"
-
-  if test $ac_cv_func_vasnprintf = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define REPLACE_VASNPRINTF 1
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5
-$as_echo_n "checking for ptrdiff_t... " >&6; }
-if test "${ac_cv_type_ptrdiff_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_ptrdiff_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof (ptrdiff_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-if (sizeof ((ptrdiff_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_ptrdiff_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5
-$as_echo "$ac_cv_type_ptrdiff_t" >&6; }
-if test "x$ac_cv_type_ptrdiff_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define ptrdiff_t long
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-  fi
-
-  # Code from module vasprintf:
-
-
-for ac_func in vasprintf
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  if test $ac_cv_func_vasprintf = no; then
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS vasprintf.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS asprintf.$ac_objext"
-
-
-  if test $ac_cv_func_vasprintf = yes; then
-    REPLACE_VASPRINTF=1
-  else
-    HAVE_VASPRINTF=0
-  fi
-
-
-
-
-
-
-
-
-  fi
-
-
-
-
-  GNULIB_VASPRINTF=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_VASPRINTF 1
-_ACEOF
-
-
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=asprintf:2:c-format"
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=vasprintf:2:c-format"
-
-  # Code from module verify:
-  # Code from module version-etc:
-
-# Check whether --with-packager was given.
-if test "${with_packager+set}" = set; then
-  withval=$with_packager;       case $withval in
-        yes|no) ;;
-        *)
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_PACKAGER "$withval"
-_ACEOF
- ;;
-      esac
-
-fi
-
-
-
-# Check whether --with-packager-version was given.
-if test "${with_packager_version+set}" = set; then
-  withval=$with_packager_version;       case $withval in
-        yes|no) ;;
-        *)
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_PACKAGER_VERSION "$withval"
-_ACEOF
- ;;
-      esac
-
-fi
-
-
-
-# Check whether --with-packager-bug-reports was given.
-if test "${with_packager_bug_reports+set}" = set; then
-  withval=$with_packager_bug_reports;       case $withval in
-        yes|no) ;;
-        *)
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_PACKAGER_BUG_REPORTS "$withval"
-_ACEOF
- ;;
-      esac
-
-fi
-
-
-  if test "X$with_packager" = "X" && \
-     test "X$with_packager_version$with_packager_bug_reports" != "X"
-  then
-    { { $as_echo "$as_me:$LINENO: error: The --with-packager-{bug-reports,version} options require --with-packager" >&5
-$as_echo "$as_me: error: The --with-packager-{bug-reports,version} options require --with-packager" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-
-  # Code from module version-etc-fsf:
-  # Code from module vsnprintf:
-
-
-  gl_cv_func_vsnprintf_usable=no
-
-for ac_func in vsnprintf
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-  if test $ac_cv_func_vsnprintf = yes; then
-
-
-  { $as_echo "$as_me:$LINENO: checking whether snprintf respects a size of 1" >&5
-$as_echo_n "checking whether snprintf respects a size of 1... " >&6; }
-if test "${gl_cv_func_snprintf_size1+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      if test "$cross_compiling" = yes; then
-  gl_cv_func_snprintf_size1="guessing yes"
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdio.h>
-int main()
-{
-  static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' };
-  snprintf (buf, 1, "%d", 12345);
-  return buf[1] != 'E';
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_snprintf_size1=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_snprintf_size1=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_snprintf_size1" >&5
-$as_echo "$gl_cv_func_snprintf_size1" >&6; }
-
-    case "$gl_cv_func_snprintf_size1" in
-      *yes)
-        gl_cv_func_vsnprintf_usable=yes
-        ;;
-    esac
-  fi
-  if test $gl_cv_func_vsnprintf_usable = no; then
-
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS vsnprintf.$ac_objext"
-
-  if test $ac_cv_func_vsnprintf = yes; then
-    REPLACE_VSNPRINTF=1
-  fi
-  :
-
-  fi
-
-
-
-
-  if test $ac_cv_have_decl_vsnprintf = no; then
-    HAVE_DECL_VSNPRINTF=0
-  fi
-
-
-
-
-  GNULIB_VSNPRINTF=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_VSNPRINTF 1
-_ACEOF
-
-
-
-  # Code from module warn-on-use:
-  # Code from module wchar:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_wchar_h='<'wchar.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <wchar.h>" >&5
-$as_echo_n "checking absolute name of <wchar.h>... " >&6; }
-if test "${gl_cv_next_wchar_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_wchar_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <wchar.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_wchar_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/wchar.h#{
-                 s#.*"\(.*/wchar.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_wchar_h='<'wchar.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_wchar_h" >&5
-$as_echo "$gl_cv_next_wchar_h" >&6; }
-     fi
-     NEXT_WCHAR_H=$gl_cv_next_wchar_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'wchar.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_wchar_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=$gl_next_as_first_directive
-
-
-
-  if test $ac_cv_header_wchar_h = yes; then
-    HAVE_WCHAR_H=1
-  else
-    HAVE_WCHAR_H=0
-  fi
-
-
-
-  if test $gt_cv_c_wint_t = yes; then
-    HAVE_WINT_T=1
-  else
-    HAVE_WINT_T=0
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb     wcsrtombs wcsnrtombs wcwidth; do
-    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
-    { $as_echo "$as_me:$LINENO: checking whether $gl_func is declared without a macro" >&5
-$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
-if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Some systems require additional headers.  */
-#ifndef __GLIBC__
-# include <stddef.h>
-# include <stdio.h>
-# include <time.h>
-#endif
-#include <wchar.h>
-
-int
-main ()
-{
-#undef $gl_func
-  (void) $gl_func;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_gl_Symbol=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_gl_Symbol=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-     as_val=`eval 'as_val=${'$as_gl_Symbol'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
-_ACEOF
-
-                     eval ac_cv_have_decl_$gl_func=yes
-fi
-
-      done
-
-
-  # Code from module wcrtomb:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
-$as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
-if test "${gl_cv_func_mbrtowc_incomplete_state+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                     # Guess no on AIX and OSF/1.
-        aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
-                     # Guess yes otherwise.
-        *)           gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
-      esac
-      if test $LOCALE_JA != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
-        if (mbsinit (&state))
-          return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_incomplete_state=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_incomplete_state=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_incomplete_state" >&5
-$as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; }
-
-
-
-
-     { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
-$as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
-if test "${gl_cv_func_mbrtowc_sanitycheck+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  case "$host_os" in
-                    # Guess no on Solaris 8.
-        solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;;
-                    # Guess yes otherwise.
-        *)          gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;;
-      esac
-      if test $LOCALE_ZH_CN != none; then
-        if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdlib.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  /* This fails on Solaris 8:
-     mbrtowc returns 2, and sets wc to 0x00F0.
-     mbtowc returns 4 (correct) and sets wc to 0x5EDC.  */
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */
-      mbstate_t state;
-      wchar_t wc;
-
-      memset (&state, '\0', sizeof (mbstate_t));
-      if (mbrtowc (&wc, input + 3, 6, &state) != 4
-          && mbtowc (&wc, input + 3, 6) == 4)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_mbrtowc_sanitycheck=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_mbrtowc_sanitycheck=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_mbrtowc_sanitycheck" >&5
-$as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; }
-
-    REPLACE_MBSTATE_T=0
-    case "$gl_cv_func_mbrtowc_incomplete_state" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-    case "$gl_cv_func_mbrtowc_sanitycheck" in
-      *yes) ;;
-      *) REPLACE_MBSTATE_T=1 ;;
-    esac
-  else
-    REPLACE_MBSTATE_T=1
-  fi
-  if test $REPLACE_MBSTATE_T = 1; then
-
-    :
-
-  fi
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_wcrtomb = no; then
-    HAVE_WCRTOMB=0
-  else
-    if test $REPLACE_MBSTATE_T = 1; then
-      REPLACE_WCRTOMB=1
-    else
-
-
-
-
-
-             { $as_echo "$as_me:$LINENO: checking whether wcrtomb return value is correct" >&5
-$as_echo_n "checking whether wcrtomb return value is correct... " >&6; }
-if test "${gl_cv_func_wcrtomb_retval+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                              case "$host_os" in
-                                     # Guess no on AIX 4, OSF/1 and Solaris.
-            aix4* | osf* | solaris*) gl_cv_func_wcrtomb_retval="guessing no" ;;
-                                     # Guess yes otherwise.
-            *)                       gl_cv_func_wcrtomb_retval="guessing yes" ;;
-          esac
-          if test $LOCALE_FR != none || test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none || test $LOCALE_ZH_CN != none; then
-            if test "$cross_compiling" = yes; then
-  :
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-#include <stdio.h>
-#include <string.h>
-#include <wchar.h>
-int main ()
-{
-  if (setlocale (LC_ALL, "$LOCALE_FR") != NULL)
-    {
-      if (wcrtomb (NULL, 0, NULL) != 1)
-        return 1;
-    }
-  if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL)
-    {
-      if (wcrtomb (NULL, 0, NULL) != 1)
-        return 1;
-    }
-  if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
-    {
-      if (wcrtomb (NULL, 0, NULL) != 1)
-        return 1;
-    }
-  if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
-    {
-      if (wcrtomb (NULL, 0, NULL) != 1)
-        return 1;
-    }
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_wcrtomb_retval=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_wcrtomb_retval=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_wcrtomb_retval" >&5
-$as_echo "$gl_cv_func_wcrtomb_retval" >&6; }
-      case "$gl_cv_func_wcrtomb_retval" in
-        *yes) ;;
-        *) REPLACE_WCRTOMB=1 ;;
-      esac
-    fi
-  fi
-  if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then
-
-    :
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS wcrtomb.$ac_objext"
-
-
-  :
-
-  fi
-
-
-
-
-  GNULIB_WCRTOMB=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_WCRTOMB 1
-_ACEOF
-
-
-
-  # Code from module wctype:
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_iswcntrl = yes; then
-    HAVE_ISWCNTRL=1
-  else
-    HAVE_ISWCNTRL=0
-  fi
-
-
-
-
-
-
-
-
-
-
-
-  if test $ac_cv_func_iswblank = yes; then
-    HAVE_ISWBLANK=1
-    REPLACE_ISWBLANK=0
-  else
-    HAVE_ISWBLANK=0
-    if test $ac_cv_have_decl_iswblank = yes; then
-      REPLACE_ISWBLANK=1
-    else
-      REPLACE_ISWBLANK=0
-    fi
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-  if test $gt_cv_c_wint_t = yes; then
-    HAVE_WINT_T=1
-  else
-    HAVE_WINT_T=0
-  fi
-
-
-  if test $ac_cv_header_wctype_h = yes; then
-    if test $ac_cv_func_iswcntrl = yes; then
-                  { $as_echo "$as_me:$LINENO: checking whether iswcntrl works" >&5
-$as_echo_n "checking whether iswcntrl works... " >&6; }
-if test "${gl_cv_func_iswcntrl_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test "$cross_compiling" = yes; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-                          #if __GNU_LIBRARY__ == 1
-                          Linux libc5 i18n is broken.
-                          #endif
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  gl_cv_func_iswcntrl_works=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gl_cv_func_iswcntrl_works=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-                            #include <stddef.h>
-                            #include <stdio.h>
-                            #include <time.h>
-                            #include <wchar.h>
-                            #include <wctype.h>
-                            int main () { return iswprint ('x') == 0; }
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_iswcntrl_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_iswcntrl_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_iswcntrl_works" >&5
-$as_echo "$gl_cv_func_iswcntrl_works" >&6; }
-    fi
-
-
-
-
-
-
-
-
-
-
-
-     if test $gl_cv_have_include_next = yes; then
-       gl_cv_next_wctype_h='<'wctype.h'>'
-     else
-       { $as_echo "$as_me:$LINENO: checking absolute name of <wctype.h>" >&5
-$as_echo_n "checking absolute name of <wctype.h>... " >&6; }
-if test "${gl_cv_next_wctype_h+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-          if test $ac_cv_header_wctype_h = yes; then
-            cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <wctype.h>
-
-_ACEOF
-                                                                                                case "$host_os" in
-              aix*) gl_absname_cpp="$ac_cpp -C" ;;
-              *)    gl_absname_cpp="$ac_cpp" ;;
-            esac
-                                                gl_cv_next_wctype_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
-               sed -n '\#/wctype.h#{
-                 s#.*"\(.*/wctype.h\)".*#\1#
-                 s#^/[^/]#//&#
-                 p
-                 q
-               }'`'"'
-          else
-            gl_cv_next_wctype_h='<'wctype.h'>'
-          fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_next_wctype_h" >&5
-$as_echo "$gl_cv_next_wctype_h" >&6; }
-     fi
-     NEXT_WCTYPE_H=$gl_cv_next_wctype_h
-
-     if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
-       gl_next_as_first_directive='<'wctype.h'>'
-     else
-       # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
-       gl_next_as_first_directive=$gl_cv_next_wctype_h
-     fi
-     NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=$gl_next_as_first_directive
-
-
-
-    HAVE_WCTYPE_H=1
-  else
-    HAVE_WCTYPE_H=0
-  fi
-
-
-  if test "$gl_cv_func_iswcntrl_works" = no; then
-    REPLACE_ISWCNTRL=1
-  else
-    REPLACE_ISWCNTRL=0
-  fi
-
-
-  # Code from module wcwidth:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking whether wcwidth is declared" >&5
-$as_echo_n "checking whether wcwidth is declared... " >&6; }
-if test "${ac_cv_have_decl_wcwidth+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* AIX 3.2.5 declares wcwidth in <string.h>. */
-#include <string.h>
-/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
-   <wchar.h>.
-   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
-   before <wchar.h>.  */
-#include <stddef.h>
-#include <stdio.h>
-#include <time.h>
-#include <wchar.h>
-
-
-int
-main ()
-{
-#ifndef wcwidth
-  (void) wcwidth;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_wcwidth=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_wcwidth=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_wcwidth" >&5
-$as_echo "$ac_cv_have_decl_wcwidth" >&6; }
-if test "x$ac_cv_have_decl_wcwidth" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_WCWIDTH 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_WCWIDTH 0
-_ACEOF
-
-
-fi
-
-
-  if test $ac_cv_have_decl_wcwidth != yes; then
-    HAVE_DECL_WCWIDTH=0
-  fi
-
-  if test $ac_cv_func_wcwidth = yes; then
-                { $as_echo "$as_me:$LINENO: checking whether wcwidth works reasonably in UTF-8 locales" >&5
-$as_echo_n "checking whether wcwidth works reasonably in UTF-8 locales... " >&6; }
-if test "${gl_cv_func_wcwidth_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-        if test "$cross_compiling" = yes; then
-
-           case "$host_os" in
-                     # Guess yes on glibc and AIX 7 systems.
-             *-gnu* | aix[7-9]*) gl_cv_func_wcwidth_works="guessing yes";;
-             *)                  gl_cv_func_wcwidth_works="guessing no";;
-           esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <locale.h>
-/* AIX 3.2.5 declares wcwidth in <string.h>. */
-#include <string.h>
-/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
-   <wchar.h>.
-   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
-   before <wchar.h>.  */
-#include <stddef.h>
-#include <stdio.h>
-#include <time.h>
-#include <wchar.h>
-#if !HAVE_DECL_WCWIDTH
-extern
-# ifdef __cplusplus
-"C"
-# endif
-int wcwidth (int);
-#endif
-int main ()
-{
-  if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL)
-    if (wcwidth (0x0301) > 0 || wcwidth (0x200B) > 0)
-      return 1;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gl_cv_func_wcwidth_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gl_cv_func_wcwidth_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_func_wcwidth_works" >&5
-$as_echo "$gl_cv_func_wcwidth_works" >&6; }
-    case "$gl_cv_func_wcwidth_works" in
-      *yes) ;;
-      *no) REPLACE_WCWIDTH=1 ;;
-    esac
-  fi
-  if test $ac_cv_func_wcwidth != yes || test $REPLACE_WCWIDTH = 1; then
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS wcwidth.$ac_objext"
-
-  fi
-  if test $ac_cv_func_wcwidth != yes || test $REPLACE_WCWIDTH = 1 \
-     || test $HAVE_DECL_WCWIDTH = 0; then
-
-    :
-
-  fi
-
-
-
-
-  GNULIB_WCWIDTH=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_WCWIDTH 1
-_ACEOF
-
-
-
-  # Code from module write:
-
-
-
-
-
-
-
-  GNULIB_WRITE=1
-
-
-
-cat >>confdefs.h <<\_ACEOF
-#define GNULIB_TEST_WRITE 1
-_ACEOF
-
-
-
-  # Code from module xalloc:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS xmalloc.$ac_objext"
-
-
-
-
-  :
-
-
-  :
-
-
-  # Code from module xalloc-die:
-  # Code from module xgetcwd:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS xgetcwd.$ac_objext"
-
-
-
-
-  # Code from module xsize:
-
-
-
-
-for ac_header in stdint.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-  # Code from module xstrndup:
-
-
-  :
-
-
-  # Code from module xstrtol:
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS xstrtol.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS xstrtoul.$ac_objext"
-
-
-
-
-
-
-
-
-
-  gl_LIBOBJS="$gl_LIBOBJS xstrtol-error.$ac_objext"
-
-
-  # Code from module xstrtoumax:
-  # Code from module xvasprintf:
-
-
-
-
-
-  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=xasprintf:1:c-format"
-
-  # End of code from modules
-
-
-
-
-
-
-
-
-
-  gltests_libdeps=
-  gltests_ltlibdeps=
-
-
-
-
-
-
-
-
-
-  gl_source_base='tests'
-  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
-
-  gl_module_indicator_condition=$gltests_WITNESS
-
-
-
-
-
-
-
-
-
-  LIBGNU_LIBDEPS="$gl_libdeps"
-
-  LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
-
-
-# paxutils modules
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
-$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
-if test "${ac_cv_header_time+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <sys/time.h>
-#include <time.h>
-
-int
-main ()
-{
-if ((struct tm *) 0)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_header_time=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_header_time=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
-$as_echo "$ac_cv_header_time" >&6; }
-if test $ac_cv_header_time = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define TIME_WITH_SYS_TIME 1
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
-$as_echo_n "checking for struct stat.st_blksize... " >&6; }
-if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_blksize)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_blksize=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_blksize)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_blksize=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_blksize=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
-$as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; }
-if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ST_BLKSIZE 1
-_ACEOF
-
-fi
-
-
-
-
-
-
-  # Set LIB_SETSOCKOPT to -lnsl -lsocket if necessary.
-  pu_save_LIBS=$LIBS
-  LIB_SETSOCKOPT=
-  { $as_echo "$as_me:$LINENO: checking for library containing setsockopt" >&5
-$as_echo_n "checking for library containing setsockopt... " >&6; }
-if test "${ac_cv_search_setsockopt+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char setsockopt ();
-int
-main ()
-{
-return setsockopt ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' socket; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_setsockopt=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_setsockopt+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_setsockopt+set}" = set; then
-  :
-else
-  ac_cv_search_setsockopt=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_setsockopt" >&5
-$as_echo "$ac_cv_search_setsockopt" >&6; }
-ac_res=$ac_cv_search_setsockopt
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-else
-  { $as_echo "$as_me:$LINENO: checking for library containing setsockopt" >&5
-$as_echo_n "checking for library containing setsockopt... " >&6; }
-if test "${ac_cv_search_setsockopt+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char setsockopt ();
-int
-main ()
-{
-return setsockopt ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' socket; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib -lnsl $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_setsockopt=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_setsockopt+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_setsockopt+set}" = set; then
-  :
-else
-  ac_cv_search_setsockopt=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_setsockopt" >&5
-$as_echo "$ac_cv_search_setsockopt" >&6; }
-ac_res=$ac_cv_search_setsockopt
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-fi
-
-  { $as_echo "$as_me:$LINENO: checking for library containing setsockopt" >&5
-$as_echo_n "checking for library containing setsockopt... " >&6; }
-if test "${ac_cv_search_setsockopt+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char setsockopt ();
-int
-main ()
-{
-return setsockopt ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' nsl; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_setsockopt=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_setsockopt+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_setsockopt+set}" = set; then
-  :
-else
-  ac_cv_search_setsockopt=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_setsockopt" >&5
-$as_echo "$ac_cv_search_setsockopt" >&6; }
-ac_res=$ac_cv_search_setsockopt
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-
-  case "$ac_cv_search_setsockopt" in
-    -l*) LIB_SETSOCKOPT=$ac_cv_search_setsockopt
-  esac
-
-  LIBS=$pu_save_LIBS
-
-  enable_rmt() {
-    if test $ac_cv_header_sys_mtio_h = yes; then
-      { $as_echo "$as_me:$LINENO: checking for remote tape header files" >&5
-$as_echo_n "checking for remote tape header files... " >&6; }
-if test "${pu_cv_header_rmt+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#if HAVE_SGTTY_H
-# include <sgtty.h>
-#endif
-#include <sys/socket.h>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  pu_cv_header_rmt=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  pu_cv_header_rmt=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $pu_cv_header_rmt" >&5
-$as_echo "$pu_cv_header_rmt" >&6; }
-      test $pu_cv_header_rmt = yes && PU_RMT_PROG='rmt$(EXEEXT)'
-
-    fi
-  }
-
-
-for ac_header in sys/mtio.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-  { $as_echo "$as_me:$LINENO: checking which ioctl field to test for reversed bytes" >&5
-$as_echo_n "checking which ioctl field to test for reversed bytes... " >&6; }
-if test "${pu_cv_header_mtio_check_field+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/mtio.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "mt_model" >/dev/null 2>&1; then
-  pu_cv_header_mtio_check_field=mt_model
-else
-  pu_cv_header_mtio_check_field=mt_type
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $pu_cv_header_mtio_check_field" >&5
-$as_echo "$pu_cv_header_mtio_check_field" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define MTIO_CHECK_FIELD $pu_cv_header_mtio_check_field
-_ACEOF
-
-
-
-
-  if test "x$DEFAULT_RMT_DIR" != x; then
-       DEFAULT_RMT_COMMAND=$DEFAULT_RMT_DIR/rmt
-  else
-       DEFAULT_RMT_DIR='$(libexecdir)'
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking whether to build rmt" >&5
-$as_echo_n "checking whether to build rmt... " >&6; }
-
-# Check whether --with-rmt was given.
-if test "${with_rmt+set}" = set; then
-  withval=$with_rmt; case $withval in
-              yes|no) { { $as_echo "$as_me:$LINENO: error: Invalid argument to --with-rmt" >&5
-$as_echo "$as_me: error: Invalid argument to --with-rmt" >&2;}
-   { (exit 1); exit 1; }; };;
-              /*)     DEFAULT_RMT_COMMAND=$withval
-                      { $as_echo "$as_me:$LINENO: result: no, use $withval instead" >&5
-$as_echo "no, use $withval instead" >&6; };;
-              *)      { { $as_echo "$as_me:$LINENO: error: Argument to --with-rmt must be an absolute file name" >&5
-$as_echo "$as_me: error: Argument to --with-rmt must be an absolute file name" >&2;}
-   { (exit 1); exit 1; }; };;
-               esac
-else
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-                enable_rmt
-                if test "$PU_RMT_PROG" = ""; then
-                  { $as_echo "$as_me:$LINENO: WARNING: not building rmt, required header files are missing" >&5
-$as_echo "$as_me: WARNING: not building rmt, required header files are missing" >&2;}
-                fi
-fi
-
-
-
-  if test "x$DEFAULT_RMT_COMMAND" != x; then
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_RMT_COMMAND "$DEFAULT_RMT_COMMAND"
-_ACEOF
-
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-for ac_header in sys/buf.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_ac_Header=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_Header=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
-$as_echo_n "checking for struct stat.st_blksize... " >&6; }
-if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-static struct stat ac_aggr;
-if (ac_aggr.st_blksize)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_blksize=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-static struct stat ac_aggr;
-if (sizeof ac_aggr.st_blksize)
-return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_member_struct_stat_st_blksize=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_member_struct_stat_st_blksize=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
-$as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; }
-if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
-_ACEOF
-
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
-$as_echo_n "checking for library containing gethostbyname... " >&6; }
-if test "${ac_cv_search_gethostbyname+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char gethostbyname ();
-int
-main ()
-{
-return gethostbyname ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' nsl; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_search_gethostbyname=$ac_res
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext
-  if test "${ac_cv_search_gethostbyname+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_gethostbyname+set}" = set; then
-  :
-else
-  ac_cv_search_gethostbyname=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
-$as_echo "$ac_cv_search_gethostbyname" >&6; }
-ac_res=$ac_cv_search_gethostbyname
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:$LINENO: checking whether getgrgid is declared" >&5
-$as_echo_n "checking whether getgrgid is declared... " >&6; }
-if test "${ac_cv_have_decl_getgrgid+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <grp.h>
-
-int
-main ()
-{
-#ifndef getgrgid
-  (void) getgrgid;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getgrgid=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getgrgid=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getgrgid" >&5
-$as_echo "$ac_cv_have_decl_getgrgid" >&6; }
-if test "x$ac_cv_have_decl_getgrgid" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETGRGID 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETGRGID 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether getpwuid is declared" >&5
-$as_echo_n "checking whether getpwuid is declared... " >&6; }
-if test "${ac_cv_have_decl_getpwuid+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <pwd.h>
-
-int
-main ()
-{
-#ifndef getpwuid
-  (void) getpwuid;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_getpwuid=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_getpwuid=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_getpwuid" >&5
-$as_echo "$ac_cv_have_decl_getpwuid" >&6; }
-if test "x$ac_cv_have_decl_getpwuid" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETPWUID 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_GETPWUID 0
-_ACEOF
-
-
-fi
-
-
-{ $as_echo "$as_me:$LINENO: checking whether time is declared" >&5
-$as_echo_n "checking whether time is declared... " >&6; }
-if test "${ac_cv_have_decl_time+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <time.h>
-
-int
-main ()
-{
-#ifndef time
-  (void) time;
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_cv_have_decl_time=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_have_decl_time=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_time" >&5
-$as_echo "$ac_cv_have_decl_time" >&6; }
-if test "x$ac_cv_have_decl_time" = x""yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_TIME 1
-_ACEOF
-
-
-else
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DECL_TIME 0
-_ACEOF
-
-
-fi
-
-
-
-
-for ac_func in waitpid
-do
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
-$as_echo_n "checking for $ac_func... " >&6; }
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $ac_func (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $ac_func
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$ac_func || defined __stub___$ac_func
-choke me
-#endif
-
-int
-main ()
-{
-return $ac_func ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$as_ac_var=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$as_ac_var=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-as_val=`eval 'as_val=${'$as_ac_var'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
-  case " $LIBOBJS " in
-  *" $ac_func.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
- ;;
-esac
-
-fi
-done
-
-
-
-{ $as_echo "$as_me:$LINENO: checking for remote shell" >&5
-$as_echo_n "checking for remote shell... " >&6; }
-if test "${tar_cv_path_RSH+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$RSH"; then
-    tar_cv_path_RSH=$RSH
-  else
-    tar_cv_path_RSH=no
-    for ac_file in /usr/ucb/rsh /usr/bin/remsh /usr/bin/rsh /usr/bsd/rsh \
-       /usr/bin/nsh /usr/bin/rcmd
-    do
-      # Prefer a non-symlink rsh to a symlink one, so that binaries built
-      # on AIX 4.1.4, where /usr/ucb/rsh is a symlink to /usr/bin/rsh
-      # will run on AIX 4.3.0, which has only /usr/bin/rsh.
-      if test -f $ac_file; then
-       if (test -h $ac_file) 2>/dev/null; then
-         test $tar_cv_path_RSH = no && tar_cv_path_RSH=$ac_file
-       else
-         tar_cv_path_RSH=$ac_file
-         break
-       fi
-      fi
-    done
-  fi
-fi
-{ $as_echo "$as_me:$LINENO: result: $tar_cv_path_RSH" >&5
-$as_echo "$tar_cv_path_RSH" >&6; }
-if test $tar_cv_path_RSH = no; then
-
-for ac_header in netdb.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-else
-
-cat >>confdefs.h <<_ACEOF
-#define REMOTE_SHELL "$tar_cv_path_RSH"
-_ACEOF
-
-fi
-
-
-
-
-
-# Check whether --with-compress was given.
-if test "${with_compress+set}" = set; then
-  withval=$with_compress; tar_cv_compressor_compress=${withval}
-else
-  tar_cv_compressor_compress=compress
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define COMPRESS_PROGRAM "$tar_cv_compressor_compress"
-_ACEOF
-
-
-
-
-
-# Check whether --with-gzip was given.
-if test "${with_gzip+set}" = set; then
-  withval=$with_gzip; tar_cv_compressor_gzip=${withval}
-else
-  tar_cv_compressor_gzip=gzip
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define GZIP_PROGRAM "$tar_cv_compressor_gzip"
-_ACEOF
-
-
-
-
-
-# Check whether --with-bzip2 was given.
-if test "${with_bzip2+set}" = set; then
-  withval=$with_bzip2; tar_cv_compressor_bzip2=${withval}
-else
-  tar_cv_compressor_bzip2=bzip2
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define BZIP2_PROGRAM "$tar_cv_compressor_bzip2"
-_ACEOF
-
-
-
-
-
-# Check whether --with-lzip was given.
-if test "${with_lzip+set}" = set; then
-  withval=$with_lzip; tar_cv_compressor_lzip=${withval}
-else
-  tar_cv_compressor_lzip=lzip
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define LZIP_PROGRAM "$tar_cv_compressor_lzip"
-_ACEOF
-
-
-
-
-
-# Check whether --with-lzma was given.
-if test "${with_lzma+set}" = set; then
-  withval=$with_lzma; tar_cv_compressor_lzma=${withval}
-else
-  tar_cv_compressor_lzma=lzma
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define LZMA_PROGRAM "$tar_cv_compressor_lzma"
-_ACEOF
-
-
-
-
-
-# Check whether --with-lzop was given.
-if test "${with_lzop+set}" = set; then
-  withval=$with_lzop; tar_cv_compressor_lzop=${withval}
-else
-  tar_cv_compressor_lzop=lzop
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define LZOP_PROGRAM "$tar_cv_compressor_lzop"
-_ACEOF
-
-
-
-
-
-# Check whether --with-xz was given.
-if test "${with_xz+set}" = set; then
-  withval=$with_xz; tar_cv_compressor_xz=${withval}
-else
-  tar_cv_compressor_xz=xz
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define XZ_PROGRAM "$tar_cv_compressor_xz"
-_ACEOF
-
-
-{ $as_echo "$as_me:$LINENO: checking for default archive format" >&5
-$as_echo_n "checking for default archive format... " >&6; }
-
-
-
-if test -z "$DEFAULT_ARCHIVE_FORMAT"; then
-  DEFAULT_ARCHIVE_FORMAT="GNU"
-fi
-case $DEFAULT_ARCHIVE_FORMAT in
-  V7|OLDGNU|USTAR|POSIX|GNU) ;;
-  *) { { $as_echo "$as_me:$LINENO: error: Invalid format name" >&5
-$as_echo "$as_me: error: Invalid format name" >&2;}
-   { (exit 1); exit 1; }; };;
-esac
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_ARCHIVE_FORMAT ${DEFAULT_ARCHIVE_FORMAT}_FORMAT
-_ACEOF
-
-{ $as_echo "$as_me:$LINENO: result: $DEFAULT_ARCHIVE_FORMAT" >&5
-$as_echo "$DEFAULT_ARCHIVE_FORMAT" >&6; }
-
-{ $as_echo "$as_me:$LINENO: checking for default archive" >&5
-$as_echo_n "checking for default archive... " >&6; }
-
-
-if test -z "$DEFAULT_ARCHIVE"; then
-  DEFAULT_ARCHIVE=-
-else
-  if test -z "`ls $DEFAULT_ARCHIVE 2>/dev/null`"; then
-    { $as_echo "$as_me:$LINENO: WARNING: DEFAULT_ARCHIVE \`$DEFAULT_ARCHIVE' not found on this system" >&5
-$as_echo "$as_me: WARNING: DEFAULT_ARCHIVE \`$DEFAULT_ARCHIVE' not found on this system" >&2;}
-  fi
-  # FIXME: Look for DEFTAPE in <sys/mtio.h>.
-  # FIXME: Let DEVICE_PREFIX be configured from the environment.
-  # FIXME: Rearrange, here.
-  case $DEFAULT_ARCHIVE in
-    *[0-7][lmh])
-
-cat >>confdefs.h <<\_ACEOF
-#define DENSITY_LETTER 1
-_ACEOF
-
-      device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/0-7lmh$//'`
-      ;;
-    *[0-7])
-      device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/0-7$//'`
-      ;;
-    *)
-      device_prefix=
-      ;;
-  esac
-  case "$device_prefix" in
-    ?*)
-
-cat >>confdefs.h <<_ACEOF
-#define DEVICE_PREFIX "$device_prefix"
-_ACEOF
-
-      ;;
-  esac
-fi
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_ARCHIVE "$DEFAULT_ARCHIVE"
-_ACEOF
-
-{ $as_echo "$as_me:$LINENO: result: $DEFAULT_ARCHIVE" >&5
-$as_echo "$DEFAULT_ARCHIVE" >&6; }
-
-
-{ $as_echo "$as_me:$LINENO: checking for default blocking" >&5
-$as_echo_n "checking for default blocking... " >&6; }
-DEFAULT_BLOCKING=${DEFAULT_BLOCKING-20}
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_BLOCKING $DEFAULT_BLOCKING
-_ACEOF
-
-{ $as_echo "$as_me:$LINENO: result: $DEFAULT_BLOCKING" >&5
-$as_echo "$DEFAULT_BLOCKING" >&6; }
-
-{ $as_echo "$as_me:$LINENO: checking for default quoting style" >&5
-$as_echo_n "checking for default quoting style... " >&6; }
-
-
-DEFAULT_QUOTING_STYLE="escape"
-
-
-case $DEFAULT_QUOTING_STYLE in
-          literal|shell|shell-always|c|escape|locale|clocale) ;;
-*)  { { $as_echo "$as_me:$LINENO: error: Invalid quoting style" >&5
-$as_echo "$as_me: error: Invalid quoting style" >&2;}
-   { (exit 1); exit 1; }; };;
-esac
-{ $as_echo "$as_me:$LINENO: result: $DEFAULT_QUOTING_STYLE" >&5
-$as_echo "$DEFAULT_QUOTING_STYLE" >&6; }
-DEFAULT_QUOTING_STYLE=`echo ${DEFAULT_QUOTING_STYLE}|sed 's/-/_/g'`_quoting_style
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_QUOTING_STYLE $DEFAULT_QUOTING_STYLE
-_ACEOF
-
-
-# Iconv
-
-      if test "X$prefix" = "XNONE"; then
-    acl_final_prefix="$ac_default_prefix"
-  else
-    acl_final_prefix="$prefix"
-  fi
-  if test "X$exec_prefix" = "XNONE"; then
-    acl_final_exec_prefix='${prefix}'
-  else
-    acl_final_exec_prefix="$exec_prefix"
-  fi
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
-  prefix="$acl_save_prefix"
-
-
-# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then
-  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
-  # contains only /bin. Note that ksh looks also at the FPATH variable,
-  # so we have to set that as well for the test.
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-           || PATH_SEPARATOR=';'
-       }
-fi
-ac_prog=ld
-if test "$GCC" = yes; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5
-$as_echo_n "checking for ld used by GCC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | [A-Za-z]:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the path of ld
-      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
-        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD="$ac_prog"
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test "$with_gnu_ld" = yes; then
-  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if test "${acl_cv_path_LD+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
-  for ac_dir in $PATH; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      acl_cv_path_LD="$ac_dir/$ac_prog"
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some GNU ld's only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
-      *GNU* | *'with BFD'*)
-        test "$with_gnu_ld" != no && break ;;
-      *)
-        test "$with_gnu_ld" != yes && break ;;
-      esac
-    fi
-  done
-  IFS="$ac_save_ifs"
-else
-  acl_cv_path_LD="$LD" # Let the user override the test with a path.
-fi
-fi
-
-LD="$acl_cv_path_LD"
-if test -n "$LD"; then
-  { $as_echo "$as_me:$LINENO: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
-$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
-   { (exit 1); exit 1; }; }
-{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if test "${acl_cv_prog_gnu_ld+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  acl_cv_prog_gnu_ld=yes ;;
-*)
-  acl_cv_prog_gnu_ld=no ;;
-esac
-fi
-{ $as_echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
-$as_echo "$acl_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$acl_cv_prog_gnu_ld
-
-
-
-
-                                                { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5
-$as_echo_n "checking for shared library run path origin... " >&6; }
-if test "${acl_cv_rpath+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
-    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
-    . ./conftest.sh
-    rm -f ./conftest.sh
-    acl_cv_rpath=done
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
-$as_echo "$acl_cv_rpath" >&6; }
-  wl="$acl_cv_wl"
-  acl_libext="$acl_cv_libext"
-  acl_shlibext="$acl_cv_shlibext"
-  acl_libname_spec="$acl_cv_libname_spec"
-  acl_library_names_spec="$acl_cv_library_names_spec"
-  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
-  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
-  acl_hardcode_direct="$acl_cv_hardcode_direct"
-  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
-    # Check whether --enable-rpath was given.
-if test "${enable_rpath+set}" = set; then
-  enableval=$enable_rpath; :
-else
-  enable_rpath=yes
-fi
-
-
-
-
-  acl_libdirstem=lib
-  acl_libdirstem2=
-  case "$host_os" in
-    solaris*)
-                                    { $as_echo "$as_me:$LINENO: checking for 64-bit host" >&5
-$as_echo_n "checking for 64-bit host... " >&6; }
-if test "${gl_cv_solaris_64bit+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef _LP64
-sixtyfour bits
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "sixtyfour bits" >/dev/null 2>&1; then
-  gl_cv_solaris_64bit=yes
-else
-  gl_cv_solaris_64bit=no
-fi
-rm -f conftest*
-
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $gl_cv_solaris_64bit" >&5
-$as_echo "$gl_cv_solaris_64bit" >&6; }
-      if test $gl_cv_solaris_64bit = yes; then
-        acl_libdirstem=lib/64
-        case "$host_cpu" in
-          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
-          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
-        esac
-      fi
-      ;;
-    *)
-      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
-      if test -n "$searchpath"; then
-        acl_save_IFS="${IFS=   }"; IFS=":"
-        for searchdir in $searchpath; do
-          if test -d "$searchdir"; then
-            case "$searchdir" in
-              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
-              */../ | */.. )
-                # Better ignore directories of this form. They are misleading.
-                ;;
-              *) searchdir=`cd "$searchdir" && pwd`
-                 case "$searchdir" in
-                   */lib64 ) acl_libdirstem=lib64 ;;
-                 esac ;;
-            esac
-          fi
-        done
-        IFS="$acl_save_IFS"
-      fi
-      ;;
-  esac
-  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
-
-
-
-
-
-
-
-
-
-
-
-
-    use_additional=yes
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-
-    eval additional_includedir=\"$includedir\"
-    eval additional_libdir=\"$libdir\"
-
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-
-# Check whether --with-libiconv-prefix was given.
-if test "${with_libiconv_prefix+set}" = set; then
-  withval=$with_libiconv_prefix;
-    if test "X$withval" = "Xno"; then
-      use_additional=no
-    else
-      if test "X$withval" = "X"; then
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-
-          eval additional_includedir=\"$includedir\"
-          eval additional_libdir=\"$libdir\"
-
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-      else
-        additional_includedir="$withval/include"
-        additional_libdir="$withval/$acl_libdirstem"
-        if test "$acl_libdirstem2" != "$acl_libdirstem" \
-           && ! test -d "$withval/$acl_libdirstem"; then
-          additional_libdir="$withval/$acl_libdirstem2"
-        fi
-      fi
-    fi
-
-fi
-
-      LIBICONV=
-  LTLIBICONV=
-  INCICONV=
-  LIBICONV_PREFIX=
-      HAVE_LIBICONV=
-  rpathdirs=
-  ltrpathdirs=
-  names_already_handled=
-  names_next_round='iconv '
-  while test -n "$names_next_round"; do
-    names_this_round="$names_next_round"
-    names_next_round=
-    for name in $names_this_round; do
-      already_handled=
-      for n in $names_already_handled; do
-        if test "$n" = "$name"; then
-          already_handled=yes
-          break
-        fi
-      done
-      if test -z "$already_handled"; then
-        names_already_handled="$names_already_handled $name"
-                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
-        eval value=\"\$HAVE_LIB$uppername\"
-        if test -n "$value"; then
-          if test "$value" = yes; then
-            eval value=\"\$LIB$uppername\"
-            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
-            eval value=\"\$LTLIB$uppername\"
-            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
-          else
-                                    :
-          fi
-        else
-                              found_dir=
-          found_la=
-          found_so=
-          found_a=
-          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
-          if test -n "$acl_shlibext"; then
-            shrext=".$acl_shlibext"             # typically: shrext=.so
-          else
-            shrext=
-          fi
-          if test $use_additional = yes; then
-            dir="$additional_libdir"
-                                    if test -n "$acl_shlibext"; then
-              if test -f "$dir/$libname$shrext"; then
-                found_dir="$dir"
-                found_so="$dir/$libname$shrext"
-              else
-                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
-                  ver=`(cd "$dir" && \
-                        for f in "$libname$shrext".*; do echo "$f"; done \
-                        | sed -e "s,^$libname$shrext\\\\.,," \
-                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
-                        | sed 1q ) 2>/dev/null`
-                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
-                    found_dir="$dir"
-                    found_so="$dir/$libname$shrext.$ver"
-                  fi
-                else
-                  eval library_names=\"$acl_library_names_spec\"
-                  for f in $library_names; do
-                    if test -f "$dir/$f"; then
-                      found_dir="$dir"
-                      found_so="$dir/$f"
-                      break
-                    fi
-                  done
-                fi
-              fi
-            fi
-                        if test "X$found_dir" = "X"; then
-              if test -f "$dir/$libname.$acl_libext"; then
-                found_dir="$dir"
-                found_a="$dir/$libname.$acl_libext"
-              fi
-            fi
-            if test "X$found_dir" != "X"; then
-              if test -f "$dir/$libname.la"; then
-                found_la="$dir/$libname.la"
-              fi
-            fi
-          fi
-          if test "X$found_dir" = "X"; then
-            for x in $LDFLAGS $LTLIBICONV; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-              case "$x" in
-                -L*)
-                  dir=`echo "X$x" | sed -e 's/^X-L//'`
-                                    if test -n "$acl_shlibext"; then
-                    if test -f "$dir/$libname$shrext"; then
-                      found_dir="$dir"
-                      found_so="$dir/$libname$shrext"
-                    else
-                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
-                        ver=`(cd "$dir" && \
-                              for f in "$libname$shrext".*; do echo "$f"; done \
-                              | sed -e "s,^$libname$shrext\\\\.,," \
-                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
-                              | sed 1q ) 2>/dev/null`
-                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
-                          found_dir="$dir"
-                          found_so="$dir/$libname$shrext.$ver"
-                        fi
-                      else
-                        eval library_names=\"$acl_library_names_spec\"
-                        for f in $library_names; do
-                          if test -f "$dir/$f"; then
-                            found_dir="$dir"
-                            found_so="$dir/$f"
-                            break
-                          fi
-                        done
-                      fi
-                    fi
-                  fi
-                                    if test "X$found_dir" = "X"; then
-                    if test -f "$dir/$libname.$acl_libext"; then
-                      found_dir="$dir"
-                      found_a="$dir/$libname.$acl_libext"
-                    fi
-                  fi
-                  if test "X$found_dir" != "X"; then
-                    if test -f "$dir/$libname.la"; then
-                      found_la="$dir/$libname.la"
-                    fi
-                  fi
-                  ;;
-              esac
-              if test "X$found_dir" != "X"; then
-                break
-              fi
-            done
-          fi
-          if test "X$found_dir" != "X"; then
-                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
-            if test "X$found_so" != "X"; then
-                                                        if test "$enable_rpath" = no \
-                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
-                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
-                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
-              else
-                                                                                haveit=
-                for x in $ltrpathdirs; do
-                  if test "X$x" = "X$found_dir"; then
-                    haveit=yes
-                    break
-                  fi
-                done
-                if test -z "$haveit"; then
-                  ltrpathdirs="$ltrpathdirs $found_dir"
-                fi
-                                if test "$acl_hardcode_direct" = yes; then
-                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
-                else
-                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
-                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
-                                                            haveit=
-                    for x in $rpathdirs; do
-                      if test "X$x" = "X$found_dir"; then
-                        haveit=yes
-                        break
-                      fi
-                    done
-                    if test -z "$haveit"; then
-                      rpathdirs="$rpathdirs $found_dir"
-                    fi
-                  else
-                                                                                haveit=
-                    for x in $LDFLAGS $LIBICONV; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                      if test "X$x" = "X-L$found_dir"; then
-                        haveit=yes
-                        break
-                      fi
-                    done
-                    if test -z "$haveit"; then
-                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
-                    fi
-                    if test "$acl_hardcode_minus_L" != no; then
-                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
-                    else
-                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
-                    fi
-                  fi
-                fi
-              fi
-            else
-              if test "X$found_a" != "X"; then
-                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
-              else
-                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
-              fi
-            fi
-                        additional_includedir=
-            case "$found_dir" in
-              */$acl_libdirstem | */$acl_libdirstem/)
-                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
-                if test "$name" = 'iconv'; then
-                  LIBICONV_PREFIX="$basedir"
-                fi
-                additional_includedir="$basedir/include"
-                ;;
-              */$acl_libdirstem2 | */$acl_libdirstem2/)
-                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
-                if test "$name" = 'iconv'; then
-                  LIBICONV_PREFIX="$basedir"
-                fi
-                additional_includedir="$basedir/include"
-                ;;
-            esac
-            if test "X$additional_includedir" != "X"; then
-                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
-                haveit=
-                if test "X$additional_includedir" = "X/usr/local/include"; then
-                  if test -n "$GCC"; then
-                    case $host_os in
-                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-                    esac
-                  fi
-                fi
-                if test -z "$haveit"; then
-                  for x in $CPPFLAGS $INCICONV; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                    if test "X$x" = "X-I$additional_includedir"; then
-                      haveit=yes
-                      break
-                    fi
-                  done
-                  if test -z "$haveit"; then
-                    if test -d "$additional_includedir"; then
-                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
-                    fi
-                  fi
-                fi
-              fi
-            fi
-                        if test -n "$found_la"; then
-                                                        save_libdir="$libdir"
-              case "$found_la" in
-                */* | *\\*) . "$found_la" ;;
-                *) . "./$found_la" ;;
-              esac
-              libdir="$save_libdir"
-                            for dep in $dependency_libs; do
-                case "$dep" in
-                  -L*)
-                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
-                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
-                      haveit=
-                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
-                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
-                        if test -n "$GCC"; then
-                          case $host_os in
-                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-                          esac
-                        fi
-                      fi
-                      if test -z "$haveit"; then
-                        haveit=
-                        for x in $LDFLAGS $LIBICONV; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                          if test "X$x" = "X-L$additional_libdir"; then
-                            haveit=yes
-                            break
-                          fi
-                        done
-                        if test -z "$haveit"; then
-                          if test -d "$additional_libdir"; then
-                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
-                          fi
-                        fi
-                        haveit=
-                        for x in $LDFLAGS $LTLIBICONV; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                          if test "X$x" = "X-L$additional_libdir"; then
-                            haveit=yes
-                            break
-                          fi
-                        done
-                        if test -z "$haveit"; then
-                          if test -d "$additional_libdir"; then
-                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
-                          fi
-                        fi
-                      fi
-                    fi
-                    ;;
-                  -R*)
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
-                    if test "$enable_rpath" != no; then
-                                                                  haveit=
-                      for x in $rpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        rpathdirs="$rpathdirs $dir"
-                      fi
-                                                                  haveit=
-                      for x in $ltrpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        ltrpathdirs="$ltrpathdirs $dir"
-                      fi
-                    fi
-                    ;;
-                  -l*)
-                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
-                    ;;
-                  *.la)
-                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
-                    ;;
-                  *)
-                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
-                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
-                    ;;
-                esac
-              done
-            fi
-          else
-                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
-            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
-          fi
-        fi
-      fi
-    done
-  done
-  if test "X$rpathdirs" != "X"; then
-    if test -n "$acl_hardcode_libdir_separator"; then
-                        alldirs=
-      for found_dir in $rpathdirs; do
-        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
-      done
-            acl_save_libdir="$libdir"
-      libdir="$alldirs"
-      eval flag=\"$acl_hardcode_libdir_flag_spec\"
-      libdir="$acl_save_libdir"
-      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
-    else
-            for found_dir in $rpathdirs; do
-        acl_save_libdir="$libdir"
-        libdir="$found_dir"
-        eval flag=\"$acl_hardcode_libdir_flag_spec\"
-        libdir="$acl_save_libdir"
-        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
-      done
-    fi
-  fi
-  if test "X$ltrpathdirs" != "X"; then
-            for found_dir in $ltrpathdirs; do
-      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
-    done
-  fi
-
-
-
-
-
-
-
-
-
-
-
-
-          am_save_CPPFLAGS="$CPPFLAGS"
-
-  for element in $INCICONV; do
-    haveit=
-    for x in $CPPFLAGS; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-      if test "X$x" = "X$element"; then
-        haveit=yes
-        break
-      fi
-    done
-    if test -z "$haveit"; then
-      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
-    fi
-  done
-
-
-  { $as_echo "$as_me:$LINENO: checking for iconv" >&5
-$as_echo_n "checking for iconv... " >&6; }
-if test "${am_cv_func_iconv+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    am_cv_func_iconv="no, consider installing GNU libiconv"
-    am_cv_lib_iconv=no
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <iconv.h>
-
-int
-main ()
-{
-iconv_t cd = iconv_open("","");
-           iconv(cd,NULL,NULL,NULL,NULL);
-           iconv_close(cd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  am_cv_func_iconv=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-    if test "$am_cv_func_iconv" != yes; then
-      am_save_LIBS="$LIBS"
-      LIBS="$LIBS $LIBICONV"
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <iconv.h>
-
-int
-main ()
-{
-iconv_t cd = iconv_open("","");
-             iconv(cd,NULL,NULL,NULL,NULL);
-             iconv_close(cd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  am_cv_lib_iconv=yes
-        am_cv_func_iconv=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-      LIBS="$am_save_LIBS"
-    fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
-$as_echo "$am_cv_func_iconv" >&6; }
-  if test "$am_cv_func_iconv" = yes; then
-    { $as_echo "$as_me:$LINENO: checking for working iconv" >&5
-$as_echo_n "checking for working iconv... " >&6; }
-if test "${am_cv_func_iconv_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  am_save_LIBS="$LIBS"
-      if test $am_cv_lib_iconv = yes; then
-        LIBS="$LIBS $LIBICONV"
-      fi
-      if test "$cross_compiling" = yes; then
-
-         case "$host_os" in
-           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
-           *)            am_cv_func_iconv_works="guessing yes" ;;
-         esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <iconv.h>
-#include <string.h>
-int main ()
-{
-  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
-     returns.  */
-  {
-    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
-    if (cd_utf8_to_88591 != (iconv_t)(-1))
-      {
-        static const char input[] = "\342\202\254"; /* EURO SIGN */
-        char buf[10];
-        const char *inptr = input;
-        size_t inbytesleft = strlen (input);
-        char *outptr = buf;
-        size_t outbytesleft = sizeof (buf);
-        size_t res = iconv (cd_utf8_to_88591,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if (res == 0)
-          return 1;
-      }
-  }
-  /* Test against Solaris 10 bug: Failures are not distinguishable from
-     successful returns.  */
-  {
-    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
-    if (cd_ascii_to_88591 != (iconv_t)(-1))
-      {
-        static const char input[] = "\263";
-        char buf[10];
-        const char *inptr = input;
-        size_t inbytesleft = strlen (input);
-        char *outptr = buf;
-        size_t outbytesleft = sizeof (buf);
-        size_t res = iconv (cd_ascii_to_88591,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if (res == 0)
-          return 1;
-      }
-  }
-  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
-  {
-    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
-    if (cd_88591_to_utf8 != (iconv_t)(-1))
-      {
-        static const char input[] = "\304";
-        static char buf[2] = { (char)0xDE, (char)0xAD };
-        const char *inptr = input;
-        size_t inbytesleft = 1;
-        char *outptr = buf;
-        size_t outbytesleft = 1;
-        size_t res = iconv (cd_88591_to_utf8,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
-          return 1;
-      }
-  }
-#if 0 /* This bug could be worked around by the caller.  */
-  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
-  {
-    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
-    if (cd_88591_to_utf8 != (iconv_t)(-1))
-      {
-        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
-        char buf[50];
-        const char *inptr = input;
-        size_t inbytesleft = strlen (input);
-        char *outptr = buf;
-        size_t outbytesleft = sizeof (buf);
-        size_t res = iconv (cd_88591_to_utf8,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if ((int)res > 0)
-          return 1;
-      }
-  }
-#endif
-  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
-     provided.  */
-  if (/* Try standardized names.  */
-      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
-      /* Try IRIX, OSF/1 names.  */
-      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
-      /* Try AIX names.  */
-      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
-      /* Try HP-UX names.  */
-      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
-    return 1;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  am_cv_func_iconv_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-am_cv_func_iconv_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      LIBS="$am_save_LIBS"
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv_works" >&5
-$as_echo "$am_cv_func_iconv_works" >&6; }
-    case "$am_cv_func_iconv_works" in
-      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
-      *)   am_func_iconv=yes ;;
-    esac
-  else
-    am_func_iconv=no am_cv_lib_iconv=no
-  fi
-  if test "$am_func_iconv" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ICONV 1
-_ACEOF
-
-  fi
-  if test "$am_cv_lib_iconv" = yes; then
-    { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5
-$as_echo_n "checking how to link with libiconv... " >&6; }
-    { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5
-$as_echo "$LIBICONV" >&6; }
-  else
-            CPPFLAGS="$am_save_CPPFLAGS"
-    LIBICONV=
-    LTLIBICONV=
-  fi
-
-
-
-  if test "$am_cv_func_iconv" = yes; then
-    { $as_echo "$as_me:$LINENO: checking for iconv declaration" >&5
-$as_echo_n "checking for iconv declaration... " >&6; }
-    if test "${am_cv_proto_iconv+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <iconv.h>
-extern
-#ifdef __cplusplus
-"C"
-#endif
-#if defined(__STDC__) || defined(__cplusplus)
-size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
-#else
-size_t iconv();
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  am_cv_proto_iconv_arg1=""
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       am_cv_proto_iconv_arg1="const"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
-fi
-
-    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
-    { $as_echo "$as_me:$LINENO: result:
-         $am_cv_proto_iconv" >&5
-$as_echo "
-         $am_cv_proto_iconv" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define ICONV_CONST $am_cv_proto_iconv_arg1
-_ACEOF
-
-  fi
-
-
-
-for ac_header in iconv.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } >/dev/null && {
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-  yes:no: )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    ( cat <<\_ASBOX
-## ------------------------------ ##
-## Report this to bug-tar@gnu.org ##
-## ------------------------------ ##
-_ASBOX
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-as_val=`eval 'as_val=${'$as_ac_Header'}
-                $as_echo "$as_val"'`
-   if test "x$as_val" = x""yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-{ $as_echo "$as_me:$LINENO: checking for iconv_t" >&5
-$as_echo_n "checking for iconv_t... " >&6; }
-if test "${ac_cv_type_iconv_t+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_type_iconv_t=no
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef HAVE_ICONV_H
-# include <iconv.h>
-#endif
-
-
-int
-main ()
-{
-if (sizeof (iconv_t))
-       return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#ifdef HAVE_ICONV_H
-# include <iconv.h>
-#endif
-
-
-int
-main ()
-{
-if (sizeof ((iconv_t)))
-         return 0;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  :
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_cv_type_iconv_t=yes
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_iconv_t" >&5
-$as_echo "$ac_cv_type_iconv_t" >&6; }
-if test "x$ac_cv_type_iconv_t" = x""yes; then
-  :
-else
-
-cat >>confdefs.h <<\_ACEOF
-#define iconv_t int
-_ACEOF
-
-fi
-
-
-# Gettext.
-
-  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
-$as_echo_n "checking whether NLS is requested... " >&6; }
-    # Check whether --enable-nls was given.
-if test "${enable_nls+set}" = set; then
-  enableval=$enable_nls; USE_NLS=$enableval
-else
-  USE_NLS=yes
-fi
-
-  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
-$as_echo "$USE_NLS" >&6; }
-
-
-
-
-      GETTEXT_MACRO_VERSION=0.18
-
-
-
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
-  # contains only /bin. Note that ksh looks also at the FPATH variable,
-  # so we have to set that as well for the test.
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-           || PATH_SEPARATOR=';'
-       }
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "msgfmt", so it can be a program name with args.
-set dummy msgfmt; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_MSGFMT+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  case "$MSGFMT" in
-  [\\/]* | ?:[\\/]*)
-    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
-    ;;
-  *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH; do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          echo "$as_me: trying $ac_dir/$ac_word..." >&5
-          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
-     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
-            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
-  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
-    ;;
-esac
-fi
-MSGFMT="$ac_cv_path_MSGFMT"
-if test "$MSGFMT" != ":"; then
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
-$as_echo "$MSGFMT" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  # Extract the first word of "gmsgfmt", so it can be a program name with args.
-set dummy gmsgfmt; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_GMSGFMT+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  case $GMSGFMT in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-IFS=$as_save_IFS
-
-  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
-  ;;
-esac
-fi
-GMSGFMT=$ac_cv_path_GMSGFMT
-if test -n "$GMSGFMT"; then
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
-$as_echo "$GMSGFMT" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-
-    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
-    *) MSGFMT_015=$MSGFMT ;;
-  esac
-
-  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
-    *) GMSGFMT_015=$GMSGFMT ;;
-  esac
-
-
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
-  # contains only /bin. Note that ksh looks also at the FPATH variable,
-  # so we have to set that as well for the test.
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-           || PATH_SEPARATOR=';'
-       }
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "xgettext", so it can be a program name with args.
-set dummy xgettext; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_XGETTEXT+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  case "$XGETTEXT" in
-  [\\/]* | ?:[\\/]*)
-    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
-    ;;
-  *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH; do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          echo "$as_me: trying $ac_dir/$ac_word..." >&5
-          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
-     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
-            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
-  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
-    ;;
-esac
-fi
-XGETTEXT="$ac_cv_path_XGETTEXT"
-if test "$XGETTEXT" != ":"; then
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
-$as_echo "$XGETTEXT" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-    rm -f messages.po
-
-    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
-    *) XGETTEXT_015=$XGETTEXT ;;
-  esac
-
-
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
-  # contains only /bin. Note that ksh looks also at the FPATH variable,
-  # so we have to set that as well for the test.
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-           || PATH_SEPARATOR=';'
-       }
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "msgmerge", so it can be a program name with args.
-set dummy msgmerge; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_MSGMERGE+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  case "$MSGMERGE" in
-  [\\/]* | ?:[\\/]*)
-    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
-    ;;
-  *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH; do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          echo "$as_me: trying $ac_dir/$ac_word..." >&5
-          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
-            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
-  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
-    ;;
-esac
-fi
-MSGMERGE="$ac_cv_path_MSGMERGE"
-if test "$MSGMERGE" != ":"; then
-  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
-$as_echo "$MSGMERGE" >&6; }
-else
-  { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-        test -n "$localedir" || localedir='${datadir}/locale'
-
-
-    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
-
-
-  ac_config_commands="$ac_config_commands po-directories"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
-$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
-if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  gt_save_LIBS="$LIBS"
-     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
-     cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <CoreFoundation/CFPreferences.h>
-int
-main ()
-{
-CFPreferencesCopyAppValue(NULL, NULL)
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  gt_cv_func_CFPreferencesCopyAppValue=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_func_CFPreferencesCopyAppValue=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-     LIBS="$gt_save_LIBS"
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
-$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
-  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
-_ACEOF
-
-  fi
-    { $as_echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
-$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
-if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  gt_save_LIBS="$LIBS"
-     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
-     cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <CoreFoundation/CFLocale.h>
-int
-main ()
-{
-CFLocaleCopyCurrent();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  gt_cv_func_CFLocaleCopyCurrent=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       gt_cv_func_CFLocaleCopyCurrent=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-     LIBS="$gt_save_LIBS"
-fi
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
-$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
-  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_CFLOCALECOPYCURRENT 1
-_ACEOF
-
-  fi
-  INTL_MACOSX_LIBS=
-  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
-    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
-  fi
-
-
-
-
-
-
-  LIBINTL=
-  LTLIBINTL=
-  POSUB=
-
-    case " $gt_needs " in
-    *" need-formatstring-macros "*) gt_api_version=3 ;;
-    *" need-ngettext "*) gt_api_version=2 ;;
-    *) gt_api_version=1 ;;
-  esac
-  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
-  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
-
-    if test "$USE_NLS" = "yes"; then
-    gt_use_preinstalled_gnugettext=no
-
-
-        if test $gt_api_version -ge 3; then
-          gt_revision_test_code='
-#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-#endif
-typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-'
-        else
-          gt_revision_test_code=
-        fi
-        if test $gt_api_version -ge 2; then
-          gt_expression_test_code=' + * ngettext ("", "", 0)'
-        else
-          gt_expression_test_code=
-        fi
-
-        { $as_echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
-$as_echo_n "checking for GNU gettext in libc... " >&6; }
-if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <libintl.h>
-$gt_revision_test_code
-extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
-
-int
-main ()
-{
-
-bindtextdomain ("", "");
-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$gt_func_gnugettext_libc=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$gt_func_gnugettext_libc=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-ac_res=`eval 'as_val=${'$gt_func_gnugettext_libc'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
-
-
-
-
-
-          am_save_CPPFLAGS="$CPPFLAGS"
-
-  for element in $INCICONV; do
-    haveit=
-    for x in $CPPFLAGS; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-      if test "X$x" = "X$element"; then
-        haveit=yes
-        break
-      fi
-    done
-    if test -z "$haveit"; then
-      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
-    fi
-  done
-
-
-  { $as_echo "$as_me:$LINENO: checking for iconv" >&5
-$as_echo_n "checking for iconv... " >&6; }
-if test "${am_cv_func_iconv+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-    am_cv_func_iconv="no, consider installing GNU libiconv"
-    am_cv_lib_iconv=no
-    cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <iconv.h>
-
-int
-main ()
-{
-iconv_t cd = iconv_open("","");
-           iconv(cd,NULL,NULL,NULL,NULL);
-           iconv_close(cd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  am_cv_func_iconv=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-    if test "$am_cv_func_iconv" != yes; then
-      am_save_LIBS="$LIBS"
-      LIBS="$LIBS $LIBICONV"
-      cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <iconv.h>
-
-int
-main ()
-{
-iconv_t cd = iconv_open("","");
-             iconv(cd,NULL,NULL,NULL,NULL);
-             iconv_close(cd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  am_cv_lib_iconv=yes
-        am_cv_func_iconv=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-      LIBS="$am_save_LIBS"
-    fi
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
-$as_echo "$am_cv_func_iconv" >&6; }
-  if test "$am_cv_func_iconv" = yes; then
-    { $as_echo "$as_me:$LINENO: checking for working iconv" >&5
-$as_echo_n "checking for working iconv... " >&6; }
-if test "${am_cv_func_iconv_works+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-
-                  am_save_LIBS="$LIBS"
-      if test $am_cv_lib_iconv = yes; then
-        LIBS="$LIBS $LIBICONV"
-      fi
-      if test "$cross_compiling" = yes; then
-
-         case "$host_os" in
-           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
-           *)            am_cv_func_iconv_works="guessing yes" ;;
-         esac
-
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <iconv.h>
-#include <string.h>
-int main ()
-{
-  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
-     returns.  */
-  {
-    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
-    if (cd_utf8_to_88591 != (iconv_t)(-1))
-      {
-        static const char input[] = "\342\202\254"; /* EURO SIGN */
-        char buf[10];
-        const char *inptr = input;
-        size_t inbytesleft = strlen (input);
-        char *outptr = buf;
-        size_t outbytesleft = sizeof (buf);
-        size_t res = iconv (cd_utf8_to_88591,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if (res == 0)
-          return 1;
-      }
-  }
-  /* Test against Solaris 10 bug: Failures are not distinguishable from
-     successful returns.  */
-  {
-    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
-    if (cd_ascii_to_88591 != (iconv_t)(-1))
-      {
-        static const char input[] = "\263";
-        char buf[10];
-        const char *inptr = input;
-        size_t inbytesleft = strlen (input);
-        char *outptr = buf;
-        size_t outbytesleft = sizeof (buf);
-        size_t res = iconv (cd_ascii_to_88591,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if (res == 0)
-          return 1;
-      }
-  }
-  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
-  {
-    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
-    if (cd_88591_to_utf8 != (iconv_t)(-1))
-      {
-        static const char input[] = "\304";
-        static char buf[2] = { (char)0xDE, (char)0xAD };
-        const char *inptr = input;
-        size_t inbytesleft = 1;
-        char *outptr = buf;
-        size_t outbytesleft = 1;
-        size_t res = iconv (cd_88591_to_utf8,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
-          return 1;
-      }
-  }
-#if 0 /* This bug could be worked around by the caller.  */
-  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
-  {
-    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
-    if (cd_88591_to_utf8 != (iconv_t)(-1))
-      {
-        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
-        char buf[50];
-        const char *inptr = input;
-        size_t inbytesleft = strlen (input);
-        char *outptr = buf;
-        size_t outbytesleft = sizeof (buf);
-        size_t res = iconv (cd_88591_to_utf8,
-                            (char **) &inptr, &inbytesleft,
-                            &outptr, &outbytesleft);
-        if ((int)res > 0)
-          return 1;
-      }
-  }
-#endif
-  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
-     provided.  */
-  if (/* Try standardized names.  */
-      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
-      /* Try IRIX, OSF/1 names.  */
-      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
-      /* Try AIX names.  */
-      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
-      /* Try HP-UX names.  */
-      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
-    return 1;
-  return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  am_cv_func_iconv_works=yes
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-am_cv_func_iconv_works=no
-fi
-rm -rf conftest.dSYM
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-
-      LIBS="$am_save_LIBS"
-
-fi
-{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv_works" >&5
-$as_echo "$am_cv_func_iconv_works" >&6; }
-    case "$am_cv_func_iconv_works" in
-      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
-      *)   am_func_iconv=yes ;;
-    esac
-  else
-    am_func_iconv=no am_cv_lib_iconv=no
-  fi
-  if test "$am_func_iconv" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ICONV 1
-_ACEOF
-
-  fi
-  if test "$am_cv_lib_iconv" = yes; then
-    { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5
-$as_echo_n "checking how to link with libiconv... " >&6; }
-    { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5
-$as_echo "$LIBICONV" >&6; }
-  else
-            CPPFLAGS="$am_save_CPPFLAGS"
-    LIBICONV=
-    LTLIBICONV=
-  fi
-
-
-
-
-
-
-
-
-
-
-
-    use_additional=yes
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-
-    eval additional_includedir=\"$includedir\"
-    eval additional_libdir=\"$libdir\"
-
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-
-# Check whether --with-libintl-prefix was given.
-if test "${with_libintl_prefix+set}" = set; then
-  withval=$with_libintl_prefix;
-    if test "X$withval" = "Xno"; then
-      use_additional=no
-    else
-      if test "X$withval" = "X"; then
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-
-          eval additional_includedir=\"$includedir\"
-          eval additional_libdir=\"$libdir\"
-
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-      else
-        additional_includedir="$withval/include"
-        additional_libdir="$withval/$acl_libdirstem"
-        if test "$acl_libdirstem2" != "$acl_libdirstem" \
-           && ! test -d "$withval/$acl_libdirstem"; then
-          additional_libdir="$withval/$acl_libdirstem2"
-        fi
-      fi
-    fi
-
-fi
-
-      LIBINTL=
-  LTLIBINTL=
-  INCINTL=
-  LIBINTL_PREFIX=
-      HAVE_LIBINTL=
-  rpathdirs=
-  ltrpathdirs=
-  names_already_handled=
-  names_next_round='intl '
-  while test -n "$names_next_round"; do
-    names_this_round="$names_next_round"
-    names_next_round=
-    for name in $names_this_round; do
-      already_handled=
-      for n in $names_already_handled; do
-        if test "$n" = "$name"; then
-          already_handled=yes
-          break
-        fi
-      done
-      if test -z "$already_handled"; then
-        names_already_handled="$names_already_handled $name"
-                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
-        eval value=\"\$HAVE_LIB$uppername\"
-        if test -n "$value"; then
-          if test "$value" = yes; then
-            eval value=\"\$LIB$uppername\"
-            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
-            eval value=\"\$LTLIB$uppername\"
-            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
-          else
-                                    :
-          fi
-        else
-                              found_dir=
-          found_la=
-          found_so=
-          found_a=
-          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
-          if test -n "$acl_shlibext"; then
-            shrext=".$acl_shlibext"             # typically: shrext=.so
-          else
-            shrext=
-          fi
-          if test $use_additional = yes; then
-            dir="$additional_libdir"
-                                    if test -n "$acl_shlibext"; then
-              if test -f "$dir/$libname$shrext"; then
-                found_dir="$dir"
-                found_so="$dir/$libname$shrext"
-              else
-                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
-                  ver=`(cd "$dir" && \
-                        for f in "$libname$shrext".*; do echo "$f"; done \
-                        | sed -e "s,^$libname$shrext\\\\.,," \
-                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
-                        | sed 1q ) 2>/dev/null`
-                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
-                    found_dir="$dir"
-                    found_so="$dir/$libname$shrext.$ver"
-                  fi
-                else
-                  eval library_names=\"$acl_library_names_spec\"
-                  for f in $library_names; do
-                    if test -f "$dir/$f"; then
-                      found_dir="$dir"
-                      found_so="$dir/$f"
-                      break
-                    fi
-                  done
-                fi
-              fi
-            fi
-                        if test "X$found_dir" = "X"; then
-              if test -f "$dir/$libname.$acl_libext"; then
-                found_dir="$dir"
-                found_a="$dir/$libname.$acl_libext"
-              fi
-            fi
-            if test "X$found_dir" != "X"; then
-              if test -f "$dir/$libname.la"; then
-                found_la="$dir/$libname.la"
-              fi
-            fi
-          fi
-          if test "X$found_dir" = "X"; then
-            for x in $LDFLAGS $LTLIBINTL; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-              case "$x" in
-                -L*)
-                  dir=`echo "X$x" | sed -e 's/^X-L//'`
-                                    if test -n "$acl_shlibext"; then
-                    if test -f "$dir/$libname$shrext"; then
-                      found_dir="$dir"
-                      found_so="$dir/$libname$shrext"
-                    else
-                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
-                        ver=`(cd "$dir" && \
-                              for f in "$libname$shrext".*; do echo "$f"; done \
-                              | sed -e "s,^$libname$shrext\\\\.,," \
-                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
-                              | sed 1q ) 2>/dev/null`
-                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
-                          found_dir="$dir"
-                          found_so="$dir/$libname$shrext.$ver"
-                        fi
-                      else
-                        eval library_names=\"$acl_library_names_spec\"
-                        for f in $library_names; do
-                          if test -f "$dir/$f"; then
-                            found_dir="$dir"
-                            found_so="$dir/$f"
-                            break
-                          fi
-                        done
-                      fi
-                    fi
-                  fi
-                                    if test "X$found_dir" = "X"; then
-                    if test -f "$dir/$libname.$acl_libext"; then
-                      found_dir="$dir"
-                      found_a="$dir/$libname.$acl_libext"
-                    fi
-                  fi
-                  if test "X$found_dir" != "X"; then
-                    if test -f "$dir/$libname.la"; then
-                      found_la="$dir/$libname.la"
-                    fi
-                  fi
-                  ;;
-              esac
-              if test "X$found_dir" != "X"; then
-                break
-              fi
-            done
-          fi
-          if test "X$found_dir" != "X"; then
-                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
-            if test "X$found_so" != "X"; then
-                                                        if test "$enable_rpath" = no \
-                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
-                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
-                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
-              else
-                                                                                haveit=
-                for x in $ltrpathdirs; do
-                  if test "X$x" = "X$found_dir"; then
-                    haveit=yes
-                    break
-                  fi
-                done
-                if test -z "$haveit"; then
-                  ltrpathdirs="$ltrpathdirs $found_dir"
-                fi
-                                if test "$acl_hardcode_direct" = yes; then
-                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
-                else
-                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
-                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
-                                                            haveit=
-                    for x in $rpathdirs; do
-                      if test "X$x" = "X$found_dir"; then
-                        haveit=yes
-                        break
-                      fi
-                    done
-                    if test -z "$haveit"; then
-                      rpathdirs="$rpathdirs $found_dir"
-                    fi
-                  else
-                                                                                haveit=
-                    for x in $LDFLAGS $LIBINTL; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                      if test "X$x" = "X-L$found_dir"; then
-                        haveit=yes
-                        break
-                      fi
-                    done
-                    if test -z "$haveit"; then
-                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
-                    fi
-                    if test "$acl_hardcode_minus_L" != no; then
-                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
-                    else
-                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
-                    fi
-                  fi
-                fi
-              fi
-            else
-              if test "X$found_a" != "X"; then
-                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
-              else
-                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
-              fi
-            fi
-                        additional_includedir=
-            case "$found_dir" in
-              */$acl_libdirstem | */$acl_libdirstem/)
-                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
-                if test "$name" = 'intl'; then
-                  LIBINTL_PREFIX="$basedir"
-                fi
-                additional_includedir="$basedir/include"
-                ;;
-              */$acl_libdirstem2 | */$acl_libdirstem2/)
-                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
-                if test "$name" = 'intl'; then
-                  LIBINTL_PREFIX="$basedir"
-                fi
-                additional_includedir="$basedir/include"
-                ;;
-            esac
-            if test "X$additional_includedir" != "X"; then
-                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
-                haveit=
-                if test "X$additional_includedir" = "X/usr/local/include"; then
-                  if test -n "$GCC"; then
-                    case $host_os in
-                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-                    esac
-                  fi
-                fi
-                if test -z "$haveit"; then
-                  for x in $CPPFLAGS $INCINTL; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                    if test "X$x" = "X-I$additional_includedir"; then
-                      haveit=yes
-                      break
-                    fi
-                  done
-                  if test -z "$haveit"; then
-                    if test -d "$additional_includedir"; then
-                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
-                    fi
-                  fi
-                fi
-              fi
-            fi
-                        if test -n "$found_la"; then
-                                                        save_libdir="$libdir"
-              case "$found_la" in
-                */* | *\\*) . "$found_la" ;;
-                *) . "./$found_la" ;;
-              esac
-              libdir="$save_libdir"
-                            for dep in $dependency_libs; do
-                case "$dep" in
-                  -L*)
-                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
-                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
-                      haveit=
-                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
-                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
-                        if test -n "$GCC"; then
-                          case $host_os in
-                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-                          esac
-                        fi
-                      fi
-                      if test -z "$haveit"; then
-                        haveit=
-                        for x in $LDFLAGS $LIBINTL; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                          if test "X$x" = "X-L$additional_libdir"; then
-                            haveit=yes
-                            break
-                          fi
-                        done
-                        if test -z "$haveit"; then
-                          if test -d "$additional_libdir"; then
-                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
-                          fi
-                        fi
-                        haveit=
-                        for x in $LDFLAGS $LTLIBINTL; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-                          if test "X$x" = "X-L$additional_libdir"; then
-                            haveit=yes
-                            break
-                          fi
-                        done
-                        if test -z "$haveit"; then
-                          if test -d "$additional_libdir"; then
-                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
-                          fi
-                        fi
-                      fi
-                    fi
-                    ;;
-                  -R*)
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
-                    if test "$enable_rpath" != no; then
-                                                                  haveit=
-                      for x in $rpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        rpathdirs="$rpathdirs $dir"
-                      fi
-                                                                  haveit=
-                      for x in $ltrpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        ltrpathdirs="$ltrpathdirs $dir"
-                      fi
-                    fi
-                    ;;
-                  -l*)
-                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
-                    ;;
-                  *.la)
-                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
-                    ;;
-                  *)
-                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
-                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
-                    ;;
-                esac
-              done
-            fi
-          else
-                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
-            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
-          fi
-        fi
-      fi
-    done
-  done
-  if test "X$rpathdirs" != "X"; then
-    if test -n "$acl_hardcode_libdir_separator"; then
-                        alldirs=
-      for found_dir in $rpathdirs; do
-        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
-      done
-            acl_save_libdir="$libdir"
-      libdir="$alldirs"
-      eval flag=\"$acl_hardcode_libdir_flag_spec\"
-      libdir="$acl_save_libdir"
-      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
-    else
-            for found_dir in $rpathdirs; do
-        acl_save_libdir="$libdir"
-        libdir="$found_dir"
-        eval flag=\"$acl_hardcode_libdir_flag_spec\"
-        libdir="$acl_save_libdir"
-        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
-      done
-    fi
-  fi
-  if test "X$ltrpathdirs" != "X"; then
-            for found_dir in $ltrpathdirs; do
-      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
-    done
-  fi
-
-
-
-
-
-
-          { $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
-$as_echo_n "checking for GNU gettext in libintl... " >&6; }
-if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then
-  $as_echo_n "(cached) " >&6
-else
-  gt_save_CPPFLAGS="$CPPFLAGS"
-            CPPFLAGS="$CPPFLAGS $INCINTL"
-            gt_save_LIBS="$LIBS"
-            LIBS="$LIBS $LIBINTL"
-                        cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <libintl.h>
-$gt_revision_test_code
-extern int _nl_msg_cat_cntr;
-extern
-#ifdef __cplusplus
-"C"
-#endif
-const char *_nl_expand_alias (const char *);
-
-int
-main ()
-{
-
-bindtextdomain ("", "");
-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  eval "$gt_func_gnugettext_libintl=yes"
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       eval "$gt_func_gnugettext_libintl=no"
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
-              LIBS="$LIBS $LIBICONV"
-              cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <libintl.h>
-$gt_revision_test_code
-extern int _nl_msg_cat_cntr;
-extern
-#ifdef __cplusplus
-"C"
-#endif
-const char *_nl_expand_alias (const char *);
-
-int
-main ()
-{
-
-bindtextdomain ("", "");
-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-        test -z "$ac_c_werror_flag" ||
-        test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-        test "$cross_compiling" = yes ||
-        $as_test_x conftest$ac_exeext
-       }; then
-  LIBINTL="$LIBINTL $LIBICONV"
-                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
-                 eval "$gt_func_gnugettext_libintl=yes"
-
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-            fi
-            CPPFLAGS="$gt_save_CPPFLAGS"
-            LIBS="$gt_save_LIBS"
-fi
-ac_res=`eval 'as_val=${'$gt_func_gnugettext_libintl'}
-                $as_echo "$as_val"'`
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-        fi
-
-                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
-           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
-                && test "$PACKAGE" != gettext-runtime \
-                && test "$PACKAGE" != gettext-tools; }; then
-          gt_use_preinstalled_gnugettext=yes
-        else
-                    LIBINTL=
-          LTLIBINTL=
-          INCINTL=
-        fi
-
-
-
-    if test -n "$INTL_MACOSX_LIBS"; then
-      if test "$gt_use_preinstalled_gnugettext" = "yes" \
-         || test "$nls_cv_use_gnu_gettext" = "yes"; then
-                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
-        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
-      fi
-    fi
-
-    if test "$gt_use_preinstalled_gnugettext" = "yes" \
-       || test "$nls_cv_use_gnu_gettext" = "yes"; then
-
-cat >>confdefs.h <<\_ACEOF
-#define ENABLE_NLS 1
-_ACEOF
-
-    else
-      USE_NLS=no
-    fi
-  fi
-
-  { $as_echo "$as_me:$LINENO: checking whether to use NLS" >&5
-$as_echo_n "checking whether to use NLS... " >&6; }
-  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
-$as_echo "$USE_NLS" >&6; }
-  if test "$USE_NLS" = "yes"; then
-    { $as_echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
-$as_echo_n "checking where the gettext function comes from... " >&6; }
-    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
-      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
-        gt_source="external libintl"
-      else
-        gt_source="libc"
-      fi
-    else
-      gt_source="included intl directory"
-    fi
-    { $as_echo "$as_me:$LINENO: result: $gt_source" >&5
-$as_echo "$gt_source" >&6; }
-  fi
-
-  if test "$USE_NLS" = "yes"; then
-
-    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
-      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
-        { $as_echo "$as_me:$LINENO: checking how to link with libintl" >&5
-$as_echo_n "checking how to link with libintl... " >&6; }
-        { $as_echo "$as_me:$LINENO: result: $LIBINTL" >&5
-$as_echo "$LIBINTL" >&6; }
-
-  for element in $INCINTL; do
-    haveit=
-    for x in $CPPFLAGS; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-      if test "X$x" = "X$element"; then
-        haveit=yes
-        break
-      fi
-    done
-    if test -z "$haveit"; then
-      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
-    fi
-  done
-
-      fi
-
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_GETTEXT 1
-_ACEOF
-
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_DCGETTEXT 1
-_ACEOF
-
-    fi
-
-        POSUB=po
-  fi
-
-
-
-    INTLLIBS="$LIBINTL"
-
-
-
-
-
-
-
-
-# Initialize the test suite.
-ac_config_commands="$ac_config_commands tests/atconfig"
-
-
-ac_config_files="$ac_config_files tests/Makefile tests/atlocal"
- # FIXME: tests/preset?
-
-AUTOM4TE=${AUTOM4TE-"${am_missing_run}autom4te"}
-
-
-
-
-# Check whether --enable-backup-scripts was given.
-if test "${enable_backup_scripts+set}" = set; then
-  enableval=$enable_backup_scripts; case $enableval in
-              yes) BACKUP_LIBEXEC_SCRIPTS='$(BACKUP_LIBEXEC_SCRIPTS_LIST)'
-                    BACKUP_SBIN_SCRIPTS='$(BACKUP_SBIN_SCRIPTS_LIST)'
-                    ;;
-               esac
-fi
-
-
-
-if date +%Y-%m-%d 2>/dev/null >&2; then
-       BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d'
-else
-       BACKUP_SED_COND='/^\#IF_DATE_FORMAT_OK/,/^\#ELSE_DATE_FORMAT_OK/d;/^\#ENDIF_DATE_FORMAT_OK/d'
-fi
-
-ac_config_files="$ac_config_files Makefile doc/Makefile gnu/Makefile lib/Makefile po/Makefile.in scripts/Makefile rmt/Makefile src/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems.  If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
-  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
-    eval ac_val=\$$ac_var
-    case $ac_val in #(
-    *${as_nl}*)
-      case $ac_var in #(
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
-      esac
-      case $ac_var in #(
-      _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
-      *) $as_unset $ac_var ;;
-      esac ;;
-    esac
-  done
-
-  (set) 2>&1 |
-    case $as_nl`(ac_space=' '; set) 2>&1` in #(
-    *${as_nl}ac_space=\ *)
-      # `set' does not quote correctly, so add quotes (double-quote
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
-      sed -n \
-       "s/'/'\\\\''/g;
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
-      ;; #(
-    *)
-      # `set' quotes correctly as required by POSIX, so do not add quotes.
-      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-      ;;
-    esac |
-    sort
-) |
-  sed '
-     /^ac_cv_env_/b end
-     t clear
-     :clear
-     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-     t end
-     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-     :end' >>confcache
-if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
-  if test -w "$cache_file"; then
-    test "x$cache_file" != "x/dev/null" &&
-      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
-$as_echo "$as_me: updating cache $cache_file" >&6;}
-    cat confcache >$cache_file
-  else
-    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
-  fi
-fi
-rm -f confcache
-
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
-# Let make expand exec_prefix.
-test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-  # 1. Remove the extension, and $U if already installed.
-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
-  #    will be set to the directory where LIBOBJS objects are built.
-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
-done
-LIBOBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
- if test -n "$EXEEXT"; then
-  am__EXEEXT_TRUE=
-  am__EXEEXT_FALSE='#'
-else
-  am__EXEEXT_TRUE='#'
-  am__EXEEXT_FALSE=
-fi
-
-if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GL_COND_LIBTOOL\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-$as_echo "$as_me: error: conditional \"GL_COND_LIBTOOL\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-if test -z "${LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE}"; then
-  { { $as_echo "$as_me:$LINENO: error: conditional \"LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-$as_echo "$as_me: error: conditional \"LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-    gl_libobjs=
-    gl_ltlibobjs=
-    if test -n "$gl_LIBOBJS"; then
-      # Remove the extension.
-      sed_drop_objext='s/\.o$//;s/\.obj$//'
-      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
-        gl_libobjs="$gl_libobjs $i.$ac_objext"
-        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
-      done
-    fi
-    gl_LIBOBJS=$gl_libobjs
-
-    gl_LTLIBOBJS=$gl_ltlibobjs
-
-
-
-    gltests_libobjs=
-    gltests_ltlibobjs=
-    if test -n "$gltests_LIBOBJS"; then
-      # Remove the extension.
-      sed_drop_objext='s/\.o$//;s/\.obj$//'
-      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
-        gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
-      done
-    fi
-    gltests_LIBOBJS=$gltests_libobjs
-
-    gltests_LTLIBOBJS=$gltests_ltlibobjs
-
-
-
-: ${CONFIG_STATUS=./config.status}
-ac_write_fail=0
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
-cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#! $SHELL
-# Generated by $as_me.
-# Run this file to recreate the current configuration.
-# Compiler output produced by configure, useful for debugging
-# configure, is in config.log if it exists.
-
-debug=false
-ac_cs_recheck=false
-ac_cs_silent=false
-SHELL=\${CONFIG_SHELL-$SHELL}
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *"$as_nl"*)
-       expr "X$arg" : "X\\(.*\\)$as_nl";
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-IFS=" ""       $as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  { (exit 1); exit 1; }
-fi
-
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-        X"$0" : 'X\(//\)$' \| \
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-
-# CDPATH.
-$as_unset CDPATH
-
-
-
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-   { (exit 1); exit 1; }; }
-
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
--n*)
-  case `echo 'x\c'` in
-  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
-    as_ln_s='cp -p'
-  fi
-else
-  as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p=:
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-if test -x / >/dev/null 2>&1; then
-  as_test_x='test -x'
-else
-  if ls -dL / >/dev/null 2>&1; then
-    as_ls_L_option=L
-  else
-    as_ls_L_option=
-  fi
-  as_test_x='
-    eval sh -c '\''
-      if test -d "$1"; then
-       test -d "$1/.";
-      else
-       case $1 in
-       -*)set "./$1";;
-       esac;
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-       ???[sx]*):;;*)false;;esac;fi
-    '\'' sh
-  '
-fi
-as_executable_p=$as_test_x
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-exec 6>&1
-
-# Save the log message, to keep $[0] and so on meaningful, and to
-# report actual input values of CONFIG_FILES etc. instead of their
-# values after options handling.
-ac_log="
-This file was extended by GNU tar $as_me 1.25, which was
-generated by GNU Autoconf 2.63.  Invocation command line was
-
-  CONFIG_FILES    = $CONFIG_FILES
-  CONFIG_HEADERS  = $CONFIG_HEADERS
-  CONFIG_LINKS    = $CONFIG_LINKS
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
-  $ $0 $@
-
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
-"
-
-_ACEOF
-
-case $ac_config_files in *"
-"*) set x $ac_config_files; shift; ac_config_files=$*;;
-esac
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-config_commands="$ac_config_commands"
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-ac_cs_usage="\
-\`$as_me' instantiates files from templates according to the
-current configuration.
-
-Usage: $0 [OPTION]... [FILE]...
-
-  -h, --help       print this help, then exit
-  -V, --version    print version number and configuration settings, then exit
-  -q, --quiet, --silent
-                   do not print progress messages
-  -d, --debug      don't remove temporary files
-      --recheck    update $as_me by reconfiguring in the same conditions
-      --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
-      --header=FILE[:TEMPLATE]
-                   instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <bug-autoconf@gnu.org>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_version="\\
-GNU tar config.status 1.25
-configured by $0, generated by GNU Autoconf 2.63,
-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
-
-Copyright (C) 2008 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='$ac_pwd'
-srcdir='$srcdir'
-INSTALL='$INSTALL'
-MKDIR_P='$MKDIR_P'
-AWK='$AWK'
-test -n "\$AWK" || AWK=awk
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo "$ac_cs_version"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    { $as_echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; };;
-  --help | --hel | -h )
-    $as_echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) { $as_echo "$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; } ;;
-
-  *) ac_config_targets="$ac_config_targets $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-if \$ac_cs_recheck; then
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
-  CONFIG_SHELL='$SHELL'
-  export CONFIG_SHELL
-  exec "\$@"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-  $as_echo "$ac_log"
-} >&5
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-# Capture the value of obsolete ALL_LINGUAS because we need it to compute
-    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
-    # from automake < 1.5.
-    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
-    # Capture the value of LINGUAS because we need it to compute CATALOGS.
-    LINGUAS="${LINGUAS-%UNSET%}"
-
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
-    "tests/atconfig") CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
-    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
-    "tests/atlocal") CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-    "gnu/Makefile") CONFIG_FILES="$CONFIG_FILES gnu/Makefile" ;;
-    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
-    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
-    "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
-    "rmt/Makefile") CONFIG_FILES="$CONFIG_FILES rmt/Makefile" ;;
-    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
-
-  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
-   { (exit 1); exit 1; }; };;
-  esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used.  Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
-  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience.  Make it in the build tree
-# simply because there is no reason against having it here, and in addition,
-# creating and moving files from /tmp can sometimes cause problems.
-# Hook for its removal unless debugging.
-# Note that there is a small window in which the directory will not be cleaned:
-# after its creation but before its name has been assigned to `$tmp'.
-$debug ||
-{
-  tmp=
-  trap 'exit_status=$?
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-' 0
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
-}
-# Create a (secure) tmp directory for tmp files.
-
-{
-  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-  test -n "$tmp" && test -d "$tmp"
-}  ||
-{
-  tmp=./conf$$-$RANDOM
-  (umask 077 && mkdir "$tmp")
-} ||
-{
-   $as_echo "$as_me: cannot create a temporary directory in ." >&2
-   { (exit 1); exit 1; }
-}
-
-# Set up the scripts for CONFIG_FILES section.
-# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
-if test -n "$CONFIG_FILES"; then
-
-
-ac_cr='\r'
-ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
-  ac_cs_awk_cr='\\r'
-else
-  ac_cs_awk_cr=$ac_cr
-fi
-
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
-_ACEOF
-
-
-{
-  echo "cat >conf$$subs.awk <<_ACEOF" &&
-  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
-  echo "_ACEOF"
-} >conf$$subs.sh ||
-  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-   { (exit 1); exit 1; }; }
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
-ac_delim='%!_!# '
-for ac_last_try in false false false false false :; do
-  . ./conf$$subs.sh ||
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-   { (exit 1); exit 1; }; }
-
-  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
-  if test $ac_delim_n = $ac_delim_num; then
-    break
-  elif $ac_last_try; then
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-   { (exit 1); exit 1; }; }
-  else
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-  fi
-done
-rm -f conf$$subs.sh
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
-_ACEOF
-sed -n '
-h
-s/^/S["/; s/!.*/"]=/
-p
-g
-s/^[^!]*!//
-:repl
-t repl
-s/'"$ac_delim"'$//
-t delim
-:nl
-h
-s/\(.\{148\}\).*/\1/
-t more1
-s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
-p
-n
-b repl
-:more1
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-p
-g
-s/.\{148\}//
-t nl
-:delim
-h
-s/\(.\{148\}\).*/\1/
-t more2
-s/["\\]/\\&/g; s/^/"/; s/$/"/
-p
-b
-:more2
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-p
-g
-s/.\{148\}//
-t delim
-' <conf$$subs.awk | sed '
-/^[^""]/{
-  N
-  s/\n//
-}
-' >>$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-_ACAWK
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
-  for (key in S) S_is_set[key] = 1
-  FS = "\a"
-
-}
-{
-  line = $ 0
-  nfields = split(line, field, "@")
-  substed = 0
-  len = length(field[1])
-  for (i = 2; i < nfields; i++) {
-    key = field[i]
-    keylen = length(key)
-    if (S_is_set[key]) {
-      value = S[key]
-      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
-      len += length(value) + length(field[++i])
-      substed = 1
-    } else
-      len += 1 + keylen
-  }
-
-  print line
-}
-
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
-  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
-else
-  cat
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
-  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
-$as_echo "$as_me: error: could not setup config files machinery" >&2;}
-   { (exit 1); exit 1; }; }
-_ACEOF
-
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
-# trailing colons and then remove the whole line if VPATH becomes empty
-# (actually we leave an empty line to preserve line numbers).
-if test "x$srcdir" = x.; then
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
-s/:*\$(srcdir):*/:/
-s/:*\${srcdir}:*/:/
-s/:*@srcdir@:*/:/
-s/^\([^=]*=[    ]*\):*/\1/
-s/:*$//
-s/^[^=]*=[      ]*$//
-}'
-fi
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-fi # test -n "$CONFIG_FILES"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
-  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
-  if test -z "$ac_t"; then
-    break
-  elif $ac_last_try; then
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
-$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
-   { (exit 1); exit 1; }; }
-  else
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-  fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any.  Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[    ]*#[    ]*define[       ][      ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-  for (key in D) D_is_set[key] = 1
-  FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
-  line = \$ 0
-  split(line, arg, " ")
-  if (arg[1] == "#") {
-    defundef = arg[2]
-    mac1 = arg[3]
-  } else {
-    defundef = substr(arg[1], 2)
-    mac1 = arg[2]
-  }
-  split(mac1, mac2, "(") #)
-  macro = mac2[1]
-  prefix = substr(line, 1, index(line, defundef) - 1)
-  if (D_is_set[macro]) {
-    # Preserve the white space surrounding the "#".
-    print prefix "define", macro P[macro] D[macro]
-    next
-  } else {
-    # Replace #undef with comments.  This is necessary, for example,
-    # in the case of _POSIX_SOURCE, which is predefined and required
-    # on some systems where configure will not decide to define it.
-    if (defundef == "undef") {
-      print "/*", prefix defundef, macro, "*/"
-      next
-    }
-  }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
-$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
-   { (exit 1); exit 1; }; }
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
-shift
-for ac_tag
-do
-  case $ac_tag in
-  :[FHLC]) ac_mode=$ac_tag; continue;;
-  esac
-  case $ac_mode$ac_tag in
-  :[FHL]*:*);;
-  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
-$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
-   { (exit 1); exit 1; }; };;
-  :[FH]-) ac_tag=-:-;;
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-  esac
-  ac_save_IFS=$IFS
-  IFS=:
-  set x $ac_tag
-  IFS=$ac_save_IFS
-  shift
-  ac_file=$1
-  shift
-
-  case $ac_mode in
-  :L) ac_source=$1;;
-  :[FH])
-    ac_file_inputs=
-    for ac_f
-    do
-      case $ac_f in
-      -) ac_f="$tmp/stdin";;
-      *) # Look for the file first in the build tree, then in the source tree
-        # (if the path is not absolute).  The absolute path cannot be DOS-style,
-        # because $ac_f cannot contain `:'.
-        test -f "$ac_f" ||
-          case $ac_f in
-          [\\/$]*) false;;
-          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
-          esac ||
-          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
-   { (exit 1); exit 1; }; };;
-      esac
-      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
-      ac_file_inputs="$ac_file_inputs '$ac_f'"
-    done
-
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
-    # use $as_me), people would be surprised to read:
-    #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-       `' by configure.'
-    if test x"$ac_file" != x-; then
-      configure_input="$ac_file.  $configure_input"
-      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
-$as_echo "$as_me: creating $ac_file" >&6;}
-    fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo "$configure_input" |
-       sed 's/[\\\\&|]/\\\\&/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
-
-    case $ac_tag in
-    *:-:* | *:-) cat >"$tmp/stdin" \
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
-   { (exit 1); exit 1; }; } ;;
-    esac
-    ;;
-  esac
-
-  ac_dir=`$as_dirname -- "$ac_file" ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$ac_file" : 'X\(//\)[^/]' \| \
-        X"$ac_file" : 'X\(//\)$' \| \
-        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-  { as_dir="$ac_dir"
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_dir" : 'X\(//\)[^/]' \| \
-        X"$as_dir" : 'X\(//\)$' \| \
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-   { (exit 1); exit 1; }; }; }
-  ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-
-  case $ac_mode in
-  :F)
-  #
-  # CONFIG_FILE
-  #
-
-  case $INSTALL in
-  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-  esac
-  ac_MKDIR_P=$MKDIR_P
-  case $MKDIR_P in
-  [\\/$]* | ?:[\\/]* ) ;;
-  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
-  esac
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# If the template does not know about datarootdir, expand it.
-# FIXME: This hack should be removed a few years after 2.60.
-ac_datarootdir_hack=; ac_datarootdir_seen=
-
-ac_sed_dataroot='
-/datarootdir/ {
-  p
-  q
-}
-/@datadir@/p
-/@docdir@/p
-/@infodir@/p
-/@localedir@/p
-/@mandir@/p
-'
-case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
-*datarootdir*) ac_datarootdir_seen=yes;;
-*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-  ac_datarootdir_hack='
-  s&@datadir@&$datadir&g
-  s&@docdir@&$docdir&g
-  s&@infodir@&$infodir&g
-  s&@localedir@&$localedir&g
-  s&@mandir@&$mandir&g
-    s&\\\${datarootdir}&$datarootdir&g' ;;
-esac
-_ACEOF
-
-# Neutralize VPATH when `$srcdir' = `.'.
-# Shell code in configure.ac might set extrasub.
-# FIXME: do we really want to maintain this feature?
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_sed_extra="$ac_vpsub
-$extrasub
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-:t
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
-s&@top_builddir@&$ac_top_builddir_sub&;t t
-s&@top_build_prefix@&$ac_top_build_prefix&;t t
-s&@srcdir@&$ac_srcdir&;t t
-s&@abs_srcdir@&$ac_abs_srcdir&;t t
-s&@top_srcdir@&$ac_top_srcdir&;t t
-s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-s&@builddir@&$ac_builddir&;t t
-s&@abs_builddir@&$ac_abs_builddir&;t t
-s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-s&@INSTALL@&$ac_INSTALL&;t t
-s&@MKDIR_P@&$ac_MKDIR_P&;t t
-$ac_datarootdir_hack
-"
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
-   { (exit 1); exit 1; }; }
-
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
-  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&5
-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&2;}
-
-  rm -f "$tmp/stdin"
-  case $ac_file in
-  -) cat "$tmp/out" && rm -f "$tmp/out";;
-  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
-  esac \
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
-   { (exit 1); exit 1; }; }
- ;;
-  :H)
-  #
-  # CONFIG_HEADER
-  #
-  if test x"$ac_file" != x-; then
-    {
-      $as_echo "/* $configure_input  */" \
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
-    } >"$tmp/config.h" \
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
-   { (exit 1); exit 1; }; }
-    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
-      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
-    else
-      rm -f "$ac_file"
-      mv "$tmp/config.h" "$ac_file" \
-       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
-   { (exit 1); exit 1; }; }
-    fi
-  else
-    $as_echo "/* $configure_input  */" \
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
-      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
-$as_echo "$as_me: error: could not create -" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_am_stamp_count=1
-for _am_header in $config_headers :; do
-  case $_am_header in
-    $_am_arg | $_am_arg:* )
-      break ;;
-    * )
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-  esac
-done
-echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$_am_arg" : 'X\(//\)[^/]' \| \
-        X"$_am_arg" : 'X\(//\)$' \| \
-        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
-  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
-$as_echo "$as_me: executing $ac_file commands" >&6;}
- ;;
-  esac
-
-
-  case $ac_file$ac_mode in
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
-  # are listed without --file.  Let's play safe and only enable the eval
-  # if we detect the quoting.
-  case $CONFIG_FILES in
-  *\'*) eval set x "$CONFIG_FILES" ;;
-  *)   set x $CONFIG_FILES ;;
-  esac
-  shift
-  for mf
-  do
-    # Strip MF so we end up with the name of the file.
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
-    # Check whether this is an Automake generated Makefile or not.
-    # We used to match only the files named `Makefile.in', but
-    # some people rename them; so instead we look at the file content.
-    # Grep'ing the first line is not enough: some people post-process
-    # each Makefile.in and add a new line on top of each file to say so.
-    # Grep'ing the whole file is not good either: AIX grep has a line
-    # limit of 2048, but all sed's we know have understand at least 4000.
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-      dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$mf" : 'X\(//\)[^/]' \| \
-        X"$mf" : 'X\(//\)$' \| \
-        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-    else
-      continue
-    fi
-    # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running `make'.
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-    test -z "$DEPDIR" && continue
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "am__include" && continue
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-    # When using ansi2knr, U may be empty or an underscore; expand it
-    U=`sed -n 's/^U = //p' < "$mf"`
-    # Find all dependency output files, they are included files with
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
-    # simplest approach to changing $(DEPDIR) to its actual value in the
-    # expansion.
-    for file in `sed -n "
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-      # Make sure the directory exists.
-      test -f "$dirpart/$file" && continue
-      fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$file" : 'X\(//\)[^/]' \| \
-        X"$file" : 'X\(//\)$' \| \
-        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-      { as_dir=$dirpart/$fdir
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_dir" : 'X\(//\)[^/]' \| \
-        X"$as_dir" : 'X\(//\)$' \| \
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-   { (exit 1); exit 1; }; }; }
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
-  done
-}
- ;;
-    "po-directories":C)
-    for ac_file in $CONFIG_FILES; do
-      # Support "outfile[:infile[:infile...]]"
-      case "$ac_file" in
-        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
-      esac
-      # PO directories have a Makefile.in generated from Makefile.in.in.
-      case "$ac_file" in */Makefile.in)
-        # Adjust a relative srcdir.
-        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
-        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
-        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
-        # In autoconf-2.13 it is called $ac_given_srcdir.
-        # In autoconf-2.50 it is called $srcdir.
-        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
-        case "$ac_given_srcdir" in
-          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
-          /*) top_srcdir="$ac_given_srcdir" ;;
-          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
-        esac
-        # Treat a directory as a PO directory if and only if it has a
-        # POTFILES.in file. This allows packages to have multiple PO
-        # directories under different names or in different locations.
-        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
-          rm -f "$ac_dir/POTFILES"
-          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
-          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
-          POMAKEFILEDEPS="POTFILES.in"
-          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
-          # on $ac_dir but don't depend on user-specified configuration
-          # parameters.
-          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
-            # The LINGUAS file contains the set of available languages.
-            if test -n "$OBSOLETE_ALL_LINGUAS"; then
-              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
-            fi
-            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
-            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
-          else
-            # The set of available languages was given in configure.in.
-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
-            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
-          fi
-          # Compute POFILES
-          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
-          # Compute UPDATEPOFILES
-          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
-          # Compute DUMMYPOFILES
-          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
-          # Compute GMOFILES
-          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
-          case "$ac_given_srcdir" in
-            .) srcdirpre= ;;
-            *) srcdirpre='$(srcdir)/' ;;
-          esac
-          POFILES=
-          UPDATEPOFILES=
-          DUMMYPOFILES=
-          GMOFILES=
-          for lang in $ALL_LINGUAS; do
-            POFILES="$POFILES $srcdirpre$lang.po"
-            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
-            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
-            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
-          done
-          # CATALOGS depends on both $ac_dir and the user's LINGUAS
-          # environment variable.
-          INST_LINGUAS=
-          if test -n "$ALL_LINGUAS"; then
-            for presentlang in $ALL_LINGUAS; do
-              useit=no
-              if test "%UNSET%" != "$LINGUAS"; then
-                desiredlanguages="$LINGUAS"
-              else
-                desiredlanguages="$ALL_LINGUAS"
-              fi
-              for desiredlang in $desiredlanguages; do
-                # Use the presentlang catalog if desiredlang is
-                #   a. equal to presentlang, or
-                #   b. a variant of presentlang (because in this case,
-                #      presentlang can be used as a fallback for messages
-                #      which are not translated in the desiredlang catalog).
-                case "$desiredlang" in
-                  "$presentlang"*) useit=yes;;
-                esac
-              done
-              if test $useit = yes; then
-                INST_LINGUAS="$INST_LINGUAS $presentlang"
-              fi
-            done
-          fi
-          CATALOGS=
-          if test -n "$INST_LINGUAS"; then
-            for lang in $INST_LINGUAS; do
-              CATALOGS="$CATALOGS $lang.gmo"
-            done
-          fi
-          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
-          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
-          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
-            if test -f "$f"; then
-              case "$f" in
-                *.orig | *.bak | *~) ;;
-                *) cat "$f" >> "$ac_dir/Makefile" ;;
-              esac
-            fi
-          done
-        fi
-        ;;
-      esac
-    done ;;
-    "tests/atconfig":C) cat >tests/atconfig <<ATEOF
-# Configurable variable values for building test suites.
-# Generated by $0.
-# Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
-
-# The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
-at_testdir='tests'
-abs_builddir='$ac_abs_builddir'
-at_srcdir='$ac_srcdir'
-abs_srcdir='$ac_abs_srcdir'
-at_top_srcdir='$ac_top_srcdir'
-abs_top_srcdir='$ac_abs_top_srcdir'
-at_top_build_prefix='$ac_top_build_prefix'
-abs_top_builddir='$ac_abs_top_builddir'
-
-# Backward compatibility with Autotest <= 2.59b:
-at_top_builddir=\$at_top_build_prefix
-
-AUTOTEST_PATH='tests'
-
-SHELL=\${CONFIG_SHELL-'$SHELL'}
-ATEOF
- ;;
-
-  esac
-done # for ac_tag
-
-
-{ (exit 0); exit 0; }
-_ACEOF
-chmod +x $CONFIG_STATUS
-ac_clean_files=$ac_clean_files_save
-
-test $ac_write_fail = 0 ||
-  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
-$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
-   { (exit 1); exit 1; }; }
-
-
-# configure is writing to config.log, and then calls config.status.
-# config.status does its own redirection, appending to config.log.
-# Unfortunately, on DOS this fails, as config.log is still kept open
-# by configure, so config.status won't be able to write to it; its
-# output is simply discarded.  So we exec the FD to /dev/null,
-# effectively closing config.log, so it can be properly (re)opened and
-# appended to by config.status.  When coming back to configure, we
-# need to make the FD available again.
-if test "$no_create" != yes; then
-  ac_cs_success=:
-  ac_config_status_args=
-  test "$silent" = yes &&
-    ac_config_status_args="$ac_config_status_args --quiet"
-  exec 5>/dev/null
-  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
-  exec 5>>config.log
-  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
-  # would make configure fail if this is the last instruction.
-  $ac_cs_success || { (exit 1); exit 1; }
-fi
-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
-  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
-fi
-
diff --git a/configure.ac b/configure.ac
deleted file mode 100644 (file)
index d112474..0000000
+++ /dev/null
@@ -1,260 +0,0 @@
-# Configure template for GNU tar.  -*- autoconf -*-
-
-# Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
-# Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-
-AC_INIT([GNU tar], [1.25], [bug-tar@gnu.org])
-AC_CONFIG_SRCDIR([src/tar.c])
-AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_HEADERS([config.h])
-AC_PREREQ([2.63])
-AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz dist-shar std-options silent-rules])
-
-# Enable silent rules by default:
-AM_SILENT_RULES([yes])
-
-AC_PROG_CC
-AC_EXEEXT
-AC_PROG_RANLIB
-AC_PROG_YACC
-gl_EARLY
-
-AC_SYS_LARGEFILE
-AC_ISC_POSIX
-AC_C_INLINE
-
-AC_CHECK_HEADERS_ONCE(fcntl.h linux/fd.h memory.h net/errno.h \
-  sgtty.h string.h \
-  sys/param.h sys/device.h sys/gentape.h \
-  sys/inet.h sys/io/trioctl.h \
-  sys/mtio.h sys/time.h sys/tprintf.h sys/tape.h \
-  unistd.h locale.h)
-
-AC_CHECK_HEADERS([sys/buf.h], [], [],
-[#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif])
-
-AC_HEADER_SYS_WAIT
-
-AC_HEADER_DIRENT
-AC_HEADER_MAJOR
-AC_HEADER_STAT
-AC_HEADER_STDC
-
-AC_MSG_CHECKING([for st_fstype string in struct stat])
-AC_CACHE_VAL(diff_cv_st_fstype_string,
-  [AC_TRY_COMPILE([#include <sys/types.h>
-#include <sys/stat.h>], [struct stat s; s.st_fstype[0] = 'x';],
-   diff_cv_st_fstype_string=yes,
-   diff_cv_st_fstype_string=no)])
-AC_MSG_RESULT($diff_cv_st_fstype_string)
-if test $diff_cv_st_fstype_string = yes; then
-  AC_DEFINE(HAVE_ST_FSTYPE_STRING, 1,
-    [Define if struct stat has a char st_fstype[] member.])
-fi
-
-AC_TYPE_SIGNAL
-AC_TYPE_MODE_T
-AC_TYPE_PID_T
-AC_TYPE_OFF_T
-AC_TYPE_SIZE_T
-AC_TYPE_UID_T
-AC_CHECK_TYPE(major_t, , AC_DEFINE(major_t, int,
-                                  [Type of major device numbers.]))
-AC_CHECK_TYPE(minor_t, , AC_DEFINE(minor_t, int,
-                                  [Type of minor device numbers.]))
-AC_CHECK_TYPE(dev_t, unsigned)
-AC_CHECK_TYPE(ino_t, unsigned)
-
-gt_TYPE_SSIZE_T
-
-# gnulib modules
-gl_INIT
-# paxutils modules
-tar_PAXUTILS
-
-AC_CHECK_FUNCS_ONCE([fchmod fchown fsync lstat mkfifo readlink symlink])
-AC_CHECK_DECLS([getgrgid],,, [#include <grp.h>])
-AC_CHECK_DECLS([getpwuid],,, [#include <pwd.h>])
-AC_CHECK_DECLS([time],,, [#include <time.h>])
-
-AC_REPLACE_FUNCS(waitpid)
-
-AC_CACHE_CHECK(for remote shell, tar_cv_path_RSH,
-  [if test -n "$RSH"; then
-    tar_cv_path_RSH=$RSH
-  else
-    tar_cv_path_RSH=no
-    for ac_file in /usr/ucb/rsh /usr/bin/remsh /usr/bin/rsh /usr/bsd/rsh \
-       /usr/bin/nsh /usr/bin/rcmd
-    do
-      # Prefer a non-symlink rsh to a symlink one, so that binaries built
-      # on AIX 4.1.4, where /usr/ucb/rsh is a symlink to /usr/bin/rsh
-      # will run on AIX 4.3.0, which has only /usr/bin/rsh.
-      if test -f $ac_file; then
-       if (test -h $ac_file) 2>/dev/null; then
-         test $tar_cv_path_RSH = no && tar_cv_path_RSH=$ac_file
-       else
-         tar_cv_path_RSH=$ac_file
-         break
-       fi
-      fi
-    done
-  fi])
-if test $tar_cv_path_RSH = no; then
-  AC_CHECK_HEADERS(netdb.h)
-else
-  AC_DEFINE_UNQUOTED(REMOTE_SHELL, "$tar_cv_path_RSH",
-    [Define to the full path of your rsh, if any.])
-fi
-
-TAR_COMPR_PROGRAM(compress)
-TAR_COMPR_PROGRAM(gzip)
-TAR_COMPR_PROGRAM(bzip2)
-TAR_COMPR_PROGRAM(lzip)
-TAR_COMPR_PROGRAM(lzma)
-TAR_COMPR_PROGRAM(lzop)
-TAR_COMPR_PROGRAM(xz)
-
-AC_MSG_CHECKING(for default archive format)
-
-AC_ARG_VAR([DEFAULT_ARCHIVE_FORMAT],
-           [Set the default archive format. Allowed values are: V7, OLDGNU, USTAR, POSIX, GNU. Default is GNU])
-
-if test -z "$DEFAULT_ARCHIVE_FORMAT"; then
-  DEFAULT_ARCHIVE_FORMAT="GNU"
-fi
-case $DEFAULT_ARCHIVE_FORMAT in
-  V7|OLDGNU|USTAR|POSIX|GNU) ;;
-  *) AC_MSG_ERROR(Invalid format name);;
-esac
-AC_DEFINE_UNQUOTED(DEFAULT_ARCHIVE_FORMAT, ${DEFAULT_ARCHIVE_FORMAT}_FORMAT,
-  [By default produce archives of this format])
-AC_MSG_RESULT($DEFAULT_ARCHIVE_FORMAT)
-
-AC_MSG_CHECKING(for default archive)
-
-AC_ARG_VAR([DEFAULT_ARCHIVE],
-           [Set the name of the default archive (default: -)])
-if test -z "$DEFAULT_ARCHIVE"; then
-  DEFAULT_ARCHIVE=-
-else
-  if test -z "`ls $DEFAULT_ARCHIVE 2>/dev/null`"; then
-    AC_MSG_WARN(DEFAULT_ARCHIVE \`$DEFAULT_ARCHIVE' not found on this system)
-  fi
-  # FIXME: Look for DEFTAPE in <sys/mtio.h>.
-  # FIXME: Let DEVICE_PREFIX be configured from the environment.
-  # FIXME: Rearrange, here.
-  case $DEFAULT_ARCHIVE in
-    *[[0-7][lmh]])
-      AC_DEFINE(DENSITY_LETTER, 1,
-       [Define to 1 if density may be indicated by [lmh] at end of device.])
-      device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/[0-7][lmh]$//'`
-      ;;
-    *[[0-7]])
-      device_prefix=`echo $DEFAULT_ARCHIVE | sed 's/[0-7]$//'`
-      ;;
-    *)
-      device_prefix=
-      ;;
-  esac
-  case "$device_prefix" in
-    ?*)
-      AC_DEFINE_UNQUOTED(DEVICE_PREFIX, "$device_prefix",
-       [Define to a string giving the prefix of the default device, without the part specifying the unit and density.])
-      ;;
-  esac
-fi
-AC_DEFINE_UNQUOTED(DEFAULT_ARCHIVE, "$DEFAULT_ARCHIVE",
-  [Define to a string giving the full name of the default archive file.])
-AC_MSG_RESULT($DEFAULT_ARCHIVE)
-
-AC_ARG_VAR([DEFAULT_BLOCKING],
-           [Define default blocking factor (default: 20)])
-AC_MSG_CHECKING(for default blocking)
-DEFAULT_BLOCKING=${DEFAULT_BLOCKING-20}
-AC_DEFINE_UNQUOTED(DEFAULT_BLOCKING, $DEFAULT_BLOCKING,
-  [Define to a number giving the default blocking size for archives.])
-AC_MSG_RESULT($DEFAULT_BLOCKING)
-
-AC_MSG_CHECKING(for default quoting style)
-
-m4_define([QUOTING_STYLES],dnl
-          [literal|shell|shell-always|c|escape|locale|clocale])
-DEFAULT_QUOTING_STYLE="escape"
-AC_ARG_VAR([DEFAULT_QUOTING_STYLE],
-           [Set the default quoting style. Allowed values are: ] m4_bpatsubst(QUOTING_STYLES,[|], [[, ]]) [. Default is "escape".])
-
-case $DEFAULT_QUOTING_STYLE in
-QUOTING_STYLES) ;;
-*)  AC_MSG_ERROR(Invalid quoting style);;
-esac
-AC_MSG_RESULT($DEFAULT_QUOTING_STYLE)
-DEFAULT_QUOTING_STYLE=`echo ${DEFAULT_QUOTING_STYLE}|sed 's/-/_/g'`_quoting_style
-AC_DEFINE_UNQUOTED(DEFAULT_QUOTING_STYLE, $DEFAULT_QUOTING_STYLE,
-  [Define to a default quoting style (see lib/quoteargs.c for the list)])
-
-# Iconv
-AM_ICONV
-AC_CHECK_HEADERS(iconv.h)
-AC_CHECK_TYPE(iconv_t,:,
-              AC_DEFINE(iconv_t, int,
-                        [Conversion descriptor type]),
-              [
-#ifdef HAVE_ICONV_H
-# include <iconv.h>
-#endif
-])
-
-# Gettext.
-AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION([0.16])
-
-# Initialize the test suite.
-AC_CONFIG_TESTDIR(tests)
-AC_CONFIG_FILES([tests/Makefile tests/atlocal]) # FIXME: tests/preset?
-AM_MISSING_PROG([AUTOM4TE], [autom4te])
-
-AC_SUBST(BACKUP_LIBEXEC_SCRIPTS)
-AC_SUBST(BACKUP_SBIN_SCRIPTS)
-AC_ARG_ENABLE(backup-scripts,
-             AC_HELP_STRING([--enable-backup-scripts],
-                             [Create and install backup and restore scripts]),
-              [case $enableval in
-              yes) BACKUP_LIBEXEC_SCRIPTS='$(BACKUP_LIBEXEC_SCRIPTS_LIST)'
-                    BACKUP_SBIN_SCRIPTS='$(BACKUP_SBIN_SCRIPTS_LIST)'
-                    ;;
-               esac])
-
-AC_SUBST(BACKUP_SED_COND)
-if date +%Y-%m-%d 2>/dev/null >&2; then
-       BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d'
-else
-       BACKUP_SED_COND='/^\#IF_DATE_FORMAT_OK/,/^\#ELSE_DATE_FORMAT_OK/d;/^\#ENDIF_DATE_FORMAT_OK/d'
-fi
-
-AC_OUTPUT([Makefile\
-           doc/Makefile\
-          gnu/Makefile\
-           lib/Makefile\
-           po/Makefile.in\
-           scripts/Makefile\
-           rmt/Makefile\
-           src/Makefile])
diff --git a/po/bg.gmo b/po/bg.gmo
deleted file mode 100644 (file)
index 894ca88..0000000
Binary files a/po/bg.gmo and /dev/null differ
diff --git a/po/bg.po b/po/bg.po
deleted file mode 100644 (file)
index d8b5bf1..0000000
--- a/po/bg.po
+++ /dev/null
@@ -1,2969 +0,0 @@
-# Bulgarian translation of GNU tar
-# Message catalog for coreutils
-# Copyright (C) 2006 Free Software Foundation, Inc.
-# This file is distributed under the same license as GNU tar.
-# Anton Zinoviev <zinoviev@debian.org>, 2000,2006.
-#
-# WARNING: Everywhere NUMBER is translated as N rather than as БРОЙ or ЧИСЛО
-#
-# This file should be sent to translation@iro.umontreal.ca with the
-# following subject line: TP-Robot tar-1.16.bg.po 
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.16\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2006-11-23 22:40+0200\n"
-"Last-Translator: Anton Zinoviev <zinoviev@debian.org>\n"
-"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
-"Language: bg\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "неправилен аргумент %s за %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "двусмислен аргумент %s за %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Допустими аргументи са:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: стойността %s е по-малка или равна на %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: параметърът ARGP_HELP_FMT изисква стойност"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: параметърът ARGP_HELP_FMT трябва да бъде положителен"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: непознат параметър ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Боклук в ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Аргументите, задължителните или незадължителни за дългите опции, са "
-"съответно задължителни или незадължителни и за кратките опции."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Използване:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  или: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [ОПЦИЯ...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Използвайте „%s --help“ or „%s --usage“ за повече информация.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"Съобщавайте за програмни грешки на %s.\n"
-"За грешки в българския превод на <dict@fsa-bg.org>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Непозната системна грешка"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "показва тази справка"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "показва кратко съобщение за използването"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "ИМЕ"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "посочва името на програмата"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "СЕК"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "спира за СЕК секунди (подразбира се 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "показва версията на програмата"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(ДЕФЕКТ В ПРОГРАМАТА) Не е известна версията!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Твърде много аргументи\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(ДЕФЕКТ В ПРОГРАМАТА) Опцията би трябвало да е била разпозната!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: опцията „%s“ е двусмислена\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: опцията „--%s“ не допуска аргумент\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: опцията „%c%s“ не допуска аргумент\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: опцията „%s“ изисква аргумент\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: непозната опция „--%s“\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: непозната опция „%c%s“\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: неправилна опция -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: опцията изисква аргумент -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: опцията „-W %s“ е двусмислена\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: опцията „-W %s“ не допуска аргумент\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: опцията „%s“ изисква аргумент\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "паметта е изчерпана"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Не може да се смени работният каталог"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Не може да се запази работният каталог"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "„"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "“"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[дДoOyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[нНkKnN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"Съобщавайте за програмни грешки на %s.\n"
-"За грешки в българския превод на <dict@fsa-bg.org>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Съобщавайте за програмни грешки на <%s>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Функцията %s не успя"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Внимание: Функцията %s не успя"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Режимът за достъп не може да се смени на %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Собствеността не може да се смени на потребител %lu, група %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Не може да се направи твърда връзка с %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Грешка при четене при байт %s, при четенето на %lu байт"
-msgstr[1] "%s: Грешка при четене при байт %s, при четенето на %lu байта"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"%s: Внимание: Грешка при четене при байт %s, при четенето на %lu байт"
-msgstr[1] ""
-"%s: Внимание: Грешка при четене при байт %s, при четенето на %lu байта"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Не може да се отиде на отместване %s във файла"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Внимание: Не може да се отиде на отместване %s във файла"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Не може да се направи символна връзка към %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Записани са само %lu от %lu байт"
-msgstr[1] "%s: Записани са само %lu от %lu байта"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Премахва се началното „%s“ от имената на членове"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Премахва се началното „%s“ от целите на твърдите връзки"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Полага се „.“ вместо празно име на член"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Полага се „.“ вместо празна цел на твърда връзка"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Услугата не е достъпна"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "стандартен вход"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "стандартен изход"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Не може да се стартира отдалечена командна обвивка"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Посоката за отместване е недопустима"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "На опция е подаден неправилен режим"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Неправилен размер: %s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Мястото за позициониране е извън допустимия диапазон"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Неправилна дължина на лента"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Мястото за позициониране е извън допустимия диапазон"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Преждевременен край (eof)\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Вид основно действие:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Неочакван EOF"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "N"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "ФАЙЛ"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "Не може да се отвори „%s“"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "твърде много аргументи"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Непозната команда"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Това не прилича на tar-архив"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Общо записани байтове"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Общо прочетени байтове"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Общо изтрити байтове: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(канал)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Неправилна стойност на record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Не е посочено име на архив"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Не може да се проверяват архиви на стандартните вход/изход"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Архивът е компресиран.  Използвайте опцията %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Не може да се актуализират компресирани архиви"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "В началото на лентата, край на изпълнението"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Твърде много грешки, край на изпълнението"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Размер на записа = %lu блок"
-msgstr[1] "Размер на записа = %lu блока"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Неподравнен блок (%lu байт) в архива"
-msgstr[1] "Неподравнен блок (%lu байта) в архива"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Невъзможно е връщане назад в архивния файл; той може да е нечитаем без опция "
-"-i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek не завърши при граница на запис"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: съдържа неправилен номер на том"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Препълване на номера на том"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Подгответе том №%d за %s и натиснете return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF, когато се очакваше отговор от потребителя"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ВНИМАНИЕ: Архивът е незавършен"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n име         Посочва ново файлово име за следващия том и томовете след "
-"него\n"
-" q             Прекратява tar\n"
-" y или return  Продължава изпълнението\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Поражда вторична командна обвивка\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Извежда този списък\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Няма повече томове; изход.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Не е посочено име на файл.  Опитайте отново.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Неправилна команда.  Използвайте ? за справка.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "командата %s не успя"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s вероятно продължава в този том: заглавният запис съдържа отрязано име"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s не продължава с този том"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s е грешен размер (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Този том е извън поредицата"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Архивът не е етикетиран да отговаря на %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Томът %s не съответства на %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: името на файла е твърде дълго, за да се побере в заглавен запис на "
-"многотомен ГНУ-архив и бе съкратено"
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "EOF на архив %s не е на границата на блок"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Само %lu от %lu байт можаха да се прочетат"
-msgstr[1] "Само %lu от %lu байта можаха да се прочетат"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Съдържанието се различава"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Неочакван знак за край (EOF) в архива"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Файловите типове се различават"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Режимите за достъп се различават"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Собствениците се различават"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Групите се различават"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Времената на промяна се различават"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Размерите се различават"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Не е свързан с %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Символните връзки се различават"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Номерата на устройство се различават"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Проверка"
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Непознат файлов тип „%c“, сравнява се като обикновен файл"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Архивът съдържа файлови имена, с отстранени префикси."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Проверката може и да не открие оригиналните файлове."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "НЕУСПЕШНА ПРОВЕРКА: открита е %d неправилен заглавен запис"
-msgstr[1] "НЕУСПЕШНА ПРОВЕРКА: открити са %d неправилни заглавни записа"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Изолиран блок от нули при %s"
-
-#: src/create.c:72
-#, fuzzy, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: каталогът е обозначен като кеш; не се архивира"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-"стойността на %s е извън границите %s на диапазона %s..%s; замества се с %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "стойността %s е извън границите %s на диапазона %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Генерират се отрицателни осмични заглавни записи"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: файловото име е твърде дълго (максимум %d); не е архивирано"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: файловото име е твърде дълго (не може да се раздели); не е архивирано"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: името на символната връзка е твърде дълго; не е архивирано"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Файлът намаля с %s байт; допълва се с нула"
-msgstr[1] "%s: Файлът намаля с %s байта; допълва се с нули"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: файлът е в друга файлова система; не се архивира"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Непознат файлов тип; файлът се пренебрегва"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Неархивирани връзки с %s.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: файлът не е променен; не се архивира"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: файлът е архив; не се архивира"
-
-#: src/create.c:1723 src/incremen.c:575
-#, fuzzy
-msgid "directory not dumped"
-msgstr "%s: каталогът е обозначен като кеш; не се архивира"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: файлът бе изменен по време на четене"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: гнездото се пренебрегва"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: пренебрегва се специалният файл тип door"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Пропуска се до следващия заглавен запис"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Изтрива се незаглавен запис от архива"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: записано е невероятно старо време %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: записано е време %s, което е %s сек. в бъдещето"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Неочаквана несъгласуваност при създаване на каталог"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-"%s: каталогът бе преименуван преди да може да се извлече състоянието му"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Продължаващи файлове се извличат като обикновени файлове"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Опитва се извличането на символни връзки като твърди"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Не може да се извлича -- файлът продължава с друг том"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Неочаквано дълъг заглавен запис"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Непознат файлов тип „%c“, извлича се като обикновен файл"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Текущият %s е по-нов или със същата възраст"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Не можа да се направи резервно копие на този файл"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Бе невъзможно %s да се преименува на %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Каталогът бе преименуват от %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Каталогът бе преименуван"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Каталогът е нов"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Записано е неправилно време"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Неправилно време на промяна (секунди)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Неправилно време на промяна (наносекунди)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Неправилен номер на устройство"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Неправилен номер на i-възел"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Твърде дълго поле при четене на snapshot-файл"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Грешка при четене в snapshot-файл"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Неочакван край на snapshot-файл"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Неочаквана стойност на поле в snapshot-файл"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Липсва завършител на записа"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Грешен инкрементален файлов формат"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Неподдържана версия на инкрементален формат: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Лошо формиран dumpdir: очаква се „%c“, а вместо това има %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Лошо формиран dumpdir: „X“ е дублиран"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Лошо формиран dumpdir: празно име в „R“"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Лошо формиран dumpdir: „T“ не се предхожда от „R“"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Лошо формиран dumpdir: празно име в „T“"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Лошо формиран dumpdir: очаква се „%c“, вместо това данните свършват"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Лошо формиран dumpdir: „X“ никога не се използва"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Не може да се създаде временен каталог, използвайки шаблона %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Каталогът не се изчиства: не може да се достъпи"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: каталогът е на друго устройство: не се изчиства"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Изтрива се %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Не може да се изтрие"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Пропуска се"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "блок %s: ** Блок от знаци NUL **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "блок %s: ** Край на файла **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "блок %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Интервали в заглавен запис вместо числова стойност на %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Осмичната стойност %.*s в архива е извън диапазона за %s; предполага се, че "
-"е допълнение до две"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Осмичната стойност %.*s в архива е извън диапазона за %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Архивът съдържа архаични заглавни записи по модул 64 (6 битови)"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-"Архивът е подписан с низ по модул 64 %s, който е е извън диапазона за %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Стойността по модул 256 в архива е извън диапазона %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Архивът съдържа %.*s, вместо това се очаква числова стойност на %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Стойността %s в архива е извън допустимия диапазон за %s (%s..%s)"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " връзка към %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " непознат файлов тип %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Дълга връзка--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Дълго име--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Заглавен запис на тома--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Продължава при байт %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Създава се каталог:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Не може да се смени работният каталог"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Преименува се %s на %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Не може да се преименува на %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Преименува се %s обратно на %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Файлът бе изтрит преди да бъде прочетен"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Файлът бе изтрит преди да бъде прочетен"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "породен процес"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "междупроцесен канал"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "Във файловите имена са използвани „*“ и „?“.  Моля,"
-
-#: src/names.c:596
-#, fuzzy
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr "използвайте --wildcards, за да позволите съпоставяне с образци,"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Не е открит в архива"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Необходимо срещане не е открито в архива"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Архивът не е етикетиран да отговаря на %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "И двете опции „-%s“ и „-%s“ изискват стандартен вход"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Неправилен архивен формат"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Поискани са ГНУ-възможности при несъвместим архивен формат"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Непознат начин за извеждане на спец. знаци „%s“. Използвайте „%s --quoting-"
-"style=help“, за да получите списък."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"„Tar“ на ГНУ запазва последователно много файлове в един лентов или дисков "
-"архив и може да възстановява в последствие отделни файлове от архива.\n"
-"\n"
-"Примери:\n"
-"  tar -cf архив.tar дрън брън  # Създава архив.tar от файловете дрън и брън\n"
-"  tar -tvf архив.tar           # Изрежда подробно всички файлове в архив."
-"tar\n"
-"  tar -xf архив.tar            # Извлича от архив.tar всички файлове\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Суфиксът за резервни копия е „~“, освен при промяна с --suffix или с\n"
-"променлива от обкръжението SIMPLE_BACKUP_SUFFIX. Методът за управление на\n"
-"версиите може да се посочва с --backup или с променливата VERSION_CONTROL.\n"
-"Допустими стойности са:\n"
-"\n"
-"  none, off       никога да не се правят резервни копия\n"
-"  t, numbered     да се правят номерирани резервни копия\n"
-"  nil, existing   номерирани, ако вече са правени номерирани, а прости "
-"иначе\n"
-"  never, simple   винаги да се правят прости резервни копия\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Вид основно действие:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "изрежда съдържанието на архив"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "извлича файлове от архива"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "създава нов архив"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "намира разликите между архива и файловата система"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "добавя файлове в края на архив"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "добавя само файлове, по-нови от копието в архива"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "прибавя tar-файлове към архива"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "трие файлове от архива (не при магнитни ленти!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "проверява етикета на тома и завършва"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Модификатори на действието:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "работи ефективно с разредени файлове"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "ГОЛЯМ[.МАЛЪК]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "определя версията на формата разредени файлове (влече --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "със стар формат ГНУ за инкрементално архивиране"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "с новия формат на ГНУ за инкрем. архивиране"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "при нечитаеми файлове не завършва с грешка"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"обработва само N-тото срещане на всеки файл в архива; тази опция е правилна "
-"само в съчетание с една от подкомандите --delete, --diff, --extract или --"
-"list и когато списъкът от файлове е зададен или на командния ред, или с "
-"опция -T.  Ако не е посочен N, се подразбира 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "архивът е с произволен достъп"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "архивът е с произволен достъп"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Регулиране заместването на файлове:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "след записа опитва да провери архива"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "изтрива файловете след като ги добави в архива"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "при извличане не замества съществуващи файлове"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"не замества съществуващи файлове, ако са по-нови от копията им в архива"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "при извличане замества съществуващи файлове"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "изтрива всеки файл преди да извлича върху него"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "изпразва йерархията преди извличане на каталог"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "запазва метаданните на съществуващи каталози"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"при извличане замества метаданните на съществуващи каталози (подразбира се)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Избор на изходен поток:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "извлича файловете на стандартния изход"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "КОМАНДА"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "подава с канал всеки извлечен файл към КОМАНДА"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "игнорира кода на завършване на породени процеси"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "счита за грешка всеки ненулев код на завършване на породен процес"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Подход спрямо файловите атрибути:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "прави ИМЕ да е собственик на добавените файлове"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "прави ИМЕ да бъде групата на добавените файлове"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "ДАТА-ИЛИ-ФАЙЛ"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "прави времето на промяна на добавяни файлове като ДАТА-ИЛИ-ФАЙЛ"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ПРОМЕНИ"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "модифицира режима за достъп на добавени файлове"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "МЕТОД"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"запазва времената на достъп на архивираните файлове като или възстановява "
-"времената след четене (при МЕТОД=„replace“, подразбира се), или не променя "
-"имената изобщо (МЕТОД=„system“)"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "не извлича времето на промяна на файловете"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "опитва да възстановява собствеността на файловете"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "извлича файловете от ваше име"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "използва числа вместо имена за потребител и група"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"възстановява точно (без umask) режима на достъп (подразбира се при "
-"привилегирован потребител)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"прилага umask на потребителя при извличане на файлове (подразбира се при "
-"обикновен потребител)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "файловете за извличане са сортирани според архива"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "същото като едновременно -p и -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"забавя настройката на времето на промяна и режима за достъп на извличаните "
-"каталози докато извличането завърши"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "отменя ефекта на --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Избор на устройство и смяна:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "АРХИВ"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "използва архивния файл или устройство АРХИВ"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "архивният файл е локален дори при двуеточие"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "използва посочената КОМАНДА вместо rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "използва посочената КОМАНДА вместо rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "посочва устройство и гъстота"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "създава/извежда/извлича многотомен архив"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "смяна на лентата след запис на 1024 x N байта"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "изпълнява скрипт в края на всяка лента (влече -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "ползва от и обновява във ФАЙЛ номера на тома"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Блокуване на устройството:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "БЛОКОВЕ"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "БЛОКОВЕ x 512 байта в секунда"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "прави N-байтови записи, кратно на 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "пренебрегва блоковете от нули и продължава"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "преформира при четене блоковете (канали 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Избор на архивен формат:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "ФОРМАТ"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "създава архив с посочения формат"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "ФОРМАТ е някой от следните:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "стар формат tar, V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "формат на ГНУ при tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "формат на версия 1.13.x на tar на ГНУ"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "формат POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "формат POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "същото като pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "същото като --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "същото като --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "ключдума[[:]=стойност][,ключдума[[:]=стойност]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "управляващи ключови думи за pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "ТЕКСТ"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"създава архив с име на том ТЕКСТ; при извеждане или извличане сравнява името "
-"на тома с ТЕКСТ"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Противоречащи си опции за компресиране"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "Не може да се пише към компресиращата програма"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "Не може да се пише към компресиращата програма"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "ПРОГ"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "прекарва архива през ПРОГ (трябва да приема -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Избор на локален файл:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"добавя посочения ФАЙЛ към архива (полезно е, ако името му започва с минус)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "КАТ"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "работи в каталога КАТ"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "взема имената за извличане или създаване от ФАЙЛ"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T чете имена, завършващи с нулев байт"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "декодира „\\“ във файловите имена на -T (подразб.)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "не декодира „\\“ във файловите имена на -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "ОБРАЗЕЦ"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "без файловете, отговарящи на ОБРАЗЕЦ"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "пропуска файловете, отговарящи на образци в ФАЙЛ"
-
-#: src/tar.c:658
-#, fuzzy
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "без каталози, обозначени като кеширащи"
-
-#: src/tar.c:661
-#, fuzzy
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "без каталози, обозначени като кеширащи"
-
-#: src/tar.c:664
-#, fuzzy
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "без каталози, обозначени като кеширащи"
-
-#: src/tar.c:666
-#, fuzzy
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "без каталози, обозначени като кеширащи"
-
-#: src/tar.c:669
-#, fuzzy
-msgid "exclude everything under directories containing FILE"
-msgstr "без каталози, обозначени като кеширащи"
-
-#: src/tar.c:671
-#, fuzzy
-msgid "exclude directories containing FILE"
-msgstr "без каталози, обозначени като кеширащи"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "без автоматично влизане в подкаталозите"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "работи в рамките на локалната файлова система"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "влиза рекурсивно в подкаталозите (подразбира се)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "не маха „/“ в началото на файлови имена"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "следва симв. връзки; архивира сочените файлове"
-
-#: src/tar.c:687
-#, fuzzy
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "следва симв. връзки; архивира сочените файлове"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "ЧЛЕН-ИМЕ"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "започва от файл с име ЧЛЕН-ИМЕ в архива"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "съхранява само файлове, по-нови от ДАТА-ИЛИ-ФАЙЛ"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "ДАТА"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "сравнява времето само ако данните са променени"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "МЕТОД"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "резервно копира съществуващи файлове с МЕТОД"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "НИЗ"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"резервно копира преди да трие, използвайки НИЗ вместо обичайния суфикс („~“, "
-"освен ако не е бил сменен с променливата от обкръжението "
-"SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Промени на файловите имена:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "при извличане маха N начални каталози от файловите пътеки"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "ИЗРАЗ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"преобразува файловите имена, използвайки посочения ИЗРАЗ за замяна на sed"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Съпоставяне с файлови имена (влияе и на включващи, и на изключващи образци):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "пренебрегва разликата между големи/малки букви"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "съпоставянето с образците започва от началото на файловото име"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "съпоставянето започва след кой да е „/“ (подразбира се при изключване)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "отчита се разликата между малки и големи букви (подразбира се)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "ползва „*“ и „?“ (подразбира се за изключване)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "дословно низово сравнение"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "„/“ не пасва с „*“ и „?“"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "„/“ пасва с „*“ и „?“ (подразб. за изключване)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Извеждане на информация:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "подробно изрежда обработените файлове"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "Регулиране заместването на файлове:"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "извежда напредъка след всеки N-ти запис (подразбира се 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "съобщава, ако не всички твърди връзки са включени"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "СИГНАЛ"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"извежда общия брой байтове след обработването на архива; с аргумент - "
-"извежда текущите байтове при получаване на СИГНАЛ.  Допустими СИГНАЛи са "
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 и SIGUSR2; имената без SIG също са позволени"
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "извежда времената по Гринуич"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "изпраща подробния изход във ФАЙЛ"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "показва номера на блок в архива с всяко съобщение"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "изисква потвърждение за всяко действие"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "показва подразбираното от tar"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"при извеждане или извличане изрежда всеки каталог, който се пропуска по "
-"някаква причина"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "показва преобразуваните файлови имена в архива"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "НАЧИН"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"начин за цитиране на специални знаци; вж. по-долу за стойностите на НАЧИН"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "работи и със знаците от НИЗ като със специални"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "не работи със знаците от НИЗ като със специални"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Опции за съвместимост:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"при създаване е същото като --old-archive; при извличане е същото като --no-"
-"same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Други опции:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "забранява някои потенциално опасни опции"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Не може да се използва повече от една опция „-Acdtrux“"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Противоречащи си опции за компресиране"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Непознато име на сигнал: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Не е открит еталлонният файл за дата"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Използва се %s вместо непознатия файлов формат за дата %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Опция %s: Датата „%s“ се разглежда като %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: файловият списък вече е прочетен"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: файловото име съдържа нулев байт"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "прекарва архива през gzip"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Правилни аргументи за опциите --quoting-style са:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Този* tar подразбира следното:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Неправилен фактор за блокуване"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Неправилна дължина на лента"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "Грешен инкрементален файлов формат"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Повече от една ограничителна дата"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Неправилна версия на формат разредени файлове"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' не се поддържа на тази платформа"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "стойността на --checkpoint не е цяло число"
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Неправилна група"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "На опция е подаден неправилен режим"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Неправилно число"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Неправилен собственик"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Неправилен размер на запис"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Размерът на запис трябва да е кратен на %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Неправилен брой елементи"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Позволява се само една опция --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Лошо образуван аргумент за гъстота: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Непозната гъстота: „%c“"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Опциите „-[0-7][lmh]“ не се поддържат от *този* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[ФАЙЛ]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Старата опция „%c“ изисква аргумент."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "без списък файлове опцията --occurrence е безсмислена"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "не може да се използва --occurrence при пожелания начин на работа"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Използването на много архивни файлове изисква опция „-M“"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Не може да се съчетават --listed-incremental с --newer"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "без списък файлове опцията --occurrence е безсмислена"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Етикетът на тома е твърде дълъг (не повече от %lu байт)"
-msgstr[1] "%s: Етикетът на тома е твърде дълъг (не повече от %lu байта)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Не може да се проверяват многотомни архиви"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Не може да се проверяват компресирани архиви"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Не може да се използват многотомни компресирани архиви"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Не може да се съединяват компресирани архиви"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-"опцията --pax-option може да се използва само при архиви във формат POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Страхлив отказ да се създава празен архив"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Опциите „-Aru“ са несъвместими с „-f -“"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Трябва да посочите поне една от опциите „-Acdtrux“"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Файлът намаля с %s байт"
-msgstr[1] "%s: Файлът намаля с %s байта"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Ключовата дума %s е непозната или все още не е реализирана"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Записано е време извън допустимия диапазон"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Образецът %s не може да се използва"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Ключовата дума %s не може да се отмени"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Лошо формиран разширен заглавен запис: не е посочена дължина"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Дължината на разширен заглавен запис е извън допустимия диапазон"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Дължината %*s на разширен заглавен запис е извън допустимия диапазон"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Лошо формиран разширен заглавен запис: липсва интервал след дължината"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Лошо формиран разширен заглавен запис: липсва знак за равенство"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Лошо формиран разширен заглавен запис: липсва знак за нов ред"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-"Пренебрегва се непознатата ключова дума „%s“ за разширен заглавен запис"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Генерираната двойка <ключова дума, стойност> е твърде дълга (ключова дума="
-"%s, дължина=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Разширеният заглавен запис %s=%s е извън диапазона %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Неправилно формиран разширен заглавен запис: неправилен %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Неправилно формиран разширен заглавен запис: прекомерен %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Лошо формиран разширен заглавен запис: неправилен %s; очаква се разделител %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-"Лошо формиран разширен заглавен запис: неправилен %s; нечетен брой стойности"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Неправилна група"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Контролна точка при запис %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Контролна точка при четене %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile борави с файловете с данни за тестовия пакет GNU paxutils.\n"
-"ОПЦИИТЕ са:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Опции за създаването на файл:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "РАЗМЕР"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Създава файл с посочения РАЗМЕР"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Запис във файл ИМЕ вместо на стандартния изход"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Чете файловите имена от ФАЙЛ"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T чете имена, завършващи с нулев байт"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Попълва файла с посочения ОБРАЗЕЦ. ОБРАЗЕЦ може да бъде „default“ или „zeros“"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Размер на блок за разреден файл"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Генерира разреден файл. Останалата част от командния ред дава карта на файла."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-#, fuzzy
-msgid "Seek to the given offset before writing data"
-msgstr "след записа опитва да провери архива"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Опции за файлови статистики:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Извежда съдържанието на структурата stat за всеки файл. По подразбиране "
-"ФОРМАТ е: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Опции за синхронизирано изпълнение:"
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [ОПЦИЯ...]"
-
-#: tests/genfile.c:164
-#, fuzzy
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Изпълнява посочената КОМАНДА. Полезно с --checkpoint и някоя от --cut, --"
-"append, --touch"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Изпълнява посоченото действие (вж. по-долу) до достигането на контролна "
-"точка N"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Посочва дата за следващата опция --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Извежда изпълнените контролни точки и кода на завършване на КОМАНДА"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Синхронизирано изпълнение на действията. Те се изпълняват когато се достигне "
-"контролната точка с номер, посочен с --checkpoint."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Отсича ФАЙЛ до размера, определен с предхождаща опция --length (подразбира "
-"се 0)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Добавя РАЗМЕР байтове към ФАЙЛ. РАЗМЕРът се определя от предхождаща опция --"
-"length."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Обновява времето на достъп и промяна на FILE"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Изпълнява КОМАНДА"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Неправилен размер: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Номер извън допустимия диапазон: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Отрицателен размер: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "не успя stat(%s)"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Грешка при анализа на число до „%s“"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Непознат формат за дата"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[АРГУМ...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "Не може да се отвори „%s“"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Не може да се изпълни %s"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "името на файла съдържа нулев байт"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"не може да се създават разредени файлове на стандартния изход, използвайте "
-"опцията --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "неправилна маска (до „%s“)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Непознато поле „%s“"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "не може да се смени времето на „%s“"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "Не може да се отвори „%s“"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Командата завърши успешно\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Командата завърши с код %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Командата бе прекратена със сигнал %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Командата бе спряна със сигнал %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Командата генерира core\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Командата бе прекратена\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat изисква файлови имена"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Не може да се запази работният каталог"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Бе невъзможно %s да се преименува на %s"
-
-#~ msgid "suppress this warning."
-#~ msgstr "или --no-wildcards, за да не се извежда това предупреждение."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: неправилна опция -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Чете се %s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Съобщавайте за програмни грешки на <%s>.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "прекарва архива през bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "прекарва архива през gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "прекарва архива през compress"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "прекарва архива през gzip"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "прекарва архива през gzip"
-
-#~ msgid "Input string too long"
-#~ msgstr "Входният низ е твърде дълъг"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Синтактична грешка в число"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Не може да се задели място за буфер\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Не може да се задели място за буфер"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Използвайте „%s --help“ за повече информация.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Използване: %s [ОПЦИЯ]\n"
-#~ "Управлява лентово устройство, приемайки команди от отделен процес.\n"
-#~ "\n"
-#~ "  --version  Извежда информация за версията.\n"
-#~ "  --help     Извежда тази справка.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Грешка при позициониране"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Преждевременен край на файла"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Грешката е непоправима: край на изпълнението"
-
-#~ msgid "block size"
-#~ msgstr "блоковият размер"
-
-#~ msgid "%s: Read error at byte %s, reading %lu byte"
-#~ msgid_plural "%s: Read error at byte %s, reading %lu bytes"
-#~ msgstr[0] "%s: Грешка при четене при байт %s, чете се %lu байт"
-#~ msgstr[1] "%s: Грешка при четене при байт %s, четат се %lu байта"
-
-#~ msgid "--Mangled file names--\n"
-#~ msgstr "--Съкратени имена на файлове--\n"
-
-#~ msgid "Unexpected EOF in mangled names"
-#~ msgstr "Неочакван край EOF в съкратени имена"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Преиманувано %s на %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Невъзможна символна връзка към %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Символна връзка %s към %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Непозната команда за оправяне на съкратени имена %s"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]N"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Внимание: опцията -I не се поддържа. Може би имате предвид -j или -T?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Изходът с грешка бе забавен поради предхождащи грешки"
-
-#~ msgid "Modification time (seconds) out of range"
-#~ msgstr "Времето на промяна (секунди) е извън допустимия диапазон"
-
-#~ msgid "Modification time (nanoseconds) out of range"
-#~ msgstr "Времето на промяна (наносекунди) е извън допустимия диапазон"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Номерът на устройство е извън допустимия диапазон"
-
-#~ msgid "Error reading time stamp"
-#~ msgstr "Грешка при четене на записаното време"
-
-#~ msgid "same as -N"
-#~ msgstr "същото като -N"
-
-#~ msgid ""
-#~ "creating multi-volume archives in posix format requires using --tape-"
-#~ "length (-L) option"
-#~ msgstr ""
-#~ "създаването на многотомен архив във формат POSIX изисква опция --tape-"
-#~ "length (-L)"
-
-#~ msgid "Cannot close file #%d"
-#~ msgstr "Не може да се затвори файл #%d"
-
-#~ msgid "Cannot close descriptor %d"
-#~ msgstr "Не може да се затвори дескриптор %d"
-
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "Не може да се клонира правилно %s"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Не може да се използват компресирани или отдалечени архиви"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "Не може да се отвори именован канал"
-
-#~ msgid "Cannot fork"
-#~ msgstr "Не може да се породи процес"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (потомък)"
-
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(потомък) Именован канал към стандартен изход"
-
-#~ msgid "Cannot open archive %s"
-#~ msgstr "Не може да се отвори архив %s"
-
-#~ msgid "Archive to stdout"
-#~ msgstr "Архив на стандартния изход"
-
-#~ msgid "Child cannot fork"
-#~ msgstr "Потомъкът не може да породи процес"
-
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((потомък)) Именован канал към стандартния изход"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (подпотомък)"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(подпотомък) Именован канал към стандартния изход"
-
-#~ msgid "Cannot read from compression program"
-#~ msgstr "Не може да се чете от компресиращата програма"
-
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(потомък) Именован канал към стандартния изход"
-
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((потомък)) Именован канал към стандартния изход"
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(подпотомък) Именован канал към стандартния изход"
-
-#~ msgid "Write to compression program short %d bytes"
-#~ msgstr "Записът към компресиращата програма е по-къс с %d байта"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "ВНИМАНИЕ: Томът е без заглавна част"
-
-#~ msgid "Only read %d bytes from archive %s"
-#~ msgstr "Прочетени са само %d байта от архив %s"
-
-#~ msgid "WARNING: Cannot close %s (%d, %d)"
-#~ msgstr "ВНИМАНИЕ: Не може да се затвори %s (%d, %d)"
-
-#~ msgid "Child died with signal %d%s"
-#~ msgstr "Потомъкът е прекратен чрез сигнал %d%s"
-
-#~ msgid "Cannot fork!"
-#~ msgstr "Не може да се породи процес!"
-
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "Не може да се изпълни командната обвивка %s"
diff --git a/po/ca.gmo b/po/ca.gmo
deleted file mode 100644 (file)
index 8656dd3..0000000
Binary files a/po/ca.gmo and /dev/null differ
diff --git a/po/ca.po b/po/ca.po
deleted file mode 100644 (file)
index 442339d..0000000
--- a/po/ca.po
+++ /dev/null
@@ -1,2767 +0,0 @@
-# Catalan translation for tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Àngel Mompó <mecatxis@gmail.com>, 2010.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar-1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-18 20:14+0200\n"
-"Last-Translator: Àngel Mompó <mecatxis@gmail.com>\n"
-"Language-Team: Catalan <ca@dodds.net>\n"
-"Language: ca\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "el paràmetre %s no és vàlid per %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "el paràmetre %s és ambigu per %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Els paràmetres vàlids són:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: el valor de %s és més petit o igual que %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: El paràmetre ARGP_HELP_FMT necessita un valor"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: El paràmetre ARGP_HELP_FMT ha de ser positiu"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Paràmetre ARGP_HELP_FMT desconegut"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Hi ha brossa a ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Els paràmetres obligatoris o opcionals per les opcions llargues també ho són "
-"per les corresponents opcions curtes."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Ús:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  o: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPCIÓ...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Proveu «%s --help» o «%s --usage» per més informació.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Informeu dels errors de programació a %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Error de sistema desconegut"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "dóna aquesta llista d'ajuda"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "dóna un missatge curt sobre utilització"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NOM"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "definiu el nom del programa"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEGS"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "es penja durant SECS segons (per defecte 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "mostra la versió del programa"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(ERROR DE PROGRAMA) Versió desconeguda!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Massa paràmetres\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(ERROR DE PROGRAMA) Hauria de conèixer l'opció!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "error d'escriptura"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: l'opció «%s» és ambigua\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: l'opció «--%s» no permet cap paràmetre\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: l'opció «%c%s» no permet cap paràmetre\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: l'opció «--%s» necessita un paràmetre\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opció no reconeguda «--%s»\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opció no reconeguda «%c%s»\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opció invàlida -- «%c»\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: l'opció necessita un paràmetre -- «%c»\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: l'opció «-W %s» és ambigua\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: l'opció «-W %s» no permet cap paràmetre\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: l'opció «-W %s» necessita un paràmetre\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memòria exhaurida"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "No es pot desar el directori de treball actual"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "No es pot tornar al directori de treball inicial"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "«"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "»"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[sS]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Empaquetat per %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Empaquetat per %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Llicència GPLV3+: GNU GPL versió 3 o posterior <http://gnu.org/licenses/gpl."
-"html>\n"
-"Això és programari lliure: podeu modificar-lo i redistribuir-lo si voleu.\n"
-"No hi ha CAP GARANTIA, en la mesura que ho permeti la llei.\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Escrit per %s. \n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Escrit per %s i %s. \n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Escrit per %s, %s, i %s. \n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Escrit per %s, %s, %s,\n"
-"i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Escrit per %s, %s, %s,\n"
-"%s, i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Escrit per %s, %s, %s,\n"
-"%s, %s, i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Escrit per %s, %s, %s,\n"
-"%s, %s, %s, i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Escrit per %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Escrit per %s,·%s,·%s \n"
-"%s,·%s,·%s,·%s,\n"
-"%s,·and·%s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Escrit per %s,·%s,·%s,\n"
-"%s,·%s,·%s,·%s,\n"
-"%s,·%s,·i d'altres.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Informeu dels errors a <%s>.\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Informeu %s errors a: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s pàgina inicial <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s pàgina inicial: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Ajuda general per quan es fa servir programari de GNU: <http://www.gnu.org/"
-"gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: No es pot %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Avís: No es pot %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: No es pot canviar el mode a %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: No es pot canviar la titularitat a uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: No es pot crear l'enllaç dur amb %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Error de lectura al byte %s, quan s'estava llegint %lu byte"
-msgstr[1] "%s: Error de lectura al byte %s, quan s'estaven llegint %lu bytes"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"%s: Avís: Error de lectura al byte %s, quan s'estava llegint %lu byte"
-msgstr[1] "%s: Error de lectura al byte %s, quan s'estaven llegint %lu bytes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: No es pot buscar a %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Avís: No es pot buscar a %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: No es pot crear l'enllaç simbòlic a %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: S'ha escrit només %lu de %lu byte"
-msgstr[1] "%s: S'han escrit només %lu de %lu bytes"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Es treuen les primeres «%s» dels noms dels membres"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Es treuen les primeres «%s» dels objectius dels enllaços durs"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Se substitueixen «.» per noms buits de membres"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Se substitueixen «.» per objectius buits d'enllaços durs"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: El servei no està disponible"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "No es pot connectar amb %s: no s'ha pogut resoldre"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "No es pot executar un interpret d'ordres remot"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "La direcció de cerca està fora de rang"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "La direcció de cerca no és vàlida"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "L'òfset de cerca no és vàlid"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "L'òfset de cerca està fora de rang"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "La mida en bytes no és vàlida"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "La mida en bytes està fora de rang"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Final del fitxer prematur"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "El codi de l'operació no és vàlid"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "No se suporta la operació"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Arguments inesperats"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Manipula una unitat de cinta, acceptant comandes d'un procés remot"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NÚMERO"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "estableix el nivell de depuració"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FITXER"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "estableix el nom del fitxer de sortida de la depuració"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "no es pot obrir %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "massa arguments"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Ordre escombraria"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "No sembla un arxiu tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Bytes totals escrits"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Bytes totals llegits"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Bytes totals esborrats: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(conducte)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "El valor de record_size no és vàlid"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "No s'ha donat el nom de l'arxiu"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "No es pot verificar l'arxiu stdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "L'arxiu està comprimit. Feu servir l'opció %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "No es poden actualitzar els arxius comprimits"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Al principi de la cinta, se surt"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Massa errors, se surt"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Mida del registre = %lu bloc"
-msgstr[1] "Mida del registre = %lu blocs"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloc desalineat(byte %lu) a l'arxiu"
-msgstr[1] "Bloc desalineat(bytes %lu) a l'arxiu"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"No es pot tornar enrere al fitxer d'arxiu; potser no es pot llegir sense -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek no s'ha aturat als límits d'un registre "
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: conté un número de volum invàlid"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Desbordament del número de volum"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Prepareu el volum #%d per %s i premeu retorn: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Final del fitxer on s'esperava una resposta de l'usuari"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "AVÍS: L'arxiu és incomplet"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-"  n nom        Dona el nom d'un fitxer nou pel següents (i següents) volum"
-"(s)\n"
-" q            Interromp tar\n"
-" y            Continua l'operació\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Engendra un interpret d'ordres\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Mostra aquesta ajuda\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "No hi ha cap volum nou; se surt.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "No s'ha especificat cap nom de fitxer. Torneu-ho a provar.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Entrada invàlida. Tecleja ? per mostrar l'ajuda.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "L'ordre %s ha fallat"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s possiblement continua en aquest volum: la capçalera conté un nom truncat"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s no continua a aquest volum"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s té una mida equivocada (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Aquest volum és fora de la seqüència (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "L'arxiu no està etiquetat per coincidir amb %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "El Volum %s no coincideix amb %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: El nom del fitxer és massa llarg per ser desat en una capçalera "
-"multivolum GNU. S'ha truncat"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "l'escriptura no ha acabat al límit d'un bloc"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Només es pot llegir %lu de %lu byte"
-msgstr[1] "Només es poden llegir %lu de %lu bytes"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "El contingut no coincideix"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Final de l'arxiu inesperat"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "El tipus de fitxer no coincideix"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "El mode no coincideix"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "L'identificador d'usuari no coincideix"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "L'identificador de grup d'usuaris no coincideix"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "La data de modificació no coincideix"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "La mida no coincideix"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "No s'ha enllaçat amb %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "L'enllaç tou no coincideix"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "El número de dispositiu no coincideix"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verifiqueu "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: Tipus de fitxer desconegut `%c', s'usa diff com si es tractés d'un "
-"fitxer normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "L'arxiu conté noms de fitxers amb els prefixes inicials esborrats."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Pot ser que la verificació no pugui trobar els fitxers originals."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "HA FALLAT LA VERIFICACIÓ: %d s'ha detectat una capçalera invàlida"
-msgstr[1] "HA FALLAT LA VERIFICACIÓ: %d s'han detectat capçaleres invàlides"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Un sol bloc zero a %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: conté una etiqueta de directori de memòria cau %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "el valor %s està fora del rang%s %s..%s; es substitueix per %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "el valor %s està fora del rang %s %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "S'estan generant les capçaleres octals negatives"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: el nom del fitxer és massa llarg (màx %d); no s'aboca"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: el nom del fitxer és massa llarg (no es pot dividir); no s'aboca"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: el nom de l'enllaç és massa llarg; no s'aboca"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: El fitxer s'encongeix %s byte; s'omple amb zero"
-msgstr[1] "%s: El fitxer s'encongeix %s bytes; s'omple amb zeros"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: el fitxer es troba a un sistema de fitxers diferent; no s'aboca"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "els continguts no s'aboquen"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tipus de fitxer desconegut; el fitxer s'ignora"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Falten els enllaços a %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: el fitxer no ha canviat; no s'aboca"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: el fitxer és l'arxiu; no s'aboca"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "el directori no s'aboca"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: el fitxer ha canviat mentre es llegia"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: sòcol ignorat"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: porta ignorada"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Es salta fins a la propera capçalera"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "S'esborra la no-capçalera de l'arxiu"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: marca horària inversemblantment antiga %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: la marca horària %s pertany %s s al futur"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Inconsistència inesperada en crear el directori"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-"%s: S'ha canviat el nom del directori abans de poder extreure'n l'estat"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Els fitxers contigus s'extreuen com fitxers normals"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Es prova d'extreure els enllaços simbòlics com enllaços durs"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: No espot extreure -- el fitxer continua des d'un altre volum"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Nom de la capçalera inesperadament llarg"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tipus de fitxer «%c» desconegut, s'extreu com un fitxer normal"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "L'actual %s és igual d'antic o més nou"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: No es pot fer la còpia de seguretat d'aquest fitxer"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "No es pot canviar el nom de %s a %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: El directori ha canviat de nom a partir de %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: El directori ha canviat de nom"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: El directori és nou"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Marca horària invàlida"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Modificació invalida del temps (segons)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Modificació invàlida del temps (nanosegons)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Número de dispositiu invàlid"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Número de node d'identificació invàlid"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Camp massa llarg en llegir el fitxer d'instantània"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Error de lectura del fitxer d'instantània"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Final de l'arxiu d'instantània inesperat"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Valor de camp inesperat del fitxer d'instantània"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Falta el terminador del registre"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Format del fitxer incremental erroni"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "No se suporta la versió del format incremental: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Directori d'abocament mal format: s'esperava «%c» i s'ha trobat %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Directori d'abocament mal format: «X» duplicada"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Directori d'abocament mal format: nom buit a «R»"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Directori d'abocament mal format: «T» no està  precedit de «R»"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Directori d'abocament mal format: nom buit a «T»"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"Directori d'abocament mal format: s'esperava «%c» però s'ha trobat el final "
-"de les dades"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Directori d'abocament mal format: no s'ha fet servir «X»"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "No es pot crear el directori temporal fent servir la plantilla %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: No es purga el directori: no se'n pot saber l'estat"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: el directori és en un dispositiu diferent: no es purga"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: S'elimina %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: No es pot esborrar"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: S'ometen"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloc %s: ** Bloc de NULs **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloc %s: ** Final del Fitxer **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloc %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Capçalera amb blancs on hi hauria d'haver un valor numèric %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"El valor octal de l'arxiu %.*s està fora del rang %s; s'assumeix el "
-"complement a dos"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "El valor octal de l'arxiu %.*s està fora del rang %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "L'arxiu conté capçaleres amb base 64 que estan esdevenint obsoletes"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "La cadena de signatura %s amb base 64 de l'arxiu està fora del rang %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "El valor amb base 256 de l'arxiu està fora del rang %s "
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "L'arxiu conté %.*s on hi hauria d'haver un valor numèric de tipus %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "El valor %s de l'arxiu està fora del rang %s %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " enllaç cap a %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tipus de fitxer desconegut %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Enllaç llarg--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Nom Llarg--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Capçalera del volum--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continua al byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Es crea el directori:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "No es pot canviar el directori de treball"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Es canvia el nom %s per %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: No es pot canviar el nom a %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Es torna a canviar el nom %s a %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: El fitxer s'ha esborrat abans de poder-lo llegir"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: El directori s'ha esborrat abans de poder-lo llegir"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "procés descendent"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "canal d'intercomunicació"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-"Caràcters de patró de coincidència que es fan servir en noms de fitxers"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Feu servir --wildcards per habilitar els patrons de coincidència, o --no-"
-"wildcars per eliminar aquest avís."
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: No s'ha trobat a l'arxiu"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: No s'ha trobat cap coincidència a l'arxiu"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "L'etiqueta de l'arxiu no coincideix"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"No podeu fer servir la opció -C als llistats de fitxer amb --listed-"
-"incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Només podeu fer servit una opció -C amb --listed-incemental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Ambdues opcions «-%s» i «-%s» necessiten la sortida estàndard"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Format de fitxer invàlid"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-"El format de l'arxiu és incompatible perquè requereix característiques de GNU"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Estil de citació desconegut «%s». Feu servir «%s --quoting-style=help» per "
-"obtenir-ne una llista."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' desa molts fitxers agrupats en un sol arxiu de cinta o de disc, i "
-"pot recuperar fitxers individuals de l'arxiu.\n"
-"\n"
-"Exemples:\n"
-"  tar -cf arxiu.tar foo bar  # Crea l'arxiu.tar dels fitxers foo i bar.\n"
-"  tar -tvf arxiu.tar         # Fa una llista detallada dels fitxers que hi "
-"ha a l'arxiu.tar.\n"
-"  tar -xf arxiu.tar          # Extreu tots els fitxers de l'arxiu.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"El sufix de les còpies de seguretat és «~», a no ser que s'especifiqui amb --"
-"suffix o SIMPLE_BACKUP_SUFFIX.\n"
-"El control de versions pot ser especificat amb --backup or VERSION_CONTROL, "
-"els valors possibles son:\n"
-"\n"
-"  none, off       no facis mai còpies de seguretat\n"
-"  t, numbered     fes còpies de seguretat numerades\n"
-"  nil, existing   numerades si existeixen còpies de seguretat numerades, si "
-"no simples\n"
-"  never, simple   fes sempre còpies de seguretat simples\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Mode d'operació principal:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "Llista els continguts d'un arxiu"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "extreu fitxers d'un arxiu"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "crea un arxiu nou"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "cerca diferències entre un arxiu i el sistema de fitxers"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "afegeix fitxers al final d'un arxiu"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "només afegeix els fitxers més nous que les còpies dins l'arxiu"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "afegeix fitxers tar a un arxiu"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "esborra de l'arxiu (excepte en cintes magnètiques!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "prova l'etiqueta de volum de l'arxiu i surt"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modificadors d'operació:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "tracta fitxers dispersos de manera eficient"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MENOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"estableix la versió del format de dispersió que cal fer servir (implica --"
-"sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "tracta l'antic format incremental GNU de còpies de seguretat"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "tracta el nou format de còpies de seguretat incrementals de GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "nivell de bolcat per l'arxiu llistat-incremental creat"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-"no surtis si l'estat és diferent de zero quan trobis fitxers il·legibles "
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"processa només la ENÈssima aparició de cada fitxer a l'arxiu; aquesta opció "
-"només és vàlid amb una de les següents subcomandes --delete, --diff, --"
-"extract o --list i quan es dona una llista de fitxers ja sigui a la línia de "
-"comandes com amb l'opció -T; ENA val 1 per defecte"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "l'arxiu pot buscar-se"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "L'arxiu no pot buscar-se"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "no comprovis el número de dispositiu quan creis arxius incrementals"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"comprova el número de dispositiu quan creis arxius incrementals (per defecte)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Control de sobreescriptura:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "intenta verificar l'arxiu després d'escriure'l"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "eliminar els fitxers després d'afegir-los a l'arxiu"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "no reemplacis els fitxers existents quan els extreguis"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"no reemplacis els fitxers existents que siguin més nous que les còpies de "
-"l'arxiu"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "sobreescriu els fitxers existents quan els extreguis"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "elimina cada fitxer abans d'extreure-hi a sobre"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "buida les jerarquies abans d'extreure el directori"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "conserva les metadades dels directoris existents"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"sobreescriu les metadades dels directoris existents quan s'extreguin (per "
-"defecte)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Selecciona la sortida del flux de dades:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "extreu els fitxers a la sortida estàndard"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "COMANDA"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "condueix els fitxers extrets a un altre programa"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ignora els codis de sortida dels processos fill"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-"tracta els codis de sortida dels processos fills diferents de zero com a "
-"error"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Gestió dels atributs del fitxer:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "força NOM coma propietari dels fitxers afegits"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "força NOM com a grup pels fitxers afegits"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATA-O-FITXER"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "estableix mtime pels fitxers afegits des de DATA-O-FITXER"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "CANVIS"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "força CANVIS de mode (simbòlic) als fitxers que s'afegeixin"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "MÈTODE"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"conserva les hores d'accés dels fitxers bolcats, ja sigui restaurant les "
-"hores després de llegir-los (MÈTODE='replace'; per defecte) o no posant "
-"primer les hores(MÈTODE='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "no extreguis la data de modificació dels fitxers"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"intenta extreure els fitxers amb el mateix propietari que existeix a l'arxiu "
-"(per defecte pel superusuari)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"extreu el fitxer com a tu mateix com a propietari (per defecte pels usuaris "
-"ordinaris"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "fes servir sempre números pels noms de usuari/grup"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"extreu la informació dels permisos del fitxer (per defecte per al "
-"superusuari)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"fes servir els permisos especificats per l'usuari qua s'extreguin permisos "
-"de l'arxiu (per defecte per usuaris normals)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "ordena els noms a extreure per que coincideixin amb els de l'arxiu"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "el mateix que per -p i -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"no modifiquis els temps i els permisos dels directoris extrets fins que "
-"s'acabi l'extracció"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "cancel·la l'efecte de l'opció --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Selecció i canvi de dispositiu:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARXIU"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "fes servir el fitxer o dispositiu ARXIU"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "l'arxiu és local encara que tingui dos punts"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "fes servir la COMANDA rmt en comtes de rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "fes servir la COMANDA remota en comptes de rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "especifica la unitat i la densitat"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "crea/llista/extreu arxius de múltiples volums"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "canvia la cinta després d'escriure NÚMERO x 1024 bytes"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "executa seqüència al final de cada cinta (implica -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "fes servir/actualitza el número de volum del FITXER"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blocs als dispositius:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCS"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOCS x 512 bytes per registre"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "NÚMERO de bytes per registre, múltiple de 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ignora els blocs posats a zero de l'arxiu (volen dir fi del fitxer)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "refés els blocs mentre els llegeixes (per conductes de 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Selecció del format de l'arxiu: "
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "crea un arxiu del format especificat"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "El FORMAT és un dels següents"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "format tar de l'antiga versió 7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "format GNU tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "format GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "format POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "format POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "el mateix que pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "el mateix que --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "el mateix que --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "paraula clau[[:]=valor][,paraula clau[[:]=valor]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "controla les paraules clau de pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXT"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"crea l'arxiu amb el nom de volum TEXT. Quan es llista/s'extreu, utilitza "
-"TEXT com a patró global de noms de volum"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Opcions de compressió:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "utilitza el sufix de l'arxiu per determinar el programa de compressió"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-"no fa servir el sufix de l'arxiu per determinar el programa de compressió"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROGRAMA"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtra mitjançant PROGRAMA (ha d'acceptar -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Selecció de fixter local:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "afegeix el FITXER a l'arxiu (útil si el nom comença per un guió)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIRECTORI"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "Canvia al directori DIRECTORI"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "obté els noms que cal extreure u crear del FITXER"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T llegeix els noms acabats en nul, desactivar-ho amb -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "deshabilita l'efecte del la opció --null prèvia"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "treu les cometes dels noms dels fitxers llegits amb -T (per defecte)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "no treguis les cometes dels noms dels fitxers llegits amb -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATRÓ"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "exclou els fitxers que es donen com un PATRÓ"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "exclou els patrons que es llisten al FITXER"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"exclou el contingut dels directoris que continguin CACHEDIR.TAG, excepte el "
-"propi fitxer d'etiquetes"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "exclou tot el que estigui als directoris que continguin CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "exclou els directoris que continguin CACHEDIR.TAG "
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"exclou el contingut dels directoris que contenen el FITXER, excepte el "
-"FITXER mateix"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "exclou tot el que hi hagi al directori que contingui el FITXER"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "exclou els directoris que continguin el FITXER"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "exclou els directoris del sistema de control de versions"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "exclou els fitxers de còpia de seguretat i de blocat"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "no baixa automàticament als directoris"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "queda't al sistema de fitxers local quan creïs l'arxiu"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "incloure els subdirectoris (per defecte)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "no treguis les primeres «/» dels noms dels fitxers"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"segueix els enllaços simbòlics; arxiva i aboca els fitxers als quals apunten"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"segueix els enllaços durs; arxiva i aboca els fitxers als quals es refereix"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NOM-DEL-MEMBRE"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "comença al membre NOM-DEL MEMBRE de l'arxiu"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "desa només els fitxers més nous que DATA-O-FITXER"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "compara la data i l'hora només quan les dades hagin canviat"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-"fes una còpia de seguretat abans d'esborrar, tria el CONTROL de versions"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "CADENA"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"fa una còpia de seguretat abans d'esborrar, substitueix el sufix usual («~» "
-"si no s'ha definit la variable d'entorn SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Transformacions del nom del fitxer:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"treu NÚMERO components de la capçalera dels noms dels fitxers quan extreu"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "EXPRESSIÓ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"fes servir l'EXPRESSIÓ de substitució sed per transformar els noms dels "
-"fitxers"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"opcions de concordança de nom de fitxer (afecta tant als patrons de inclusió "
-"com als d'exclusió):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "ignora diferències majúscules/minúscules"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "comprova els patrons del començament del nom del fitxer"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"comprova els patrons després de qualsevol «/» (per defecte a les exclusions) "
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "comprova diferències majúscules/minúscules (per defecte)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "fa servir comodins (per defecte a les exclusions)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "concordància exacte a les cadenes"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "els comodins no han de concordar amb «/»"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "els comodins han de concordar amb «/» (per defecte a les exclusions)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Sortida informativa:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "llista els fitxers processats detalladament"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "PARAULA CLAU"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "control d'avisos"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "mostra els missatges de progres cada NÚMERO registres (per defecte 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ACCIÓ"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "executa ACCIÓ a cada punt de comprovació"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "mostra un missatge si no s'aboquen tots els enllaços"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SENYAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"mostra els bytes totals després de processar l'arxiu. Amb un argument - "
-"mostra els bytes totals quan es rep el SENYAL. Els senyals permesos són: "
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 i SIGUSR2. També s'accepta els noms sense "
-"el prefix SIG"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "mostra l'hora de modificació del fitxer en UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "Mostra l'hora del fitxer amb alta precisió"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "envia la sortida detallada al FITXER"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "mostra el número de bloc de dins l'arxiu a cada missatge"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "demana la confirmació per cada acció"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "mostra els valors per defecte de tar"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"quan es llisti o s'extregui, llista tots els directoris que no es "
-"corresponguin amb el criteri de cerca"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "mostra el nom del fitxer o de l'arxiu després de la transformació"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "ESTIL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"estableix el nom de l'estil de citació; vegeu més avall una llista de valors "
-"vàlids per ESTIL"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "més caràcters de cometes des de CADENA"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "deshabilita els caràcters de cometa de la CADENA"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Opcions de compatibilitat:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"quan es crea, el mateix que --old-archive; quan s'extreu, el mateix que --no-"
-"same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Altres opcions:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "desactiva l'ús de certes opcions potencialment perjudicials"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "No podeu especificar més d'un «-Acdtrux» o d'opció «--test-label»"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Opcions de compressió conflictives"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Nom del senyal desconegut: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "No s'ha trobat el fitxer de mostra de la data"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "S'està substituint %s pel format de data desconegut %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Opció %s: S'està tractant la data «%s» com a %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: la llista de fitxers ja s'ha llegit"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: la lectura del nom del fixter conté un caràcter nul"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "filtra l'arxiu a mitjançant %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Les opcions vàlides per la opció --quoting-style són:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Aquest* tar va per defecte en:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Factor de blocs invàlid"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Longitud de la cinta invàlida"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "valor invàlid del nivell d'increment"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Més d'una data del llindar"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "valor de la versió de la opció de dispersió invalid"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "No es permet l'ús de --atime-preserve=«system» en aquesta plataforma"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "El valor --checkpoint no és un enter"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Grup invàlid"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Mode invàlid donat a les opcions"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Número invàlid"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Propietari invàlid"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"La opció --preserve es obsoleta, en comptes d'això feu servir --preserve-"
-"permissions --preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Mida del registre invàlida"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "La mida del registre ha de ser múltiple de %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Nombre d'elements invàlid"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Només es permet una opció --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Argument de densitat mal format: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Densitat desconeguda: «%c»"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opcions «-[0-7][lmh]» no suportades per *aquest* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FITXER]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "L'opció antiga «%c» requereix un argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence no te sentit sense una llista de fitxers"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence no es pot utilitzar en el mode d'operació que ha requerit"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Per a múltiples arxius de fitxers es requereix l'opció «-M»"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "No es pot combinar --listed-incremental amb --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level no té sentit sense --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: l'etiqueta del volum és massa llarga (el limit és %lu byte)"
-msgstr[1] "%s: l'etiqueta del volum és massa llarga (el limit és %lu bytes)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "No es poden verificar els arxius multi-volum"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "No es poden verificar els arxius comprimits"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "No es poden utilitzar arxius comprimits multi-volum"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "No es poden concatenar arxius comprimits"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option només es pot utilitzar en arxius POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "La llargada del volum no pot ser inferior que la mida del registre"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order no és compatible amb --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "S'està refusant covardament crear un arxiu buit"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Les opcions «-Aru» son incompatibles amb «-f -»"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Heu d'especificar una opció «-Acdtrux» o «--test-label»"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Se surt amb estat de fallida degut a errors prèvis"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: El fitxer s'encongeix %s byte"
-msgstr[1] "%s: El fitxer s'encongeix %s bytes"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "La paraula clau %s és desconeguda o encara no s'ha implementat"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "La marca horària està fora del rang permés"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "No s'ha pogut utilitzar el patró %s "
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "No s'ha pogut sobreescriure la paraula clau %s"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Capçalera estesa mal formada: falta la longitud"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Longitud de la capçalera estesa està fora del rang permès"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "La longitud de la capçalera estesa %*s està fora de rang"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Capçalera estesa mal formada: falta l'espai després de la longitud"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Capçalera estesa mal formada: falta el signe igual"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Capçalera estesa mal formada: falta el salt de línia"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "S'ignora la paraula clau desconeguda de la capçalera estesa «%s»"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"La paraula clau/parella de valors generada és massa llarga (paraula clau=%s, "
-"longitud=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "La capçalera estesa %s=%s està fora del rang %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Capçalera estesa mal formada: %s=%s invàlid"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Capçalera estesa mal formada: excedeix %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Capçalera estesa mal formada: %s invàlid, delimitador %c inesperat"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Capçalera estesa mal formada: %s invàlid: nombre de valors incorrecte"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: no és un temps d'espera vàlid"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: acció del punt de comprovació desconegut"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "escriu"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "llegeix"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Punt de comprovació d'escriptura %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Punt de comprovació de lectura %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile manipula els fitxers de dades al conjunt de programes de proves GNU "
-"paxutils.\n"
-"Les OPCIONS són:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Opcions de creació de fitxers:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "MIDA"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Crea un fitxer de la MIDA indicada"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Escriu al fitxer amb NOM, en comptes de la sortida estàndard"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Llegeix els noms dels fitxers del FITXER"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T llegeix els noms acabats en nul"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Omple el fitxer amb el PATRÓ indicat. El PATRÓ és «per defecte» o «zeros»"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Mida d'un bloc per fitxer dispers"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Genera un fitxer dispers. La resta de la línia de comandes indica el mapa "
-"del fitxer"
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "ÒFSET"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Cerca l'òfset donat abans d'escriure les dades"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Opcions de les estadístiques dels fitxers:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Mostra el contingut de l'estructura stat per cadascun dels fitxers indicats. "
-"El FORMAT per defecte és:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Opcions d'execució sincrónica:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPCIÓ"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Executa ARGS. Útil amb --checkpoint i i una entre --cut, --append, --touch, "
-"--unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Realitzar les accions donades (mirar avall) quan s'arrivi al punt de "
-"comprovació NÚMERO"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Defineix la data per a la següent opció --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-"Mostra els punts de comprovació executats i l'estat de sortida de la COMANDA"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Accions d'execució sincrónica. Aquestes son executades quan s'arriba al "
-"númerode punts de comprovació donat per --checkpoint"
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Talla el FITXER a la mida especificada amb la opció --length prèvia (o 0, si "
-"no s'ha especificat)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Afegeix MIDA bytes al FITXER. MIDA s'ha especificat amb la opció --length "
-"prèvia."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Actualitza les hores d'accés i modificació del FITXER"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Executa COMANDA"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Desfés l'enllaç del FITXER"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Mida invàlida: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Número fora de l'abast permés: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Mida negativa: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "Ha fallat la petició d'stat(%s)"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "mida del fitxer sol·licitada %lu, actual %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "el fitxer creat no és dispers"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Error en analitzar el número prop de «%s»"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Format de data desconegut"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGS...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "no es pot obrir «%s»"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "no es pot cercar"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "el nom del fitxer conté un caràcter nul"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"no es pot generar fitxers dispersos a la sortida estàndard, empreu la opció "
-"--file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "màscara incorrecta (prop de «%s»)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Camp desconegut «%s»"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "no es pot definir el temps de «%s»"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "no es pot desfer l'enllaç «%s»"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "La comanda ha finalitzat amb èxit\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "La comanda ha fallat amb estat %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "La comanda ha finalitzat amb la senyal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "La comanda ha parat amb la senyal %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "La comanda ha abocat l'ànima\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Comanda finalitzada\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat requereix noms de fitxers"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "No es pot desar al directori de treball"
diff --git a/po/cs.gmo b/po/cs.gmo
deleted file mode 100644 (file)
index 620a669..0000000
Binary files a/po/cs.gmo and /dev/null differ
diff --git a/po/cs.po b/po/cs.po
deleted file mode 100644 (file)
index c66191c..0000000
--- a/po/cs.po
+++ /dev/null
@@ -1,3318 +0,0 @@
-# Czech translations for GNU tar
-# Copyright (C) 1997 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Vladimir Michl <Vladimir.Michl@seznam.cz>, 1997.
-# Petr Pisar <petr.pisar@atlas.cz>, 2009, 2010.
-#
-# Pozor: program sám zalamuje dlouhé řádky, ale místo (širokých) znaků počítá
-# bajty. Proto je nutné dodržovat nezlomitelné mezery, které program rovněž
-# respektuje.
-#
-# extract → rozbalit (celý archiv), vybalit (některé soubory z archivu)
-# tape → páska (rod ženský, vzor žena; ne pásek)
-# seek offset → pozice posunu (pásky)
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-12 20:02+0200\n"
-"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
-"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argument %s je pro %s neplatný"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argument %s není pro %s jednoznačný"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Platné argumenty jsou:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: hodnota %s je menší nebo rovna %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: parametr ARGP_HELP_FMT vyžaduje hodnotu"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: parametr ARGP_HELP_FMT musí být kladný"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Neznámý parametr ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Nepořádek v ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Povinné nebo volitelné argumenty dlouhých přepínačů jsou rovněž povinné\n"
-"nebo volitelné u odpovídajících krátkých přepínačů."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Použití:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "nebo: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [PŘEPÍNAČ…]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Více informací získáte pomocí „%s --help“ nebo „%s --usage“.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"Chyby v programu oznamujte na adrese %s (anglicky), připomínky k překladu na "
-"adrese <translation-team-cs@lists.sourceforge.net> (česky).\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Neznámá systémová chyba"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "vypíše tuto nápovědu"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "vypíše stručný návod na použití"
-
-# JMÉNO jako v příslušné položce nápovědy
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "JMÉNO"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "nastaví název programu"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEKUNDY"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "zastaví se na SEKUNDY sekund (implicitně 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "vypíše verzi programu"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(CHYBA PROGRAMU) Verze není známa!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Příliš mnoho argumentů\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(CHYBA PROGRAMU) Přepínač by měl být znám!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "chyba zápisu"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: přepínač „%s“ není jednoznačný\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: přepínač „--%s“ musí být zadán bez argumentu\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: přepínač „%c%s“ musí být zadán bez argumentu\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: přepínač „--%s“ vyžaduje argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: nerozpoznaný přepínač „--%s“\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: nerozpoznaný přepínač „%c%s“\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: neplatný přepínač -- „%c“\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: přepínač vyžaduje argument -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: přepínač „-W %s“ není jednoznačný\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: přepínač „-W %s“ musí být zadán bez argumentu\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: přepínač „-W %s“ vyžaduje argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "paměť vyčerpána"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "pracovní adresář nelze si nelze zapamatovat"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "do původního pracovního adresáře se nelze vrátit"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "„"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "“"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[aAyY].*"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN].*"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Zabaleno kým: %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Zabaleno kým: %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licence GPLv3+: GNU GPL verze 3 nebo novější <http://gnu.org/licenses/gpl."
-"html>.\n"
-"Toto je svobodné programové vybavení: máte právo měnit jej a dále šířit.\n"
-"Není poskytována ŽÁDNÁ ZÁRUKA, jak jen zákon dovoluje.\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Napsal(a) %s.\n"
-
-# Vzhledem k tomu, že je nepravděpodobné, že by všemi autory byly ženy, tak
-# si uchýlíme k šovinisticky zjednodušenému „napsali“.
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Napsali %s a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Napsali %s, %s a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Napsali %s, %s, %s\n"
-"a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Napsali %s, %s, %s,\n"
-"%s a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Napsali %s, %s, %s,\n"
-"%s, %s a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Napsali %s, %s, %s,\n"
-"%s, %s, %s a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Napsali %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Napsali %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"%s a %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Napsali %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"%s, %s a další.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Chyby v programu oznamujte na adrese %s (anglicky),\n"
-"připomínky k překladu na adrese <translation-team-cs@lists.sourceforge.net>\n"
-"(česky).\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"Chyby v programu %s oznamujte (anglicky) na: %s\n"
-"Připomínky k překladu (česky) na: <translation-team-cs@lists.sourceforge."
-"net>\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Domovská stránka %s: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Domovská stránka programu %s: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Obecná pomoc při používání softwaru GNU: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Funkce %s selhala"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Varování: Funkce %s selhala"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Práva nelze změnit na %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Vlastnictví nelze změnit na UID %lu, GID %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Pevný odkaz na %s nelze vytvořit"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Chyba při čtení na bajtu %s během čtení %lu bajtu"
-msgstr[1] "%s: Chyba při čtení na bajtu %s během čtení %lu bajtů"
-msgstr[2] "%s: Chyba při čtení na bajtu %s během čtení %lu bajtů"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Varování: Chyba při čtení na bajtu %s během čtení %lu bajtu"
-msgstr[1] "%s: Varování: Chyba při čtení na bajtu %s během čtení %lu bajtů"
-msgstr[2] "%s: Varování: Chyba při čtení na bajtu %s během čtení %lu bajtů"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Nelze změnit pozici v souboru na %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Varování: Ukazatel v souboru nelze přemístit na %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Symbolický odkaz na „%s“ nelze vytvořit"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Zapsáno pouze %lu z %lu bajtu"
-msgstr[1] "%s: Zapsáno pouze %lu z %lu bajtů"
-msgstr[2] "%s: Zapsáno pouze %lu z %lu bajtů"
-
-# member name je část cesty názvy souboru 
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Odstraňuje se úvodní „%s„ z názvů prvků"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Odstraňuje se úvodní „%s„ z cílů pevného odkazu"
-
-# member name je část cesty názvy souboru 
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Prázdný prvek názvu se nahradí „.“"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Prázdný cíl pevného odkazu se nahradí „.“"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Služba není k dispozici"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "K %s se nelze připojit: selhal překlad"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Vzdálený shell není možné spustit"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Směr posunu je mimo rozsah"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Chybný směr posunu"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Neplatná pozice posunu"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Pozice posunu je je mimo rozsah"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Neplatný počet bajtů"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Počet bajtů je mimo rozsah"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Předčasný konec souboru"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Neplatní kód operace"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operace není podporována"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Neočekávané argumenty"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Ovládá páskovou jednotku přijímaje příkazy ze vzdáleného procesu"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "ČÍSLO"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "nastaví úroveň ladění"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "SOUBOR"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "nastaví název souboru pro výstup ladění"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "„%s“ nelze otevřít"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "příliš mnoho argumentů"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Neznámý příkaz"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Toto pravděpodobně není tar archiv"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Celkem zapsáno bajtů"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Celkem přečteno bajtů"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Celkem smazáno bajtů: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(roura)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Chybná hodnota pro velikost záznamu"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Název archivu nebyl zadán"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Stdin/Stdout archiv nelze ověřit"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Archiv je komprimován. Použijte přepínač %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Komprimovaný archiv nelze aktualizovat"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Páska na začátku, končím"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Příliš mnoho chyb, končím"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Velikost záznamu = %'lu blok"
-msgstr[1] "Velikost záznamu = %'lu bloky"
-msgstr[2] "Velikost záznamu = %'lu bloků"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Nezarovnaný blok (%'lu bajt) v archivu"
-msgstr[1] "Nezarovnaný blok (%'lu bajty) v archivu"
-msgstr[2] "Nezarovnaný blok (%'lu bajtů) v archivu"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "V archivu se nelze vrátit, bez -i může být nečitelný"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek se nezastavil na hranici záznamu"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: obsahuje neplatné číslo svazku"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "U čísla svazku nastalo přetečení"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Připravte svazek #%d pro archiv %s a stiskněte return:"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Místo uživatelské odpovědi byl zadán konec souboru"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "VAROVÁNÍ: Archiv je nekompletní"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [název]           Zadat nový název pro další (a následující) svazek(ky)\n"
-" q                   Ukončit program tar\n"
-" y nebo odřádkování  Pokračovat v operaci\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !                   Vytvořit podshell\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?                   Vypsat tuto nápovědu\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Není nový svazek; končím.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Název souboru nebyl zadán. Zkuste to znovu.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Neplatný vstup. Nápovědu obdržíte napsáním „?“ (otazníku).\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "příkaz %s selhal"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s možná pokračuje na tomto svazku: hlavička obsahuje zkrácený název"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s nepokračuje na tomto svazku"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s je špatné délky (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Tento svazek není je mimo pořadí (%s − %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Pro vyhodnocení vzorku %s musí být archiv pojmenován"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Svazek %s neodpovídá vzorku %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: název souboru je příliš dlouhý, aby byl uložen do vícesvazkové hlavičky "
-"GNU, bude zkrácen"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "zápis neskončil na konci hranice bloku"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Bylo možné načíst pouze %'lu z %'lu bajtu"
-msgstr[1] "Bylo možné načíst pouze %'lu z %'lu bajtů"
-msgstr[2] "Bylo možné načíst pouze %'lu z %'lu bajtů"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Obsahy se liší"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Neočekávaný konec archivu"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Typ souboru se liší"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Práva se liší"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "UID se liší"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "GID se liší"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Čas poslední modifikace se liší"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Velikost se liší"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Není odkazem na %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symbolický odkaz se liší"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Číslo zařízení se liší"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Ověřuji "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Neznámý typ souboru „%c“, porovnáván jako normální soubor"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Archiv obsahuje názvy souborů, kterým byly odstraněny předpony."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Při kontrole může selhat nalezení původních souborů."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "SELHÁNÍ KONTROLY: zjištěna %d chybná hlavička"
-msgstr[1] "SELHÁNÍ KONTROLY: zjištěny %d chybné hlavičky"
-msgstr[2] "SELHÁNÍ KONTROLY: zjištěno %d chybných hlaviček"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Osiřelý nulový blok na pozici %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: obsahuje značku keše adresáře %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "hodnota %s typu %s je mimo rozsah %s..%s; nahrazuji za %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "hodnota %s typu %s je mimo rozsah %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Generuji záporné osmičkové hlavičky"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: název souboru je příliš dlouhý (max. %d); nezpracován"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: název souboru je příliš dlouhý (nelze jej rozdělit); nezpracován"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: název odkazu je příliš dlouhý; nezpracován"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Soubor je kratší o %s bajt; Doplňuji nulami."
-msgstr[1] "%s: Soubor je kratší o %s bajty; Doplňuji nulami."
-msgstr[2] "%s: Soubor je kratší o %s bajtů; Doplňuji nulami."
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: soubor je na jiném souborovém systému; nearchivován"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "obsah nezpracován"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Neznámý typ souboru; soubor ignorován"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Chybí odkazy na %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: soubor není změněn; neaktualizován"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: soubor je archiv; nearchivován"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "adresář nezpracován"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: soubor byl během čtení změněn"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: soket ignorován"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: dveře ignorovány"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Přeskakuji na další hlavičku"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Z archivu je mazáno to, co není hlavička"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: nemožně stará časová značka %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: časová značka %s je %s s v budoucnosti"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Neočekávaná inkonzistence, při vytváření adresáře"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Adresář byl přejmenován dříve, než bylo možné získat jeho stav"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Souvisle uložené soubory rozbaluji jako obyčejné soubory"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Zkouším rozbalit symbolické odkazy jako pevné odkazy"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Nelze rozbalit – soubor je pokračováním jiného svazku"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Neočekávaná hlavička dlouhého názvu"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Neznámý typ souboru „%c“, rozbalen jako normální soubor"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Současný soubor %s je novější nebo stejně starý"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Tento soubor nebylo možné zálohovat"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s nelze přejmenovat na %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Adresář byl přejmenován z %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Adresář byl přejmenován"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Adresář je nový"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Neplatný čas souboru"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Neplatný čas změny obsahu souboru (sekundy)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Neplatný čas změny obsahu souboru (nanosekundy)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Neplatné číslo zařízení"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Neplatné číslo i-uzlu"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Při čtení souboru snímku: položka je příliš dlouhá"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Chyba čtení uvnitř souboru snímku"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Neočekávaný konec souboru snímku"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Neočekávaná hodnota položky v souboru snímku"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Chybí uzávěr záznamu"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Chybný formát přírůstkového souboru"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Nepodporovaná verze přírůstkového formátu: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Poškozený dumpdir: očekáváno „%c“, ale nalezeno %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Poškozený dumpdir: „X“ duplikováno"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Poškozený dumpdir: prázdný název v „R“"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Poškozený dumpdir: „R“ není před „T“"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Poškozený dumpdir: prázdný název v „T“"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Poškozený dumpdir: očekáváno „%c“, ale zjištěn konec dat"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Poškozený dumpdir: „X“ nebylo nikdy použito"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Podle šablony %s nelze vytvořit dočasný adresář"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Adresář nebude vyčištěn: nelze provést stat()"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: adresář je na jiném zařízení: nebude vyčištěn"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Mažu %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Nelze smazat"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Vynechávám"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok NUL **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Konec souboru **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Mezery v hlavičce na místě, kde je očekávána číselná hodnota typu %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Osmičková hodnota %.*s typu %s je mimo rozsah; přiřazuji dvojkový complement"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Osmičková hodnota %.*s typu %s je mimo rozsah"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Archiv obsahuje zastaralé base-64 hlavičky"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Base-64 řetězec %s je mimo rozsah typu %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Hodnota base-256 je mimo rozsah typu %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Archiv obsahuje %.*s tam, kde je očekávána číselná hodnota typu %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Hodnota %s typu %s je mimo rozsah %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " odkaz na %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " neznámý souborový typ %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Dlouhý odkaz--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Dlouhý název--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Hlavička svazku--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Pokračováno od %s bajtu--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Vytvářím adresář:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Pracovní adresář nelze změnit"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Přejmenovávám %s na %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: nelze přejmenovat na %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Přejmenovávám %s zpět na %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Soubor smazán dříve než mohl být přečten"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Adresář smazán dříve než mohl být přečten"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "potomek"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "meziprocesový kanál"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "V názvech souborů se nachází žolíkové znaky"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Porovnávání proti žolíkových znaků zapněte pomocí --wildcards, nebo varování "
-"potlačte prostřednictvím --no-wildcards"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: V archivu nenalezen"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Požadovaný výskyt nebyl v archivu nalezen"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Název archivu se neodpovídá"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Použití přepínače -C uvnitř seznamu souborů není spolu s --listed-"
-"incremental dovoleno"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "S --listed-incremental je dovolen pouze jediný přepínač -C"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Přepínače „-%s“ a „-%s“ oba dva chtějí standardní vstup"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Neplatný formát archivu"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU rozšíření požadovány na nekompatibilním formátu archivu"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Neznámý styl citování „%s“. Seznam stylů lze získat příkazem „%s --quoting-"
-"style=help“."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU „tar“ uloží pohromadě více souborů do jediného archivu na disku nebo "
-"pásce a umí z tohoto archivu jednotlivé soubory získat zpět.\n"
-"\n"
-"Příklady:\n"
-"  tar -cf archiv.tar foo bar   # Vytvoří archiv.tar ze souborů foo a bar.\n"
-"  tar -tvf archiv.tar          # Podrobně vypíše všechny soubory v archiv."
-"tar.\n"
-"  tar -xf archiv.tar           # Rozbalí všechny soubory z archiv.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Přípona záložních souborů bude „~“, pokud není nastavena pomocí --suffix "
-"nebo proměnné SIMPLE_BACKUP_SUFFIX.\n"
-"Verzování lze řídit pomocí přepínače --backup nebo proměnné VERSION_CONTROL. "
-"Hodnoty mohou být:\n"
-"\n"
-"  none, off       záložní kopie se nevytváří nikdy\n"
-"  t, numbered     tvoří číslované záložní kopie\n"
-"  nil, existing   číslované, jestliže již číslované záložní kopie\n"
-"                  existují, jinak tvoří jednoduché\n"
-"  never, simple   tvoří vždy jednoduché záložní kopie souborů\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Hlavní operační režim:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "vypíše obsah archivu"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "vybalí soubory z archivu"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "vytvoří nový archiv"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "hledá rozdíly mezi archivem a systémem souborů"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "připojí soubory na konec archivu"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "připojí jen takové soubory, které jsou novější nežli kopie v archivu"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "připojí k archivu tarové soubory"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "smaže z archivu (ne na magnetických páskách!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "otestuje jmenovku archivního svazku a skončí"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Operační modifikátory:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "zachází s řídkými soubory efektivně"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "HLAVNÍ[.VEDLEJŠÍ]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "nastaví verzi řídkého formátu (implikuje --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "zpracuje přírůstkové zálohy starého formátu GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "zpracuje přírůstkové zálohy nového formátu GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "úroveň výpisu pro vytvářený archiv s přírůstkovým seznamem"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "neskoční nenulovým kódem při nečitelných souborech"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"zpracuje pouze ČÍSLO. výskyt každého souboru z archivu; tento přepínač je "
-"platný jen ve spojení s jedním z podpříkazů --delete, --diff, --extract nebo "
-"--list a jen když je zadán seznam souborů na příkazovém řádku nebo přes "
-"přepínač -T; implicitní ČÍSLO je 1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "v archivu se lze posunovat"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "v archivu se lze posunovat"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "při vytváření přírůstkových archivů se nekontrolují čísla zařízení"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"při vytváření přírůstkových archivů se kontrolují čísla zařízení (implicitní)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Ovládání přepisování:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "pokusí se zkontrolovat archiv po té, co bude zapsán"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "odstraní soubory po té, co budou přidány do archivu"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "při rozbalovaní nenahrazuje existující soubory"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"nenahrazuje existující soubory, které jsou novější než jejich archivní kopie"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "při rozbalování existující soubory přepisuje"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "před vybalením každého souboru jej odstraní"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "před vybalením adresáře vytvoří prázdnou hierarchii"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "zachovává metadata existujících adresářů"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "při rozbalování přepisuje metadata existujících adresářů (implicitní)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Výběr výstupního proudu:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "soubory vybaluje na standardní výstup"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "PŘÍKAZ"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "vybalené soubory pošle rourou jinému programu"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ignoruje návratový kód potomků"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "nenulový návratový kód potomků považuje za chybu"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Zacházení s atributy souborů:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "vynutí JMÉNO jako vlastníka vkládaných souborů"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "vynutí JMÉNO jako skupinu vkládaných souborů"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATUM_NEBO_SOUBOR"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "nastaví čas změny obsahu vkládaných souborů podle DATA_NEBO_SOUBORU"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ZMĚNY"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "vynutí (symbolický) mód ZMĚN (přístupová práva) vkládaným souborům"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODA"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"zachová časy přístupu prohlížených souborů a to buď obnovením časů po čtení "
-"(METODA=„REPLACE“; implicitní), nebo nenastavením časů v prvním pořadí "
-"(METODA=„system“)"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "nevybaluje čas změny obsahu souboru"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"pokusí se vybalit soubory se stejným vlastníkem jako je uveden v archivu "
-"(výchozí pro superuživatele)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "rozbaluje soubory pod vaší identitou (výchozí pro běžného uživatele)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "pro jména uživatel/skupin vždy použije čísla"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "vybaluje informace o právech souborů (implicitní pro superuživatele)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"při vybalování práv z archivu použije uživatelovu umask (implicitní pro "
-"běžné uživatele)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "při rozbalování seřadí názvy tak, aby odpovídaly pořadí v archivu"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "stejné jako -p -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"pozdrží nastavení časů modifikace a práv rozbalovaných adresářů až do "
-"dokončení rozbalování"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "zruší účinek přepínače --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Výběr a přepínání zařízení:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "pro archiv požije soubor zařízení ARCHIV"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "soubor archivu je místní, i když obsahuje dvojtečku"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "namísto příkazu rmt použije PŘÍKAZ"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "namísto rsh použije PŘÍKAZ"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "určuje mechaniku a hustotu"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "vytvoří/vypíše/rozbalí vícesvazkový archiv"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "po zapsaní ČÍSLO × 1024 bajtů vymění pásku"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "na konci každé pásky spustí skript (implikuje -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "použije/aktualizuje číslo svazku v SOUBORU"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Bloky zařízení:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKY"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOKŮ × 512 bajtů na záznam"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "ČÍSLO bajtů na záznam, násobek 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "v archivu ignoruje vynulované bloky (znamená EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "předělat bloky v průběhu čtení (pro roury na BSD 4.2)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Výběr formátu archivu:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMÁT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "vytvoří archiv daného formátu"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMÁT je jeden z následujících:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "starý formát taru V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "formát taru GNU <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "formát taru GNU 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "formát POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "formát POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "stejné jako pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "stejné jako --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "stejné jako --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "klíčové_slovo[[:]=hodnota][,klíčové_slovo[[:]=hodnota]]…"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "řídicí klíčová slova paxu"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXT"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"vytvoří archiv s názvem svazku TEXT; při výpisu/rozbalení použije TEXT jako "
-"vzor se zástupnými symboly pro název svazku"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Přepínače komprese:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "kompresní program určí podle přípony archivu"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "kompresní program neurčí podle přípony archivu"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROGRAM"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "archiv protáhne PROGRAMEM (musí znát -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Výběr místního souboru:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"zadaný SOUBOR přidá do archivu (užitečné, začíná-li jeho název spojovníkem)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "ADRESÁŘ"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "změní adresář na ADRESÁŘ"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "seznam jmen souborů na rozbalení nebo zabalení získá ze SOUBORU"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T čte názvy zakončené nulovým znakem, vypne -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "zruší účinek předchozího přepínače --null"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"odčiní citování (escapování) názvů souboru načtených přes -T (implicitní)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "nezruší citování (escapování) názvů souboru načtených přes -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "VZOR"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "vynechá soubory, které odpovídají VZORU"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "vynechá soubory vyjmenované v SOUBORU"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"vynechá obsah adresářů obsahujících CACHEADR.ZNAČKA, kromě souboru značky "
-"samotného"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "vynechá vše pod adresáři obsahujícími CACHEADR.ZNAČKA"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "vynechá adresáře obsahující CACHEADR.ZNAČKA"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "vynechá obsah adresářů obsahujících SOUBOR, vyjma SOUBORU samotného"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "vynechá vše pod adresáři obsahujícími SOUBOR"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "vynechá adresáře obsahující SOUBOR"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "vynechá adresáře systému správy verzí"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "vynechá soubory záloh a zámků"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "zabrání automatickému sestupu do adresářů"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "při tvorbě archivu se zdrží v místním systému souborů"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "sestupuje rekurzivně do adresářů (implicitní)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "neodstraní z názvů souborů úvodní „/“"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"následuje symbolické odkazy; archivuje a vybaluje soubory, na které je "
-"odkazováno"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"následuje pevné odkazy; archivuje a vybaluje soubory, na které je odkazováno"
-
-# část cesty (adresář)
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "SLOŽKA_NÁZVU"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "začne v archivu na složce SLOŽKA_NÁZVU"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "ukládá jen soubory novější než DATUM_NEBO_SOUBOR"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATUM"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "při změně dat porovná datum i čas"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "STRATEGIE"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "před odstraněním vytvoří záložní kopii za použití STRATEGIE"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "ŘETĚZEC"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"před odstraněním vytvoří záložní kopii, potlačí obvyklou příponu („~“, není-"
-"li uvedeno jinak v proměnné prostředí SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Transformace názvů souborů:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "při rozbalování odřízne ČÍSLO úvodních složek z názvů souborů"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "VÝRAZ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "názvy souborů transformuje pomocí nahrazovacího VÝRAZU sedu"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Přepínače řídicí výběr souborů podle názvu (ovlivňuje vzory jak pro "
-"vyloučení, tak pro zahrnutí)"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "ignoruje velikost písmen"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "vzory se testují název souboru od začátku"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "vzory se testují po každém „/“ (implicitní u vyloučení)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "testování je citlivé na velikost (implicitní)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "použije žolíkové znaky (implicitní u vyloučení)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "testuje se přesný řetězec"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "žolíkové znaky nezahrnují „/“"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "žolíkové znaky zahrnují „/“ (implicitní u vyloučení)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informativní výstup:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "vypisuje zpracovávané soubory"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "KLÍČOVÉ_SLOVO"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "řídí varování"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "zobrazuje zprávy o postupu každých ČÍSLO. záznam (implicitně 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "AKCE"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "v každém kontrolním bodu vykoná AKCI"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "hlásí, že nebyly zpracovány všechny odkazy"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNÁL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"po zpracování archivu ohlásí celkový počet bajtů; je-li zadán argument, podá "
-"hlášení, až bude doručen SIGNÁL; Povolené signály jsou SIGHUP, SIGQUIT, "
-"SIGINT, SIGUSR1 a SIGUSR2; názvy bez předpony SIG jsou rovněž přípustné"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "časy změn obsahu souborů vypisuje v UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "časy souborů vypisuje v plném znění"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "informativní výstup pošle do SOUBORU"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "každou zprávu opatří číslem bloku uvnitř archivu"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "na každou akcí žádá potvrzení"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "zobrazí implicitní argumenty taru"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"při vypisování nebo rozbalování zobrazí každý adresář, který neodpovídá "
-"vyhledávacím podmínkám"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "zobrazuje názvy souborů a archivů po transformaci"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STYL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "nastaví styl citování názvů; platné hodnoty STYLŮ nalezte níže"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "cituje navíc znaky z ŘETĚZCE"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "zakáže citování znaků z ŘETĚZCE"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Přepínače pro kompatibilitu"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"při vytváření archivu má stejný význam jako --old-archive, při rozbalování "
-"jako --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Další přepínače:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "zakáže použití některých potenciálně nebezpečných přepínačů"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Nemůže být zadán více jak jeden přepínač z „-Acdtrux“ nebo „--test-label“"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Odporující si kompresní přepínače"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Neznámý název signálu: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Soubor, ze kterého se má vzít datum a čas, nebyl nalezen"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Datum neznámého formátu %2$s nahrazuji %1$s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Přepínač %s: S datem „%s“ bude zacházeno jako s %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: seznam souborů již načten"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: načtený název souboru obsahuje nulový znak"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "archiv protáhne skrze filtr %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Pro přepínač --quoting-style jsou platné argumenty:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Implicitní přepínače *tohoto* taru:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Neplatný počet bajtů na záznam"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Neplatná délka pásky"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Chybná hodnota úrovně přírůstku"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Více než jedeno počáteční datum"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Neplatná hodnota verze řídkého formátu"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' není na této platformě podporován"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "hodnota --checkpoint není celé číslo"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Neplatná skupina"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Zadána chybná práva"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Neplatné číslo"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Neplatný vlastník"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Přepínač --preserve je zastaralý, místo něj používejte --preserve-"
-"permissions --preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Chybná velikost záznamu"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Velikost záznamu musí být násobek %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Neplatný počet prvků"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Povolen je jen jeden přepínač --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Neplatný argument hustoty: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Neznámá hustota: „%c“"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Přepínače „-[0-7][lmh]“ nejsou *tímto* tarem podporovány"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[SOUBOR]…"
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Přepínač „%c“ vyžaduje argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "bez seznamu souborů nemá --occurrence smysl"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence nelze v požadovaném režimu operace použít"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Více archivačních souborů vyžaduje přepínač „-M“"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental a --newer nelze kombinovat"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level bez --listed-incremental postrádá smysl"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Název svazku je příliš dlouhý (limit je %'lu bajt)"
-msgstr[1] "%s: Název svazku je příliš dlouhý (limit je %'lu bajty)"
-msgstr[2] "%s: Název svazku je příliš dlouhý (limit je %'lu bajtů)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Vícesvazkový archiv není možné ověřit"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Komprimovaný archiv nelze ověřit"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Vícesvazkový komprimovaný archiv nelze vytvořit"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Komprimované archivy nelze zřetězit"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "Přepínač --pax-option lze použít jen na posixových archivech"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Délka svazku nemůže být kratší než délka záznamu"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order není slučitelný s --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Vytvoření prázdného archivu odmítnuto."
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Přepínače „-Aru“ jsou neslučitelné s přepínačem „-f -“"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Musíte zadat jeden z přepínačů „-Acdtrux“ nebo „--test-label“"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Končí se chybovým kódem, protože byly zaznamenány chyby"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Soubor zkrácen o %s bajt"
-msgstr[1] "%s: Soubor zkrácen o %s bajty"
-msgstr[2] "%s: Soubor zkrácen o %s bajtů"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Klíčové slovo %s není známo nebo ještě nebylo implementováno"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Časový údaj je mimo povolený rozsah"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Vzor %s nelze použít"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Klíčové slovo %s nelze přebít"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Chybná rozšířená hlavička: chybí délka"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Délka rozšířené hlavičky je mimo povolený rozsah"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Délka rozšířené hlavičky %*s je mimo rozsah"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Chybná rozšířená hlavička: po délce chybí bílé místo"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Chybná rozšířená hlavička: chybí znak rovná se"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Chybná rozšířená hlavička: chybí odřádkování"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Ignoruje se neznámé klíčové slovo „%s“ rozšířené hlavičky"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Utvořená dvojice klíčové slovo / hodnota je příliš dlouhá (klíčové slovo = "
-"%s, délka %s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "%s=%s v rozšířené hlavičce je mimo rozsah %s–%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Chybná rozšířená hlavička: %s=%s není platné"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Chybná rozšířená hlavička: nadbytečná %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Chybná rozšířená hlavička: neplatný %s: neočekávaný oddělovač %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Chybná rozšířená hlavička: neplatný %s: lichý počet hodnot"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: neplatný časový limit"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: neznámá akce kontrolního bodu"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "zápis"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "čtení"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Kontrolní bod zápisu %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Kontrolní bod čtení %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile pracuje s datovými soubory testovacího balíku GNU paxutils.\n"
-"PŘEPÍNAČE jsou:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Přepínače tvorby souboru:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "VELIKOST"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Vytvoří soubor zadané VELIKOSTI"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Místo na standardní výstup píše do souboru JMÉNO"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Názvy souborů čte ze SOUBORU"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T čte názvy zakončené nulovými znaky"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Vyplní soubor zadaným VZOREM. VZOR je „default“ (výchozí) nebo „zeros“ (nuly)"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Velikost bloku pro řídké soubory"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Vytvoří řídký soubor. Zbytek příkazové řádku definuje mapu souboru."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "POZICE"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Před zápisem dat se přesune na zadanou POZICI"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Přepínače statistiky souboru:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"U každého zadaného souboru vypíše obsah struktury stat. Implicitní FORMÁT je:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Přepínače synchronního vykonávání:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "PŘEPÍNAČ"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Provede ARGUMENTY. Užitečné s --checkpoint a jedním z --cut, --append, --"
-"touch, --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "Provede zadanou akci (vizte níže) při dosažení kontrolního bodu ČÍSLO"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Nastaví datum pro následující přepínač --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Zobrazuje prováděné kontrolní body a návratové kódy PŘÍKAZU"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Synchronní vykonávání akcí. Tyto budou provedeny, když bude dosaženo číslo "
-"kontrolního bodu zadaného přepínačem --checkpoint."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Zkrátí SOUBOR na velikost zadanou předchozím přepínačem --length (nebo na 0, "
-"není-li uveden)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"K SOUBORU připojí VELIKOST bajtů. VELIKOST se zadává předcházejícím "
-"přepínačem --length."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Aktualizuje časy přístupu a změny obsahu SOUBORU"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Vykoná PŘÍKAZ"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Smaže (unlink) SOUBOR"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Neplatná velikost: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Číslo je mimo povolený rozsah: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Záporná velikost: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) selhalo"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "požadovaná délka souboru %'lu, aktuální %'lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "vytvořený soubor není řídký"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Chyba při rozebírání čísla poblíž „%s“"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Neznámý formát data"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENT…]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "„%s“ nelze otevřít"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "v souboru se nelze pohybovat"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "název souboru obsahuje nulový znak"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"na standardní výstup nelze generovat řídké soubory, použijte přepínač --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "nesprávná maska (poblíž „%s“)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Neznámá položka „%s“"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "Souboru „%s“ nelze nastavit čas"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "„%s“ nelze odstranit (unlink)"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Příkaz skončil úspěšně\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Příkaz selhal s kódem %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Příkaz skončil signálem %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Příkaz pozastaven signálem %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Příkaz skončil výpisem obrazu paměti\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Příkaz ukončen\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat potřebuje název souboru"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Pracovní adresář nelze uchovat"
-
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Název počítače %s nelze přeložit"
-
-#~ msgid "suppress this warning."
-#~ msgstr "nebo tuto hlášku potlačte přepínačem --no-wildcards."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: neznámý přepínač -- %c\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Chyby v programu oznamujte na adrese <%s> (pouze anglicky),\n"
-#~ "připomínky k překladu na adresu <translation-team-cs@lists.sourceforge."
-#~ "net>\n"
-#~ "(česky).\n"
-
-#~ msgid "Input string too long"
-#~ msgstr "Vstupní řetězec je příliš dlouhý"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Syntaktická chyba čísla"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Místo pro buffer není možné alokovat\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Místo pro buffer není možné alokovat"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Více informací získáte příkazem „%s --help“.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Použití: %s [PŘEPÍNAČ]\n"
-#~ "Manipuluje s páskovou mechanikou přijímaje příkazy vzdáleného procesu.\n"
-#~ "\n"
-#~ "  --version     Vypíše označení verze.\n"
-#~ "  --help        Vypíše tuto nápovědu.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Chyba při posunu na pozici"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Předčasný konec souboru"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Čtení z %s\n"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Z chyby se nelze zotavit: ukončuji se"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "archiv protáhne skrze bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "archiv protáhne skrze gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "archiv protáhne skrze compress"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "archiv protáhne skrze lzma"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "archiv protáhne skrze lzop"
-
-#~ msgid "block size"
-#~ msgstr "velikost bloku"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Popisovač souboru nelze duplikovat"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Komprimované nebo vzdálené archivy nelze použít"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (potomek)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (prapotomek)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "VAROVÁNÍ: Chybí hlavička svazku"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Potomek vrátil status %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Názvy souborů obsahují „..“"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Název souboru obsahuje „..“"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Viditelná chyba dlouhého názvu"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Číslo zařízení je mimo rozsah"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Viditelná chyba dlouhého názvu"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Soubor %s přejmenován na %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Symbolický odkaz na %s nelze vytvořit"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s odkazuje na %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Neznámý příkaz %s pro spojování rozsekaných jmen"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Za -C chybí název souboru"
-
-#~ msgid "Copyright %d Free Software Foundation, Inc."
-#~ msgstr "Copyright %d Free Software Foundation, Inc."
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "  Toto je volně šiřitelné programové vybavení, které je zcela BEZ "
-#~ "ZÁRUKY.\n"
-#~ "Podmínky pro kopírování a rozšiřování naleznete v Obecné veřejné licenci "
-#~ "GNU\n"
-#~ "(GNU General Public Licence). Více informací získáte ve zdrojových "
-#~ "textech\n"
-#~ "v souboru COPYING."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Neznámý příkaz %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "  GNU „tar“ je archivační program. Ukládá soubory do archivu na pásku "
-#~ "nebo \n"
-#~ "disk. Z archivu dokáže rozbalit jak celé hierarchie souborů, tak i "
-#~ "jednotlivé\n"
-#~ "soubory.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "  Jestliže dlouhé přepínače mají povinný argument, pak tento argument je\n"
-#~ "povinný i u jejich krátkých forem. Obdobně je tomu v případě, kdy je "
-#~ "argument\n"
-#~ "nepovinný.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Hlavní funkce:\n"
-#~ "  -t, --list              vypíše obsah archivu\n"
-#~ "  -x, --extract, --get    vyzvedne soubor(y) z archivu\n"
-#~ "  -c, --create            vytvoří nový archiv\n"
-#~ "  -d, --diff, --compare   nalezne rozdíly mezi archivem a souborovým "
-#~ "systémem\n"
-#~ "  -r, --append            přidá soubory na konec archivu\n"
-#~ "  -u, --update            přidá pouze soubory novější, než jsou v "
-#~ "archivu\n"
-#~ "  -A, --catenate          přidá soubory z tar archivu do archivu\n"
-#~ "      --concatenate       stejné jako -A\n"
-#~ "      --delete            maže z archivu (nefunguje na magnetických "
-#~ "páskách)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modifikátory operací:\n"
-#~ "  -W, --verify               ověří archiv po zápisu na médium\n"
-#~ "      --remove-files         smaže originální soubory po jejich "
-#~ "archivaci\n"
-#~ "  -k, --keep-old-files       nepřepisuje existující soubory při "
-#~ "rozbalování\n"
-#~ "                             archivu\n"
-#~ "      --overwrite            přepisuje existující soubory při "
-#~ "rozbalování\n"
-#~ "  -U, --unlink-first         smaže soubory před jejich přepsáním\n"
-#~ "      --recursive-unlink     smaže prázdné hierarchie před \n"
-#~ "                             rozbalováním adresářů\n"
-#~ "  -S, --sparse               soubory s dírami zpracuje efektivněji\n"
-#~ "  -O, --to-stdout            rozbalí archiv na standardní výstup\n"
-#~ "  -G, --incremental          zpracuje starý GNU-formát inkrementální "
-#~ "zálohy\n"
-#~ "  -g, --listed-incremental=SOUBOR\n"
-#~ "                             zpracuje nový GNU-formát inkrementální "
-#~ "zálohy\n"
-#~ "      --ignore-failed-read   ignoruje chyby při čtení souborů\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Zpracování atributů souborů:\n"
-#~ "      --owner=JMÉNO            použije JMÉNO jako vlastníka přidávaných "
-#~ "souborů\n"
-#~ "      --group=JMÉNO            použije JMÉNO jako skupinu přidávaných "
-#~ "souborů\n"
-#~ "      --mode=ZMĚNY             použije jako práva (symbolická) "
-#~ "přidávaných\n"
-#~ "                               souborů\n"
-#~ "      --atime-preserve         nemění přístupový čas na zpracovávaných\n"
-#~ "                               souborech\n"
-#~ "  -m, --modification-time      u rozbalovávaných souborů nenastaví čas\n"
-#~ "                               poslední modifikace souboru z archivu\n"
-#~ "      --same-owner             u rozbalovávaných souborů zkouší nastavit\n"
-#~ "                               stejného vlastníka jako je v archivu\n"
-#~ "      --no-same-owner          rozbalí soubory a všechny budou vlastněné "
-#~ "Vámi\n"
-#~ "      --numeric-owner          vždy používá čísla pro jména vlastníka/"
-#~ "skupiny\n"
-#~ "  -p, --same-permissions       u rozbalovávaných souborů nastaví stejná\n"
-#~ "                               práva, jaká mají v archivu\n"
-#~ "      --no-same-permissions    při rozbalování nenastavuje práva\n"
-#~ "      --preserve-permissions   stejné jako -p\n"
-#~ "  -s, --same-order             seřazení jmen souborů pro rozbalení je\n"
-#~ "                               stejné s archivem\n"
-#~ "      --preserve-order         stejné jako -s\n"
-#~ "      --preserve               stejné jako zadání -p a -s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Výběr zařízení:\n"
-#~ "  -f, --file=ARCHIV              pracuje s archivem nebo zařízením "
-#~ "ARCHIV\n"
-#~ "      --force-local              archivní soubor je lokální, dokonce i "
-#~ "když\n"
-#~ "                                 obsahuje v názvu dvojtečku\n"
-#~ "      --rsh-command=PŘÍKAZ       použije PŘÍKAZ pro přihlášení místo rsh\n"
-#~ "  -[0-7][lmh]                    zadání zařízení a hustoty\n"
-#~ "  -M, --multi-volume             práce s vícesvazkovým archivem\n"
-#~ "  -L, --tape-length=ČÍSLO        vymění pásku po zapsání ČÍSLO x 1024 "
-#~ "bajtů\n"
-#~ "  -F, --info-script=SOUBOR       spustí script na konci každé pásky\n"
-#~ "                                 (zahrnuje i -M)\n"
-#~ "      --new-volume-script=SOUBOR stejné jako -F SOUBOR\n"
-#~ "      --volno-file=SOUBOR        použije/aktualizuje číslo svazku v "
-#~ "SOUBORu\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Bloky u zařízení:\n"
-#~ "  -b, --blocking-factor=BLOKŮ    BLOKŮ x 512 bajtů na záznam\n"
-#~ "      --record-size=VELIKOST     VELIKOST bajtů na záznam, násobek 512\n"
-#~ "  -i, --ignore-zeros             ignoruje nulové bloky v archivu,\n"
-#~ "                                 které normálně znamenají EOF.\n"
-#~ "  -B, --read-full-records        když není přečteno tolik bajtů,\n"
-#~ "                                 kolik je požadováno, zkouší dočíst "
-#~ "zbytek\n"
-#~ "                                 (vhodné pro roury)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Výběr formátu archivu:\n"
-#~ "  -V, --label=NÁZEV                  vytvoří archiv s názvem svazku "
-#~ "NÁZEV\n"
-#~ "              VZOREK                 u obsahu/rozbalování globální "
-#~ "vzorek\n"
-#~ "                                     pro názvy souborů\n"
-#~ "  -o, --old-archive, --portability   zapíše archiv ve formátu V7\n"
-#~ "      --posix                        zapíše archiv ve formátu POSIX\n"
-#~ "  -j, --bzip2                        komprimuje archiv pomocí bzip2\n"
-#~ "  -z, --gzip, --ungzip               komprimuje archiv pomocí gzip\n"
-#~ "  -Z, --compress, --uncompress       komprimuje archiv pomocí compress\n"
-#~ "      --use-compress-program=PROG    komprimuje archiv pomocí PROG\n"
-#~ "                                     (který musí akceptovat -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Výběr souborů:\n"
-#~ "  -C, --directory=ADRESÁŘ      operace vykonává v ADRESÁŘi\n"
-#~ "  -T, --files-from=NÁZEV       při rozbalování nebo vytváření bere názvy\n"
-#~ "                               souborů ze souboru NÁZEV\n"
-#~ "      --null                   -T čte nulou ukončené názvy, zakázáno -C\n"
-#~ "      --exclude=VZOREK         nepracuje se soubory odpovídající VZORKU\n"
-#~ "  -X, --exclude-from=SOUBOR    nepracuje se soubory, které odpovídají\n"
-#~ "                               některému vzorku v SOUBORu\n"
-#~ "      --anchored               vylučovací (exclude) vzorky se porovnávají "
-#~ "od\n"
-#~ "                               začátku názvu souboru (implicitní)\n"
-#~ "      --no-anchored            vylučovací vzorky se porovnávají od "
-#~ "každého /\n"
-#~ "      --ignore-case            vylučovací vzorky ignorují velikost znaků\n"
-#~ "      --no-ignore-case         vylučovací vzorky dají na velikost znaků\n"
-#~ "                               (implicitní)\n"
-#~ "      --wildcards              vylučovací (exclude) vzorky používají ?* a "
-#~ "pod.\n"
-#~ "                               (implicitní)\n"
-#~ "      --no-wildcards           vylučovací vzorky jsou prosté řetězce\n"
-#~ "      --wildcards-match-slash  *? nahrazují v názvu / (implicitní)\n"
-#~ "      --no-wildcards-match-slash *? nenahrazují v názvu /\n"
-#~ "  -P, --absolute-names         neodstraňuje úvodní „/“ ze jmen souborů\n"
-#~ "  -h, --dereference            místo symbolických odkazů použije "
-#~ "soubory,\n"
-#~ "                               na které odkazy ukazují\n"
-#~ "      --no-recursion           neprochází adresáře\n"
-#~ "  -l, --one-file-system        při vytváření archivu zůstane v jednom\n"
-#~ "                               souborovém systému\n"
-#~ "  -K, --starting-file=NÁZEV    začne od souboru NÁZEV z archivu\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATUM            archivuje pouze soubory novější než DATUM\n"
-#~ "      --newer-mtime=DATUM      porovnává datum a čas pouze pokud byla "
-#~ "změněna\n"
-#~ "                               data\n"
-#~ "      --after-date=DATUM       stejné jako -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=TYP]           způsob zálohování souborů, před jejich "
-#~ "přepsáním\n"
-#~ "      --suffix=PŘÍPONA         zálohuje před přepsáním (smazáním), jako "
-#~ "příponu\n"
-#~ "                               u záložních souborů použije PŘÍPONU\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Informativní výstup:\n"
-#~ "      --help            vypíše tuto nápovědu a skončí\n"
-#~ "      --version         vypíše označení verze programu tar a skončí\n"
-#~ "  -v, --verbose         vypisuje zpracovávané soubory\n"
-#~ "      --checkpoint      vypisuje názvy adresářů při čtení archivu\n"
-#~ "      --totals          vypíše celkem zapsaných bajtů při tvorbě archivu\n"
-#~ "  -R, --block-number    s každou zprávou vypíše číslo bloku v archivu\n"
-#~ "  -w, --interactive     žádá potvrzení každé akce\n"
-#~ "      --confirmation    stejné jako -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "  GNU tar neumí číst nebo produkovat „--posix“ archivy. Jestliže je\n"
-#~ "v prostředí nastaveno POSIXLY_CORRECT, GNU rozšíření je zablokováno "
-#~ "přepínačem\n"
-#~ "„--posix“. Podpora POSIX formátu je částečně implementována, proto s ní "
-#~ "příliš\n"
-#~ "nepočítejte.\n"
-#~ "  ARCHIV může být SOUBOR, HOSTITEL:SOUBOR nebo UŽIVATEL@HOSTITEL:SOUBOR,\n"
-#~ "SOUBOR může být soubor nebo zařízení. DATUM může být datum nebo název "
-#~ "souboru začínající „/“ nebo „.“, pokud chcete použít datum souboru.\n"
-#~ "  Implicitní přepínače jsou „-f%s -b%d“.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Zastaralý přepínač, nyní zahrnut v přepínači --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Zastaralý přepínač, nahrazen přepínačem --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Zastaralý přepínač, nahrazen přepínačem --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Upozornění: přepínač -I není podporován; nemysleli jste -j nebo -T?"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Zastaralý přepínač, nahrazen přepínačem --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Zastaralý přepínač, nahrazen přepínačem --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Zastaralý přepínač, nahrazen přepínačem --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Upozornění: přepínač -y není podporován; nemysleli jste -j?"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Zastaralý přepínač, nahrazen přepínačem --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Autoři: John Gilmore a Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Za běhu programu nastala chyba"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "  Povinné argumenty u dlouhých přepínačů, jsou povinné také u "
-#~ "odpovídajících \n"
-#~ "krátkých přepínačů.\n"
-#~ "\n"
-#~ "  -l, --file-length     délka generovaného souboru\n"
-#~ "      --help            vypíše tuto nápovědu a skončí\n"
-#~ "      --version         vypíše označení verze a skončí\n"
-
-#~ msgid "Ambiguous pattern `%s'"
-#~ msgstr "Nejednoznačný vzorek „%s“"
diff --git a/po/da.gmo b/po/da.gmo
deleted file mode 100644 (file)
index d2ed296..0000000
Binary files a/po/da.gmo and /dev/null differ
diff --git a/po/da.po b/po/da.po
deleted file mode 100644 (file)
index 9fef7bc..0000000
--- a/po/da.po
+++ /dev/null
@@ -1,2734 +0,0 @@
-# Danish messages for GNU tar.
-# Copyright (C) 1996 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-#
-# Claus Hindsgaul <claus_h@image.dk>, 2001.
-# Keld Jørn Simonsen <keld@keldix.com>, 2000-2001,2009,2010.
-# Keld Simonsen <keld@keldix.com>, 2010.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-09-26 09:18+0200\n"
-"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
-"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.0\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "ugyldigt argument %s for %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "flertydigt argument '%s' for %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Gyldige argumenter er:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s værdi er mindre eller lig med %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Parameter for ARGP_HELP_FMT kræver en værdi"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: Parameter fra ARGP_HELP_FMT skal være positiv."
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Ukendt ARGP_HELP_FMT-parameter"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Skidt i ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Obligatoriske eller valgfri argumenter til lange flag er også obligatoriske "
-"eller valgfri for alle tilsvarende korte flag."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Brug:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  eller: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [FLAG...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Prøv '%s --help' eller '%s --usage' for mere information.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Rapportér fejl til %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Ukendt systemfejl"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "vis denne hjælpetekst"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "vis en kort hjælpemeddelelse"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAVN"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "angiv progravnavnet"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEK"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "vent i SEK sekunder (standardværdi 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "vis programversion"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMFEJL) Ingen version kendt!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: For mange argumenter\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMFEJL) Flag burde være genkendt!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "skrivefejl"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: flag '%s' er flertydigt\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: flag '--%s' tillader ikke et argument\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: flag '%c%s' tillader ikke et argument\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: flag '--%s' kræver et argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: ukendt flag '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: ukendt flag '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: ugyldigt flag -- '%c'\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: flag kræver et argument -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: flag '-W %s' er flertydigt\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: flag '-W %s' tillader ikke et argument\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: flag '-W %s' kræver et argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "hovedlager opbrugt"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "Kan ikke notere nuværende arbejdskatalog"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "Kan ikke gå tilbage til oprindeligt arbejdskatalog"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "'"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[jJyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Pakket af %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Pakket af %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licens GPLv3+: GNU GPL version 3 eller senere <http://gnu.org/licenses/gpl."
-"html>.\n"
-"Dette program er frit programmel. Du kan ændre og distribuere det.\n"
-"Der er ikke NOGEN SOM HELST GARANTI, i det omfang som lov tillader.\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Skrevet af %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Skrevet af %s og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Skrevet af %s, %s og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Skrevet af %s, %s, %s\n"
-"og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Skrevet af %s, %s, %s,\n"
-"%s og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Skrevet af %s, %s, %s,\n"
-"%s, %s og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Skrevet af %s, %s, %s,\n"
-"%s, %s, %s og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Skrevet af %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Skrevet af %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s og %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Skrevet af %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s og andre.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Rapportér fejl til: %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Rapportér %s fejl til: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s hjemmeside: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s hjemmeside: <http://www.gnu.org/software/%s/>.\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Generel brugerhjælp for GNU-programmel: <http://www.gnu.org/gethelp/>.\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Funktionen %s fejlede"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Advarsel: Kan ikke %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Kan ikke ændre modus til %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Kan ikke ændre ejerskab til bruger-ID %lu, gruppe-ID %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Kan ikke oprette lænke til %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Læsefejl ved byte %s ved læsning af %lu byte"
-msgstr[1] "%s: Læsefejl ved byte %s ved læsning af %lu byte"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Advarsel: Læsefejl ved byte %s ved læsning af %lu byte"
-msgstr[1] "%s: Advarsel: Læsefejl ved byte %s ved læsning af %lu byte"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Kan ikke søge til %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Advarsel: Kan ikke søge til %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Kan ikke oprette symbolsk lænke til '%s'"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Kunne kun skrive %lu af %lu byte"
-msgstr[1] "%s: Kunne kun skrive %lu af %lu byte"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Fjerner indledende '%s' fra medlemsnavne"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Fjerner indledende '%s' fra hårde lænkemål"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Erstatter tomme navne i arkivet med \".\""
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Erstatter tomt mål for hård lænke med \".\""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Tjeneste ikke tilgængelig"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "standard-ind"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "standard-ud"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Kan ikke opkoble til %s: navneopslag mislykkedes"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Kan ikke eksekvere fjern skál"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Søgeretning udenfor interval"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Ugyldig søgeretning"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Ugyldig positioneringsværdi"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Søgeposition udenfor interval"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Ugyldigt byteantal"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Byteantal udenfor interval"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "For tidlig filafslutning"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Ugyldig operationskode"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operation understøttes ikke"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Uventede argumenter"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Styr en båndstation via accept af kommandoer fra en fjernproces"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NUMMER"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "sæt fejlsøgningsniveau"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FIL"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "sæt fejlsøgningsfilnavn"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "kan ikke åbne %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "for mange argumenter"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Ugyldig kommando"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Dette ligner ikke et tar-arkiv"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Totalt antal byte skrevet"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Totalt antal byte læst"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Totalt antal byte slettet: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(datakanal)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Ugyldig værdi for record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Arkivnavn er ikke opgivet"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Kan ikke verificere standard-ind/standard-ud arkiver"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Arkivet er komprimeret. Brug flaget %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Kan ikke opdatere komprimerede arkiver"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Ved begyndelsen af båndet, afslutter nu"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "For mange fejl, afslutter"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Poststørrelse = %lu blok"
-msgstr[1] "Poststørrelse = %lu blokke"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Ikke-justeret blok (%lu byte) i arkiv"
-msgstr[1] "Ikke-justerede blokke (%lu byte) i arkiv"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Kunne ikke gå tilbage i arkivfilen. Den kan være ulæselig uden -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek stoppede ikke på en postgrænse"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: indeholder ugyldigt delarkivs-nummer"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Overløb på delarkiv-nummer"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Klargør delarkiv nummer %d for %s og tryk retur: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Filafslutning hvor svar fra bruger var forventet"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ADVARSEL: Arkivet er ufuldstændigt"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n navn              Giv et nyt filnavn for næste (og efterfølgende) "
-"delarkiver\n"
-" q                   Afbryd tar\n"
-" y eller ny linje    Fortsæt handling\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !            Start en ny skál\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?            Udskriv denne liste\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Intet nyt delarkiv; afslutter.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Filnavn ikke angivet, prøv igen.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Ugyldigt inddata. Skriv ? for at få hjælp.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "'%s'-kommando mislykkedes"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s fortsættes muligvis i dette delarkiv: hoved indeholder afkortet navn"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s fortsætter ikke i dette delarkiv"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s har forkert størrelse (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Dette delarkiv er ude af rækkefølge (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arkivet er ikke navngivet til at passe med %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Delarkivet '%s' stemmer ikke overens med %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: filnavnet er for langt til at gemmes i hovedet på et GNU-flerdelarkiv, "
-"afkortes"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "skrivning stoppede ikke på en blokgrænse"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Kunne kun læse %lu af %lu byte"
-msgstr[1] "Kunne kun læse %lu af %lu byte"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Indhold er forskelligt"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Uventet filslutning i arkivet"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Filtype er forskellig"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Modus er forskellig"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Bruger-ID er forskellig"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gruppe-ID er forskellig"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Modificeringstid er forskellig"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Størrelse er forskellig"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Ikke lænket til %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symbolsk lænke er forskellig"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Enhedsnummer er forskellig"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificér "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Ukendt filtype '%c', diff'et som en almindelig fil"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arkivet indeholder filnavne med indledende prefixer borttaget."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Verificering kan mislykkes med at finde originalfiler."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "VERIFICERINGSFEJL: %d ukendt hoved fundet"
-msgstr[1] "VERIFICERINGSFEJL: %d ukendte hoveder fundet"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "En enkeltstående nulblok ved %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: indeholder et cachekatalog-mærke %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "værdi %s ud af %s interval %s..%s; erstatter %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "værdi %s ud af %s interval %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Genererer negative oktale hoveder"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: filnavnet er for langt (max %d); ikke arkiveret"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: filnavnet er for langt (kan ikke opdeles); ikke arkiveret"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: lænkenavn er for langt; ikke arkiveret"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Filen formindsket med %s byte, fylder ud med nul"
-msgstr[1] "%s: Filen formindsket med %s byte, fylder ud med nuller"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: fil er på et andet filesystem; ikke arkiveret"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "indholdet ikke arkiveret"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Ukendt filtype; filen blev ignoreret"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Mangler lænke til %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: fil er uændret; ikke arkiveret"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: fil er det samme som arkivet; ikke arkiveret"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "katalog ikke arkiveret"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: Fil ændredes mens vi læste den"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: sokkel ignoreret"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: dør ignoreret"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Hopper til næste hoved"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Sletter ikke-hoved fra arkivet"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: usandsynligt gammelt tidsstempel %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: tidsstempel %s er %s sekunder ud i fremtiden"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Uventet uoverensstemmelse ved oprettelse af katalog"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Katalog omdøbt før dets status kunne blive udpakket"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Udpakker sammenhængende filer som almindelige filer"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Forsøger at udpakke symbolske lænker som hårde lænker"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Kan ikke udpakke -- filen er fortsat fra et andet delarkiv"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Uventet langt filnavnshoved"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Ukendt filtype '%c', udpakket som en almindelig fil"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Nuværende %s er nyere eller lige så gammel"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Kunne ikke sikkerhedskopiere denne fil"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Kan ikke omdøbe %s til %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Kataloget er blevet omdøbt fra %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Kataloget er blevet omdøbt"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Kataloget er nyt"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Ugyldigt tidsstempel"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Ugyldig modifikationstid (sekunder)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Ugyldig modifikationstid (nanosekunder)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Ugyldigt enhedsnummer"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Ugyldigt inode-nummer"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Felt for langt da øjebliksfil læstes"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Læsefejl i øjebliksfil"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Uventet filslutning i øjebliksfil"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Uventet feltværdi i øjebliksfil"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Postafslutning mangler"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Fejlagtigt inkrementelt filformat"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-"Formatversion for inkrementel sikkerhedskopiering understøttes ikke: "
-"%<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Fejlagtigt dumpkatalog: forventede \"%c\" men fandt %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Fejlagtigt dumpkatalog: \"X\" duplikeret"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Fejlagtigt dumpkatalog: tomt navn i \"R\""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Fejlagtigt dumpkatalog: \"T\" foregås ikke af \"R\""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Fejlagtigt dumpkatalog: tomt navn i \"T\""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Fejlagtigt dumpkatalog: forventede \"%c\" men fandt slut på data"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Fejlagtigt dumpkatalog: \"X\" bruges aldrig"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "kan ikke oprette midlertidigt katalog ved brug af skabelonen %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Renser ikke katalog: kunne ikke tage status"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: fil er på et andet filesystem: sletter ikke"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Sletter %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "Kan ikke slette %s"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Udelader"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok med NULler **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Slut på fil **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Blank-tegn i hovedet hvor numerisk %s værdi var forventet"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "Oktal værdi %.*s i arkiv er udenfor %s interval; antager to-komplement"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Oktal værdi %.*s i arkiv er udenfor %s interval"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arkiv indeholder forældede base-64 hoveder"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Base-64 streng med fortegn %s i arkiv er udenfor %s interval"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Base-256 værdi i arkiv er udenfor %s interval"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arkiv indeholder %.*s hvor numerisk %s-værdi var forventet"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Arkiv værdi %s er udenfor %s interval %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " lænke til %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " ukendt filtype %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Lang lænke--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Langt navn--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Delarkivhoved--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Fortsat ved byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Opretter katalog:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Kan ikke ændre arbejdskatalog"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Omdøber %s til %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Kan ikke omdøbe til %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Omdøber %s tilbage til %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Fil fjernet før vi læste den"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Katalog fjernet før vi læste det"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "underproces"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "mellemproces-kanal"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Mønstermatchningstegn bruges i filnavne"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Brug --wildcards for at aktivere mønstermatchning, eller --no-wildcards for "
-"at undertrykke denne advarsel"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Ikke fundet i arkivet"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Krævet forekomst blev ikke fundet i arkivet"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Arkivetiket stemmer ikke overrens"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"At bruge -C-flaget i en filliste er ikke tilladt med --listed-incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Kun ét -C-flag er tilladt med --listed-incremental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Flagene '-%s' and '-%s' vil begge have standard inddata"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: ugyldigt arkivformat"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU-funktioner forsøgt på inkompatibelt arkiv-format"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Ukendt citeringsstíl \"%s\". Prøv \"%s --quoting-style=help for at få en "
-"liste."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU 'tar' gemmer mange filer sammen i et enkelt disk- eller bånd-arkiv, og "
-"kan gendanne individuelle filer fra arkivet.\n"
-"\n"
-"Eksempler:\n"
-"  tar -cf arkiv.tar foo bar  # Skab arkiv.tar fra filerne foo og bar.\n"
-"  tar -tvf arkiv.tar         # Vís alle filer i arkiv.tar udførligt.\n"
-"  tar -xf arkiv.tar          # Udpak alle filer fra arkiv.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Suffikset for sikkerhedskopiering er '~', med mindre det er sat med --"
-"suffix\n"
-"eller SIMPLE_BACKUP_SUFFIX  Versionskontrollen kan sættes med --backup "
-"eller\n"
-"VERSION_CONTROL, værdier er:\n"
-"\n"
-"  none, off       lav aldrig sikkerhedskopier\n"
-"  t, numbered     lav nummererede sikkerhedskopier\n"
-"  nil, existing   nummererede, dersom nummererede sikkerhedskopier "
-"eksisterer,\n"
-"                  ellers simple\n"
-"  never, simple   lav altid simple sikkerhedskopier\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Hovedoperationstilstand:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "vis indholdet af et arkiv"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "udpak filer fra et arkiv"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "opret et nyt arkiv"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "find forskelle mellem filsystemet og arkivet"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "tilføj filer til slutningen af et arkiv"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "tilføj kun filer som er nyere end dem i arkivet"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "tilføj indholdet i tar-arkivfiler til et arkiv"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "fjern fra arkivet (ikke på magnetbånd!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "verificér arkivets delarkivnavn og afslut derefter."
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Ændringer til handling:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "håndtér filer med huller effektivt"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "ØVRE[.NEDRE]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"angiv hvilken formatversion som skal håndtere filer med huller (implicerer --"
-"sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "håndtér det gamle GNU-format for inkrementel sikkerhedskopiering"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "håndtér det nye GNU-format for inkrementel sikkerhedskopiering"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "dumpniveau for \"listed-incremental\" arkiv"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "afslut ikke med fejlslutstatus p.g.a. filer, der ikke kan læses"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"behandl kun forekomst NUMMER af hver fil i arkivet. Dette flag er kun "
-"gyldigt med en af underkommandoerne --delete, --diff, --extract eller --list "
-"og når en liste af filer angives enten på kommandolinjen eller med flaget -"
-"T. Standardværdi for NUMMER er 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "arkivet er søgbart"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "arkivet er ikke søgbart"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "kontrollér ikke enhedsnumre når inkrementelle arkiver oprettes"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"kontrollér enhedsnumre når inkrementelle arkiver oprettes (standardværdi)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Kontrollér overskrivning:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "forsøg at verificere arkivet efter det blev skrevet"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "fjern filer efter de blev tilføjet til arkivet"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "erstat ikke eksisterende filer ved udpakning"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"erstat ikke eksisterende filer som er nyere end de, som findes i arkivet"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "overskriv eksisterende filer ved udpakning"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "fjern hver eksisterende fil inden en ny udpakkes oven i den"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "tøm kataloghierarkier før udpakning af katalog"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "bevar eksisterende katalogers metadata"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"overskriv metadata for eksisterende kataloger ved udpakning (standardværdi)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Vælg uddatastrøm:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "udpak filer til standard-ud"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "KOMMANDO"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "udpak filer til standard input til et andet program"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ignorér barneprocessers slutstatus"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "behandl slutstatus fra barneprocesser bortset fra 0 som fejl"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Håndtering af filattributter:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "sæt NAVN som ejer for tilføjede filer"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "sæt NAVN som gruppe for tilføjede filer"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATO-ELLER-FIL"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "sæt modificeringstid på tilføjede filer fra DATO-ELLER-FIL"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "RETTIGHEDER"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "sæt (symbolske) RETTIGHEDER for tilføjede filer"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODE"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"bevar accesstider på arkiverede filer, enten ved at genskabe tiderne efter "
-"læsning (METODE=\"replace\", standardværdi) eller ved at ikke sætte tiderne "
-"overhovedet (METODE=\"system\")"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "udpak ikke filers modificeringstid"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"forsøg at udpakke filer til samme ejere som i arkivet (standardværdi for "
-"superbrugeren)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"udpak filer med dig selv som ejer (standardværdi for almindelige brugere)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "brug altid tal for bruger- og gruppnavn"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "udpak information om filrettigheder (standardværdi for superbrugeren)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"anvend brugerens umask når rettigheder udpakkes fra arkivet (standardværdi "
-"for almindelige brugere)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "sortér navne som skal udpakkes så de passer med arkivet"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "samme som både -p og -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"udsæt sætning af modifikationstider og rettigheder på udpakkede kataloger "
-"til slutningen på arkivudpakningen."
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "fjern effekten af flaget --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Enhedsvalg og enhedsskift:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARKIV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "brug arkivfil eller enhed ARKIV"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "arkivfilen er lokal selv om navnet har et kolon"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "brug KOMMANDO i stedet for rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "brug ekstern KOMMANDO i stedet for rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "angiv enhed og densitet"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "opret/vis/udpak et flerdelarkiv"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "skift bånd efter at NUMMER x 1024 byte er skrevet"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "kør kommandofil ved slutningen af hvert bånd (flaget -M sættes også)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "brug/opdatér delarkivnummer i FIL"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blokhåndtering:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOK"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOK x 512 byte per post"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "ANTAL byte per post, deleligt med 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ignorér blok med kun nultegn (betyder filslut)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "lav nye blokke ved læsning (for 4.2BSD-datakanaler)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Valg af arkivformat:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "opret et arkiv med det angivne format"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT er et af følgende:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "gammelt V7-format"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU-format for tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "Format fra GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) format"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) format"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "samme som pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "samme som --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "samme som --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "nøgleord[[:]=værdi][,nøgleord[[:]=værdi]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "angiv nøgleord for pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEKST"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"opret et arkiv med delarkivnavnet TEKST. Ved visning/udpakning er TEKST et "
-"skálmønster (\"globbing\") for delarkivnavn"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Komprimeringsflag:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "brug arkivsuffix til at bestemme komprimeringsprogrammet"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "brug ikke arkivsuffix til at bestemme komprimeringsprogrammet"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtrér med PROG (skal acceptere -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Lokalt filvalg:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "tilføj angivet FIL til arkivet (brugbart hvis FIL begynder med \"-\")"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "KATALOG"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "gå til arbejdskatalog KATALOG"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "hent navne at udpakke eller oprette fra FIL"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T læser navne adskilt med nultegn, deaktivér -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "fjern effekten af foregående --null-flag"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "afcitér filnavne som blev læst med -T (standardværdi)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "afcitér ikke filnavne som blev læst med -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MØNSTER"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "udelad filer som matcher MØNSTER"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "udelad filer som matcher mønster listet i FIL"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"udelad indholdet i kataloger som indeholder CACHEDIR.TAG, undtagen "
-"mærkefilen CACHEDIR.TAG selv"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "udelad alt i kataloger som indeholder CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "udelad kataloger som indeholder CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "udelad indholdet i kataloger som indeholder FIL, undtagen FIL selv"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "udelad alting i kataloger som indeholder FIL"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "udelad kataloger som indeholder FIL"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "udelad kataloger fra versionshåndteringssystemer"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "udelad sikkerhedskopier og låsefiler"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "gå ikke ned i kataloger automatisk"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "skift ikke filsystem når arkivet oprettes"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "gå rekursivt ned i kataloger (standardværdi)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "fjern ikke indledende '/' fra filnavne"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "følg symbolske lænker, arkivér filerne de peger på"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "følg hårde lænker, arkivér filerne de peger på"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "MEDLEMSNAVN"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "begynd med medlem MEDLEMSNAVN i arkivet"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "arkivér kun filer nyere end DATO-ELLER-FIL"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATO"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "sammenlign kun dato og tid for dataændringer"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "KONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "lav sikkerhedskopier før fjernelse, vælg type af versionshåndtering"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRENG"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"lav sikkerhedskopier før fjernelse, erstat den normale sikkerhedskopiendelse "
-"(\"~\" hvis ikke ændret med miljøvariablen SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Filnavnstransformationer:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "fjern ANTAL indledende komponenter fra filnavne ved udpakning"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "UDTRYK"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "brug sed's erstatnings-UDTRYK for at transformere filnavne"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Flag for match af filnavne (påvirker både ekskluderings- og "
-"inkluderingsmønstre):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "ingen forskel på store og små bogstaver"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "mønstre skal matche med begyndelsen på filnavne"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"mønstre matches efter \"/\" i filnavne (standardværdi ved ekskludering)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "match store og små bogstaver forskelligt (standardværdi)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "brug jokertegn (standardværdi for ekskludering)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "ordret strengsammenligning"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "jokertegn matcher ikke \"/\""
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "jokertegn matcher \"/\" (standardværdi for ekskludering)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informativ udskrift:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "vís navne på alle filer som bliver behandlet"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "NØGLEORD"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "advarselskontrol"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"vis forløbsmeddelelser efter hver gruppe af ANTAL poster (standardværdi 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "HANDLING"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "udfør HANDLING ved hvert kontrolpunkt"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "vis en meddelelse hvis ikke alle lænker bliver arkiveret"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"skriv totalt antal byte efter arkivet er blevet behandlet. Med et argument - "
-"skrives totalt antal byte når SIGNAL levereres. Tilladte signaler er: "
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 coh SIGUSR2. Navne uden SIG-præfix "
-"accepteres også."
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "vis filers modificeringstid i UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "vis fuld opløsning på filtider"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "send informative meddelelser til FIL"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "vis bloknummer i arkivet for hver meddelelse"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "bed om bekræftelse for hver handling"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "vis standardværdier for \"tar\""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"ved visning eller udpakning vises hvert katalog som ikke matcher "
-"søgekriterium"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "vis fil- eller arkivnavne efter transformering"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STÍL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "sæt citatstíl for navne. Se nedenfor for gyldige værdier på STÍL."
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "citér også tegn i STRENG"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "citér ikke tegn fra STRENG"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Kompatibilitetsflag:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"ved oprettelse det samme som --old-archive; ved udpakning det samme som --no-"
-"same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Andre flag:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "begræns brugen af potentielt farlige flag"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Du kan ikke angive mere end et af '-Acdtrux' eller `--test-label' flagene"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Konflikt i komprimeringsflag"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Ukendt signalnavn: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Tidsfil blev ikke fundet"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Erstatter %s for ukendt dato-format %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Flag %s: Behandler tidsangivelse \"%s\" som %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: filliste allerede læst"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: filnavnet som læstes indeholder nultegn"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "filtrér arkivet igennem %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Gyldige argumenter til flaget --quoting-style er:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Denne* tar har standardværdierne:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Ugyldig blokfaktor"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Ugyldig båndlængde"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Fejlagtig værdi for inkrementelt niveau"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Mere end én grænse-dato"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Ugyldig version for filer med huller"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve=\"system\" understøttes ikke på denne platform"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint-værdien er ikke et heltal"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Ugyldig gruppe"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Ugyldig modus angivet i flag"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Ugyldigt nummer"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Ugyldig ejer"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Flaget --preserve er forældet, brug --preserve-permissions --preserve-order "
-"i stedet"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Ugyldig poststørrelse"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Poststørrelse skal være deleligt med %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Ugyldigt antal elementer"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Kun ét --to-command flag tilladt"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Ugyldig densitetsangivelse: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Ukendt densitet: '%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr ""
-"Flagene '-[0-7][lmh]' understøttes ikke af *denne* implementering af tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FIL]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Gammelt flag '%c' behøver et argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence er meningsløs uden en filliste"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence kan ikke bruges i den ønskede operationstilstand."
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Ved flere arkivfiler kræves '-M'-flaget"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Kan ikke kombinere --listed-incremental med --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level er meningsløs uden --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: etiket på delarkiv er for lang (grænse er %lu byte)"
-msgstr[1] "%s: etiket på delarkiv er for lang (grænse er %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Kan ikke verificere arkiv som går over flere delarkiver"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Kan ikke verificere komprimerede arkiver"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Kan ikke bruge komprimerede arkiver som går over flere delarkiver"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Kan ikke sammenlægge (konkatenere) komprimerede arkiver"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option kan kun bruges på POSIX-arkiver"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Delarkivlængden kan ikke være mindre end poststørrelsen"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order er ikke kompatibel med --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Nægter stædigt at oprette et tomt arkiv"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Flagene '-Aru' er inkompatible med '-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Du skal angive et af '-Acdtrux' eller '--test-label' flagene"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Afslutter med fejlstatus på grund af tidligere fejl"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Filen formindskedes med %s byte"
-msgstr[1] "%s: Filen formindskedes med %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Nøgleordet %s er ukendt eller ikke implementeret endnu"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Tidsstempel udenfor tilladt interval"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Mønster %s kan ikke bruges"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Nøgleord %s kan ikke erstattes"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Fejlagtigt udvidet hoved: længden mangles"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Længde på udvidet hoved er udenfor gyldigt interval"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Længde %*s på udvidet hoved er udenfor gyldigt interval"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Fejlagtigt udvidet hoved: blanktegn efter længdangivelse mangles"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Fejlagtigt udvidet hoved: ligmedtegn mangles"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Fejlagtigt udvidet hoved: nylinje mangles"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Ignorerer nøgleord \"%s\" i udvidet hoved"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Genereret nøgle/værdi-par er for langt (nøgle=%s, længde=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Udvidet hoved %s=%s er udenfor intervallet %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Fejlagtigt udvidet hoved: ugyldig %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Fejlagtigt udvidet hoved: for mange %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Fejlagtigt udvidet hoved: ugyldigt %s: uventet skilletegn %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Fejlagtigt udvidet hoved: ugyldigt %s: ulige antal værdier"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: ugyldig tidsudløb"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: ukendt kontrolpunktshandling"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "skrive"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "læse"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Skrivekontrolpunkt %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Læsekontrolpunkt %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile bearbejder datafiler i testsuiten for GNU paxutils.\n"
-"FLAG er:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Flag for filoprettelse:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "STØRRELSE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Opret en fil med angivet STØRRELSE"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Skriv til filen NAVN i stedet for til standard-ud"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Læs filnavne fra FIL"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T læser navne adskilte med nultegn"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "Fyld filen med det angivne MØNSTER. MØNSTER er 'default' eller 'zeros'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Størrelse af en blok for filer med huller"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Generér fil med huller. Resten af kommandolinjen giver filmapningen."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "POSITION"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Flyt til given position inden data skrives"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Flag for filstatistik:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Vís indholdet i \"struct stat\" for hver given fil. Standardværdi på FORMAT "
-"er:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Flag for synkron udførelse:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "FLAG"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Udfør ARGUMENTER. Nyttigt ved --checkpoint og en af --cut, --append, --"
-"touch, --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "Udfør angivet handling (se nedenfor) når kontrolpunkt NUMMER nås"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Sæt dato for næste --touch flag"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Vís udførte kontrolpunkter og slutstatus på KOMMANDO"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Synkront udførte handlinger. Disse udføres når kontrolpunktnummeret givet "
-"med flaget --checkpoint nås."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Afkort FIL til størrelsen givet med det foregående --length flag (eller 0 "
-"hvis det ikke er angivet)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Tilføj STØRRELSE antal byte til FIL. STØRRELSE er givet med foregående --"
-"length flag."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Opdatér acces- og modifikationstider for FIL"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Udfør KOMMANDO"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Fjern (unlink) FIL"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Ugyldig størrelse %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Nummer udenfor tilladt interval: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negativ størrelse: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "status (stat) kunne ikke tages på %s"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "ønsket fillængde %lu, virkelig %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "oprettet fil har ikke huller"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Fejl ved fortolkning af tal nær \"%s\""
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Ukendt datoformat"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENTER...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "kan ikke åbne '%s'"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "Kan ikke søge"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "filnavnet indeholder nultegn"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr "kan ikke oprette filer med huller til standard-ud, brug flaget --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "fejlagtig maske (nær \"%s\")"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Ukendt felt '%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "kan ikke sætte tid på \"%s\""
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "kan ikke fjerne (unlink) \"%s\""
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Kommandoen afsluttedes uden fejl\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Kommandoen mislykkedes med slutstatus %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Kommandoen termineredes af signal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Kommandoen stoppedes af signal %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Kommandoen dumpede hukommelsen\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Kommandoen afsluttedes\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat kræver filnavne"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Kan ikke gemme arbejdskatalog"
diff --git a/po/de.gmo b/po/de.gmo
deleted file mode 100644 (file)
index ce7ae53..0000000
Binary files a/po/de.gmo and /dev/null differ
diff --git a/po/de.po b/po/de.po
deleted file mode 100644 (file)
index eedf744..0000000
--- a/po/de.po
+++ /dev/null
@@ -1,2869 +0,0 @@
-# German messages for GNU tar.
-# This file is distributed under the same license as the tar package.
-# Copyright (C) 2001 Free Software Foundation, Inc.
-# Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995?
-# Karl Eichwalder <ke@ke.central.de>, 1996
-# Christian Kirsch <ck@held.mind.de>, 1996, 2001
-# Michael Piefel <piefel@informatik.hu-berlin.de>, 2003, 2006, 2007, 2008, 2009, 2010
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-08-17 21:45+0200\n"
-"Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
-"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "ungültiges Argument %s für %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "mehrdeutiges Argument %s für %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Zulässige Argumente sind:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s-Wert ist kleiner oder gleich %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT-Parameter benötigt einen Wert"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT-Parameter muss positiv sein"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: unbekannter ARGP_HELP_FMT-Parameter"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Müll in ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Erforderliche oder optionale Argumente für lange Optionen sind ebenso "
-"erforderlich bzw. optional für die entsprechenden Kurzoptionen."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Aufruf:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " oder: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPTION...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "„%s --help“ oder „%s --usage“ gibt weitere Informationen.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Melden Sie Fehler (auf Englisch, mit LC_ALL=C) an %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Unbekannter Systemfehler."
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "diese Hilfe ausgeben"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "eine kurze Benutzungsübersicht ausgeben"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAME"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "den Programmnamen setzen"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEK"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "für SEK Sekunden hängenbleiben (Voreinst.: 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "Programmversion ausgeben"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMMFEHLER) Keine Version bekannt!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Zu viele Argumente\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMMFEHLER) Option hätte erkannt werden müssen!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "Schreibfehler"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: Option „%s“ ist mehrdeutig\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: Option „--%s“ erlaubt keinen Parameter\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: Option „%c%s“ erlaubt keinen Parameter\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: Option „--%s“ benötigt einen Parameter\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: Unbekannte Option „--%s“\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: Unbekannte Option „%c%s“\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: Ungültige Option -- „%c“\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: Option benötigt einen Parameter -- „%c“.\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: Option „-W %s“ ist mehrdeutig\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: Option „-W %s“ erlaubt keinen Parameter\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: Option „-W %s“ benötigt einen Parameter\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "Kein Speicher mehr"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "Kann Arbeitsverzeichnis nicht aufzeichnen."
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "Konnte nicht zu ursprünglichem Arbeitsverzeichnis zurückkehren."
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "„"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "“"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yYjJ]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Paketiert von %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Paketiert von %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"License GPLv3+: GNU GPL Version 3 oder später <http://gnu.org/licenses/gpl."
-"html>\n"
-"Dies ist freie Software: Sie dürfen sie ändern und weiter verbreiten.\n"
-"Es gibt KEINERLEI GARANTIE, so weit das Gesetz es erlaubt.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Geschrieben von %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Geschrieben von %s und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Geschrieben von %s, %s und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s\n"
-"und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s,\n"
-"%s und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s,\n"
-"%s, %s und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s,\n"
-"%s, %s, %s und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s und %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Geschrieben von %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s und anderen.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Melden Sie Fehler (auf Englisch, mit LC_ALL=C) an: %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Melden Sie Fehler in %s (auf Englisch, mit LC_ALL=C) an: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Homepage von %s: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Homepage von %s: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "Allgemeine Hilfe zu GNU-Software: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Kann %s nicht ausführen"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Warnung: Kann %s nicht ausführen"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Kann Zugriffsrechte nicht zu %s ändern"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Kann Datei-Eigentümer nicht zu uid %lu, gid %lu ändern"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Kann keine harte Verknüpfung zu „%s“ anlegen"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Lesefehler bei Byte %s beim Lesen von einem Byte"
-msgstr[1] "%s: Lesefehler bei Byte %s beim Lesen von %lu Bytes"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Warnung: Lesefehler bei Byte %s beim Lesen von einem Byte"
-msgstr[1] "%s: Warnung: Lesefehler bei Byte %s beim Lesen von %lu Bytes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Kann nicht auf %s positionieren"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Warnung: Kann nicht auf %s positionieren"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Kann keine symbolische Verknüpfung zu „%s“ anlegen"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Nur %lu von einem Byte geschrieben"
-msgstr[1] "%s: Nur %lu von %lu Bytes geschrieben"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Entferne führende „%s“ von Elementnamen"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Entferne führende „%s“ von Zielen harter Verknüpfungen"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Ersetze „.“ für leeren Elementnamen"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Ersetze „.“ für leeres Ziel einer harten Verknüpfung"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Service nicht verfügbar."
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "Standardeingabe"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "Standardausgabe"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Kann nicht mit %s verbinden: Auflösung fehlgeschlagen"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Kann Remote-Shell nicht ausführen."
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Richtung für Positionierung nicht zulässig."
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Ungültige Richtung für Positionierung"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Ungültiger Betrag für Positionierung"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Positionierungsangabe außerhalb des zulässigen Bereichs."
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Ungültige Bytezahl"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Bytezahl außerhalb des zulässigen Bereichs"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Vorzeitiges Dateiende"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Ungültiger Arbeitsmodus"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operation nicht gestattet"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Unerwartete Argumente"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Ein Bandlaufwerk bearbeiten, dabei Befehle von entferntem Prozess annehmen"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "ZAHL"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "Debug-Level setzen"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "DATEI"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "Dateinamen für Debug-Ausschriften setzen"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "kann „%s“ nicht öffnen"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "zu viele Argumente"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Ungültiger Befehl"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Das sieht nicht wie ein „tar“-Archiv aus."
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Gesamtzahl geschriebener Bytes"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Gesamtzahl gelesener Bytes"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Gesamtzahl gelöschter Bytes: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Ungültiger Wert für „record_size“."
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Kein Archivname angegeben"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Kann Archive auf Standard-Ein-/Ausgabe nicht prüfen."
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Archiv ist komprimiert. Benutzen Sie die Option %s."
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Kann komprimierte Archive nicht aktualisieren"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Am Anfang des Mediums, beende jetzt."
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Zu viele Fehler, beende."
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Recordgröße = %lu Block"
-msgstr[1] "Recordgröße = %lu Blöcke"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Falsch ausgerichteter Block (ein Byte) im Archiv."
-msgstr[1] "Falsch ausgerichteter Block (%lu Bytes) im Archiv."
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Kann Archiv-Datei nicht zurücksetzen; könnte ohne „-i“ unlesbar sein."
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "„rmtlseek“ nicht an Recordgrenze angehalten"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: enthält ungültige Teil-Nummer."
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Teil-Nummer zu groß."
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Medium #%d für %s einlegen und Eingabetaste drücken: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Dateiende gefunden, Benutzereingabe erwartet"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "WARNUNG: Archiv unvollständig"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n Name        für die nächsten (und folgenden) Medien neuen Dateinamen "
-"angeben\n"
-" q             „tar“ abbrechen\n"
-" j oder Enter  fortfahren\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Shell in einem Unterprozess starten\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             diese Liste ausgeben\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Kein neues Medium; halte an.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Dateiname nicht angegeben. Versuchen Sie es noch einmal.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Ungültige Eingabe. Geben Sie „?“ für Hilfe ein.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "„%s“-Befehl gescheitert."
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s wird möglicherweise auf diesem Teil fortgesetzt: Kopf enthält "
-"abgeschnittenen Namen."
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "Dieser Teil ist keine Fortsetzung von %s."
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s hat die falsche Größe (%s != %s + %s)."
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Dieser Teil ist nicht an der Reihe (%s - %s != %s)."
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Kennzeichnung des Archivs passt nicht zu „%s“."
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Teil „%s“ passt nicht zu „%s“."
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: Dateiname zu lang, um in einem GNU-Mehrteil-Kopf abgelegt werden zu "
-"können, abgeschnitten"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "Schreiben endete nicht an Blockgrenze"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Konnte nur %lu von %lu Byte lesen"
-msgstr[1] "Konnte nur %lu von %lu Bytes lesen"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Unterschiedliche Inhalte"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Unerwartetes Dateiende im Archiv."
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Unterschiedliche Dateitypen "
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Modus ist unterschiedlich"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Benutzerkennung ist unterschiedlich"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gruppenkennung ist unterschiedlich"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Änderungszeit ist unterschiedlich"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Größe ist unterschiedlich"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Nicht mit „%s“ verknüpft"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symbolische Verknüpfung ist unterschiedlich"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Unterschiedliche Gerätenummern"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Prüfe "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Unbekannter Dateityp „%c“, Differenz wie für eine normale Datei."
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Archiv enthält Dateinamen, deren Präfixe entfernt wurden."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Die Überprüfung findet möglicherweise die Originaldateien nicht."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "FEHLER BEI PRÜFUNG: %d ungültiger Kopfteil erkannt."
-msgstr[1] "FEHLER BEI PRÜFUNG: %d ungültige Kopfteile erkannt."
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Ein einzelner Nullblock bei %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: enthält eine „Cache-Verzeichnis“-Markierung %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "Wert %s außerhalb des %s-Bereich %s..%s; ersetze durch %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "Wert %s außerhalb des %s-Bereichs %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Erzeuge negative oktale Kopfteile"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: Dateiname ist zu lang (max. %d); nicht gesichert."
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: Dateiname ist zu lang (kann nicht aufgeteilt werden); nicht gesichert."
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: Verknüpfungsname ist zu lang; nicht gesichert."
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "Datei %s ist um ein Byte geschrumpft, fülle mit Null auf."
-msgstr[1] "Datei %s ist um %s Bytes geschrumpft, fülle mit Nullen auf."
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "Datei %s liegt auf einem anderen Dateisystem; nicht gesichert."
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "Inhalt nicht gesichert"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Unbekannter Dateityp; Datei ignoriert."
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Fehlende Verknüpfungen zu %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "Datei %s ist unverändert; nicht gesichert."
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s ist das Archiv; nicht gesichert."
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "Verzeichnis nicht gesichert"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: Datei hat sich beim Lesen geändert."
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: Socket ignoriert"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: Klappe ignoriert"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Springe zum nächsten Kopfteil."
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Lösche nicht-Kopfteil aus dem Archiv"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: unplausibel alter Zeitstempel %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: Zeitstempel %s liegt %s Sekunden in der Zukunft."
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Unerwarteter Inkonsitenz beim Erstellen des Verzeichnisses."
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Verzeichnis umbenannt bevor sein Status ermittelt werden konnte"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extrahiere zusammenhängende Dateien („contiguous files“) als reguläre."
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr ""
-"Versuche symbolische Verknüpfungen als harte Verknüpfungen herauszuholen."
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr ""
-"Kann „%s“ nicht herausholen – Datei ist Fortsetzung eines anderen Teils."
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Unerwarteter Kopfteil mit langem Namen"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Unbekannter Dateityp „%c“, wie normale Datei extrahiert."
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Aktuelles %s ist neuer oder hat dasselbe Alter."
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Konnte keine Sicherheitskopie von dieser Datei erstellen"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Kann %s nicht in %s umbenennen."
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Verzeichnis wurde von „%s“ umbenannt."
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Verzeichnis wurde umbenannt."
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "Verzeichnis „%s“ ist neu."
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Ungültiger Zeitstempel"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Ungültige Änderungszeit (Sekunden)."
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Ungültige Änderungszeit (Nanosekunden)."
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Ungültige Gerätenummer"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Ungültige Inode-Nummer"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Feld zu lang beim Lesen der Schnappschussdatei"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Lesefehler in Schnappschussdatei"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Unerwartetes Dateiende im Schnappschussdatei."
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Unerwarteter Feldwert in Schnappschussdatei"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Fehlender Record-Abschluss"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "unzulässiges inkrementelles Dateiformat"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Nicht unterstützte Version des inkrementellen Formats: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Fehlgeformtes Verzeichnis für Dump: „%c“ erwartet, aber %#3o gefunden"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Fehlgeformtes Verzeichnis für Dump: „X“ dupliziert"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Fehlgeformtes Verzeichnis für Dump: leerer Name in „R“"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Fehlgeformtes Verzeichnis für Dump: „T“ folgt nicht „R“"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Fehlgeformtes Verzeichnis für Dump: leerer Name in „T“"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"Fehlgeformtes Verzeichnis für Dump: „%c“ erwartet, aber Ende der Daten "
-"gefunden"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Fehlgeformtes Verzeichnis für Dump: „X“ nie benutzt"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Kann kein temporäres Verzeichnis mit der Schablone %s anlegen"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Entferne Verzeichnis nicht: kann nicht zugreifen"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: Verzeichnis liegt auf einem anderen Dateisystem: entferne nicht."
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Lösche %s.\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Kann nicht entfernen."
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Ausgelassen"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "Block %s: ** Block aus NULlen **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "Block %s: ** Ende der Datei **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "Block %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Leerzeichen im Kopfteil, wo numerische %s-Werte stehen sollten."
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "Oktalzahl %.*s außerhalb des %s-Bereichs, nehme Zweierkomplement an?"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Oktalzahl %.*s außerhalb des %s-Bereichs"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Archiv enthält veraltete Base64-Kopfteile"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Base64-Text %s außerhalb des %s-Bereichs."
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Base-256-Wert ist außerhalb des %s-Bereichs."
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Archiv enthält „%.*s“ wo numerische %s-Werte stehen sollten."
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Wert %s außerhalb des %s-Bereichs %s..%s."
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " Verknüpfung zu %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " unbekannter Dateityp %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "––Lange Verknüpfung––\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "––Langer Name––\n"
-
-# Alte Üs: Band Kopfteil.  Kann diese Meldung auch bei Disketten
-# ausgegeben werden?  Dann kann man ja nicht "Band" sagen; am besten
-# einfach "Volume" lassen. ke.
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "––Vorspann des Teils––\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "––Fortgesetzt bei Byte %s––\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Erzeuge Verzeichnis:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Kann Arbeitsverzeichnis nicht wechseln."
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Benenne „%s“ in „%s“ um.\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Kann nicht in %s umbenennen"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Benenne „%s“ zurück in „%s“.\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Datei gelöscht, bevor sie gelesen wurde."
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Verzeichnis gelöscht, bevor es gelesen wurde."
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "Kindprozess"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "Interprocess-Kanal"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Zeichen für Musterüberdeckung im Dateinamen benutzt"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Benutzen Sie --wildcards, um Musterüberdeckung zu ermöglichen oder\n"
-"--no-wildcards, um diese Warnung zu unterdrücken."
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Nicht im Archiv gefunden."
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Erforderliches Auftreten nicht im Archiv gefunden."
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Kennzeichnung des Archivs passt nicht"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "Option -C in Dateiliste ist nicht erlaubt mit --listed-incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "In --listed-incremental ist nur eine Option -C erlaubt"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Die beiden Optionen „-%s“ und „-%s“ verlangen Standard-Eingabe."
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Ungültiges Archivformat"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU-Erweiterungen bei einem inkompatiblen Archiv-Format verlangt."
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Unbekannter Zitatstil „%s“. Versuchen Sie „%s --quoting-style=help“ für eine "
-"Liste."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU „tar“ fasst viele Dateien in einem einzigen Archiv auf Platte oder Band "
-"zusammen und kann einzelne Dateien aus dem Archiv wieder herstellen.\n"
-"\n"
-"Beispiele:\n"
-"  tar -cf archiv.tar foo bar  # archiv.tar mit den Dateien foo und bar "
-"erzeugen\n"
-"  tar -tvf archiv.tar         # Inhalt von archiv.tar ausführlich anzeigen\n"
-"  tar -xf archiv.tar          # alle Dateien aus archiv.tar extrahieren\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Die Namenserweiterung für Sicherheitskopien ist „~“, wenn nicht mit --"
-"suffix\n"
-"oder der Umgebungsvariablen SIMPLE_BACKUP_SUFFIX etwas anderes eingestellt "
-"ist.\n"
-"Die Versionskontrolle kann mit --backup oder der Umgebungsvariablen\n"
-"VERSION_CONTROL gesetzt werden. Mögliche Werte sind:\n"
-"\n"
-"  none, off       niemals Sicherheitskopien anlegen\n"
-"  t, numbered     nummerierte Sicherheitskopien\n"
-"  nil, existing   nummerierte Sicherheitskopien, wenn schon nummerierte\n"
-"                    vorhanden sind, sonst einfache\n"
-"  never, simple   immer einfache Sicherheitskopien\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Hauptsächlicher Arbeitsmodus:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "den Inhalt eines Archivs auflisten"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "Dateien aus einem Archiv extrahieren"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "ein neues Archiv anlegen"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "Unterschiede zwischen Archiv und Dateisystem suchen"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "Dateien hinten an das Archiv anfügen"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "nur Dateien anfügen, die neuer als die Kopie im Archiv sind"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "tar-Dateien an ein Archiv anfügen"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "aus dem Archiv löschen (nicht auf Magnetband!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "den Archiv-Teil-Namen überprüfen und beenden"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Feineinstellungen:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "löchrige Dateien („sparse files“) effizient behandeln"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "zu benutzende Version des Sparse-Formats setzen (impliziert --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "inkrementelle Sicherung im alten GNU-Format"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "inkrementelle Sicherung im neuen GNU-Format"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "Niveau für erzeugte Archive mit --listed-incremental ausgeben"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "kein Abbruch mit Existatus!=0 bei unlesbaren Dateien"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"nur das ZAHLte Auftreten jeder Datei im Archiv bearbeiten; diese Option kann "
-"nur zusammen mit einem der Arbeitsmodi --delete, --diff, --extract oder --"
-"list und wenn eine Dateiliste entweder auf der Kommandozeile oder mittels "
-"der Option -T angegeben wurde benutzt werden; Zahl ist standardmäßig 1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "im Archiv kann positioniert werden"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "im Archiv kann nicht positioniert werden"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "Gerätenummer bei Erstellung inkrementeller Archive nicht prüfen"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"Gerätenummer bei Erstellung inkrementeller Archive prüfen (Voreinstellung)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Steuerung des Überschreibens:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "Archiv nach dem Schreiben prüfen"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "Dateien nach dem Hinzufügen zum Archiv löschen"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "vorhandene Dateien beim Extrahieren nicht überschreiben"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"vorhandene Dateien, die neuer als die Archivkopie sind, nicht überschreiben"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "vorhandene Dateien beim Extrahieren überschreiben"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "zu überschreibende Dateien vor dem Extrahieren löschen"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-"Verzeichnishierarchien rekursiv vor dem Extrahieren eines Verzeichnisses "
-"löschen"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "Metadaten existierender Verzeichnisse erhalten"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"Metadaten existierender Verzeichnisse beim Extrahieren überschreiben "
-"(Voreinstellung)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Wahl des Ausgabestroms:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "Dateien auf die Standardausgabe extrahieren"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "BEFEHL"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "extrahierte Dateien an ein anderes Programm weiterreichen"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "Exitstatus der Kinder ignorieren"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "Exitstatus!=0 von Kindern als Fehler ansehen"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Behandlung der Datei-Attribute:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "Eigentümer für hinzugefügte Dateien auf NAME setzen"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "Gruppe für hinzugefügte Dateien auf NAME setzen"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATUM-ODER-DATEI"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "Änderungszeit für hinzugefügte Datei aus DATUM-ODER-DATEI beziehen"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ÄNDERUNGEN"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "den (symbolischen) Modus ÄNDERUNGEN für hinzugefügte Dateien erzwingen"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METHODE"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"Zugriffszeit für abgespeicherte Dateien erhalten, entweder durch "
-"Zurücksetzen der Zeiten nach dem Lesen (METHODE=„replace“, Voreinstellung) "
-"oder dadurch, dass die Zeiten gar nicht erst neu gesetzt werden (METHODE="
-"„system“)"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "die geänderte Zeit nicht extrahieren"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"versuchen, die Dateien mit denselben Eigentumsverhältnisse zu extrahieren "
-"(für den Admin ist dies die Voreinstellung)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"Dateien als aktueller Nutzer extrahieren (für normale Nutzer die "
-"Voreinstellung)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "immer Zahlen für Nutzer-/Gruppennamen verwenden"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"Informationen über Dateizugriffsrechte mit extrahieren (Voreinstellung für "
-"Root)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"die Umask des Nutzers anwenden beim Extrahieren von Dateizugriffsrechte aus "
-"dem Archiv (Voreinstellung für normale Nutzer)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "zu entpackende Dateinamen wie im Archiv sortieren"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "wie -p und -s zusammen"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"das Setzen von Zugriffszeiten und Rechten von extrahierten Verzeichnissen "
-"verschieben bis zum Ende des Entpackens"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "den Effekt von --delay-directory-restore aufheben"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Geräteauswahl und -umschaltung:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "Archivdatei oder Gerät ARCHIV benutzen"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "Archivdatei ist lokal, auch wenn der Name einen Doppelpunkt enthält"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "statt „rmt“ den gegebenen BEFEHL benutzen"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "statt „rsh“ den entfernten BEFEHL benutzen"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "Laufwerk und Schreibdichte angeben"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "mehrteiliges Archiv anlegen/listen/extrahieren"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "Medium wechseln, wenn ZAHL × 1024 Bytes geschrieben wurden"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "am Ende jedes Mediums das Skript ausführen (impliziert -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "Teil-Nummer in DATEI benutzen/aktualisieren"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blockung des Gerätes:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLÖCKE"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLÖCKE × 512 Bytes pro Record"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "ZAHL Bytes pro Record, Vielfaches von 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "Blöcke mit Nullen im Archiv ignorieren (heißt EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "erneut Blocken beim Lesen (für 4.2BSD‐Pipes)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Auswahl des Archiv-Formats:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "Archiv mit dem gegebenen Format anlegen"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT ist eines der folgenden:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "altes V7-tar-Format"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU-Format wie mit tar <=1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU-tar-1.13.x-Format"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "Format von POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "Format von POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "wie pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "wie --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "wie --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "Schlüsselwort[[:]=Wert][,Schlüsselwort[[:]=Wert]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "Pax-Schlüsselwörter steuern"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXT"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"Archiv mit dem Teilnamen TEXT anlegen; beim Listen/Extrahieren, TEXT als "
-"Muster für den Teilnamen benutzen"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Kompressionsoptionen:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "Archiverweiterung nehmen, um Kompressionsprogramm zu bestimmen"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "Archiverweiterung nicht nehmen, um Kompressionsprogramm zu bestimmen"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "durch PROG filten (muss -d akzeptieren)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Auswahl der lokalen Dateien:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"angegebene Datei zum Archiv hinzufügen (nützlich, wenn Datei mit einem "
-"Strich beginnt)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "VERZEICHNIS"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "zu VERZEICHNIS wechseln"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "Namen der zu bearbeitenden Dateien aus DATEI lesen"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T liest null-terminierte Namen, verbiete -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "die Wirkung der vorangehenden Option --null aufheben"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"Dateinamen, die mit -T gelesen werden, von Zitat befreien (Voreinstellung)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "Dateinamen, die mit -T gelesen werden, nicht von Zitat befreien"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MUSTER"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "Dateien auslassen, auf die MUSTER passt"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "Dateien auslassen, auf die in DATEI angegebene Muster passen"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"Inhalt von Verzeichnissen auslassen, die CACHEDIR.TAG enthalten, außer der "
-"Markierungsdatei selbst"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-"alles unterhalb von Verzeichnissen auslassen, die CACHEDIR.TAG enthalten"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "Verzeichnisse auslassen, die CACHEDIR.TAG enthalten"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"Inhalt von Verzeichnissen auslassen, die DATEI enthalten, außer DATEI selbst"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "alles unterhalb von Verzeichnissen auslassen, die DATEI enthalten"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "Verzeichnisse auslassen, die DATEI enthalten"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "Verzeichnisse von Versionskontrollsystemen auslassen"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "Backup- und Lock-Dateien ausschließen"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "automatischen Abstieg in Vezeichnisse vermeiden"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "beim Anlegen eines Archivs im lokalen Dateisystem bleiben"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "in Verzeichnisse absteigen (Voreinstellung)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "führende „/“-Zeichen in den Dateinamen erhalten"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"symbolischen Verknüpfungen folgen; die Dateien archivieren und abspeichern, "
-"auf die sie zeigen"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"harten Verknüpfungen folgen; die Dateien archivieren und abspeichern, auf "
-"die sie sich beziehen"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "ELEMENT-NAME"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "mit ELEMENT-NAME im Archiv beginnen"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "nur Dateien ablegen, die neuer als DATUM-ODER-DATEI sind"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATUM"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "Datum und Zeit nur überprüfen, wenn Daten geändert wurden"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "KONTROLLE"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "Sicherung vor dem Entfernen, wähle Versions-KONTROLLE"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "ZEICHENKETTE"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"Sicherung vor dem Entfernen, übliches Suffix ersetzen („~“, wenn nicht durch "
-"Umgebungsvariable SIMPLE_BACKUP_SUFFIX anders gesetzt)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Dateinamentransformationen:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "ZAHL führende Komponenten beim Extrahieren von Dateinamen entfernen"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "AUSDRUCK"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "den sed-AUSDRUCK zur Dateinamentransformation benutzen"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Dateinamenauswahloptionen (sowohl für ein- als auch ausschließende Muster):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "Groß-/Kleinschreibung ignorieren"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "Muster am Dateinamensanfang ausrichten"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "Muster passen nach jedem „/“ (Voreinstellung beim Ausschluss)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "Groß-/Kleinschreibung beachten (Voreinstellung)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "Muster benutzen (Voreinstellung für Ausschluss)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "Zeichenketten sind buchstabengetreu"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "Jokerzeichen passen nicht auf „/“"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "Jokerzeichen passen auf „/“ (Voreinstellung für Ausschluss)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informationen:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "bearbeitete Dateien ausführlich listen"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "SCHLÜSSELWORT"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "Warnungssteuerung"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"Fortschrittsnachrichten bei jedem ZAHLten Record (Voreinstellung 10) anzeigen"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "AKTION"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "AKTION bei jedem Kontrollpunkt ausführen"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-"eine Nachricht ausgeben, wenn nicht alle Verknüpfungen abgespeichert werden"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"Gesamtzahl der Bytes nach dem Bearbeiten des Archivs anzeigen; mit einem "
-"Argument – Gesamtzahl der Bytes anzeigen, wenn dieses SIGNAL ausgeliefert "
-"wird; erlaubte Signale sind: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 und SIGUSR2; "
-"die Namen ohne das Präfix SIG sind auch erlaubt"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "Dateiänderungszeiten in UTC anzeigen"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "Dateizeit in voller Auflösung anzeigen"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "ausführliche Ausgabe in DATEI schreiben"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "bei jeder Nachricht die Blocknummer innerhalb des Archivs mit anzeigen"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "für jede Aktion um Bestätigung bitten"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "Voreinstellungen von tar anzeigen"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"beim Listen oder Extrahieren jedes Verzeichnis auflisten, dass nicht den "
-"Suchkriterien entspricht"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "Datei- oder Archivnamen nach der Transformation anzeigen"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STIL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "Zitatstil setzen; siehe unten für gültige STIL-Werte"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "zusätzliche Zeichen aus ZEICHENKETTE zitieren"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "Zeichen aus ZEICHENKETTE nicht zitieren"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Kompatibilitätsoptionen:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "beim Anlegen wie --old-archive; beim Extrahieren wie --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Weitere Optionen:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "möglicherweise schädliche Optionen deaktivieren"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Von den Optionen „-Acdtrux“ oder „--test-label“ ist jeweils nur eine erlaubt"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Kompressionsoptionen schließen sich gegenseitig aus."
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Unbekannter Signalname: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Datumsdatei nicht gefunden"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Ersetze %s für unbekanntes Datumsformat %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Option %s: Behandle Datum „%s“ als %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: Dateiliste schon gelesen"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: gelesener Dateiname enthält ein NULL-Zeichen"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "Archiv durch %s filtern"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Gültige Argumente für die Option --quoting-style sind:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Dieses* „tar“ hat als Voreinstellung:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Ungültige Blockgröße"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Ungültige Bandlänge"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "unzulässiger Wert für inkrementelles Niveau"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Mehr als ein Datum angegeben."
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Ungültiger Wert für Sparse-Version (für löchrige Dateien)"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' wird auf dieser Plattform nicht unterstützt"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "Wert für --checkpoint ist keine ganze Zahl"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Ungültige Gruppe"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Ungültige Zugriffsrechte angegeben."
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Ungültige Zahl"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Ungültiger Benutzer"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Die Option --preserve ist veraltet, benutzen Sie stattdessen --preserve-"
-"permissions --preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Ungültiger Wert für Recordgröße."
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Die Recordgröße muss ein Vielfaches von %d sein."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Ungültige Elementanzahl"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Nur eine Option --to-command erlaubt"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Fehlgeformtes Dichteargument: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Unbekannte Dicht: „%c“"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Die Optionen „-[0-7][lmh]“ unterstützt *dieses* „tar“ nicht."
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[DATEI]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Die alte Option „%c“ benötigt einen Parameter."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence ist ohne Dateiliste bedeutungslos"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-"--occurrence kann im angeforderten Operationsmodus nicht benutzt werden"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Mehrere Archivdateien verlangen die Option „-M“."
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental kann nicht mit --newer benutzt werden"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level ist ohne --listed-incremental bedeutungslos"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Band-Nummer ist zu lang (Maximum ist ein Byte)."
-msgstr[1] "%s: Band-Nummer ist zu lang (Maximum ist %lu Bytes)."
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Kann mehrteilige Archive nicht prüfen."
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Kann komprimierte Archive nicht prüfen"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Kann keine mehrteiligen komprimierten Archive verwenden."
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Kann komprimierte Archive nicht aneinanderhängen"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option kann nur mit POSIX-Archiven benutzt werden"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Teillänge kann nicht unter der Recordgröße liegen"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order ist nicht kompatibel mit --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Anlegen eines leeren Archivs wird feige verweigert."
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Die Optionen „-Aru“ sind nicht kompatibel mit „-f -“."
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Eine der Optionen „-Acdtrux“ oder „--test-label“ ist notwendig."
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Beende mit Fehlerstatus aufgrund vorheriger Fehler"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Datei ist um ein Byte geschrumpft."
-msgstr[1] "%s: Datei ist um %s Bytes geschrumpft."
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Schlüsselwort %s ist unbekannt oder noch nicht implementiert"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Zeitstempel außerhalb des zulässigen Bereichs"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Muster %s kann nicht benutzt werden"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Schlüsselwort %s kann nicht überschrieben werden"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Fehlgeformter erweiterter Kopfteil: fehlende Länge"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Länge des erweiterten Kopfteils ist außerhalb des erlaubten Bereichs"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Länge %*s des erweiterten Kopfteils ist außerhalb des Bereichs"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Fehlgeformter erweiterter Kopfteil: fehlender Leerraum nach der Länge"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Fehlgeformter erweiterter Kopfteil: fehlendes Gleichheitszeichen"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Fehlgeformter erweiterter Kopfteil: fehlender Zeilenvorschub"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Ignoriere unbekanntes Schlüsselwort „%s“ für erweiterten Kopfteil"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Generiertes Schlüsselwort/Wert-Paar ist zu lang (Schlüsselwort=%s, Länge =%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Erweiterter Kopfteil %s=%s ist außerhalb des Bereichs %s..%s."
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Fehlgeformter erweiterter Kopfteil: ungültiges %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Fehlgeformter erweiterter Kopfteil: überzähliges %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Fehlgeformter erweiterter Kopfteil: ungültiges %s: unerwarteter Trenner %c"
-
-# Ist „odd“ hier ungerade oder merkwürdig?
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-"Fehlgeformter erweiterter Kopfteil: ungültiges %s: ungewöhnliche Anzahl von "
-"Werten"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: kein gültiger Zeitüberschreitungswert"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: unbekannte Kontrollpunkt-Aktion"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "lesen"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "schreiben"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Schreib-Kontrollpunkt %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Lese-Kontrollpunkt %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile manipuliert Datendateien für die Testsuite der GNU paxutils.\n"
-"OPTIONEN sind:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Optionen beim Anlegen von Dateien:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "GRÖßE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Datei der gegebenen GRÖßE anlegen"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "in Datei NAME anstelle der Standardausgabe schreiben"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Dateinamenlist aus DATEI lesen"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T liest null-terminierte Namen"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Die Datei mit dem gegebenen MUSTER füllen. MUSTER ist „default“ oder „zeros“."
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Größe eines Blocks für löchrige Dateien"
-
-# „map“: Karte, Abbildung?
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Löchrige („sparse“) Datei erzeugen. Der Rest der Kommandozeile gibt die die "
-"Dateibildungsvorschrift an."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "POSITION"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "vor dem Schreiben zur gegebenen Position springen"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Dateistatistikoptionen:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Inhalt des „struct stat“ für jede gegebene Datei ausgeben. Standard-FORMAT "
-"ist:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Optionen für synchrone Ausführung:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPTION"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"ARGUMENTE ausführen. Nützlich mit --checkpoint und einem aus --cut, --"
-"append, --touch, --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"gegebene Aktion (siehe unten) beim Erreichen des Kontrollpunkts ZAHL "
-"ausführen"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Datum für nächste „--touch“-Operation setzen"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "ausgeführte Kontrollpunkte und Beendigungsstatus von BEFEHL anzeigen"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Aktionen für synchrone Ausführung. Diese werden beim Erreichen des "
-"Kontrollpunkts, der mit der Option --checkpoint gesetzt wurde, ausgeführt."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"DATEI kürzen auf die Länge, die mit einer vorhergehenden Option --length "
-"(oder 0 bei Abwesenheit) gesetzt wurde"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"GRÖßE Bytes an DATEI anfügen. GRÖßE wird mit einer vorhergehenden Option --"
-"length gesetzt."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Zugriffs- und Änderungszeiten der DATEI neu setzen"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "BEFEHL ausführen"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "FILE entfernen (unlink)"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Ungültige Größe: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Zahl außerhalb des zulässigen Bereichs: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negative Größe: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) fehlgeschlagen"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "Dateilänge %lu verlangt, tatsächlich %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "erzeugte Datei ist nicht löchrig"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Fehler beim Parser der Zahl in der Nähe von „%s“"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Unbekanntes Datumsformat"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENTE...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "kann „%s“ nicht öffnen"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "kann nicht positionieren"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "Dateiname enthält Null-Zeichen"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"kann auf der Standardausgabe keine löchrige Datei erstellen, benutzen Sie "
-"die Option --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "inkorrekte Maske (nahe „%s“)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "unbekannte Feld „%s“"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "kann an „%s“ keine Zeit setzen"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "kann „%s“ nicht entfernen (unlink)"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Befehl erfolgreich ausgeführt\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Befehl schlug mit Beendigungsstatus %d fehl.\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Befehl beendete sich bei Signal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Befehl hieltb bei Signal %d an\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Befehl erzeugte einen Core-Dump\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Befehl beendet\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat erfordert Dateinamen"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Kann aktuelles Verzeichnis nicht sichern."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: Unzulässige Option -- %c\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Melden Sie Fehler (auf Englisch, mit LC_ALL=C) an <%s>.\n"
-
-#~ msgid "Input string too long"
-#~ msgstr "Eingabezeichenkette zu lang"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Syntaxfehler in der Zahl"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Kann Speicherplatz für Puffer nicht reservieren.\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Kann keinen Speicher für Puffer reservieren."
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "„%s --help“ zeigt weitere Informationen.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Aufruf: %s [OPTION]\n"
-#~ "Arbeiten mit einem Bandlaufwerk, Befehle können von einem anderen Prozess "
-#~ "stammen.\n"
-#~ "\n"
-#~ "  --version    Versionsinformation ausgeben\n"
-#~ "  --help       diesen Hilfetext ausgeben\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Fehler bei der Positionierungsangabe."
-
-#~ msgid "Premature end of file"
-#~ msgstr "Vorzeitiges Dateiende."
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Lese %s.\n"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Nicht behebbarer Fehler: Programmabbruch. "
-
-#~ msgid "suppress this warning."
-#~ msgstr "--no-wildcards, um diese Warnung zu unterdrücken."
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "Archiv durch bzip2 filtern"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "Archiv durch gzip filtern"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "Archiv durch compress filtern"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "Archiv durch lzma filtern"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "Archiv durch lzop filtern"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Warnung: Die Option -I ist nicht unterstützt, meinen Sie -j oder -T?"
-
-# Was ist hier genau gemeint? ke
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Fehler beim Beenden, verursacht durch vorhergehende Fehler."
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]ZAHL"
-
-#~ msgid "block size"
-#~ msgstr "Blockgröße"
-
-#~ msgid "%s: Read error at byte %s, reading %lu byte"
-#~ msgid_plural "%s: Read error at byte %s, reading %lu bytes"
-#~ msgstr[0] "%s: Lesefehler bei Byte %s, lese ein Byte"
-#~ msgstr[1] "%s: Lesefehler bei Byte %s, lese %lu Bytes"
-
-#~ msgid "--Mangled file names--\n"
-#~ msgstr "––Verstümmelte Dateinamen––\n"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "%s in %s umbenannt"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Kann nicht zu „%s“ linken."
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Symbolische Verknüpfung von %s auf %s."
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Unbekanntes Befehl „%s“ beim Zusammensetzen von Namen."
diff --git a/po/el.gmo b/po/el.gmo
deleted file mode 100644 (file)
index 6c2fad0..0000000
Binary files a/po/el.gmo and /dev/null differ
diff --git a/po/el.po b/po/el.po
deleted file mode 100644 (file)
index 8553e13..0000000
--- a/po/el.po
+++ /dev/null
@@ -1,3264 +0,0 @@
-# Greek translation of tar
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
-# Μπαλάσκας Ευάγγελος (Balaskas Euaggelos) <ebalaskas@cs.teiath.gr>, 2004.
-# Simos Xenitellis <simos74@gmx.net>, 2004.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.13.25 \n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2004-03-08 14:44+0200\n"
-"Last-Translator: Μπαλάσκας Ευάγγελος (Balaskas Euaggelos) <ebalaskas@cs."
-"teiath.gr>\n"
-"Language-Team: Greek <nls@tux.hellug.gr>\n"
-"Language: el\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "άκυρο όρισμα %s για %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "αμφιλεγόμενο όρισμα %s για %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Έγκυρα ορίσματα είναι:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Χρήση: %s [ΕΠΙΛΟΓΉ]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Προσπαθήστε `%s --help' για περισσότερες πληροφορίες.\n"
-
-#: gnu/argp-help.c:1710
-#, fuzzy, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"\n"
-"Αναφορά σφαλμάτων στο <bug-tar@gnu.org>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Άγνωστο σφάλμα συστήματος"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: η επιλογή `%s' απαιτεί όρισμα\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: η επιλογή`%s' είναι αμφιλεγόμενη\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: η επιλογή `--%s' δεν επιτρέπει όρισμα\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: η επιλογή `%c%s' δεν επιτρέπει όρισμα\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: η επιλογή `%s' απαιτεί όρισμα\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: μη αναγνωρίσιμη επιλογή `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: μη αναγνωρίσιμη επιλογή `%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: άκυρη επιλογή -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: η επιλογή απαιτεί όρισμα -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: η επιλογή `-W %s' είναι αμφιλεγόμενη\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: η επιλογή `-W %s' δεν επιτρέπει όρισμα\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: η επιλογή `%s' απαιτεί όρισμα\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "η μνήμη εξαντλήθηκε"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Δεν είναι δυνατή η τροποποίηση του τρέχοντος καταλόγου"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Δεν είναι δυνατή η αποθήκευση του τρέχοντος καταλόγου"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr ""
-"Γράφτηκε από τον F. Pinard.\n"
-"Μεταφράστηκε από τον Μπαλάσκα Ευάγγελο."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-"Γράφτηκε από τον F. Pinard.\n"
-"Μεταφράστηκε από τον Μπαλάσκα Ευάγγελο."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-"Γράφτηκε από τον F. Pinard.\n"
-"Μεταφράστηκε από τον Μπαλάσκα Ευάγγελο."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Αναφορά σφαλμάτων στο <bug-tar@gnu.org>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Αναφορά σφαλμάτων στο <bug-tar@gnu.org>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Δεν είναι δυνατή %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Προειδοποίηση: Δεν είναι δυνατή %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Δεν είναι δυνατή η αλλαγή κατάστασης σε %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Δεν είναι δυνατή η αλλαγή ιδιοκτησίας σε uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Δεν είναι δυνατή η σύνδεση υλικού σε %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Σφάλμα ανάγνωσης στο byte %s, διαβάζοντας %lu byte"
-msgstr[1] "%s: Σφάλμα ανάγνωσης στο byte %s, διαβάζοντας %lu byte"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"%s: Προειδοποίηση: Σφάλμα ανάγνωσης στο byte %s, διαβάζοντας %lu byte"
-msgstr[1] ""
-"%s: Προειδοποίηση: Σφάλμα ανάγνωσης στο byte %s, διαβάζοντας %lu byte"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Δεν είναι δυνατή η αναζήτηση σε %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Προειδοποίηση: Δεν είναι δυνατή η αναζήτηση σε %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Δεν είναι δυνατή η δημιουργία συμβολικού δεσμού στο %s"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Γράφτηκαν μόνο %lu από %lu byte"
-msgstr[1] "%s: Γράφτηκαν μόνο %lu από %lu byte"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Απομακρύνονται τα αρχικά `%.*s' από τα ονόματα των μελών"
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Απομακρύνονται τα αρχικά `%.*s' από τα ονόματα των μελών"
-
-#: lib/paxnames.c:169
-#, fuzzy
-msgid "Substituting `.' for empty member name"
-msgstr "Απομακρύνονται τα αρχικά `%.*s' από τα ονόματα των μελών"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Μη διαθέσιμη υπηρεσία"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "κανονική είσοδος"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "κανονική έξοδος"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Δεν είναι δυνατή η εκτέλεση απομακρυσμένου κελύφους (φλοιού)"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Η κατεύθυνση αναζήτησης είναι εκτός εύρους"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Άκυρη κατάσταση δόθηκε σε επιλογή"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Άκυρη ένδειξη χρόνου"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Η μετατόπιση αναζήτησης είναι εκτός εύρους"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Άκυρο μέγεθος ταινίας"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Η μετατόπιση αναζήτησης είναι εκτός εύρους"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Πρόωρο eof (τέλος αρχείου)\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "%s: άκυρη επιλογή -- %c\n"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Μη αναμενόμενο EOF (Τέλος Αρχείου) στην αρχειοθήκη"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Δεν είναι δυνατή η αναζήτηση σε %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Εντολή απορριμμάτων"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Αυτό δεν φαίνεται ως αρχειοθήκη tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Συνολικά byte που γράφτηκαν: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Συνολικά byte που γράφτηκαν: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(σωλήνωση)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Άκυρη τιμή για record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Δεν δόθηκε όνομα αρχειοθήκης"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr ""
-"Δεν είναι δυνατή η επαλήθευση των κανονικών εισόδων/εξόδων της αρχειοθήκης"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Δεν είναι δυνατή η ανανέωση των συμπιεσμένων αρχειοθηκών"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Στην αρχή της ταινίας, τερματισμός τώρα"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Πάρα πολλά σφάλματα, τερματισμός"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Μέγεθος εγγραφής = %lu block"
-msgstr[1] "Μέγεθος εγγραφής = %lu block"
-
-#: src/buffer.c:913
-#, fuzzy, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Μη ευθυγραμμισμένο μπλοκ (%lu byte) στην αρχειοθήκη"
-msgstr[1] "Μη ευθυγραμμισμένο μπλοκ (%lu byte) στην αρχειοθήκη"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: περιέχει άκυρο αριθμό τόμου"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Υπερχήλιση αριθμού τόμου"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Προετοίμασε τον τόμο #%d για %s και πάτα το πλήκτρο επιστροφής γραμμής"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF (Τέλος Αρχείου) ενώ η απάντηση του χρήστη αναμενότανε"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ΠΡΟΕΙΔΟΠΟΊΗΣΗ: Η αρχειοθήκη είναι ημιτελής"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [όνομα]   Δώσε ένα νέο όνομα για τον επόμενο (και τον επακόλουθο) τόμο\n"
-" q          Εγκατάλειψη tar\n"
-" !          Παραγωγή νέου υπό-φλοιού\n"
-" ?          Εκτύπωση αυτής της λίστας\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Κανένας νέος τόμος; έξοδος\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "`%s' η εντολή απέτυχε"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s δεν συνεχίζεται σε αυτόν τον τόμο"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s δεν συνεχίζεται σε αυτόν τον τόμο"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s είναι το εσφαλμένο μέγεθος (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Αυτός ο τόμος είναι εκτός συνέχειας"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Η αρχειοθήκη δεν έχει ετικέτα για ταίριασμα %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Ο τόμος %s δεν ταιριάζει %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Δυνατή μόνο η ανάγνωση %lu από %lu byte"
-msgstr[1] "Δυνατή μόνο η ανάγνωση %lu από %lu byte"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Τα περιεχόμενα διαφέρουν"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Μη αναμενόμενο EOF (Τέλος Αρχείου) στην αρχειοθήκη"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Οι τύποι αρχείων διαφέρουν"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Οι καταστάσεις διαφέρουν"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Ταυτότητες χρήστη διαφέρουν"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Ταυτότητες ομάδας διαφέρουν"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Ώρες τροποποίησης διαφέρουν"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Τα μεγέθη διαφέρουν"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Δεν είναι συνδεδεμένο με %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Οι σύνδεσμοι διαφέρουν"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Οι αριθμοί των συσκευών διαφέρουν"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Επαλήθευση "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Άγνωστος τύπος αρχείου '%c', εκτέλεση της diff ως κανονικό αρχείο"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "Η ΕΠΑΛΎΘΕΥΣΗ ΑΠΈΤΥΧΕ: ανιχνεύτηκαν %d άκυρη(ες) επικεφαλίδα(δες)"
-msgstr[1] "Η ΕΠΑΛΎΘΕΥΣΗ ΑΠΈΤΥΧΕ: ανιχνεύτηκαν %d άκυρη(ες) επικεφαλίδα(δες)"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "η τιμή %s είναι εκτός του %s εύρος %s..%s; αντικαταστήθηκε από %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "η τιμή %s είναι εκτός του %s εύρους %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Παράχθηκαν αρνητικές οκταδικές επικεφαλίδες"
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: δεν μπορεί να τροποποιηθεί το αρχείο; δεν αποθηκεύτηκε"
-
-#: src/create.c:622
-#, fuzzy, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: δεν μπορεί να τροποποιηθεί το αρχείο; δεν αποθηκεύτηκε"
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: δεν μπορεί να τροποποιηθεί το αρχείο; δεν αποθηκεύτηκε"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Το αρχείο συρρικνώθηκε σε %s bytes; συμπλήρωση με μηδενικά"
-msgstr[1] "%s: Το αρχείο συρρικνώθηκε σε %s bytes; συμπλήρωση με μηδενικά"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: το αρχείο είναι σε διαφορετικό σύστημα αρχείων; δεν αποθηκεύτηκε"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Άγνωστος τύπος αρχείου; το αρχείο αγνοήθηκε"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " σύνδεσμος σε %s\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: δεν μπορεί να τροποποιηθεί το αρχείο; δεν αποθηκεύτηκε"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: το αρχείο είναι η αρχειοθήκη; δεν αποθηκεύτηκε"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: αρχείο τροποποιήθηκε κατά την ανάγνωση"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: η υποδοχή αγνοήθηκε"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: η πόρτα αγνοήθηκε"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Παραλείποντας στην επόμενη επικεφαλίδα"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Διαγραφή μη-επικεφαλίδων από την αρχειοθήκη"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: η ένδειξη χρόνου %s είναι %lu s στο μέλλον"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Μη αναμενόμενη ανακολουθία κατά την δημιουργία του καταλόγου"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Ο κατάλογος μετονομάστηκε πριν η κατάστασή του γίνει μη εξαγώγιμη"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Εξαγωγή συνεχόμενων αρχείων ως κανονικών αρχείων"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Προσπάθεια εξαγωγής των συμβολικών συνδέσμων ως σθεναρών συνδέσμων"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Δεν είναι δυνατή η εξαγωγή -- το αρχείο συνεχίζεται σε άλλο τόμο"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Μη αναμενόμενο EOF (Τέλος Αρχείου) στα κατακερματισμένα ονόματα"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Άγνωστος τύπος αρχείου '%c', εξαγωγή ως κανονικό αρχείο"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Δεν είναι δυνατή η αποθήκευση αυτού του αρχείου"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Δεν είναι δυνατή η μετονομασία σε %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Ο κατάλογος έχει μετονομαστεί"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Ο κατάλογος έχει μετονομαστεί"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Ο κατάλογος είναι καινούριος"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Άκυρη ένδειξη χρόνου"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Άκυρη κατάσταση δόθηκε σε επιλογή"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Άκυρος αριθμός συσκευής"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Άκυρος αριθμός i-κόμβου"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Μη αναμενόμενο EOF (Τέλος Αρχείου) στην αρχειοθήκη"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Δεν είναι δυνατή η δέσμευση μνήμης για τον συντελεστή ομαδοποίησης %d"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, fuzzy, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: το αρχείο είναι σε διαφορετικό σύστημα αρχείων; δεν αποθηκεύτηκε"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Διαγραφή %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Δεν είναι δυνατή η απομάκρυνση"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Παράλειψη"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "μπλοκ %s: ** Μπλοκ με χαρακτήρες NUL **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "μπλοκ %s: ** Τέλος Αρχείου **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "μπλοκ %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Κενά στην επικεφαλίδα ενώ αναμενόταν αριθμητική τιμή %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Αρχειοθήκη οκταδικής τιμής %.*s είναι εκτός του %s εύρους; Υποθέτω δυαδικά "
-"συμπληρώματα"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Αρχειοθήκη οκταδικής τιμής %.*s είναι εκτός του %s εύρους"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Η αρχειοθήκη περιέχει απαρχαιωμένες επικεφαλίδες κωδικοποίησης base64"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-"Η αρχειοθήκη είναι υπογεγραμμένη με αλφαριθμητικά base-64 %s είναι εκτός του "
-"%s εύρους"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Η αρχειοθήκη με base-256 τιμές είναι εκτός του %s εύρους"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Η αρχειοθήκη περιέχει %.*s όπου αριθμητικές %s τιμές αναμένονται"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Η τιμή της αρχειοθήκης %s είναι εκτός του %s εύρους %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " σύνδεσμος σε %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " άγνωστος τύπος αρχείου %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Επικεφαλίδα Τόμου--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Συνέχιση στο byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Δημιουργία καταλόγου:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Δεν είναι δυνατή η τροποποίηση του τρέχοντος καταλόγου"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Μετονομασία %s σε %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Δεν είναι δυνατή η μετονομασία σε %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Μετονομασία %s πίσω στο %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Το αρχείο απομακρύνθηκε πριν το διαβάσουμε"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Το αρχείο απομακρύνθηκε πριν το διαβάσουμε"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "θυγατρική διεργασία"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "κανάλι μεταξύ διεργασιών"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Δεν βρέθηκε στην αρχειοθήκη"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Δεν βρέθηκε στην αρχειοθήκη"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Η αρχειοθήκη δεν έχει ετικέτα για ταίριασμα %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Οι επιλογές `-%s' και `-%s' απαιτούν κανονική είσοδο"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Άκυρη ομάδα"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Τα χαρακτηριστικά GNU απαιτούν μη συμβατή διαμόρφωση αρχειοθήκης"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"\n"
-"Χρήση: %s [ΕΠΙΛΟΓΈΣ]... [ΑΡΧΕΊΟ]...\n"
-"\n"
-"Παραδείγματα:\n"
-"  %s -cf archive.tar foo bar  # Δημιουργεί το archive.tar από τα αρχεία foo "
-"και bar.\n"
-"  %s -tvf archive.tar         # Εμφανίζει σε λίστα όλα τα αρχεία από το "
-"archive.tar με λεπτομέρειες.\n"
-"  %s -xf archive.tar          # Εξάγει όλα τα αρχεία από το archive.tar.\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"\n"
-"Η κατάληξη αντιγράφου είναι `~', εκτός εάν τεθεί --suffix ή με "
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Ο έλεγχος της έκδοσης μπορεί να τεθεί με --backup ή με VERSION_CONTROL, οι "
-"τιμές είναι:\n"
-"\n"
-"  t, numbered     κάνε αριθμημένα αντίγραφα\n"
-"  nil, existing   αρίθμησε-τα ακόμα και εάν είναι αριθμημένα, απλά "
-"διαφορετικά\n"
-"  never, simple   πάντα κάνε απλά αντίγραφα\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Μη αναμενόμενο EOF (Τέλος Αρχείου) στην αρχειοθήκη"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr ""
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-#, fuzzy
-msgid "extract files to standard output"
-msgstr "Σφάλμα κατά την εγγραφή στην κανονική έξοδο"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Δεν είναι δυνατή η επαλήθευση πολλαπλών αρχειοθηκών"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Συγκρουόμενες επιλογές διαμόρφωσης αρχειοθήκης"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Συγκρουόμενες επιλογές συμπίεσης"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Δεν είναι δυνατή η τροποποίηση του τρέχοντος καταλόγου"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Απομακρύνονται τα αρχικά `%.*s' από τα ονόματα των μελών"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "Ο τόμος %s δεν ταιριάζει %s"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Άκυρη κατάσταση δόθηκε σε επιλογή"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr ""
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Ίσως δεν καθορίσατε παραπάνω από μία επιλογή `-Acdtrux'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Συγκρουόμενες επιλογές συμπίεσης"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " άγνωστος τύπος αρχείου %s\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Το αρχείο ημερομηνίας δεν βρέθηκε"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Αντικατάσταση %s για άγνωστη διαμόρφωση ημερομηνίας %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: το αρχείο είναι η αρχειοθήκη; δεν αποθηκεύτηκε"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "%s: το αρχείο είναι η αρχειοθήκη; δεν αποθηκεύτηκε"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Άκυρος συντελεστής ομαδοποίησης"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Άκυρο μέγεθος ταινίας"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Παραπάνω από ένα όριο ημερομηνίας"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Άκυρη ομάδα"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Άκυρη κατάσταση δόθηκε σε επιλογή"
-
-#: src/tar.c:1912
-#, fuzzy
-msgid "Invalid number"
-msgstr "Άκυρος αριθμός i-κόμβου"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Άκυρος ιδιοκτήτης"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Άκυρο μέγεθος εγγραφής"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Το μέγεθος της εγγραφής πρέπει να είναι πολλαπλάσιο του %d."
-
-#: src/tar.c:2019
-#, fuzzy
-msgid "Invalid number of elements"
-msgstr "Άκυρο μέγεθος ταινίας"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr ""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr ""
-"Οι επιλογές `-[0-7][lmh]' δεν υποστηρίζονται από *αυτήν* την εντολή tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Παλιά επιλογή `%c' απαιτεί όρισμα."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Πολλαπλά αρχεία αρχειοθηκών απαιτούν την επιλογή `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Δεν είναι δυνατός ο συνδυασμός --listed-incremental με --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, fuzzy, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Η ετικέτα του τόμου είναι πολύ μεγάλη (το όριο είναι %lu byte)"
-msgstr[1] "%s: Η ετικέτα του τόμου είναι πολύ μεγάλη (το όριο είναι %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Δεν είναι δυνατή η επαλήθευση πολλαπλών αρχειοθηκών"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Δεν είναι δυνατή η επαλήθευση των συμπιεσμένων αρχειοθηκών"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Δεν είναι δυνατή η χρήση πολλαπλών συμπιεσμένων αρχειοθηκών"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Δεν είναι δυνατή η ανανέωση των συμπιεσμένων αρχειοθηκών"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Αρνούμαι δειλά στη δημιουργία μίας κενής αρχειοθήκης"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Οι επιλογές `-Aru' δεν είναι συμβατές με  `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Πρέπει να καθορίσεις μία από τις επιλογές `-Acdtrux'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Το αρχείο συρρικνώθηκε κάτα %s byte"
-msgstr[1] "%s: Το αρχείο συρρικνώθηκε κάτα %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Η ένδειξη χρόνου είναι εκτός εύρους"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr ""
-"Η αρχειοθήκη είναι υπογεγραμμένη με αλφαριθμητικά base-64 %s είναι εκτός του "
-"%s εύρους"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Η τιμή της αρχειοθήκης %s είναι εκτός του %s εύρους %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Άκυρη ομάδα"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Εγγραφή σημείου ελέγχου %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Ανάγνωση σημείου ελέγχου %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Παράγει αρχεία δεδομένων για δοκιμαστική πλατφόρμα GNU tar.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Συγκρουόμενες επιλογές συμπίεσης"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "Σφάλμα κατά την εγγραφή στην κανονική έξοδο"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Χρήση: %s [ΕΠΙΛΟΓΉ]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Άκυρη ένδειξη χρόνου"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Ο αριθμός του i-κόμβου είναι εκτός εύρους"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Άγνωστο σφάλμα συστήματος"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Δεν είναι δυνατό το κλείσιμο"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " άγνωστος τύπος αρχείου %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Δεν είναι δυνατή η αναζήτηση σε %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Δεν είναι δυνατή η αναζήτηση σε %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "Η θυγατρική διεργασία τερματίστηκε με το σήμα %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Κατακερματισμένα ονόματα αρχείων--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Δεν είναι δυνατή η αποθήκευση του τρέχοντος καταλόγου"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Δεν είναι δυνατή η μετονομασία σε %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: παράνομη επιλογή -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Ανάγνωση %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Αναφορά σφαλμάτων στο <bug-tar@gnu.org>.\n"
-
-#, fuzzy
-#~ msgid "filter the archive through compress"
-#~ msgstr "%s: το αρχείο είναι η αρχειοθήκη; δεν αποθηκεύτηκε"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "%s: το αρχείο είναι η αρχειοθήκη; δεν αποθηκεύτηκε"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "%s: το αρχείο είναι η αρχειοθήκη; δεν αποθηκεύτηκε"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Δεν είναι δυνατή η δέσμευση προσωρινού αποθηκευτικού χώρου \n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Δεν είναι δυνατή η δέσμευση προσωρινού αποθηκευτικού χώρου"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Προσπαθήστε `%s --help' για περισσότερες πληροφορίες.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Χρήση: %s [ΕΠΙΛΟΓΉ]\n"
-#~ "Διαχείριση συσκευής αποθήκευσης ταινίας, αποδοχή εντολών από "
-#~ "απομακρυσμένη διεργασία.\n"
-#~ "\n"
-#~ "  --version  Εμφάνιση πληροφοριών έκδοσης.\n"
-#~ "  --help  Εμφάνιση αυτής της βοήθειας.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Η μετατόπιση αναζήτησης είναι εκτός εύρους"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Πρόωρο τέλος αρχείου"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Το σφάλμα δεν είναι επανορθώσιμο: τερματισμός τώρα"
-
-#~ msgid "block size"
-#~ msgstr "μέγεθος μπλοκ"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Δεν είναι δυνατή η εκτέλεση της dup"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Δεν είναι δυνατή η χρήση συμπιεσμένων ή απομακρυσμένων αρχειοθηκών"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (θυγατρική)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (εγγόνι)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "ΠΡΟΕΙΔΟΠΟΊΗΣΗ: Καμία κεφαλίδα του πλήθους"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Η θυγατρική διεργασία επέστρεψε την κατάσταση %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Τα ονόματα των μελών περιέχουν `..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Τα ονόματα των μελών περιέχουν `..'"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Ορατό σφάλμα μεγάλων ονομάτων"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Ο αριθμός της συσκευής είναι εκτός εύρους"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Ορατό σφάλμα μεγάλων ονομάτων"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Μετονομάστηκε %s σε %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Δεν είναι δυνατή η συμβολική σύνδεση στο %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Συμβολικός δεσμός %s στο %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Άγνωστη εντολή ανασύνταξης %s"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Λείπει όνομα αρχείου μετά -C"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Αυτό το πρόγραμμα παρέχεται χωρίς ΚΑΜΜΙΑ ΕΓΓΎΗΣΗ, στον βαθμό που "
-#~ "επιτρέπεται από τον νόμο.\n"
-#~ "Μπορείτε να το αναδιανέμεται υπό τους όρους της GNU General Public "
-#~ "License;\n"
-#~ "δείτε το αρχείο με όνομα COPYING για λεπτομέρειες."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Εντολή απορριμμάτων %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "Η εντολή GNU `tar' αποθηκεύει πολλά αρχεία μαζί σε μία μόνο ταινία (tape) "
-#~ "ή σε μία αρχειοθήκη δίσκου (disk archive),\n"
-#~ " και μπορεί να επαναφέρει ξεχωριστά αρχεία από την αρχειοθήκη.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Εάν μία μεγάλη επιλογή παρουσιάζει ένα όρισμα ως υποχρεωτικό,\n"
-#~ "τότε αυτό είναι υποχρεωτικό και για την αντίστοιχη σύντομη επιλογή "
-#~ "επίσης.\n"
-#~ "Παρομοίως για προαιρετικά ορίσματα.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Κύρια κατάσταση λειτουργίας:\n"
-#~ "  -t, --list              εμφανίζει λίστα τα περιεχόμενα μίας "
-#~ "αρχειοθήκης\n"
-#~ "  -x, --extract, --get    εξάγει τα αρχεία από μία αρχειοθήκη\n"
-#~ "  -c, --create            δημιουργεί μία νέα αρχειοθήκη\n"
-#~ "  -d, --diff, --compare   βρίσκει διαφορές μεταξύ μίας αρχειοθήκης και "
-#~ "ενός συστήματος αρχείων\n"
-#~ "  -r, --append            προσθέτει αρχεία στο τέλος μίας αρχειοθήκης\n"
-#~ "  -u, --update            μόνο προσθέτει αρχεία νεότερα από ότι αυτά στο "
-#~ "αντίγραφο της αρχειοθήκης\n"
-#~ "  -A, --catenate          προσθέτει αρχεία tar σε μία αρχειοθήκη\n"
-#~ "      --concatenate       ίδιο όπως -A\n"
-#~ "      --delete            διαγράφει από μία αρχειοθήκη (όχι γιαμαγνητικές "
-#~ "ταινίες)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Τροποποιητές λειτουργίας:\n"
-#~ "  -W, --verify               προσπάθεια για επιβεβαίωση της αρχειοθήκης "
-#~ "μετά από την εγγραφή της\n"
-#~ "      --remove-files         απομακρύνει τα αρχεία μετά την προσθήκη τους "
-#~ "στην αρχειοθήκη\n"
-#~ "  -k, --keep-old-files       δεν αντικαθιστά τα υπάρχοντα αρχεία κατά την "
-#~ "εξαγωγή τους\n"
-#~ "      --overwrite            αντικαθιστά τα υπάρχοντα αρχεία κατά την "
-#~ "εξαγωγή τους\n"
-#~ "      --overwrite-dir        αντικαθιστά καταλόγους με τα δεδομένα κατά "
-#~ "την εξαγωγή τους\n"
-#~ "  -U, --unlink-first         απομακρύνει κάθε σύνδεσμο αρχείου για να τα "
-#~ "εξάγει\n"
-#~ "      --recursive-unlink     καθορίζει τις ιεραρχικότητες των συνδέσμων "
-#~ "των αρχείων για να τα εξάγει\n"
-#~ "  -S, --sparse               χειρίζεται τα αραιά αρχεία αποτελεσματικά\n"
-#~ "  -O, --to-stdout            εξάγει τα αρχεία στην κανονική έξοδο\n"
-#~ "  -G, --incremental          χειρίζεται τα παλιά GNU-format αυξανόμενα "
-#~ "αντίγραφα\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             χειρίζεται τα νέα GNU-format αυξανόμενα "
-#~ "αντίγραφα\n"
-#~ "      --ignore-failed-read  αποφυγή τερματισμού κατά μη-μηδενικά ή μη-"
-#~ "αναγνώσιμα αρχεία\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Χειρισμός αρχείων ιδιοτήτων:\n"
-#~ "      --owner=ΌΝΟΜΑ             ρύθμιση ΌΝΟΜΑ ως ιδιοκτήτης για τα "
-#~ "πρόσθετα αρχεία\n"
-#~ "      --group=ΌΝΟΜΑ             εξαναγκασμός ΌΝΟΜΑ ως ομάδα για τα "
-#~ "πρόσθετα αρχεία\n"
-#~ "      --mode=ΑΛΛΑΓΈΣ           εξαναγκασμός (συμβολικών) κατάστασης "
-#~ "ΑΛΛΑΓΈΣ για τα πρόσθετα αρχεία\n"
-#~ "      --atime-preserve         να μην αλλάξει η ώρα προσπέλασης στα "
-#~ "αποθηκευμένα αρχεία\n"
-#~ "  -m, --modification-time      να μην γίνει εξαγωγή της ώρας τροποποίησης "
-#~ "αρχείου\n"
-#~ "      --same-owner             προσπάθεια εξαγωγής αρχείων με την ίδια "
-#~ "ιδιοκτησία\n"
-#~ "      --no-same-owner          εξαγωγή αρχείων ως ο εαυτός σου\n"
-#~ "      --numeric-owner          πάντα να χρησιμοποιείται αριθμούς για τα "
-#~ "ονόματα χρήστη/ομάδα\n"
-#~ "  -p, --same-permissions       εξαγωγή πληροφοριών δικαιωμάτων\n"
-#~ "      --no-same-permissions    να μην γίνει εξαγωγή πληροφοριών "
-#~ "δικαιωμάτων\n"
-#~ "      --preserve-permissions   ίδιο όπως -p\n"
-#~ "  -s, --same-order             ταξινόμηση ονομάτων για εξαγωγή για "
-#~ "ταίριασμα με αρχειοθήκη\n"
-#~ "      --preserve-order         ίδιο όπως -s\n"
-#~ "      --preserve               ίδιο όπως -p και -s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Επιλογή συσκευής και εναλλαγή:\n"
-#~ "  -f, --file=ΑΡΧΕΙΟΘΉΚΗ         χρησιμοποίησε αρχείο αρχειοθήκης ή "
-#~ "συσκευή ΑΡΧΕΙΟΘΉΚΗς\n"
-#~ "      --force-local              το αρχείο αρχειοθήκης είναι τοπικό ακόμα "
-#~ "και εάν είχε άνω στιγμή\n"
-#~ "      --rsh-command=ΕΝΤΟΛΉ      χρησιμοποίησε απομακρυσμένη ΕΝΤΟΛΉ αντί "
-#~ "για rsh\n"
-#~ "  -[0-7][lmh]                    καθόρισε συσκευή και πυκνότητα\n"
-#~ "  -M, --multi-volume             δημιουργία/λίστα/εξαγωγή πολλαπλών "
-#~ "αρχειοθηκών\n"
-#~ "  -L, --tape-length=ΑΡΙΘΜ        αλλαγή ταινίας αφού γραφτούν ΑΡΙΘΜ x "
-#~ "1024 byte\n"
-#~ "  -F, --info-script=ΑΡΧΕΊΟ       εκτέλεσε ΑΡΧΕΊΟ στο τέλος κάθε ταινίας "
-#~ "(υπονοείται -M)\n"
-#~ "      --new-volume-script=ΑΡΧΕΊΟ ίδιο όπως -F ΑΡΧΕΙΟ\n"
-#~ "      --volno-file=ΑΡΧΕΊΟ        χρησιμοποιεί/ανανεώνει τον αριθμό του "
-#~ "τόμου στο ΑΡΧΕΊΟ\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Διάταξη ομαδοποίησης:\n"
-#~ "  -b, --blocking-factor=ΜΠΛΟΚ   ΜΠΛΟΚ x 512 byte ανά εγγραφή\n"
-#~ "      --record-size=ΜΈΓΕΘΟΣ     ΜΈΓΕΘΟΣ byte ανά εγγραφή, πολλαπλάσιο του "
-#~ "512\n"
-#~ "  -i, --ignore-zeros            παράβλεψη μηδενικών μπλοκ στην αρχειοθήκη "
-#~ "(δηλαδή EOF)\n"
-#~ "  -B, --read-full-records       δημιουργία ξανά μπλοκ κατά την ανάγνωση "
-#~ "(για σωληνώσεις σε 4.2BSD)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Επιλογή μορφής αρχείοθήκης:\n"
-#~ "  -V, --label=ΌΝΟΜΑ                  δημιουργία αρχειοθήκης με όνομα "
-#~ "τόμου ΌΝΟΜΑ\n"
-#~ "              ΣΧΈΔΙΟ                 κατά την ώρα λίστας/εξαγωγής,ένα "
-#~ "ΣΧΈΔΙΟ ταιριάσματος\n"
-#~ "  -o, --old-archive, --portability   γράφω μία αρχειοθήκη μορφής V7\n"
-#~ "      --posix                        γράφω μία αρχειοθήκη μορφής POSIX\n"
-#~ "  -j, --bzip2                        φιλτράρισμα αρχειοθήκης μέσα από "
-#~ "bzip2\n"
-#~ "  -z, --gzip, --ungzip               φιλτράρισμα αρχειοθήκης μέσα από "
-#~ "gzip\n"
-#~ "  -Z, --compress, --uncompress       φιλτράρισμα αρχειοθήκης μέσα από "
-#~ "compress\n"
-#~ "      --use-compress-program=ΠΡΟΓΡ    φιλτράρισμα μέσα από ΠΡΟΓΡ (πρέπει "
-#~ "να δεχτεί -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Επιλογές τοπικών αρχείων:\n"
-#~ "  -C, --directory=ΚΑΤΑΛ        άλλαξε στον κατάλογο ΚΑΤΑΛ\n"
-#~ "  -T, --files-from=ΌΝΟΜΑ       πάρε ονόματα από το αρχείο ΌΝΟΜΑ για "
-#~ "εξαγωγή/δημιουργία\n"
-#~ "      --null                   -T διαβάζει κενά-τελικά ονόματα, "
-#~ "απενεργοποιεί με -C\n"
-#~ "      --exclude=ΣΧΈΔΙΟ         αποκλείει αρχεία, δοσμένα ως ΣΧΈΔΙΟ\n"
-#~ "  -X, --exclude-from=ΑΡΧΕΊΟ   αποκλείει σχέδια που εμφανίζονται στο FILE\n"
-#~ "      --anchored               αποκλείει σχέδια που ταιριάζουν τα ονόματα "
-#~ "των αρχικών αρχείων (προεπιλογή)\n"
-#~ "      --no-anchored            αποκλείει σχέδια που ταιριάζουν με "
-#~ "καθένα /\n"
-#~ "      --ignore-case            παράληψη αγνοώντας τα πεζά\n"
-#~ "      --no-ignore-case         παράληψη σε διάκριση πεζών-κεφαλαίων "
-#~ "(προεπιλογή)\n"
-#~ "      --wildcards              αποκλείει σχέδια χρησιμοποιώντας σύμβολα "
-#~ "(προεπιλογή)\n"
-#~ "      --no-wildcards           αποκλείει σχέδια που είναι απλά κείμενα\n"
-#~ "      --wildcards-match-slash  αποκλείει σχέδια που ταιριάζουν σε σύμβολα "
-#~ "'/' (προεπιλογή)\n"
-#~ "      --no-wildcards-match-slash αποκλείει σχέδια που δεν ταιριάζουν σε "
-#~ "σύμβολα '/'\n"
-#~ "  -P, --absolute-names         δεν αφαιρεί αρχικό `/'s από τα ονόματα των "
-#~ "αρχείων\n"
-#~ "  -h, --dereference            αποθηκεύει αντί για τα αρχεία συμβολικούς "
-#~ "δεσμούς που δείχνουν σε αυτά\n"
-#~ "      --no-recursion           αποφεύγει αυτόματη κάθοδος στους "
-#~ "καταλόγους\n"
-#~ "  -l, --one-file-system        μένει στο τοπικό σύστημα αρχείων κατά την "
-#~ "δημιουργία αρχειοθήκης\n"
-#~ "  -K, --starting-file=ΌΝΟΜΑ    αρχίζει στο αρχείο ΌΝΟΜΑ μέσα στην "
-#~ "αρχειοθήκη\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=ΗΜΕΡΟΜΗΝΊΑ       αποθήκευσε μόνο αρχεία νεώτερα από την "
-#~ "ΗΜΕΡΟΜΉΝΙΑ\n"
-#~ "      --newer-mtime=ΗΜΕΡΟΜΗΝΊΑ σύγκρινε ημερομηνία και ώρα μόνο όταν τα "
-#~ "δεδομένα τροποποιούνται\n"
-#~ "      --after-date=ΗΜΕΡΟΜΗΝΊΑ  ίδιο όπως -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]       αποθήκευση πριν τη διαγραφή, επέλεξε τον "
-#~ "έλεγχο έκδοσης\n"
-#~ "      --suffix=ΚΑΤΆΛΗΞΗ        αποθήκευση πριν τη διαγραφή, παράκαμψη "
-#~ "συνηθισμένης κατάληξης\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Εμφάνιση πληροφοριών:\n"
-#~ "      --help            τύπωμα αυτής της βοήθειας, έπειτα έξοδος\n"
-#~ "      --version         τύπωμα αριθμού έκδοσης του προγράμματος tar, "
-#~ "έπειτα έξοδος\n"
-#~ "  -v, --verbose         εμφάνιση ονομάτων αρχείων κατά την επεξεργασία "
-#~ "τους\n"
-#~ "      --checkpoint      τύπωσε τα ονόματα των καταλόγων κατά την ανάγνωση "
-#~ "της αρχειοθήκης\n"
-#~ "      --totals          τύπωσε συνολικά byte γραμμένα κατά την δημιουργία "
-#~ "της αρχειοθήκης\n"
-#~ "  -R, --block-number    εμφάνισε αριθμό μπλοκ μέσα στην αρχειοθήκη σε "
-#~ "κάθε μήνυμα\n"
-#~ "  -w, --interactive     ρώτησε για επιβεβαίωση για κάθε ενέργεια\n"
-#~ "      --confirmation    ίδιο όπως -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Το GNU tar δεν μπορεί να αναγνώσει είτε να παράγει αρχειοθήκες `--"
-#~ "posix'.\n"
-#~ "Εάν στο περιβάλλον έχει τεθεί POSIXLY_CORRECT, οι επεκτάσεις GNU δεν "
-#~ "επιτρέπονται με `--posix'.\n"
-#~ "Η υποστήριξη για POSIX είναι μόνο μερικών υλοποιημένη, μην βασίζεστε πάνω "
-#~ "σε αυτήν ακόμα.\n"
-#~ "Η ΑΡΧΕΙΟΘΉΚΗ μπορεί να είναι ΑΡΧΕΊΟ, ΔΙΑΚΟΜΙΣΤΉΣ:ΑΡΧΕΊΟ ή "
-#~ "ΧΡΉΣΤΗΣ@ΔΙΑΚΟΜΙΣΤΉΣ:ΑΡΧΕΊΟ; \n"
-#~ "Η ΗΜΕΡΟΜΉΝΙΑ μπορεί να είναι σε μορφή κειμένου ή ένα όνομα αρχείου\n"
-#~ "όπου αρχίζει με `/' ή `.', στην οποία περίπτωση η ημερομηνία του αρχείου "
-#~ "χρησιμοποιείτε.\n"
-#~ "*Τούτη* η εντολή `tar' χρησιμοποιεί εξ ορισμού `-f%s -b%d'.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Εκτός χρήσης επιλογή, τώρα συνεπάγεται από το --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr ""
-#~ "Εκτός χρήσης όνομα επιλογής αντικαταστάθηκε από το --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr ""
-#~ "Εκτός χρήσης όνομα επιλογής αντικαταστάθηκε από το --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Προειδοποίηση: η -I επιλογή δεν υποστηρίζεται; ίσως εννοούσατε την -j ή "
-#~ "την -T;"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Εκτός χρήσης όνομα επιλογής αντικαταστάθηκε από το --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Εκτός χρήσης όνομα επιλογής αντικαταστάθηκε από το --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Εκτός χρήσης όνομα επιλογής αντικαταστάθηκε από το --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Προειδοποίηση: η επιλογή -y δεν υποστηρίζεται; ίσως εννοούσατε -j;"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Εκτός χρήσης όνομα επιλογής αντικαταστάθηκε από το --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Γράφτηκε από τους John Gilmore και Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Καθυστέρησε το σφάλμα εξόδου από προηγούμενα σφάλματα"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Εάν μία μεγάλη επιλογή εμφανίζει ένα όρισμα ως υποχρεωτικό, τότε αυτό\n"
-#~ "είναι υποχρεωτικό και για την αντίστοιχη μικρή επιλογή επίσης.\n"
-#~ "\n"
-#~ "  -l, --file-length=ΜΉΚΟΣ    Το ΜΉΚΟΣ του παραγομένου αρχείου\n"
-#~ "  -p, --pattern=ΜΟΤΊΒΟ       Το ΜΟΤΊΒΟ είναι το `default' ή `zeros'\n"
-#~ "      --help                 εμφάνισης αυτής της βοήθειας και "
-#~ "τερματισμός\n"
-#~ "      --version              εμφάνιση πληροφοριών έκδοσης και "
-#~ "τερματισμός\n"
diff --git a/po/es.gmo b/po/es.gmo
deleted file mode 100644 (file)
index 0bd75cc..0000000
Binary files a/po/es.gmo and /dev/null differ
diff --git a/po/es.po b/po/es.po
deleted file mode 100644 (file)
index e5dd779..0000000
--- a/po/es.po
+++ /dev/null
@@ -1,4072 +0,0 @@
-# Mensajes en español para GNU tar.
-# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
-# Federico Rivas <frivas@arrakis.es>, 1997.
-# Enrique Melero <melero@iprolink.ch>, 1997.
-# Santiago Vila Doncel <sanvila@unex.es>, 1998, 1999, 2000, 2001, 2002, 2004.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU tar 1.15.1\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2004-12-27 20:45+0100\n"
-"Last-Translator: Santiago Vila Doncel <sanvila@unex.es>\n"
-"Language-Team: Spanish <es@li.org>\n"
-"Language: es\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argumento %s inválido para %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argumento %s ambiguo para %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Los argumentos válidos son:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: El parámetro ARGP_HELP_FMT necesita un valor"
-
-#: gnu/argp-help.c:228
-#, fuzzy, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: El parámetro ARGP_HELP_FMT necesita un valor"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Parámetro ARGP_HELP_FMT desconocido"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Incongruencia en ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Los argumentos obligatorios u opcionales para las opciones largas son "
-"también\n"
-"obligatorios u opcionales para las opciones cortas correspondientes."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Modo de empleo:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " o bien: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPCIÓN...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Pruebe `%s --help' o `%s --usage' para más información.\n"
-
-# Por favor, no me digáis cómo se traduce bug.
-# Gerardo lo ha visto traducido en un libro como "pulgas", y yo
-# lo he visto como "chinche" en la "Investigación y Ciencia".
-# Está claro que así no vamos a ninguna parte.
-# Yo diría simplemente `fallos [ocultos]'. Es lo que significa, en realidad,
-# en el contexto informático, razones históricas aparte de bichos anidando
-# al calorcito de los tubos de vacío de los primeros computadores. gerardo
-# De "ocultos" nada... Este vamos a dejarlo, ¿vale? sv
-# Tú mandas, pero ¿cómo que de ocultos nada? Si no fueran ocultos, el progra-
-# ma no vería la luz aún, ¿no? Pero observa que he puesto el `ocultos' entre
-# corchetes. Yo pondría "bug -> fallo" simplemente. Comunicar fallos a... gerardo
-# ¿Que no vería la luz si no fueran ocultos? Ja, ja, ja, ja...
-# Mira por ejemplo en http://nl.debian.org/Bugs.
-# ¿No tendría sentido catalogarlos entonces?
-#
-# Véase "A Bug's life".
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Comunicar bichos a %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Error del sistema desconocido"
-
-#: gnu/argp-parse.c:83
-#, fuzzy
-msgid "give this help list"
-msgstr "Da esta lista de ayuda"
-
-#: gnu/argp-parse.c:84
-#, fuzzy
-msgid "give a short usage message"
-msgstr "Da un mensaje de uso corto"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NOMBRE"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-#, fuzzy
-msgid "print program version"
-msgstr "Muestra la versión del programa"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: la opción `%s' requiere un argumento\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: la opción `%s' es ambigua\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: la opción `--%s' no admite ningún argumento\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: la opción `%c%s' no admite ningún argumento\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: la opción `%s' requiere un argumento\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opción no reconocida `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opción no reconocida `%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opción inválida -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: la opción requiere un argumento -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: la opción `-W %s' es ambigua\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: la opción `-W %s' no admite ningún argumento\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: la opción `%s' requiere un argumento\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memoria agotada"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "No se pudo obtener el directorio actual"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "No se puede determinar el directorio de trabajo inicial"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Escrito por François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Escrito por François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Escrito por François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-# Por favor, no me digáis cómo se traduce bug.
-# Gerardo lo ha visto traducido en un libro como "pulgas", y yo
-# lo he visto como "chinche" en la "Investigación y Ciencia".
-# Está claro que así no vamos a ninguna parte.
-# Yo diría simplemente `fallos [ocultos]'. Es lo que significa, en realidad,
-# en el contexto informático, razones históricas aparte de bichos anidando
-# al calorcito de los tubos de vacío de los primeros computadores. gerardo
-# De "ocultos" nada... Este vamos a dejarlo, ¿vale? sv
-# Tú mandas, pero ¿cómo que de ocultos nada? Si no fueran ocultos, el progra-
-# ma no vería la luz aún, ¿no? Pero observa que he puesto el `ocultos' entre
-# corchetes. Yo pondría "bug -> fallo" simplemente. Comunicar fallos a... gerardo
-# ¿Que no vería la luz si no fueran ocultos? Ja, ja, ja, ja...
-# Mira por ejemplo en http://nl.debian.org/Bugs.
-# ¿No tendría sentido catalogarlos entonces?
-#
-# Véase "A Bug's life".
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Comunicar bichos a %s.\n"
-
-# Por favor, no me digáis cómo se traduce bug.
-# Gerardo lo ha visto traducido en un libro como "pulgas", y yo
-# lo he visto como "chinche" en la "Investigación y Ciencia".
-# Está claro que así no vamos a ninguna parte.
-# Yo diría simplemente `fallos [ocultos]'. Es lo que significa, en realidad,
-# en el contexto informático, razones históricas aparte de bichos anidando
-# al calorcito de los tubos de vacío de los primeros computadores. gerardo
-# De "ocultos" nada... Este vamos a dejarlo, ¿vale? sv
-# Tú mandas, pero ¿cómo que de ocultos nada? Si no fueran ocultos, el progra-
-# ma no vería la luz aún, ¿no? Pero observa que he puesto el `ocultos' entre
-# corchetes. Yo pondría "bug -> fallo" simplemente. Comunicar fallos a... gerardo
-# ¿Que no vería la luz si no fueran ocultos? Ja, ja, ja, ja...
-# Mira por ejemplo en http://nl.debian.org/Bugs.
-# ¿No tendría sentido catalogarlos entonces?
-#
-# Véase "A Bug's life".
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Comunicar bichos a <%s>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-# FIXME: Intraducible.
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: No se puede %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Atención: No se puede %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: No se puede cambiar el modo a %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: No se puede cambiar el propietario a uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: No se puede crear un enlace duro a %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Error de lectura en el byte %s, leyendo %lu byte"
-msgstr[1] "%s: Error de lectura en el byte %s, leyendo %lu bytes"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Atención: Error de lectura en el byte %s, leyendo %lu byte"
-msgstr[1] "%s: Atención: Error de lectura en el byte %s, leyendo %lu bytes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: No se puede desplazar a %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Atención: No se puede desplazar a %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: No se puede crear el enlace simbólico a %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Sólo se escribieron %lu de %lu byte"
-msgstr[1] "%s: Sólo se escribieron %lu de %lu bytes"
-
-# FIXME. This might not always work. Is `%.*s' male or female? sv
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Eliminando la `%s' inicial de los nombres"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Eliminando la `%s' inicial de los objetivos de los enlaces"
-
-# FIXME. This might not always work. Is `%.*s' male or female? sv
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Se sustituye `.' por el nombre vacío"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Se sustituye `.' por un objetivo vacío de enlace duro"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Servicio no disponible"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "entrada estándar (stdin)"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "salida estándar (stdout)"
-
-# Lo mismo que con stat() em+
-# seek() es otra función. seek = "hacer seek()" ¡Estos
-# angloparlantes!
-#: lib/rtapelib.c:429
-#, fuzzy, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "No se puede acceder a la posición %s en el fichero %s"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "No se puede ejecutar un shell remoto"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Dirección de desplazamiento fuera de rango"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Se ha especificado un modo no válido en la opción"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Marca de tiempo inválida"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Desplazamiento fuera de rango"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Longitud de cinta inválida"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Desplazamiento fuera de rango"
-
-# FIXME. Este es el único eof en minúsculas.
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Fin de fichero prematuro\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Modo principal de operación:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Fin de fichero inesperado en el archivo"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NÚMERO"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FICHERO"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "No se puede abrir %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Orden ininteligible"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Esto no parece un archivo tar"
-
-# ¿No es mejor "Total de bytes escritos: "?
-# Suena más directo y más similar al original,
-# "bytes escritos en total" suena demasiado complejo... Nicolás Lichtmaier.
-# Suena algo extraño eso de "total de bytes". "en total" me suena
-# mucho más natural. sv
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Bytes escritos en total: %s (%s, %s/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-# ¿No es mejor "Total de bytes escritos: "?
-# Suena más directo y más similar al original,
-# "bytes escritos en total" suena demasiado complejo... Nicolás Lichtmaier.
-# Suena algo extraño eso de "total de bytes". "en total" me suena
-# mucho más natural. sv
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Bytes escritos en total: %s (%s, %s/s)\n"
-
-# Antes de que nadie diga nada:
-#
-# Si a alguien no le gusta la palabra tubería (que aparece en algunos
-# libros sobre MS-DOS y es la que venimos usando desde el principio) que
-# haga una propuesta seria de cambio, pero que sepa que abriríamos la caja
-# de Pandora, pues hay muchas palabras posibles para pipe: tubería,
-# conducto, cañería, canal, etc.
-#
-# En cuanto a poner (pipe) entre paréntesis, es una mala costumbre que
-# deberíamos desterrar ya. Eso se hace en los libros la primera vez, pero
-# aquí no sólo no hay primera vez, sino que el mismo mensaje puede
-# aparecer *varias* veces, y entonces sí que es una paliza.
-# Ejemplo de paliza: "tubería rota" en libc. Sale muchísimo y no es
-# cuestión de ver (pipe) cuarenta veces al día...
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(tubería)"
-
-# ¿No queda más bonita la 1ª comilla abierta así: `record_size'?
-# Sí. FIXME. Comunicar al autor. sv
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "El valor de `record_size' no es válido"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "No se ha especificado ningún nombre de archivo"
-
-# FIXME: Si la entrada/salida estándar no es un archivo, ¿por qué el
-# original se refiere a ella como tal?
-#
-# En cierto sentido, sí es un archivo, o se puede emplear como tal.
-# Tar al menos la trata así, en `tar -f -' (o sin la opción -f en este
-# GNU tar)'; luego la E/S std. puede ser un archivo "real" de disco:
-# tar ... -f - > arch.tar       gerardo
-#
-# Esto corresponde a la opción --verify.
-# Ejemplos: "tar cWf - ." y "tar xWf -"
-# o sea que una traducción correcta se vería más como:
-# "No se puede verificar un archivo desde/hacia la entrada/salida estándar"
-# o algo así. Quizá "No se puede verificar un archivo tomado de la entrada
-# estándar o escrito hacia la salida estándar", pero es un poco largo.. =)
-#
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "No se puede verificar la entrada/salida estándar"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "El archivo está comprimido. Utilice la opción %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "No se pueden actualizar archivos comprimidos"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Al principio de la cinta, se terminará ahora"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Demasiados errores, abandono"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Tamaño del registro = %lu bloque"
-msgstr[1] "Tamaño del registro = %lu bloques"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloque no alineado (%lu byte) dentro del archivo"
-msgstr[1] "Bloque no alineado (%lu bytes) dentro del archivo"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "No se puede ir hacia atrás en el archivo; puede ser ilegible sin -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek no paró en los límites de un registro"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: contiene un número de volumen inválido"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Desbordamiento en el número de volumen"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Prepare el volumen #%d para %s y pulse intro: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr ""
-"Se encontró un final de fichero mientras se esperaba respuesta del usuario"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ATENCIÓN: El archivo está incompleto"
-
-# Antes de que nadie diga nada:
-# shell admite muchas traducciones, caparazón, concha, envoltorio, coraza,
-# etc. pero ninguna ha prosperado. Además, algunos nombres son innombrables
-# en ciertos países, así que mejor dejarlo como está.
-# Y si no se traduce, se queda en *el* shell, es decir, *neutro*.
-#
-# Ya que volúmenes se acentúa, ¿habría que poner "volumen/volúmenes"
-# en lugar de "volumen(es)"?
-# No me gusta, ya que sólo es plural con la parte entre paréntesis "(y consecutivos)". fr
-# Creo que esta bien así Gerardo. em+
-# # Cuidadín. ¿El nombre de archivo se le da *al* volumen? Literalmente
-# # dice que da un nuevo nombre *para* el sgute. volumen, pero ¿ese
-# # nombre es el del volumen? No entiendo bien el contexto; quizá
-# # habría que mirar el código fuente o ver cuándo sale este
-# # mensaje.
-# # Otra cosa es eso de "abortar". No sé si se habrá tratado en
-# # spanglish o en es@li.org, pero suena muy feo, ¿no? Quizá "Sale
-# # inmediatamente de tar".
-#
-# "Print this list" es exactamente "Imprime esta lista" o a lo sumo "Muestra
-# esta lista". No veo que diga ayuda en ninguna parte, no creo que un
-# traductor deba ser más inteligente que el escritor original.. =) nl
-# Yo creo que a veces sí :-) sv
-# Sí, un programador no tiene por qué ser buen escritor :-) En un fortune me
-# salió una vez: "Los que no saben escribir, escriben manuales". :-)
-# A mí aquí me da igual lista que ayuda, de las dos formas se entiende. Manda
-# el traductor original. gerardo
-# ¿A alguien más le parece mal que ponga ayuda en vez de lista? sv
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [nombre] Da un nuevo nombre de archivo al siguiente\n"
-"            (y consecutivos) volumen(es)\n"
-" q          Aborta tar\n"
-" !          Lanza un subshell\n"
-" ?          Muestra esta ayuda\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-# "saliendo"->"finalizando". jmg
-# Je, je, ¿no has leído, Santiago, el `dardo' de Fdo. Lázaro Carreter sobre
-# finalizar? No sé por qué quitar lo de salir, to exit es salir, no acabar.
-# Uno se sale del programa, y éste acaba. En realidad, también da igual, de
-# cualquier forma se entiende, pero mejor acabar o terminar que finalizar,
-# total, son sinónimos. gerardo
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "No hay volumen nuevo; finalizando.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "La orden `%s' falló"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s no continúa en este volumen"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s no continúa en este volumen"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s tiene un tamaño erróneo (%s != %s + %s)"
-
-# Sugerencia: está fuera de secuencia -> no está en orden. sv
-# Creo recordar que en el CPBackup de Central Point ponía lo de "fuera de
-# secuencia". fr
-# Buena referencia :-).
-# El comentario habrá que conservarlo en la versión final. sv
-# Bueno, la verdad es que ahora que lo pienso, me parece una mala
-# traducción... ¿opiniones? sv
-# Me parece correcta la traducción "literal", pero me gusta
-# más tu sugerencia  - gerardo
-# El problema es que un volumen individual no puede estar desordenado.
-# Lo que está ordenado o no es la sucesión entera.
-# Un volumen individual puede estar fuera de lugar, pero no desordenado
-# él solito.
-# Todavía espero una solución mágica que sea mejor que las dos
-# que tenemos hasta ahora.
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Este volumen está fuera de secuencia"
-
-# Ojo que esto podría referirse a "is not being labelled NOW" en vez de
-# "isn't labelled". Pero no tengo los fuentes para ver la intención
-# original. nl
-# Si no se sabe eso, se podría dejar de forma más neutra como
-# "Archivo no etiquetado para concordancia con `%s'" - gerardo (gag)
-# FIXME: Preguntar.
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "El archivo no está etiquetado para que coincida con %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "El volumen %s no coincide con %s"
-
-#: src/buffer.c:1674
-#, fuzzy, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: el nombre del fichero es demasiado largo para almacenarse en una "
-"cabecera\n"
-"multivolumen de GNU"
-
-# Según gag y jmg, hay que decir: "no está en un límite de bloque", pues
-# no estamos hablando de un bloque concreto (el bloque) sino de uno cualquiera.
-# FIXME: Entonces tal vez el original debería decir "on a block boundary". sv
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "El fin del archivo %s no está en un límite de bloque"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Sólo se pudieron leer %lu de %lu byte"
-msgstr[1] "Sólo se pudieron leer %lu de %lu bytes"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "El contenido es distinto"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Fin de fichero inesperado en el archivo"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "El tipo de fichero es distinto"
-
-# El autor quería un mensaje muy conciso, y en la traducción se expande a una
-# oración completa.. ¿Por qué? Debería ser "Distinto modo".
-# Porque el idioma inglés es más corto. Si a cada frase corta le hago
-# corresponder siempre una frase corta española, el resultado sonará a indio
-# completamente (me refiero a los indios esos de las películas del oeste,
-# que solamente hablan con sustantivos, verbos y adjetivos). sv
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "El modo es distinto"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "El uid es distinto"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "El gid es distinto"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "La fecha de modificación es distinta"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "El tamaño es distinto"
-
-# Creo que este enlace se efectúa al descomprimir un archivo tar.
-# No es que nos diga si está enlazado o no lo está, sino si él hace
-# el enlace o no lo hace. sv
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "No se enlaza a %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "El enlace simbólico es distinto"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "El número de dispositivo es distinto"
-
-# "Verifica ". Supongo que depende de si se concatena en algún
-# mensaje. jmg
-# FUZZY. Es verdad, habrá que verlo.
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificar "
-
-# # ¿Quizá diffed es el participio de diff, siendo esto un verbo tomado
-# # del nombre del programa diff? Entonces querría decir que se ha
-# # efectuado un diff como si el *fichero* hubiera sido normal. Yo sólo
-# # cambiaría "se toma" por "se ha tomado". gag
-# Es norma habitual convertir un pasado en un presente en estos casos.
-# Realmente, dice lo que hace y no lo que ha hecho. sv
-# FIXME. Decirle al autor que estandarice las comillas: ¿'%c' o `%c'?
-# De momento lo estandarizo en la traducción.
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: Tipo de fichero `%c' desconocido, se toma la diferencia\n"
-"como fichero normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-"El archivo contiene nombres de fichero con los prefijos iniciales eliminados."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Puede que la verificación no encuentre los ficheros originales."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "FALLO DE VERIFICACIÓN: %d cabecera inválida detectada"
-msgstr[1] "FALLO DE VERIFICACIÓN: %d cabeceras inválidas detectadas"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Un bloque de ceros aislado en %s"
-
-#: src/create.c:72
-#, fuzzy, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: contiene una marca de directorio caché; no se vuelca"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "valor %s fuera del rango %s %s..%s; se sustituye %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "valor %s fuera del rango %s %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Generando cabeceras octales negativas"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: el nombre del fichero es demasiado largo (máx %d); no se vuelca"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: el nombre del fichero es demasiado largo (no se puede dividir); no se "
-"vuelca"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: el nombre del enlace es demasiado largo; no se vuelca"
-
-# "se rellena" debería ser "rellenando". "se rellena" puede entenderse como
-# varias cosas, no queda claro que es lo que se esta haciendo, podría indicar
-# lo que se suele hacer.. =)   "rellenando con ceros" es perfecto y es
-# exactamente lo que está escrito en el original. sv
-#
-# Que sí, reconozco que la traducción es un poco libre.
-# Pero mi intención es que el programa diga lo que va haciendo, no lo que ya
-# ha hecho. Ni siquiera el original es consistente en los modos verbales. sv
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] ""
-"%s: El tamaño del fichero ha disminuido en %s byte, se rellena con ceros"
-msgstr[1] ""
-"%s: El tamaño del fichero ha disminuido en %s bytes, se rellena con ceros"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: el fichero está en un sistema de ficheros distinto; no se vuelca"
-
-# Se vuelca la *memoria* del proceso en un fichero llamado `core'.
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-#, fuzzy
-msgid "contents not dumped"
-msgstr " (memoria volcada)"
-
-# ignore no es ignorar, es "no hacer caso"
-# se puede usar: no tener en cuenta, descartar, no tener efecto,
-# pasar por alto,
-# ignorar es "not to know". sv
-# ¿Y cuando se ignora a una persona ;-)? fr
-# Lo mismo: Está mal dicho, se dice que no le haces caso a esa persona.
-# Si no me crees busca "ignore" en algún buen diccionario.
-# O mira la lista de pifias de Ángel Álvarez directamente.
-# La tengo en ftp.unex.es.
-# Lo siento, Santiago, hemos sido derrotados; "ignorar" ya viene en los
-# diccionarios de español, y creo que hasta en el DRAE, con el significado
-# que tiene en inglés "to ignore"; aunque nosotros podemos ignorarlo ;-)
-# y seguir en la ortodoxia castellana :-) gerardo
-# Seguiremos en la ortodoxia, pero aún así, no puedo creerme que venga
-# en el DRAE. ¿Estás seguro? sv
-# No, no me compré el DRAE. Pregúntalo a spanglish (si te atreves ;-) gerardo
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tipo de fichero desconocido; no se tendrá en cuenta"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Faltan enlaces a '%s'.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: el fichero no ha cambiado; no se vuelca"
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: el fichero es el propio archivo; no se vuelca"
-
-#: src/create.c:1723 src/incremen.c:575
-#, fuzzy
-msgid "directory not dumped"
-msgstr "%s: contiene una marca de directorio caché; no se vuelca"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: el fichero cambió mientras se estaba leyendo"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: el `socket' no se tendrá en cuenta"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: no se tendrá en cuenta la puerta"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Saltando a la siguiente cabecera"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Borrando no-cabecera del archivo"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: marca de fecha sospechosamente antigua %s"
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: la marca de tiempo %s está %lu s en el futuro"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Inconsistencia inesperada al crear el directorio"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-"%s: El directorio fue renombrado antes de que se pudiera extraer su estado"
-
-# Nota: En Unix, se llama fichero *regular* al que no es ni un directorio,
-# ni un dispositivo (de bloques o de caracteres) ni un fifo, etc.
-# Uno puede pensar que son los ficheros "normales", pero eso depende,
-# pues un directorio es de lo más "normal"...
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extrayendo ficheros contiguos como ficheros regulares"
-
-# ¿Enlaces fuertes? Aquí los profes. de Sistemas Operativos y otros
-# dicen "enlaces duros", y creo que los libros también lo ponen así. gag
-# Es una cuestión todavía no dirimida.
-# ¿Tienes algún dato más? ¿Qué dicen los libros? sv
-# Enlaces duros. Lo acabo de mirar en un libro. gag
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Intentando la extracción de enlaces simbólicos como enlaces duros"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: No se puede extraer -- el fichero es continuación de otro volumen"
-
-# ¿No se referirá al autor a "mangled filenames"?... jmg
-# FIXME. Preguntárselo.
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Fin de fichero inesperado en los nombres modificados"
-
-# FIXME. Lo de las comillas '%c'.
-# Como antes, lo estandarizo en la traducción a pesar de todo.
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tipo de fichero `%c' desconocido, se extrae como fichero normal"
-
-#: src/extract.c:1393
-#, fuzzy, c-format
-msgid "Current %s is newer or same age"
-msgstr "El `%s' actual es más reciente"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: No se pudo hacer copia de seguridad de este fichero"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: No se puede renombrar a %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: El directorio ha sido renombrado"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: El directorio ha sido renombrado"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: El directorio es nuevo"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Marca de tiempo inválida"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Se ha especificado un modo no válido en la opción"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Número de dispositivo inválido"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Número de nodo-i inválido"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-#, fuzzy
-msgid "Read error in snapshot file"
-msgstr "Error de lectura en %s"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Fin de fichero inesperado en el archivo"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Argumento de densidad mal formado: '%s'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Argumento de densidad mal formado: '%s'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr ""
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: No se purga el directorio: no se puede efectuar `stat'"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: el directorio está en un dispositivo distinto: no se purga"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Borrando %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: No se puede borrar"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Se omite"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloque %s: ** Bloque de NULos **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloque %s: ** Fin de Fichero **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloque %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Hay blancos en la cabecera cuando se esperaba el valor numérico %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"El valor octal %.*s del archivo está fuera del rango %s;\n"
-"se supone complemento a dos"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "El valor octal %.*s del archivo está fuera del rango %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "El archivo contiene cabeceras base 64 obsoletas"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "La cadena firmada en base 64 %s del archivo está fuera del rango %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "El valor en base 256 del archivo está fuera del rango %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "El archivo contiene %.*s donde se esperaba el valor numérico %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, fuzzy, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "El valor del archivo %s está fuera del rango %s %s.%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " enlace a %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tipo de fichero desconocido %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Enlace largo--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Nombre largo--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Cabecera de Volumen--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continúa en el byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Creando el directorio:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "No se puede cambiar el directorio de trabajo"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Se renombra %s como %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: No se puede renombrar a %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Se vuelve a renombrar %s como %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: El fichero fue borrado antes de leerlo"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: El fichero fue borrado antes de leerlo"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proceso hijo"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "canal de interproceso"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr ""
-"los patrones de exclusión encajan con el comienzo del nombre del fichero"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: No se encuentra en el archivo"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: El elemento solicitado no se encuentra en el archivo"
-
-# Ojo que esto podría referirse a "is not being labelled NOW" en vez de
-# "isn't labelled". Pero no tengo los fuentes para ver la intención
-# original. nl
-# Si no se sabe eso, se podría dejar de forma más neutra como
-# "Archivo no etiquetado para concordancia con `%s'" - gerardo (gag)
-# FIXME: Preguntar.
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "El archivo no está etiquetado para que coincida con %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Las opciones `-%s' y `-%s' requieren entrada estándar"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Formato de archivo inválido"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Se requieren características de GNU en formato de archivo incompatible"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-# Yo usaría "recuperar", en vez de "restablecer". Lo de repetir "archivo"
-# dos veces en la misma frase no me suena bien, así que pondría "... a
-# partir de aquél". jmg
-# El original también repite. sv
-#
-# ¡CUIDADO! sólo no debe llevar tilde en ".. juntos en un solo archivo..."
-# `Solo' sólo lleva acento cuando equivale al adverbio de modo `solamente',
-# y aun así no es obligatorio ponérselo si no hay ambigüedad (lo siento,
-# muchachos, pero saqué sobresaliente en Lingüística de COU :-D ) gerardo
-# Lo cambio, pero "no es obligatorio" no es lo mismo que "está mal". sv
-#
-# # la versión de control -> el control de versión
-# # nil: numeradas... simples... (en plural)
-# # never, simPle (falta una pe): backup -> copia de seguridad. gag
-# Estoy de acuerdo con lo de gag (más arriba usas eso mismo). jmg
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' guarda varios ficheros juntos en un solo archivo en cinta o disco, "
-"y\n"
-"puede restablecer ficheros individuales a partir del archivo.\n"
-"\n"
-"Ejemplos:\n"
-"  tar -cf archivo.tar fu fa # Crea archivo.tar con los ficheros fu y fa.\n"
-"  tar -tvf archivo.tar      # Lista los ficheros de archivo.tar con "
-"detalle.\n"
-"  tar -xf archivo.tar       # Extrae todos los ficheros de archivo.tar.\n"
-"\vEl sufijo de respaldo es `~', a menos que se especifique con --suffix\n"
-"o con SIMPLE_BACKUP_SUFFIX. El control de versiones puede establecerse\n"
-"con --backup o con VERSION_CONTROL, los valores son:\n"
-"\n"
-"  t, numbered     hace copias de seguridad numeradas\n"
-"  nil, existing   numerada si existen copias de seguridad numeradas, "
-"simples\n"
-"                  en otro caso\n"
-"  never, simple   siempre hace copias de seguridad simples\n"
-
-# Yo usaría "recuperar", en vez de "restablecer". Lo de repetir "archivo"
-# dos veces en la misma frase no me suena bien, así que pondría "... a
-# partir de aquél". jmg
-# El original también repite. sv
-#
-# ¡CUIDADO! sólo no debe llevar tilde en ".. juntos en un solo archivo..."
-# `Solo' sólo lleva acento cuando equivale al adverbio de modo `solamente',
-# y aun así no es obligatorio ponérselo si no hay ambigüedad (lo siento,
-# muchachos, pero saqué sobresaliente en Lingüística de COU :-D ) gerardo
-# Lo cambio, pero "no es obligatorio" no es lo mismo que "está mal". sv
-#
-# # la versión de control -> el control de versión
-# # nil: numeradas... simples... (en plural)
-# # never, simPle (falta una pe): backup -> copia de seguridad. gag
-# Estoy de acuerdo con lo de gag (más arriba usas eso mismo). jmg
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"GNU `tar' guarda varios ficheros juntos en un solo archivo en cinta o disco, "
-"y\n"
-"puede restablecer ficheros individuales a partir del archivo.\n"
-"\n"
-"Ejemplos:\n"
-"  tar -cf archivo.tar fu fa # Crea archivo.tar con los ficheros fu y fa.\n"
-"  tar -tvf archivo.tar      # Lista los ficheros de archivo.tar con "
-"detalle.\n"
-"  tar -xf archivo.tar       # Extrae todos los ficheros de archivo.tar.\n"
-"\vEl sufijo de respaldo es `~', a menos que se especifique con --suffix\n"
-"o con SIMPLE_BACKUP_SUFFIX. El control de versiones puede establecerse\n"
-"con --backup o con VERSION_CONTROL, los valores son:\n"
-"\n"
-"  t, numbered     hace copias de seguridad numeradas\n"
-"  nil, existing   numerada si existen copias de seguridad numeradas, "
-"simples\n"
-"                  en otro caso\n"
-"  never, simple   siempre hace copias de seguridad simples\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Modo principal de operación:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "lista el contenido de un archivo"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "extrae ficheros de un archivo"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "crea un nuevo archivo"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "encuentra las diferencias entre un archivo y el sistema de ficheros"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "añade ficheros al final de un archivo"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "solamente añade ficheros más recientes que la copia del archivo"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "añade ficheros tar a un archivo"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "borra del archivo (¡no en cintas magnéticas!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modificadores de operación:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "maneja ficheros dispersos de forma eficiente"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "maneja el formato GNU antiguo de respaldo incremental"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "maneja el nuevo formato GNU de respaldo incremental"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-# ¿archivos nonzero? sv
-# Estupendo Gerardo, se me había pasado, como tantas cosas em+
-# # ¡Nooorl! Quiere decir que el programa tar no acaba o sale (exit())
-# # devolviendo al sistema un "status" distinto de cero cuando
-# # encuentre ficheros ilegibles. (¡Uf! Ahora a ver cómo se pone esto en
-# # media línea.) gag
-#
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "no sale con estado distinto de cero cuando hay ficheros ilegibles"
-
-#: src/tar.c:429
-#, fuzzy
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"procesa únicamente la NUM-ésima aparición de cada fichero en el archivo. "
-"Esta opción solamente es válida junto con una de las subórdenes --delete, --"
-"diff, --extract o --list y cuando se da una lista de ficheros en la línea de "
-"órdenes o con la opción -T. El valor predeterminado de NUM es 1."
-
-# Mejor eso que inventarse un palabro, digo yo. sv
-#: src/tar.c:435
-#, fuzzy
-msgid "archive is seekable"
-msgstr "El archivo admite `seek'"
-
-# Mejor eso que inventarse un palabro, digo yo. sv
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "El archivo admite `seek'"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "intenta verificar el archivo después de escribirlo"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "borra los ficheros después de añadirlos al archivo"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "no reemplaza ficheros que existan al extraer"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"no reemplaza los ficheros que existan que sean más recientes que sus copias "
-"en el archivo"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "sobreescribe los ficheros que existan al extraer"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "borra cada fichero antes de extraer sobre él"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "vacía jerarquías antes de extraer directorios"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "conserva los metadatos de los directorios que existan"
-
-#: src/tar.c:467
-#, fuzzy
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "sobreescribe los ficheros que existan al extraer"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "extrae los ficheros a la salida estándar"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "ORDEN"
-
-#: src/tar.c:478
-#, fuzzy
-msgid "pipe extracted files to another program"
-msgstr "extrae los ficheros a la salida estándar"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Manejo de los atributos del fichero:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "fuerza NOMBRE como propietario de los ficheros que se añaden"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "fuerza NOMBRE como grupo para los ficheros que se añaden"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "FECHA-O-FICHERO"
-
-#: src/tar.c:494
-#, fuzzy
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "almacena solamente ficheros más recientes que FECHA-O-FICHERO"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "CAMBIOS"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "fuerza CAMBIOS (simbólicos) de modo para los ficheros que se añaden"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "no extrae la fecha de modificación del fichero"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "intenta extraer los ficheros con el mismo propietario"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "extrae los ficheros como usted mismo"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "utiliza siempre números para los nombres de usuarios/grupos"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "ordena los nombres que se extraen para que coincidan con el archivo"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "lo mismo que -p y -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Selección de dispositivo y opciones:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIVO"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "utiliza un archivo o el dispositivo ARCHIVO"
-
-#: src/tar.c:535
-#, fuzzy
-msgid "archive file is local even if it has a colon"
-msgstr "el archivo es local incluso si tiene dos puntos"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "utiliza la ORDEN rmt dada en vez de rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "utiliza la ORDEN remota en vez de rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "especifica la unidad y la densidad"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "crea/lista/extrae un archivo multivolumen"
-
-# Una chorradita, si se me permite; estamos usando ISO-8859-1,
-# ¿verdad? Y en ISO-Latin1 existe un carácter que representa la
-# multiplicación, ¿verdad? Ya saben , el aspa: '×' ('\327'). Pues
-# ¿por qué no usarlo (está bien, "utilizarlo" ;-) en vez de la equis
-# en NUM x 1024 -> NUM × 1024?
-# En otra parte dices que pones (C) en vez de © porque © no se ve bien en
-# la consola. Pues no dirás eso del aspa, que se ve mejor aún que la equis:
-# x × - gerardo
-# Efectivamente, pero no es transportable, el que use tar bajo DJGPP
-# le saldría un churro pues el aspa no existe en la tabla 850. sv
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "cambia la cinta después de escribir NÚMERO x 1024 bytes"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "ejecuta un script al final de cada cinta (implica -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "usa/actualiza el número de volumen en FICHERO"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Bloques en los dispositivos:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOQUES"
-
-# Sigo en mis 13 y en esto no hay quien me baje del burro: BLOQUES x 512 bytes
-# debe ser BLOQUES × 512 bytes. gerardo
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOQUES x 512 bytes por registro"
-
-#: src/tar.c:574
-#, fuzzy
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "TAMAÑO bytes por registro, múltiplo de 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-"no tiene en cuenta los bloques convertidos en ceros dentro de un archivo "
-"(significa fin de fichero)"
-
-# ¿rebloquea? ¿existe esa palabra? sv
-# Que opine el pueblo, no lo sé. fr
-# # ¿Existe bloquear? Pues si es así, también existe rebloquear =
-# # volver a bloquear. Y requetebloquear, etc. En un artículo de Martin
-# # Gardner se preguntaba cuál era la palabra española más larga, y la
-# # respuesta era que cualquiera que pudiera ir precedida por
-# # requetequetequete... (longitud infinita). Pelín ssagerao, ¿no? gag
-#
-# Bueno, al final he puesto lo que se ve, un poco menos raro que rebloquear. sv
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "rehace los bloques conforme se lee (para tuberías de 4.2BSD)"
-
-# ¿Qué será esto? ¿Quizás un fallo en el mensaje original? Porque "to"
-# no es "desde", sino "hacia", que yo sepa. Pero `archivo hacia la
-# salida estándar' no pega mucho. Está en otros mensajes, como el
-# siguiente; no lo entiendo. - gerardo
-# FIXME. Tienes razón. Es muy raro.
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Selección del formato de archivo:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMATO"
-
-#: src/tar.c:586
-#, fuzzy
-msgid "create archive of the given format"
-msgstr "crea un archivo en el formato dado."
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMATO es uno de los siguientes:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "formato tar V7 antiguo"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "formato GNU de tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "formato GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "formato POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "formato POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-#, fuzzy
-msgid "same as pax"
-msgstr "Lo mismo que pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "lo mismo que --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "lo mismo que --format=posix"
-
-#: src/tar.c:606
-#, fuzzy
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "palabra[[:]=valor][,palabra[[:]=valor], ...]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "palabras clave de control de pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXTO"
-
-#: src/tar.c:609
-#, fuzzy
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"crea un archivo con nombre de volumen NOMBRE. En el momento de listar/"
-"extraer, utiliza TEXTO como patrón expandible"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Opciones de compresión en conflicto"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "No se puede escribir al programa de compresión"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "No se puede escribir al programa de compresión"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtra a través de PROG (debe aceptar -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Selección del fichero local:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "cambia al directorio DIR"
-
-#: src/tar.c:644
-#, fuzzy
-msgid "get names to extract or create from FILE"
-msgstr "obtiene los nombres que se van a extraer o crear del fichero NOMBRE"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T lee nombres terminados en nulo, desactiva -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-# Nota: La diferencia entre un PATRÓN y una EXPREG es que
-# el primero se refiere a un "globbing pattern", es decir, patrones
-# de expansión de nombres de ficheros, como * y ?, mientras que
-# el segundo se refiere a expresiones regulares como las de grep,
-# es decir, ^, $, ., *, etc.
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATRÓN"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "excluye ficheros, dados como un PATRÓN"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "excluye los patrones listados en FICHERO"
-
-#: src/tar.c:658
-#, fuzzy
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "excluye los directorios que contienen una marca de caché"
-
-#: src/tar.c:661
-#, fuzzy
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "excluye los directorios que contienen una marca de caché"
-
-#: src/tar.c:664
-#, fuzzy
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "excluye los directorios que contienen una marca de caché"
-
-#: src/tar.c:666
-#, fuzzy
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "excluye los directorios que contienen una marca de caché"
-
-#: src/tar.c:669
-#, fuzzy
-msgid "exclude everything under directories containing FILE"
-msgstr "excluye los directorios que contienen una marca de caché"
-
-#: src/tar.c:671
-#, fuzzy
-msgid "exclude directories containing FILE"
-msgstr "excluye los directorios que contienen una marca de caché"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "evita descender automáticamente en los directorios"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "permanece en el sistema de ficheros locales al crear el archivo"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "opera recursivamente sobre los directorios (por omisión)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "no elimina la `/' inicial de los nombres de ficheros"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NOMBRE-DE-MIEMBRO"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "comienza por el miembro NOMBRE-DE-MIEMBRO dentro del archivo"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "almacena solamente ficheros más recientes que FECHA-O-FICHERO"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "FECHA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "compara la fecha y hora solamente cuando cambian los datos"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "se hace un respaldo antes de borrar, escoja el CONTROL de versión"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "CADENA"
-
-#: src/tar.c:698
-#, fuzzy
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"se hace un respaldo antes de borrar, cambiando el sufijo usual ('~' a menos "
-"que se\n"
-"cambie con la variable de entorno SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-#, fuzzy
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "elimina NÚMERO componentes iniciales de los nombres de ficheros"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-#, fuzzy
-msgid "ignore case"
-msgstr "la exclusión no distingue mayúsculas de minúsculas"
-
-#: src/tar.c:719
-#, fuzzy
-msgid "patterns match file name start"
-msgstr ""
-"los patrones de exclusión encajan con el comienzo del nombre del fichero"
-
-#: src/tar.c:721
-#, fuzzy
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "los patrones de exclusión encajan después de cualquier / (por omisión)"
-
-#: src/tar.c:723
-#, fuzzy
-msgid "case sensitive matching (default)"
-msgstr "la exclusión distingue mayúsculas de minúsculas (por omisión)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "los comodines de patrones de exclusión no encajan con '/'"
-
-#: src/tar.c:731
-#, fuzzy
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-"los comodines de los patrones de exclusión encajan con '/' (por omisión)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Salida informativa:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "lista los ficheros procesados detalladamente"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-#, fuzzy
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "muestra mensajes de progreso cada 10 registros"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "muestra un mensaje si no se vuelcan todos los enlaces"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "muestra las fechas de modificación de los ficheros en UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "envía la salida detallada a FICHERO"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "muestra el número de bloque dentro del archivo con cada mensaje"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "pide confirmación para cada acción"
-
-#: src/tar.c:767
-#, fuzzy
-msgid "show tar defaults"
-msgstr "Muestra los valores predeterminados de tar"
-
-#: src/tar.c:769
-#, fuzzy
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"Cuando se lista o extrae, lista cada directorio que no coincida con el "
-"criterio de búsqueda"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Opciones de compatibilidad:"
-
-#: src/tar.c:787
-#, fuzzy
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"al crear, lo mismo que --old-archive. Al extraer, lo mismo que --no-same-"
-"owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Otras opciones:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "No se puede especificar más de una opción `-Acdtrux'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Opciones de compresión en conflicto"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " tipo de fichero desconocido %s\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "No se encontró la fecha del fichero"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Sustituyendo %s por el formato de fecha desconocido %s"
-
-#: src/tar.c:1057
-#, fuzzy, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Se trata la fecha `%s' como %s + %ld nanosegundo"
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: el fichero es el propio archivo; no se vuelca"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "filtra el arhivo a través de gzip"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Las opciones predeterminadas de *esta* versión de tar son:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Factor de bloqueo inválido"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Longitud de cinta inválida"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-# No sé cómo traducir threshold. fr
-# Yo tampoco (los diccionarios los tengo en casa...). sv
-# Lo buscaré en un diccionario "güeno". fr
-# Es "umbral", pero no sé qué c$%&# es la fecha umbral. :-( gag
-# A ver si te vale así. sv
-# ¿Qué tal os suena "fecha límite"?. jmg
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Se ha especificado más de una fecha tope"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Grupo inválido"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Se ha especificado un modo no válido en la opción"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Número inválido"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Propietario inválido"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "El tamaño del registro es inválido"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "El tamaño del registro debe ser múltiplo de %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Número inválido de elementos"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, fuzzy, c-format
-msgid "Malformed density argument: %s"
-msgstr "Argumento de densidad mal formado: '%s'"
-
-#: src/tar.c:2145
-#, fuzzy, c-format
-msgid "Unknown density: `%c'"
-msgstr "Densidad desconocida: '%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "*Esta* versión de tar no admite las opciones `-[0-7][lmh]'"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FICHERO]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "La opción antigua `%c' requiere un argumento"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence no tiene sentido sin una lista de ficheros"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "no se puede usar --occurrence en el modo de operación solicitado"
-
-# requieren -> necesitan. gerardo
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Los archivos múltiples requieren la opción `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "No se puede combinar --listed-incremental con --newer"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--occurrence no tiene sentido sin una lista de ficheros"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] ""
-"%s: La etiqueta de volumen es demasiado larga (el límite es %lu byte)"
-msgstr[1] ""
-"%s: La etiqueta de volumen es demasiado larga (el límite es %lu bytes)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "No se pueden verificar archivos multivolumen"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "No se pueden verificar archivos comprimidos"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "No se pueden utilizar archivos multivolumen comprimidos"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "No se pueden actualizar archivos comprimidos"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option solamente se puede usar en archivos POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-# Me gusta más al verrés: cobarde rechazo [de la pradera] a... gerardo
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Rechazo cobarde a crear un archivo vacío"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Las opciones `-Aru' son incompatibles con `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Debe especificar una de las opciones `-Acdtrux'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-# Eso de ¡vaya tela! ¿es una interjección que se entiende en todo el mundo
-# hispanoparlante? No vaya a ser específico de Andalucía/Extremadura y...
-# ¡oye, déjalo, así expandimos nuestra lengua! gerardo
-# Inaceptable, alguien fuera de España no tiene idea de que diablos quiere
-# decir ¡vaya tela!. Habrá que buscar alguna interhección de asco/sorpresa
-# que sea más `portable'. nl
-# Tenéis razón. Habrá que preguntar.
-# ¡Ya lo tengo! "¡Carajo!" X-D Eso se utiliza en Colombia, México y otros
-# sitios de por ahí a troche y moche, y creo que ni siquiera se entiende como
-# "miembro viril masculino". Y en España creo que también se emplea, ¿no?
-# (Vaale, vaaale, ¿y qué tal su eufemismo `caramba' o `caray', más neutros
-# y cursis, para que no se enfade nadie? Aunque para cursis: `cáspita',
-# `caracoles', `cónchales'; no diréis que no os doy opciones.) Por cierto,
-# creo que la coma sobra (incluso en el original). gerardo
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: El tamaño del fichero ha disminuido en %s byte"
-msgstr[1] "%s: El tamaño del fichero ha disminuido en %s bytes"
-
-# FIXME: Imlemented
-#: src/xheader.c:164
-#, fuzzy, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "La palabra clave %s es desconocida o no está implementada todavía"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Marca de tiempo fuera de rango"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "No se puede usar el patrón %s"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "La palabra clave %s no se puede sustituir"
-
-#: src/xheader.c:542
-#, fuzzy
-msgid "Malformed extended header: missing length"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "La cadena firmada en base 64 %s del archivo está fuera del rango %s"
-
-#: src/xheader.c:569
-#, fuzzy
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-"Cabecera extendida errónea: falta un espacio en blanco después de la longitud"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/xheader.c:583
-#, fuzzy
-msgid "Malformed extended header: missing newline"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "El valor del archivo %s está fuera del rango %s %s.%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, fuzzy, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/xheader.c:1379
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/xheader.c:1389
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Cabecera extendida errónea: falta un signo igual"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Grupo inválido"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Punto de comprobación de escritura %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Punto de comprobación de lectura %d"
-
-# Acepto sugerencias para el `test suite'. sv
-# "test suite"="paquete/conjunto de pruebas/análisis", en cualquier
-# combinación. jmg
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Genera ficheros de datos para el conjunto de pruebas de GNU tar.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Otras opciones:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-#, fuzzy
-msgid "Create file of the given SIZE"
-msgstr "crea un archivo en el formato dado."
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "extrae los ficheros a la salida estándar"
-
-#: tests/genfile.c:133
-#, fuzzy
-msgid "Read file names from FILE"
-msgstr "Leídos %s bytes como %s"
-
-#: tests/genfile.c:135
-#, fuzzy
-msgid "-T reads null-terminated names"
-msgstr "-T lee nombres terminados en nulo, desactiva -C"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-#, fuzzy
-msgid "Seek to the given offset before writing data"
-msgstr "intenta verificar el archivo después de escribirlo"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [OPCIÓN...]"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-#, fuzzy
-msgid "Update the access and modification times of FILE"
-msgstr "%s: No se pueden cambiar las fechas de acceso y modificación"
-
-#: tests/genfile.c:191
-#, fuzzy
-msgid "Execute COMMAND"
-msgstr "ORDEN"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Marca de tiempo inválida"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Número de nodo-i fuera de rango"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Error del sistema desconocido"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, fuzzy, c-format
-msgid "cannot open `%s'"
-msgstr "No se puede abrir %s"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "No se puede cerrar"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " tipo de fichero desconocido %s\n"
-
-# Uff, a lo mejor se asusta el usuario si ponemos 'no se pudo leer con stat()
-# el estado del fichero em+
-# stat() es una primitiva Unix que acaba de fallar; también podría
-# ser: "No se puede hacer stat() del fichero %s", o "stat() ha fallado..."
-# Aunque tal como está es más descriptivo para el neófito, desde
-# luego. gag
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "No se puede leer el estado del fichero %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "No se puede abrir %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "El proceso hijo terminó con la señal %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Nombres de fichero modificados--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "No se puede guardar el directorio de trabajo"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: No se puede renombrar a %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: opción ilegal -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Leyendo %s\n"
-
-# Por favor, no me digáis cómo se traduce bug.
-# Gerardo lo ha visto traducido en un libro como "pulgas", y yo
-# lo he visto como "chinche" en la "Investigación y Ciencia".
-# Está claro que así no vamos a ninguna parte.
-# Yo diría simplemente `fallos [ocultos]'. Es lo que significa, en realidad,
-# en el contexto informático, razones históricas aparte de bichos anidando
-# al calorcito de los tubos de vacío de los primeros computadores. gerardo
-# De "ocultos" nada... Este vamos a dejarlo, ¿vale? sv
-# Tú mandas, pero ¿cómo que de ocultos nada? Si no fueran ocultos, el progra-
-# ma no vería la luz aún, ¿no? Pero observa que he puesto el `ocultos' entre
-# corchetes. Yo pondría "bug -> fallo" simplemente. Comunicar fallos a... gerardo
-# ¿Que no vería la luz si no fueran ocultos? Ja, ja, ja, ja...
-# Mira por ejemplo en http://nl.debian.org/Bugs.
-# ¿No tendría sentido catalogarlos entonces?
-#
-# Véase "A Bug's life".
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Comunicar bichos a <%s>.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "filtra el archivo a través de bzip2"
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#~ msgid "filter the archive through gzip"
-#~ msgstr "filtra el arhivo a través de gzip"
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#~ msgid "filter the archive through compress"
-#~ msgstr "filtra el archivo a través de compress"
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "filtra el arhivo a través de gzip"
-
-# FIXME: Decir al autor que ponga el "itself". sv
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "filtra el arhivo a través de gzip"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: No se puede asignar espacio para el búfer\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "No se puede asignar espacio para el búfer"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Pruebe `%s --help' para más información.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Modo de empleo: %s [OPCIÓN]\n"
-#~ "Manipula una unidad de cinta, aceptando órdenes de un proceso remoto.\n"
-#~ "\n"
-#~ "  --version  Muestra la versión.\n"
-#~ "  --help     Muestra esta ayuda.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Desplazamiento fuera de rango"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Fin de fichero prematuro"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "El error no es recuperable: salida ahora"
-
-#~ msgid "block size"
-#~ msgstr "tamaño del bloque"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Este programa viene sin NINGUNA GARANTÍA, hasta donde permite la ley.\n"
-#~ "Puede redistribuirse bajo los términos de la Licencia Pública General de "
-#~ "GNU;\n"
-#~ "vea el fichero llamado COPYING para más información."
-
-# "no reconocida" me parecía muy suave para "garbage". sv
-# OJO: Casi el mismo mensaje.
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Orden ininteligible %c\n"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "ATENCIÓN: No hay cabecera de volumen"
-
-# Me queda la duda de si lo que es visible es el error o el nombre largo... sv
-#~ msgid "Visible long name error"
-#~ msgstr "Error de nombre largo visible"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Número de dispositivo fuera de rango"
-
-# FIXME. Hay otro que se parece muchísimo. sv
-#~ msgid "Visible longname error"
-#~ msgstr "Error de nombre largo visible"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Se renombra %s como %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: No se puede crear un enlace simbólico a %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Se enlaza %s simbólicamente a %s"
-
-# ¿desmutilador? sv. (Perdona mi ignorancia: ¿qué significa?)
-# No lo sé, tengo que consultar. Lo encontré en un diccionario raro. fr
-# Bueno, yo tampoco sé lo que es, pero "mangling" me suena a:
-# "proceso mediante el cual se codifican ciertos nombres de cierta manera."
-# Por ejemplo, "name mangling" es lo que hace Linux cuando se instala
-# con umsdos. (¿Lo has visto alguna vez?).
-# También se habla de "mangling" a la forma que tiene el C++ de incluir
-# los nombres de las funciones (o de las clases quizá) en un archivo
-# objeto ( .o ).
-# Bueno, en realidad no lo sé, pero espero haberte dado alguna idea.
-# A ver qué dice Enrique u otro revisor. sv
-# Sigo en blanco. fr
-# La traducción mas acertada creo que es esta :) , el uso que conozco
-# de mangled esta relacionado con codificar o transformar el nombre de una
-# función C++ dentro de una biblioteca, de manera que se pueda deshacer la
-# referencia a la función al compilar o enlazar dinámicamente, obteniendo
-# la función que corresponde al aplicar la sobrecarga de operadores. em+
-# # Todo eso es así, lo malo es encontrar la palabra simple más
-# # adecuada y  mantenerla. Por ejemplo, antes hemos dicho "mutilar", en
-# # otros mensajes; y ahora "desenredar".
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Orden desconocida para recuperar el nombre original de %s"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Falta el nombre del fichero después de -C"
-
-#~ msgid "don't change access times on dumped files"
-#~ msgstr "no cambia la fecha de acceso en los ficheros volcados"
-
-#~ msgid "extract permissions information"
-#~ msgstr "extrae la información de los permisos"
-
-#~ msgid "do not extract permissions information"
-#~ msgstr "no extrae la información de los permisos"
-
-#~ msgid "FILE-OF-NAMES"
-#~ msgstr "FICHERO-DE-NOMBRES"
-
-#~ msgid "exclude patterns are plain strings"
-#~ msgstr "los patrones de exclusión son cadenas normales"
-
-#~ msgid "dump instead the files symlinks point to"
-#~ msgstr ""
-#~ "vuelca los ficheros a los que apuntan los enlaces simbólicos, en lugar de "
-#~ "los enlaces"
-
-#~ msgid "same as -N"
-#~ msgstr "lo mismo que -N"
-
-#~ msgid "exclude patterns use wildcards (default)"
-#~ msgstr "los patrones de exclusión usan comodines (por omisión)"
-
-#~ msgid "print total bytes written while creating archive"
-#~ msgstr "muestra el total de bytes escritos cuando se crea un archivo"
-
-#~ msgid "Print license and exit"
-#~ msgstr "Muestra la licencia y finaliza"
-
-#~ msgid ""
-#~ "Based on the work of John Gilmore and Jay Fenlason. See AUTHORS\n"
-#~ "for complete list of authors.\n"
-#~ msgstr ""
-#~ "Basado en el trabajo de John Gilmore y Jay Fenlason. Vea AUTHORS\n"
-#~ "para una lista completa de autores.\n"
-
-#~ msgid ""
-#~ "   GNU tar is free software; you can redistribute it and/or modify\n"
-#~ "   it under the terms of the GNU General Public License as published by\n"
-#~ "   the Free Software Foundation; either version 2 of the License, or\n"
-#~ "   (at your option) any later version.\n"
-#~ "\n"
-#~ "   GNU tar is distributed in the hope that it will be useful,\n"
-#~ "   but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-#~ "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
-#~ "   GNU General Public License for more details.\n"
-#~ "\n"
-#~ "   You should have received a copy of the GNU General Public License\n"
-#~ "   along with GNU tar; if not, write to the Free Software\n"
-#~ "   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  "
-#~ "USA\n"
-#~ "\n"
-#~ msgstr ""
-#~ "   GNU tar es software libre; puede redistribuirse y/o modificarse\n"
-#~ "   bajo los términos de la Licencia Pública General de GNU tal y como\n"
-#~ "   se publica por la Free Software Foundation; bien en la versión 2\n"
-#~ "   de la Licencia, o (a su elección) cualquier versión posterior.\n"
-#~ "\n"
-#~ "   GNU tar se distribuye con la esperanza de que sea útil, pero\n"
-#~ "   SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de\n"
-#~ "   COMERCIABILIDAD o IDONEIDAD PARA UN FIN DETERMINADO. Véase la\n"
-#~ "   Licencia Pública General de GNU para más detalles.\n"
-#~ "\n"
-#~ "   Usted debería haber recibido una copia de la Licencia Pública General\n"
-#~ "   de GNU junto con GNU tar; en caso contrario, escriba a la Free "
-#~ "Software\n"
-#~ "   Foundation, Inc.  59 Temple Place, Suite 330, Boston, MA 02111-1307 EE."
-#~ "UU.\n"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Atención: no se admite la opción -I; ¿no será -j o -T?"
-
-#~ msgid "Semantics of -l option will change in the future releases."
-#~ msgstr "El significado de la opción -l cambiará en versiones posteriores."
-
-#~ msgid "Please use --one-file-system option instead."
-#~ msgstr "Por favor utilice la opción --one-file-system en su lugar."
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Atención: no se admite la opción -y; ¿no será -j?"
-
-#~ msgid "Error in writing to standard output"
-#~ msgstr "Error al escribir en la salida estándar"
-
-# Antes decía:
-# "La salida con error se demora por los errores anteriores
-#
-# Quiere decir que hubo errores, pero tar pudo seguir adelante, sin
-# embargo va a salir con un estado de error por esos errores que ya pasaron.
-# Una traducción:
-# "Salida con error demorada desde errores anteriores" (Nicolás L.)
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Salida con error demorada desde errores anteriores"
-
-# Sugerencia: para archivos -> para los archivos. sv
-# Sugerencia: Estandarizar la traducción de "added files". sv
-# En el  --mode=CHANGES  no sé qué poner... sv
-# En vez de "force"->"establece", yo dejaría el significado
-# original ->"fuerza". jmg
-# force es forzar, ¡no establecer! nl
-# Gerardo, ¿qué opinas de "forzar"? sv
-# Hombre, desde luego to force es forzar u obligar; la verdad es que no sé
-# por qué el autor original dice "force" y no "set". Quizá porque si no se
-# pusieran estas opciones los ficheros tendrían otros atributos que vendrían
-# impuestos por el umask, el UID/GID del usuario, etc., y con esto se "fuerza",
-# se cambia esta situación. No es lo mismo que establecer, que sería poner
-# esos atributos partiendo de cero. Creo que ése es el matiz, y para conservar-
-# lo habría que poner "fuerza NOMBRE como propietario...", etc., o bien
-# "obliga a que sea NOMBRE el propietario...", etc. gerardo
-# # usa -> emplea - gerardo
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Manejo de los atributos de los ficheros:\n"
-#~ "      --owner=NOMBRE           establece NOMBRE como propietario para "
-#~ "los\n"
-#~ "                               ficheros que se añaden\n"
-#~ "      --group=NOMBRE           establece NOMBRE como grupo para los "
-#~ "ficheros que\n"
-#~ "                               se añaden\n"
-#~ "      --mode=CAMBIOS           establece CAMBIOS como modo (simbólico) "
-#~ "para los\n"
-#~ "                               ficheros que se añaden\n"
-#~ "      --atime-preserve         no cambia la fecha de acceso en los "
-#~ "ficheros\n"
-#~ "                               volcados\n"
-#~ "  -m, --modification-time      no extrae la fecha de modificación de "
-#~ "ficheros\n"
-#~ "      --same-owner             intenta extraer ficheros con el mismo "
-#~ "propietario\n"
-#~ "      --no-same-owner          extrae los ficheros como uno mismo\n"
-#~ "      --numeric-owner          siempre utiliza números para nombres de\n"
-#~ "                               usuario/grupo\n"
-#~ "  -p, --same-permissions       extrae la información de los permisos\n"
-#~ "      --no-same-permissions    no extrae la información de los permisos\n"
-#~ "      --preserve-permissions   igual que -p\n"
-#~ "  -s, --same-order             ordena los nombres a extraer para "
-#~ "coincidir con\n"
-#~ "                               el archivo\n"
-#~ "      --preserve-order         igual que -s\n"
-#~ "      --preserve               igual que -p y -s a la vez\n"
-
-# ¿globbing = globales? sv
-# Me parece una buena traducción, es algo que engloba a un grupo. fr
-#
-# globbing es, por ejemplo, lo que hace el shell cuando pones asteriscos:
-# Cuando haces "cat *", el shell se encarga de expandir el *
-# en lo que corresponda, y se lo da a cat ya traducido.
-# Esto más que globalizar me suena a expandir, no sé.
-# Si quieres déjalo que lo vea otro. sv
-# Vid. mi comentario del mensaje anterior. gerardo
-# quita -> elimina. sv
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ "      --strip-path=NUM         strip NUM leading components from file "
-#~ "names\n"
-#~ "                               before extraction\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selección de fichero local:\n"
-#~ "  -C, --directory DIR         cambia al directorio DIR\n"
-#~ "  -T, --files-from=NOMBRE     obtiene los nombres a extraer o crear del\n"
-#~ "                              archivo NOMBRE\n"
-#~ "      --null                  -T lee nombres terminados en cero, "
-#~ "deshabilita -C\n"
-#~ "      --exclude=PATRÓN        excluye ficheros, dados como un PATRÓN\n"
-#~ "  -X, --exclude-from=FICHERO  excluye patrones listados en FICHERO\n"
-#~ "      --anchored              los patrones de exclusión encajan desde el\n"
-#~ "                              comienzo del nombre de fichero "
-#~ "(predeterminado)\n"
-#~ "      --no-anchored           los patrones de exclusión encajan después "
-#~ "de\n"
-#~ "                              cualquier /\n"
-#~ "      --ignore-case           la exclusión considera iguales minúsculas "
-#~ "y\n"
-#~ "                              mayúsculas\n"
-#~ "      --no-ignore-case        la exclusión distingue minúsculas de "
-#~ "mayúsculas\n"
-#~ "                              (predeterminado)\n"
-#~ "      --wildcards             los patrones de exclusión incluyen "
-#~ "comodines\n"
-#~ "                              (predeterminado)\n"
-#~ "      --no-wildcards          los patrones de exclusión son cadenas "
-#~ "normales\n"
-#~ "      --wildcards-match-slash los comodines de los patrones de exclusión\n"
-#~ "                              encajan con '/' (predeterminado)\n"
-#~ "      --wildcards-match-slash los comodines de los patrones de exclusión\n"
-#~ "                              no encajan con '/'\n"
-#~ "  -P, --absolute-names        no elimina las '/'s iniciales de los "
-#~ "nombres de\n"
-#~ "                              fichero\n"
-#~ "  -h, --dereference           vuelca en su lugar los ficheros a los que "
-#~ "apuntan\n"
-#~ "                              los enlaces simbólicos.\n"
-#~ "      --no-recurse            evita descender automáticamente en "
-#~ "directorios\n"
-#~ "  -l, --one-file-system       permanece en el sistema de ficheros local\n"
-#~ "                              cuando se crea el archivo\n"
-#~ "  -K, --starting-file=NOMBRE  comienza en el fichero NOMBRE del archivo\n"
-#~ "      --strip-path=NÚM        elimina NÚM componentes iniciales de los "
-#~ "nombres\n"
-#~ "                              de los ficheros antes de la extracción\n"
-
-# # "más nuevos"->"más recientes". En el info de tar1.11.8 explica un poco más las
-# # opciones --newer-*, sin limitar a "store", sino hablando en general de
-# # cualquier operación. En el --newer-mtime debería ser --newer-mtime=DATE, y
-# # dice que "limita la operación a los ficheros modificados después de la
-# # fecha DATE"... ¿?. jmg
-#~ msgid ""
-#~ "  -N, --newer=DATE-OR-FILE     only store files newer than DATE-OR-FILE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=FECHA-O-FICHERO sólo almacena los ficheros más recientes "
-#~ "que FECHA-O-FICHERO\n"
-#~ "      --newer-mtime=FECHA     compara la fecha y hora en que los datos "
-#~ "cambiaron\n"
-#~ "      --after-date=FECHA      igual que -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]      copia de seguridad antes de eliminar, "
-#~ "elige\n"
-#~ "                              el control de versión\n"
-#~ "      --suffix=SUFIJO         copia de seguridad antes de eliminar, pasa "
-#~ "por\n"
-#~ "                              alto el sufijo habitual\n"
-
-# # print -> ¿muestra o imprime? Prefiero muestra, pero manténgase
-# # siempre; ¡al menos en un mismo mensaje! gag
-# Lo de "prolijamente" suena regular. En diffutils hay una laaarga discusión
-# sobre ello. Yo usaría "verbosely"->"detalladamente" o "con detalle". jmg
-# los bytes totales escritos -> el total de bytes escritos. nl
-# O los bytes escritos en total, bien. gerardo
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --check-links     print a message if not all links are dumped\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "      --index-file=FILE send verbose output to FILE\n"
-#~ "      --utc             print file modification dates in UTC\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Salida de información:\n"
-#~ "     --help             muestra esta ayuda, y finaliza\n"
-#~ "     --version          informa de la versión y finaliza\n"
-#~ " -v, --verbose          lista prolijamente los ficheros procesados\n"
-#~ "     --checkpoint       muestra los nombres de directorio al leer el "
-#~ "archivo\n"
-#~ "     --check-links      muestra un mensaje si no se vuelcan todos los "
-#~ "enlaces\n"
-#~ "     --totals           muestra los bytes escritos en total al crear el "
-#~ "archivo\n"
-#~ "     --index-file=FICHERO envía una salida detallada a FICHERO\n"
-#~ "     --utc              muestra las fechas de modificación en UTC\n"
-#~ " -R, --block-number     muestra el número de bloque en el archivo con "
-#~ "cada mensaje\n"
-#~ " -w, --interactive      pide confirmación para cada acción\n"
-#~ "     --confirmation     igual que -w\n"
-
-# por defecto -> por omisión, de forma predeterminada
-# HOST -> HUÉSPED, ANFITRIÓN (aquí estoy más perdido que el barco 'el
-# arroz, ya lo sé; como con shell y script). gag
-#~ msgid ""
-#~ "\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `--format=%s -f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar no puede leer ni generar archivos `--posix'. Si POSIXLY_CORRECT "
-#~ "está\n"
-#~ "definido en el entorno, las extensiones GNU se deshabilitan con `--"
-#~ "posix'.\n"
-#~ "El soporte para POSIX está sólo parcialmente implementado, no se debe "
-#~ "contar \n"
-#~ "con él aún.\n"
-#~ "ARCHIVO puede ser FICHERO, HOST:FICHERO o USUARIO@HOST:FICHERO; FECHA "
-#~ "puede ser\n"
-#~ "una fecha textual, o un nombre de fichero que comience con `/' o con `.', "
-#~ "en\n"
-#~ "cuyo caso se utiliza la fecha del fichero.\n"
-#~ "*Este* `tar' utiliza `--format=%s -f%s -b%d' por omisión.\n"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Escrito por John Gilmore y Jay Fenlason."
-
-# FIXME. Comunicar al autor. Con suerte quedará como un mensaje
-# parecido que hay en fileutils: "fork system call failed".
-# La solución de fileutils no me acaba de convencer (era "llamada
-# a fork()" ). Yo pondría: "No se puede crear proceso hijo (fork)"
-# que responde a la idea del fork y el paréntesis aclara. jmg
-# Pero eso sería "Cannot create child process"...
-# Yo creo que la solución de fileutils es la mejor.
-# Tanto es así que lo pongo igual que allí. sv
-# Literalmente es "No puedo bifurcar", pero como sabemos que
-# `bifurcar' se refiere a la primitiva `fork()', está bien como está,
-# salvo que se debería conservar la mayúscula inicial, y para mi gusto,
-# simplificar, respetando el mensaje original: "Fallo en fork()" - gerardo
-# Pongo la mayúscula inicial, pero antes de ser tan respetuoso con el original
-# consultaré con el autor. sv
-#~ msgid "Cannot dup"
-#~ msgstr "Falló la llamada al sistema `dup'"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "No se pueden usar archivos comprimidos ni remotos"
-
-# ¿Por qué en todo lugar donde dice "child" se traduce como "proceso hijo" y
-# no como "hijo" directamente? nl
-# Para que esté más claro. ¿es demasiado libre la traducción? sv
-# ¿Gerardo?
-# Hola. Hay dos posturas a la hora de traducir:
-# a) respetar escrupulosamente el mensaje original y traducir
-#       literalmente, o casi.
-# b) buscar la mejor interpretación de forma que un hispanohablante lo
-#       entienda lo mejor posible, aunque se "corrija" al autor; siempre
-#       sin cambiar el sentido o la idea del mensaje, claro.
-# Yo prefiero (b) generalmente. Está claro que aquí child se refiere a un
-# proceso, un proceso derivado de otro, proceso hijo. Daría igual dejar hijo
-# solamente, pero así está mejor expresado. Me gusta más.
-#~ msgid "tar (child)"
-#~ msgstr "tar (proceso hijo)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (proceso nieto)"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "El proceso hijo devolvió el estado %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Los nombres contienen `..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: El nombre contiene `..'"
-
-# Nota aclaratoria: (Gerardo)
-# Incluida no lleva tilde.
-# Ni ruido ni huida ni güiro (un instrumento musical cubano).
-# Sí se parte en in-clu-i-da, pero sin tilde. No existe el hiato.
-# Mira en un diccionario `ruido' a ver si tiene tilde, y considera si
-# no es el mismo caso (Rui-do no: ru-i-do).
-#
-# Más arriba has usado "implies"->"implica", así que aquí
-# sería "implied by"->"implicada por", o modificar lo otro. jmg
-# Pero es que implica suena bien pero implicada por suena fatal. sv
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Opción obsoleta, ahora incluida en --blocking-factor"
-
-# Pregunta: ¿qué es reemplazado/a el nombre o la opción? sv
-# Creo que es el nombre. fr
-# # El nombre de la opción; lo que pasa es que en el mensaje en español
-# # no se entiende muy bien. Quizá: nombre obsoleto de la opción
-# # remplazado por -- ... gag
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Nombre de opción obsoleta reemplazado por --blocking-factor"
-
-# # Ver msj. anterior
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Nombre de opción obsoleta reemplazado por --read-full-records"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Nombre de opción obsoleta reemplazado por --touch"
-
-#~ msgid "Conflicting archive format options"
-#~ msgstr "Opciones de formato de archivo en conflicto"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Nombre de opción obsoleta reemplazado por --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Nombre de opción obsoleta reemplazado por --block-number"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Nombre de opción obsoleta reemplazado por --backup"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Los argumentos obligatorios para las opciones largas son también "
-#~ "obligatorios\n"
-#~ "para las opciones cortas.\n"
-#~ "\n"
-#~ "  -l, --file-length=LONGITUD  LONGITUD del fichero generado\n"
-#~ "  -p, --pattern=PATRÓN        PATRÓN es `default' o `zeros'\n"
-#~ "      --help                  muestra esta ayuda y sale\n"
-#~ "      --version               informa de la versión y finaliza\n"
-
-#~ msgid "Ambiguous pattern `%s'"
-#~ msgstr "El patrón `%s' es ambiguo"
-
-# Me encantaría poder incluir tos propuestas de usar el \372 ( aspa ) y
-# el (C) , veremos si lo hacemos algún día. em+
-# Estaría bien cambiar el '(C)' por '©', que es otro carácter de
-# ISO-Latin1. Como los yanquis usan el ASCII (US ISO-646), que es de
-# 7 bits, no lo pueden usar; nosotros sí. gerardo
-# Pues eso: que si os encanta, ¿por qué no lo hacéis? ¿Cuál es el problema?
-# Bueno, vale, de acuerdo... sv
-#~ msgid "Copyright %d Free Software Foundation, Inc."
-#~ msgstr "© %d Free Software Foundation, Inc."
-
-#~ msgid ""
-#~ "This is free software; see the source for copying conditions.  There is "
-#~ "NO\n"
-#~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
-#~ "PURPOSE.\n"
-#~ msgstr ""
-#~ "Esto es software libre; vea el código fuente para las condiciones de "
-#~ "copia.\n"
-#~ "No hay NINGUNA garantía; ni siquiera de COMERCIABILIDAD o IDONEIDAD PARA "
-#~ "UN\n"
-#~ "FIN DETERMINADO.\n"
-
-#~ msgid "Write to compression program short %lu bytes"
-#~ msgstr "La escritura al programa de compresión acorta %lu bytes"
-
-#~ msgid "Removing `%.*s' prefix from member names"
-#~ msgstr "Eliminando el prefijo `%.*s' de los nombres"
-
-#~ msgid "Archive contains future timestamp %s"
-#~ msgstr "El archivo contiene la marca de tiempo en el futuro %s"
-
-#~ msgid "%s: Cannot symlink %s %s"
-#~ msgstr "%s: No se puede crear el enlace simbólico %s %s"
-
-#~ msgid "Invalid group given on option"
-#~ msgstr "Se ha especificado un grupo no válido en la opción"
-
-#~ msgid "Invalid owner given on option"
-#~ msgstr "Se ha especificado un propietario no válido en la opción"
-
-#~ msgid "Cannot close file descriptor"
-#~ msgstr "No se puede cerrar el descriptor de fichero"
-
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "No se puede duplicar %s correctamente"
-
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(proceso hijo) Se abre una tubería desde la entrada estándar"
-
-#~ msgid "Archive to stdout"
-#~ msgstr "Archivo hacia la salida estándar"
-
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((proceso hijo)) Se abre una tubería hacia la salida estándar"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(proceso nieto) Se abre una tubería desde la entrada estándar"
-
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(proceso hijo) Se vuelca el resultado por la salida estándar"
-
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((proceso hijo)) Se abre una tubería desde la entrada estándar"
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(proceso nieto) Se abre una tubería hacia la salida estándar"
-
-#~ msgid "Only wrote %lu of %lu bytes to %s"
-#~ msgstr "Sólo se escribieron %lu de %lu bytes en %s"
-
-# FIXME: No queda claro si es al cerrar, cerrando, cierre, o qué. sv
-#~ msgid "WARNING: %s: close (%d, %d)"
-#~ msgstr "ATENCIÓN: %s: se cierra (%d, %d)"
-
-#~ msgid "Cannot allocate memory for diff buffer of %lu bytes"
-#~ msgstr ""
-#~ "No se puede asignar memoria para el búfer de diferencias de %lu bytes"
-
-#~ msgid "Wrote %s of %s bytes to file %s"
-#~ msgstr "Se escribieron %s de %s bytes en el fichero %s"
-
-#~ msgid "lseek error at byte %s in file %s"
-#~ msgstr "Error de lectura en el byte %s en el fichero %s"
-
-# "se rellena" debería ser "rellenando". "se rellena" puede entenderse como
-# varias cosas, no queda claro que es lo que se esta haciendo, podría indicar
-# lo que se suele hacer.. =)   "rellenando con ceros" es perfecto y es
-# exactamente lo que está escrito en el original. sv
-#
-# Que sí, reconozco que la traducción es un poco libre.
-# Pero mi intención es que el programa diga lo que va haciendo, no lo que ya
-# ha hecho. Ni siquiera el original es consistente en los modos verbales. sv
-#~ msgid "File %s shrunk, padding with zeros"
-#~ msgstr "El tamaño del fichero %s ha disminuido, se rellena con ceros"
-
-# OK em+
-# Can't = no se puede; couldn't: no se ha podido. gag
-# O no se pudo. sv
-# Esa forma verbal se debería usar para cosas ocurridas hace mucho más tiempo.
-# No pude hacer la Primera Comunión vestido de hombre-rana, no he podido
-# escribir esta frase en caracteres jeroglíficos. gag
-#
-#~ msgid "Cannot reposition archive file"
-#~ msgstr "No se puede reposicionar el archivo"
-
-#~ msgid "%s: Cannot lchown to uid %lu gid %lu"
-#~ msgstr ""
-#~ "%s: No se puede cambiar el propietario y grupo con `lchown' a uid %lu gid "
-#~ "%lu"
-
-#~ msgid "%s: Cannot chown to uid %lu gid %lu"
-#~ msgstr ""
-#~ "%s: No se puede cambiar el propietario y grupo con `chown' a uid %lu gid "
-#~ "%lu"
-
-#~ msgid "%s: lseek error at byte %s"
-#~ msgstr "%s: error de desplazamiento en el byte %s"
-
-#~ msgid "%s: Could only write %s of %s bytes"
-#~ msgstr "%s: Sólo se pudieron escribir %s de %s bytes"
-
-#~ msgid "Error while deleting %s"
-#~ msgstr "Error al borrar %s"
-
-#~ msgid "Only wrote %lu of %lu bytes to file %s"
-#~ msgstr "Sólo se escribieron %lu de %lu bytes al archivo %s"
-
-#~ msgid "Renaming previous %s to %s\n"
-#~ msgstr "Se renombra el anterior %s como %s\n"
-
-#~ msgid "%s: Cannot rename for backup"
-#~ msgstr "%s: No se puede renombrar para hacer una copia de seguridad"
-
-#~ msgid "%s: Cannot rename from backup"
-#~ msgstr "%s: No se puede renombrar de la copia de seguridad"
-
-# FIXME. No es traducible.
-#~ msgid "Cannot %s %s"
-#~ msgstr "No se puede %s %s"
-
-#~ msgid "Read error at byte %s reading %lu bytes in file %s"
-#~ msgstr "Error de lectura en el byte %s leyendo %lu bytes en el fichero %s"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "No se puede abrir la tubería"
-
-#~ msgid "Cannot open archive %s"
-#~ msgstr "No se puede abrir el archivo %s"
-
-#~ msgid "Cannot exec %s"
-#~ msgstr "No se puede ejecutar %s"
-
-# lo mismo de antes. sv
-#~ msgid "Child cannot fork"
-#~ msgstr "El proceso hijo no puede bifurcarse"
-
-#~ msgid "Cannot read from compression program"
-#~ msgstr "No se puede leer del programa de compresión"
-
-#~ msgid "Cannot write to %s"
-#~ msgstr "No se puede escribir en %s"
-
-#~ msgid "WARNING: Cannot truncate %s"
-#~ msgstr "ATENCIÓN: No se puede truncar %s"
-
-#~ msgid "While waiting for child"
-#~ msgstr "Mientras se esperaba al hijo"
-
-# Estos errores son para el debug del programa. A quien le pueda
-# interesar sabe lo que quiere decir em+
-# ¡Otras veces se ha puesto bifurcar sin el (fork)! Esto es difícil,
-# porque también podría ponerse: "No se puede hacer fork()", ya que
-# fork() es un punto de entrada a una primitiva Unix; vaya, una
-# función. gag
-# FIXME. Hablar con el autor.
-# en fileutils-3.16.es.po, el autor cambió el "Cannot fork" por "fork
-# system call failed", con lo que podría pasar lo mismo ahora. Si no
-# hay cambios, yo preferiría: "¡No se puede crear proceso hijo (fork)!"
-# jmg
-#~ msgid "Cannot fork!"
-#~ msgstr "¡No se puede bifurcar!"
-
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "No se puede ejecutar un shell %s"
-
-#~ msgid "Cannot read %s"
-#~ msgstr "No se puede leer %s"
-
-#~ msgid "Error while closing %s"
-#~ msgstr "Error al cerrar %s"
-
-#~ msgid "Cannot read link %s"
-#~ msgstr "No se puede leer el enlace %s"
-
-#~ msgid "Could not rewind archive file for verify"
-#~ msgstr "No se pudo rebobinar el archivo para verificar"
-
-#~ msgid "Cannot add file %s"
-#~ msgstr "No se puede añadir el fichero %s"
-
-#~ msgid "Cannot add directory %s"
-#~ msgstr "No se puede añadir el directorio %s"
-
-#~ msgid "Cannot open directory %s"
-#~ msgstr "No se puede abrir el directorio %s"
-
-#~ msgid "%s: Could not write to file"
-#~ msgstr "%s: No se pudo escribir en el fichero"
-
-#~ msgid "%s: Could not create file"
-#~ msgstr "%s: No se pudo crear el fichero"
-
-#~ msgid "%s: Error while closing"
-#~ msgstr "%s: Error al cerrar"
-
-#~ msgid "%s: Could not make node"
-#~ msgstr "%s: No se pudo crear el nodo"
-
-# Pongo comitas porque no es una palabra española.
-# A quien no le guste que abra el debate sobre cuándo sí y cuándo no
-# deben ponerse comitas en es@li.org.
-#~ msgid "%s: Could not make fifo"
-#~ msgstr "%s: No se pudo crear el `fifo'"
-
-#~ msgid "%s: Could not create directory"
-#~ msgstr "%s: No se pudo crear el directorio"
-
-#~ msgid "Added write and execute permission to directory %s"
-#~ msgstr "Añadidos permisos de escritura y ejecución al directorio %s"
-
-#~ msgid "Cannot open file %s"
-#~ msgstr "No se puede abrir el fichero %s"
-
-#~ msgid ""
-#~ "\n"
-#~ "Usage: %s [OPTION]... [FILE]...\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modo de empleo: %s [OPCIÓN]... [FICHERO]...\n"
-
-# Me encantaría poder incluir tos propuestas de usar el \372 ( aspa ) y
-# el (C) , veremos si lo hacemos algún día. em+
-# Estaría bien cambiar el '(C)' por '©', que es otro carácter de
-# ISO-Latin1. Como los yanquis usan el ASCII (US ISO-646), que es de
-# 7 bits, no lo pueden usar; nosotros sí. Incluso "Copyright" por
-# "Derechos de copia". Ya lo de FSF por Fundación del Logical Libre
-# es demasiado, ¿verdad? :-) gag
-# < ¿Puede alguien explicarme por qué no se hace ya, o no se ha hecho
-# antes? ¿Qué diferencia hay, bajo el punto de vista de ser caracteres
-# válidos, entre 'ó' y 'ß' o entre 'ñ' y '¤' o entre 'º' y '©' o entre
-# '¿' y '¼'? Lo único que se me ocurre es que es algo difícil introducir
-# esos caracteres porque no están en el teclado del PC. No hay más que
-# irse a una terminal o teclado con tecla de Componer o usar el Emacs con
-# C-q ooo (ooo = número octal) con la tabla (man iso_8859_1) al lado.
-# ¿Alguien tiene otra explicación?
-#
-# Se ven peor. Estas cosas deben ser bien legibles desde consola, y el
-# Copyright ese © no se ve demasiado bien. sv
-# Nostoy dacuerdo. Protesto enérgicamente. gerardo
-# No tendría ningún inconveniente en usar ese carácter si el objetivo final
-# fuera que apareciese por una láser de 300ppp, pero el objetivo es que se
-# vea por consola, y con la poca resolución que tiene no es un Copyright
-# hecho y derecho sino una C dentro de algo que parece más bien un cuadrado
-# con los bordes redondeados. Incluso el (C) Sinclair Research...
-# se veía mejor que el de los PCs. sv
-# Bueno, eso es un problema del tipo de letra, no del traductor. Además (C)
-# es el sucedáneo legal del ©, como TeX cuando no se puede poner como \TeX{}.
-# Pero es un sucedáneo, no el original. Es un copyright light. A más a más,
-# como dicen los catalanes, que ya aparece delante la palabra Copyright, por
-# lo que no debe haber ambigüedad. gerardo
-#
-# Hombre, el objetivo del traductor es que se entienda, y por ser (C)
-# el "sucedáneo legal", como tú le dices, es razonable usarlo.
-# En cambio la "ñ" no tiene sucedáneo legal, por lo que poner
-# "espagna" o "espa~na" sería completamente inaceptable.
-# Y si lo miras bien, todos son sucedáneos, pues las letras no "son"
-# pixelizadas. Lo que yo digo es que © no es un sucedáneo más bonito que (C)
-# para el símbolo de copyright. sv
-#~ msgid ""
-#~ "\n"
-#~ "Copyright 1988, 92,93,94,95,96,97,98, 1999 Free Software Foundation, "
-#~ "Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Copyright 1988, 92,93,94,95,96,97,98, 1999 Free Software Foundation, "
-#~ "Inc.\n"
-
-# ¿por qué convertir las oraciones unimembres en bimembres? Ya vi
-# otro caso en donde se hace y no veo por qué. Bien podría quedar como:
-# "Nombre de fichero %s%s demasiado largo". nl
-# Algunas de esas frases suenan a "indio" sv
-# Hombre, esto no es una novela (del Oeste :-), la forma "india" es
-# más literal y más corta, lo que quizá sea más apropiado para mensajes
-# concisos como éstos; pero en realidad es más agradable de leer así.
-# El traductor manda. gerardo
-#~ msgid "File name %s%s too long"
-#~ msgstr "El nombre de fichero %s%s es demasiado largo"
-
-#~ msgid "Skipping to next file header"
-#~ msgstr "Saltando a la siguiente cabecera de fichero"
-
-#~ msgid "Could not get current directory: %s"
-#~ msgstr "No se pudo obtener el directorio actual: %s"
-
-#~ msgid "File name %s/%s too long"
-#~ msgstr "El nombre del fichero %s/%s es demasiado largo"
-
-#~ msgid "%s: out-of-range timestamp `%s' ignored"
-#~ msgstr "%s: no se tendrá en cuenta la marca de fecha `%s' fuera de rango"
-
-#~ msgid "Cannot chdir to %s"
-#~ msgstr "No se puede cambiar al directorio %s"
-
-#~ msgid "Arithmetic overflow"
-#~ msgstr "Sobrepasamiento aritmético"
-
-#~ msgid "Data differs"
-#~ msgstr "Los datos son distintos"
-
-#~ msgid "File does not exist"
-#~ msgstr "El fichero no existe"
-
-#~ msgid "Not a regular file"
-#~ msgstr "No es un fichero regular"
-
-#~ msgid "Does not exist"
-#~ msgstr "No existe"
-
-#~ msgid "No such file or directory"
-#~ msgstr "No existe el fichero o el directorio"
-
-#~ msgid "Mode or device-type changed"
-#~ msgstr "El modo o el tipo de dispositivo ha cambiado"
-
-#~ msgid "No longer a directory"
-#~ msgstr "Ya no es un directorio"
-
-# Lo mismo. sv
-# Sugerencia: Sendero -> Ruta, camino. sv
-# Lo siento, no me salía la palabra. Esperaba correción. fr
-# Siempre he estado usando ruta en otras traducciones em+
-# # Esta vez sugiero "camino", por seguir la terminología de
-# # Microsoft, ya que da lo mismo, ¿no? gag
-# Quedaría igualmente claro si no se hace referencia a ruta:
-# "... de los nombres absolutos en el archivo". jmg
-#~ msgid "Removing leading `/' from absolute path names in the archive"
-#~ msgstr ""
-#~ "Borrando la `/' inicial de los nombres absolutos de ruta en el archivo"
-
-#~ msgid "Amount actually written is (I hope) %d.\n"
-#~ msgstr "La cantidad realmente escrita (esperemos) es %d.\n"
diff --git a/po/et.gmo b/po/et.gmo
deleted file mode 100644 (file)
index bae3e94..0000000
Binary files a/po/et.gmo and /dev/null differ
diff --git a/po/et.po b/po/et.po
deleted file mode 100644 (file)
index 64b3e11..0000000
--- a/po/et.po
+++ /dev/null
@@ -1,2707 +0,0 @@
-# This file is distributed under the same license as the tar package.
-# Estonian translations for GNU tar.
-# Copyright (C) 2001 Free Software Foundation, Inc.
-# Toomas Soome <Toomas.Soome@microlink.ee>, 2010.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-08-11 17:57+0300\n"
-"Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
-"Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
-"Language: et\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-15\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "vigane argument %s (`%s')"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "segane argument %s (`%s')"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Lubatud argumendid on:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s väärtus on väiksem või võrdne kui %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT parameeter nõuab väärtust"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT parameeter peab olema positiivne"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Tundmatu ARGP_HELP_FMT parameeter"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Prügi ARGP_HELP_FMT parameetrites: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Kohustuslikud või mittekohustuslikud argumendid pikkadele võtmetele on ka "
-"kohustuslikud või mittekohustuslikud vastavatele lühikestele võtmetele."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Kasutamine:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " või: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [VÕTI...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "`%s --help' või `%s --usage' annab rohkem infot.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Teated vigadest saatke palun aadressil %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Tundmatu süsteemi viga"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "näita seda abiinfot"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "näita lühikest kasutamise õpetust"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NIMI"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "sea programmi nimi"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEK"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "oota SEK sekundeid (vaikimisi 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "esita programmi versioon"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMMI VIGA) Versioon pole teada!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Liiga palju argumente\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMMI VIGA) Võti peaks olema ära tuntud!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "viga kirjutamisel"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: võti '%s' on segane\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: võtmel '--%s' pole argumente\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: võtmel '%c%s' pole argumente\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: võti '--%s' nõuab argumenti\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: tundmatu võti '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: tundmatu võti '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: vigane võti -- '%c'\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: võti nõuab argumenti -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: võti '-W %s' on segane\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: võti '-W %s' ei luba argumenti\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: võti '-W %s' nõuab argumenti\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "mälu on otsas"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "ei õnnestu salvestada jooksvat töökataloogi"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "algsesse töökataloogi ei õnnestu tagasi minna"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[jJ]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[eE]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Paketi looja %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Paketi looja %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Litsents GPLv3+: GNU GPL versioon 3 või uuem <http://gnu.org/licenses/gpl."
-"html>.\n"
-"See on vaba tarkvara: teil on lubatud seda muuta ja levitada.\n"
-"GARANTII PUUDUB, vastaval seadusega lubatud piiridele.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Kirjutanud %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Kirjutanud %s ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Kirjutanud %s, %s ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"%s ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"%s, %s ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"%s, %s, %s ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s ja %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Kirjutanud %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s ja teised.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Teated vigadest saatke palun aadressil: %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Teated %s vigadest saatke palun aadressil: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s koduleht: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s koduleht: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Üldine abiinfo GNU tarkvara kasutamisest: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: %s ei õnnestu"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Hoiatus: %s ei õnnestu"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Ei õnnestu seada uueks moodiks %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Ei õnnestu seada omanikuks uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Viidet %s ei saa luua"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Lugemisviga baidil %s, loen %lu baiti"
-msgstr[1] "%s: Lugemisviga baidil %s, loen %lu baiti"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Hoiatus: Lugemisviga baidil %s, loen %lu baiti"
-msgstr[1] "%s: Hoiatus: Lugemisviga baidil %s, loen %lu baiti"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Ei õnnestu liikuda positsioonile %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Hoiatus: Ei saa positsioneerida %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Ei saa luua %s nimeviidet"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Sain kirjutada ainult %lu baiti (soovisin %lu)"
-msgstr[1] "%s: Sain kirjutada ainult %lu baiti (soovisin %lu)"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Eemaldan liikmete nimedelt prefiksi `%s'"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Eemaldan viidatavate nimedelt prefiksi `%s'"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Kasutan tühjade nimede asemel `.'"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Kasutan tühja viidatava nime asemel `.'"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Teenus pole kasutatav"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "standard sisend"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "standard väljund"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Ei õnnestu luua ühendust masinaga %s: nimelahendus ebaõnnestus"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Ei saa käivitada kaug käsuinterpretaatorit"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Otsimise suund on piiridest väljas"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Vigane seek suund"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Vigane seek indeks"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Otsimise indeks on piiridest väljas"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Vigane baitide arv"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Baitide arv on piiridest väljas"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Ootamatu faili lõpp"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Vigane operatsiooni kood"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operatsioon ei ole toetatud"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Ootamatud argumendid"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Opereeri lindiseadet, aktsepteerib käske mittelokaalselt protsessilt"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "N"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "määra silumise tase"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FAIL"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "sea silumisteadete faili nimi"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "%s ei saa avada"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "liiga palju argumente"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Rämpskäsk"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Hmm.... see ei tundu olema tar arhiiv"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Baite kirjutatud kokku"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Baite loetud kokku"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Baite kirjutatud kokku: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(toru)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Kirje suuruse väärtus on vigane"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Arhiivi nime pole"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Ei saa kontrollida sisend/väljund arhiive"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Arhiiv on tihendatud. Kasutage võtit %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Ei saa uuendada pakitud arhiive"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Lindi alguses, lõpetan töö"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Liig palju vigu, jätan töö pooleli"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Kirje suurus = %lu blokki"
-msgstr[1] "Kirje suurus = %lu blokki"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Joondamata blokk (%lu baiti) arhiivis"
-msgstr[1] "Joondamata blokk (%lu baiti) arhiivis"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Arhiivi ei õnnestu tagasi kerida; lugemiseks võib olla vajalik kasutada "
-"võtit -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek ei peatunud kirje piiril"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: sisaldab vigast volüümi numbrit"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Volüümi number on liiga suur"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Otsi volüüm #%d %s'le ja vajuta return klahvi: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF kasutaja vastuse asemel"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "HOIATUS: Arhiiv pole täielik"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n nimi        Anna järgmistele volüümidele uus nimi\n"
-" q             Katkesta tar\n"
-" y või reavahetus Jätka\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Loo alamshell\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Väljasta see info\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Pole uus volüüm; lõpetan töö.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Puudub faili nimi. Proovige uuesti.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Vigane sisend. ? annab abiinfot.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s käsklus sai vea"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "võimalik et %s jätkub sellel volüümil: päises on lühendatud nimi"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s ei jätku sellel volüümil"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s on vale suurusega (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "See volüüm on väljaspoolt järjekorda (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arhiivi märgend ei sobi %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Volüüm %s ei sobi volüümiga %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: faili nimi on GNU mitmevolüümi päisesse salvestamiseks liiga pikk, "
-"lühendan"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "kirjutamine ei peatunud bloki piiril"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Sain lugeda ainult %lu baiti (sooviti %lu)"
-msgstr[1] "Sain lugeda ainult %lu baiti (sooviti %lu)"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Sisu on erinev"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Ootamatu arhiivi lõpp"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Failitüübid on erinevad"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Moodid erinevad"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "UID on erinevad"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "GID on erinevad"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Muutmise ajad erinevad"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Suurused erinevad"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "ei viita %s-le"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Nimeviited erinevad"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Seadme numbrid on erinevad"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Kontroll "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Tundmatu failitüüp '%c', võrdlen tavalise failina"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arhiiv sisaldab eemaldatud prefiksitega failinimesid."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Kontrollimine ei pruugi leida algseid faile."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "VIGA KONTROLLIMISEL: leiti %d vigast päist"
-msgstr[1] "VIGA KONTROLLIMISEL: leiti %d vigast päist"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Üksik null blokk kohal %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: sisaldab vahemälu kataloogi lipikut %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "väärtus %s on %s piiridest %s..%s väljas; asendan %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "väärtus %s on %s piiridest %s..%s väljas"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Genereerin negatiivsed kaheksand päised"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: faili nimi on liiga pikk (maks. %d); ei salvesta"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: faili nimi on liiga pikk (ei saa poolitada); ei salvesta"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: viite nimi on liiga pikk; ei salvesta"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Fail lühenes %s baiti; täidan nullidega"
-msgstr[1] "%s: Fail lühenes %s baiti; täidan nullidega"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: fail on teises failisüsteemis; ei salvesta"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "sisu ei salestata"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tundmatu failitüüp; ignoreerin seda faili"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "%s-le puudub viiteid."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: pole muutunud; ei salvesta"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s on arhiiv; ei salvesta"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "kataloogi ei salvestatud"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: fail muutus lugemisel"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: ignoreerin pesa"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: ignoreerin ust"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Hüppan järgmise päiseni"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Kustutan arhiivist mitte-päise"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: ebatõenäoliselt vana ajatempel %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: ajatempel %s on %s sekundit tulevikus"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Ootamatu kooskõlalisuse probleem kataloogi loomisel"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Kataloog nimetati ümber, enne kui sai loetud tema olek"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Taastan jätkuvad failid kui tavalised"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Üritan taastada nimeviiteid viidetena"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Ei saa taastada -- fail jätkub teisel volüümil"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Ootamatu pika nime päis"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tundmatu failitüüp `%c', taastan tavalise failina"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Olemasolev %s on uuem või sama kuupäevaga"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Selle faili varundamine ebaõnnestus"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s ei õnnestu ümber nimetada %s-ks"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Kataloog %s on ümber nimetatud"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Kataloog on ümber nimetatud"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Kataloog on uus"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Vigane ajatempel"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Vigane muutmise aeg (sekundid)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Vigane muutmise aeg (nanosekundid)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Vigane seadmenumber"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Vigane i-kirje number"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Snapshoti faili lugemisel leiti liiga pikk väli"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Snapshoti failist lugemise viga"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Ootamatu snapshoti faili lõpp"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Snapshoti failis on väljal ootamatu väärtus"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Puudub kirje lõpetaja"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Inkrementaalse faili vorming on vigane"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Mittetoetatud inkrementaalse vormingu versioon: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Vigane taastamise kataloog: eeldasin '%c', sain %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Vigane taastamise kataloog: dubleeritud 'X'"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Vigane taastamise kataloog: tühi nimi 'R' väljal"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Vigane taastamise kataloog: 'R' ei ole 'T' ees"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Vigane taastamise kataloog: tühi nimi 'T' väljal"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Vigane taastamise kataloog: ootasin '%c', aga andmed said otsa"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Vigane taastamise kataloog: 'X' ei kasutata"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Vormiga %s ei saa ajutist kataloogi luua"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Ei puhasta kataloogi: stat ebaõnnestus"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: kataloog on teisel seadmel; ei puhasta"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Kustutan %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Ei saa eemaldada"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Jätan vahele"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blokk %s: ** NULlide blokk **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blokk %s: ** Faili lõpp **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blokk %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Tühjad väljad päises kohtadel, kus eeldati numbrit %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Arhiivi kaheksandväärtus %.*s on %s piiridest väljas; eeldan kahe täiendit"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Arhiivi kaheksandväärtus %.*s on %s piiridest väljas"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arhiiv sisaldab aegunuid base-64 päiseid"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Arhiivi märgiga base-64 sõne %s on %s piiridest väljas"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Arhiivi base-256 väärtus on %s piiridest väljas"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arhiiv sisaldab %.*s, eeldati numbrit %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Arhiivi väärtus %s on %s piiridest %s..%s väljas"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " viide %s-le\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tundmatu failitüüp %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Pikk viide--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Pikk nimi--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Volüümi päis--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Jätkub baidilt %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Loon kataloogi:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Ei õnnestu vahetada töökataloogi"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Annan %s uueks nimeks %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: ei õnnestu ümber nimetada %s-ks"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Nimetan `%s' tagasi `%s'\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Fail kustutati enne lugemist"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Kataloog kustutati enne lugemist"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "alamprotsess"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "protsessidevaheline kanal"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Failide nimedes on jokkersümbolid"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Jokkerite lubamiseks kasutage --wildcars või --no-wildcards selle teate "
-"blokeerimiseks"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Puudub arhiivis"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Nõutud eksemplar puudub arhiivis"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Arhiivi märgend ei sobi"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "--listed-incremental ei luba faili loendis võtit -C kasutada"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Võti --listed-incremental lubab ainult ühte -C kasutamist"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Mõlemad võtmed - `-%s' ja `-%s' eeldavad standard sisendit"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Vigane arhiivi vorming"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Arhiivi formaat ei toeta GNU laiendusi"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Tundmatu kvootimise stiil `%s'. Loendi saate käsuga `%s --quoting-style=help'"
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' salvestab failid ühte lindi või ketta faili arhiivi ja taastab\n"
-"arhiivist üksikuid faile.\n"
-"\n"
-"Näiteid:\n"
-"  tar -cf arhiiv.tar foo bar  # Loo arhiiv.tar failidest foo ja bar.\n"
-"  tar -tvf arhiiv.tar         # Anna arhiiv.tar sisust täielik ülevaade.\n"
-"  tar -xf arhiiv.tar          # Taasta kõik failid arhiivist arhiiv.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Varukoopia lõpp on `~', kui pole antud --suffix või SIMPLE_BACKUP_SUFFIX.\n"
-"Versiooni kontrolli võib määrata --backup või VERSION_CONTROL, väärtused "
-"on:\n"
-"\n"
-"  none, off       varukoopiat ei loo\n"
-"  t, numbered     tee nummerdatud koopiaid\n"
-"  nil, existing   nummerdatud kui koopiad on nummerdatud, muidu lihtne\n"
-"  never, simple   tee ainult lihtne koopia\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Põhiline töö:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "näita arhiivi sisukorda"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "taasta failid arhiivist"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "loo uus arhiiv"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "otsi arhiivi ja failisüsteemi erinevusi"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "lisa failid arhiivi lõppu"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "lisa arhiivi ainult failid uuemad kui arhiivis"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "lisa tar failid arhiivi"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "kustuta arhiivist (mitte magnetlindilt!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "testi arhiivi volüümi märgendit ja lõpeta töö"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Töö täpsustamine:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "tööta aukudega failidega efektiivsemalt"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "PÕHI[.ALAM]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "määra aukudega faili vormingu versioon (eeldab võtit --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "käsitle vana GNU vormingus inkrementaalset koopiat"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "käsitle uue GNU vormingu inkrementaalset koopiat"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "loodud listed-incremental arhiivi dump tase"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "ära lõpeta loetamatute failide korral veakoodiga"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"töötle ainult N-dat esinemist arhiivi igast failist. See võti on lubatud "
-"ainult\n"
-"käskudega --delete, --diff, --extract või --list ja kui failide loend on "
-"antud\n"
-"käsureal või võtmega -T. Vaikimisi N on 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "arhiiv on positsioneeritav"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "arhiiv ei ole positsioneeritav"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "inkrementaalsete arhiivide loomisel ära kontrolli seadmete numbreid"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"inkrementaalsete arhiivide loomisel kontrolli seadmete numbreid (vaikimisi)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Ülekirjutamise juhtimine:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "kontrolli arhiivi peale arhiivi kirjutamist"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "kustuta failid peale arhiveerimist"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "olemasolevaid faile taastamisel üle ei kirjuta"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "ära kirjuta üle olemasolevaid faile, mis on uuemad kui arhiveeritud"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "kirjuta olemasolevad failid üle"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "kustuta fail enne taastamist"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "kustuta hierarhia enne kataloogi taastamist"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "säilita olemasolevate kataloogide metainfo"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "taastamisel kirjuta olemasolevate kataloogide metainfo üle (vaikimisi)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Vali väljundvoog:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "taasta failid standardväljundisse"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "KÄSK"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "taasta failid läbi toru teise programmi"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ignoreeri alamprotsesside lõpetamise koode"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "käsitle alamprotsesside nullist erinevaid lõpetamise koode veana"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Faili atribuutide käsitlemine:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "kasuta NIMEe kui lisatud failide omanikku"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "kasuta NIMEe kui lisatud failide gruppi"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "KUUP-VÕI-FAIL"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "sea lisatud failide muutmise ajaks KUUP-VÕI-FAIL"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "MUUTUSED"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "kasuta lisatud failidel sümbol moodi MUUTUSED"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "MEETOD"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"säilita salvestatud failide kasutamise aeg, kas taastades selle peale "
-"lugemist (METHOD='replace'; vaikimisi) või ei muuda kasutamise aega üldse "
-"(METHOD='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "ära taasta faili muutmise aega"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"ürita failide taastamisel säilitada failide omanikud arhiivis (root "
-"kasutajal vaikimisi)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "taasta failid enda õigustes (tavakasutajatel vaikimisi)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "kasuta kasutaja/grupp numbreid"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "taasta ka info failide õigustest (vaikimisi superkasutaja korral)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"õiguste taastamisel kasuta kasutaja umask väärtust (vaikimisi "
-"tavakasutajatel)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "taasta failid arhiveerimis järjekorras"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "sama, kui -p ja -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr "oota muutmise aegade ja õiguste taastamisega taastamise lõpuni"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "katkesta --delay-directory-restore võtme mõju"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Seadme valik ja vahetamine:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARHIIV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "kasuta arhiivi faili või seadet ARHIIV"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "arhiivi fail on lokaalne isegi kui sisaldab koolonit"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "kasuta rmt asemel antud käsku"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "kasuta rsh asemel antud käsku"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "määra seade ja tihedus"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "loo/näita/taasta mitme volüümilisi arhiive"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "vaheta peale NUMBER x 1024 baidi kirjutamist linti"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "käivita iga lindi lõpus skript (eeldab võtit -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "kasuta/uuenda volüümi numbrit failis FAIL"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Seadme blokkimine:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKKE"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOKKE x 512 baiti kirjele"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "NUMBER baiti kirjele, 512 kordne"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ignoreeri null blokke arhiivis (tähistab EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "bloki lugemisel uuesti (4.2BSD torude jaoks)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Arhiivi vormingu valikud:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "VORMING"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "loo arhiiv antud vormingus"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "VORMING on üks järgnevaist:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "vana V7 tar vorming"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU vorming tar <= 1.12 korral"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x vorming"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) vorming"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) vorming"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "sama, kui pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "sama, kui --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "sama, kui --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "võtmesõna[[:]=väärtus][,võtmesõna[[:]=väärtus]...]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "pax võtmesõnade kasutamine"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEKST"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"loo arhiivi volüümi nimega NIMI. Listingu/taastamise ajal kasuta TEKSTi "
-"otsingumustrina"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Tihendamise võtmed:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "tihendamisprogrammi tuvastamiseks kasuta arhiivi sufiksit"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "tihendamisprogrammi tuvastamiseks ära kasuta arhiivi sufiksit"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtreeri läbi programmi (peab lubama võtit -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Lokaalse faili valik:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "lisa antud FAIL arhiivi (kasulik, kui faili nimi algab kriipsuga)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "KAT"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "mine kataloogi KAT"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "loe taastatavate või varundatavate failide nimed failist NIMI"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T loeb nullidega lõpetatud nimesid, blokeeri -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "blokeeri eelmise --null võtme mõju"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "eemalda -T võtmega loetud failinimedest kvootimissümbolid (vaikimisi)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "ära eemalda -T võtmega loetud failinimedest kvootimissümboleid"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MUSTER"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "MUSTRI järgi välistatud failid"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "välistavad mustrid on FAILIS"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"välista kataloogide, mis sisaldavad CACHEDIR.TAG, sisu, välja arvatud "
-"märgendi fail ise"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "välista kõik kataloogis, mis sisaldab CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "välista kataloogid, mis sisaldavad CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"välista kataloogide, mis sisaldavad faili FAIL, sisu, välja arvatud FAIL ise"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "välista kataloogid, mis sisaldavad faili FAIL"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "välista kataloogid, mis sisaldavad faili FAIL"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "välista versiooni kontrolli süsteemi kataloogid"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "välista varukoopiad ja lukufailid"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "ära sisene kataloogidesse"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "püsi arhiivi loomise ajal kohalikus failisüsteemis"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "sisene kataloogidesse (vaikimisi)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "ära eemalda faili nimedelt prefiksit `/'"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "järgi nimeviiteid; arhiveeri ja taasta viidatavad failid"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "järgi viiteid; arhiveeri ja taasta viidatavad failid"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "KOMPONENT"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "alusta arhiivi liikmest KOMPONENT"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "salvesta ainult failid mis on uuemad kui KUUP-VÕI-FAIL"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "KUUPÄEV"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "võrdle kuupäevi ainult kui andmed on muutunud"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "KONTROLL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "loo enne eemaldamist varukoopia, vali versioonikontroll"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "SÕNE"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"varunda enne kustutamist, kasuta uut lõppu (vaikimisi '~', kui pole üle "
-"määratud keskkonnamuutujaga SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Failide nimede muutmine:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "eemalda taastamisel failide nimede algusest NUMBER komponenti"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "AVALDIS"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "kasuta failide nimede muutmiseks sed asendus avaldist"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr "Failinimede otsimine (mõjutab nii kaasamist, kui välistamist):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "tõstutundetu"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "mustrid alustavad faili nime algusest"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "mustrid toimivad iga / järel (välistamise korral vaikimisi)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "tõstutundlik otsimine (vaikimisi)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "kasuta jokkersümboleid (välistamise korral vaikimisi)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "täht-täheline sõne otsimine"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "jokkerid ei leia '/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "jokkersümbolid leiavad '/' (välistamise korral vaikimisi)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informatsioon:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "väljasta töödeldavate failide kohta infot"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "VÕTMESÕNA"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "hoiatuste juhtimine"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "anna töö kohta infot iga NUMBER kirje järel (vaikimisi 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "TEGEVUS"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "käivita tegevus igas kontrollpunktis"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "väljasta teade, kui kõike viiteid pole salvestatud"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"väljasta peale arhiivi töötlemist baitide koguarv, argumendi korral - "
-"väljasta see info, kui saadetakse antud signaal. Lubatud signaalid on: "
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 ja SIGUSR2; SIG prefiksi võib ära jätta"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "väljasta failide muutmise ajad UTC esituses"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "väljasta faili aeg täielikult"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "salvesta täiendav info FAILi"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "näita iga teatega ka arhiivi bloki numbrit"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "küsi iga tegevuse kohta kinnitust"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "näita tar vaikeseadeid"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"listingu või taastamise ajal, näita igat kataloogi mis ei vasta "
-"otsingutingimustele"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "peale teisendamist näita faili või arhiivi nime"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STIIL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "määra nimede kvootimise stiil; lubatud väärtused on toodud allpool"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "lisaks kvoodi sõnes näidatud sümbolid"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "keela sõnes toodud sümbolite kvootimine"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Ühilduvuse võtmed:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "loomisel sama kui --old-archive. Taastamisel sama kui --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Muud võtmed:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "blokeeri potentsiaalselt ohtlikud võtmed"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Korraga võib kasutada ainult ühte võtmetest `-Acdtrux' või `--test-label'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Konfliktsed pakkimisvõtmed"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Tundmatu signaali nimi: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Kuupäeva fail puudub"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Kasutan %s tundmatu ajaformaadi %s asemel"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Võti %s: Käsitlen aega `%s' kui %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: failide nimekiri on juba loetud"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: loetud faili nimi sisaldab sümbolit nul"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "filtreeri arhiiv läbi %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Võtmega --quoting-style on lubatud järgnevad argumendid:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*See* tar kasutab vaikimisi:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Vigane blokkimisfaktor"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Vigane lindi pikkus"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Inkrementaalse varunduse taseme väärtus on vigane"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Rohkem kui üks etteantud aeg"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Vigane aukudega faili versiooni väärtus"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' ei ole sellel platvormil toetatud"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint väärtus ei ole täisarv"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Vigane grupp"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Võtmega anti vigane mood"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Vigane number"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Vigane omanik"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Võti --preserve on mittesoovitatav, kasutage --preserve-permissions --"
-"preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Vigane kirje suurus"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Kirje suurus peab olema %d kordne."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Vigane elementide arv"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Lubatud on ainult üks --to-command võti"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Vigane tiheduse argument: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Tundmatu tihedus: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "*See* tar ei toeta võtmeid `-[0-7][lmh]'"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FAIL]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Vana võti `%c' nõuab argumenti."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence ei oma failide nimekirjata mõtet"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence ei saa valitud tööre¸iimil kasutada"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Mitme arhiivifaili kasutamine nõuab võtit `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental ja --newer ei saa koos kasutada"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level ei oma võtmeta --listed-incremental mõtet"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Volüümi märgend on liiga pikk (piirang on %lu baiti)"
-msgstr[1] "%s: Volüümi märgend on liiga pikk (piirang on %lu baiti)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Ei suuda kontrollida mitme volüümilisi arhiive"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Ei saa kontrollida pakitud arhiive"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Ei saa kasutada mitme volüümilisi pakitud arhiive"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Tihendatud arhiive ei saa ühendada"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option saab kasutada ainult POSIX arhiividega"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Volüümi suurus ei saa olla väiksem kirje suurusest"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order ei ole ühilduv võtmega --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Ega ikka ei tee küll tühja arhiivi"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Võtmeid `-Aru' ei saa kasutada võtmega `-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Peab kasutama üht võtmetest `-Acdtrux' või `--test-label'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Kuna eelnevalt oli vigu, siis lõpetan veakoodiga"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Fail on %s baiti lühem"
-msgstr[1] "%s: Fail on %s baiti lühem"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Võtmesõna %s on tundmatu või pole veel realiseeritud"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Ajatempel on piiridest väljas"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Mustrit %s ei saa kasutada"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Võtmesõna %s ei saa ümber määrata"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Vigane laiendatud päis: puudub pikkus"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Laiendatud päise pikkus on piiridest väljas"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Laiendatud päise pikkus %*s on piiridest väljas"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Vigane laiendatud päis: pikkuse järel puudub tühik"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Vigane laiendatud päis: puudub võrdusmärk"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Vigane laiendatud päis: puudub reavahetus"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Ignoreerin tundmatud laiendatud päise võtmesõna `%s'"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Genereeritud võti/väärtus paar on liiga pikk (võti=%s, pikkus=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Laiendatud päis %s=%s on piiridest %s..%s väljas"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Vigane laiendatud päis: %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Vigane laiendatud päis: liigne %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Vigane laiendatud päis: vigane %s: ootamatu eraldaja %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Vigane laiendatud päis: vigane %s: veider arv väärtuseid"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: ei ole korrektne taimout"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: tundmatu kontrollpunkti tegevus"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "kirjutamine"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "lugemine"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Kirjutamise kontrollpunkt %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Lugemise kontrollpunkt %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile manipuleerib GNU paxutils testipaketi andmefailidega.\n"
-"VÕTMED on:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Faili loomise võtmed:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "SUURUS"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Loo määratud suurusega fail"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Kirjuta standardväljundi asemel faili NIMI"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Loe failide nimed failist FAIL"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T loeb nullidega lõpetatud nimesid"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "Täida fail antud mustriga. Muster on 'default' või 'zeros'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Bloki suurus aukudega faili korral"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Loo aukudega fail. Järgnev käsurida kirjeldab faili."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "INDEKS"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Enne kirjutamist liigu antud indeksile"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Statistika faili kohta:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr "Väljasta iga faili kohta stat struktuuri sisu. Vaikimisi VORMING on: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Sünkroonse täitmise võtmed:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "VÕTI"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Täida antud KÄSKLUS. Kasulik võtmetega --checkpoint ja --cut, --append, --"
-"touch, --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "Jõudes kontrollpunkti NUMBER, täida antud tegevus (vt. allpool)"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Määra järgmise --touch võtme ajatempel"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Esita täidetud kontrollpunktid ja käsu lõpetamise olek"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Sünkroonse täitmise tegevused. Neid täidetakse, kui saabub --checkpoint "
-"võtmega määratud kontrollpunkt."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Sea faili suuruseks --length võtmega näidatu (või 0, kui suurust ei antud)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr "Lisa faili lõppu --length parameetriga näidatud arv baite."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Uuenda faili kasutamise ja muutmise ajatempleid"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Käivita KÄSK"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Kustuta FAIL"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Vigane suurus: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Number on piiridest väljas: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negatiivne suurus: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) ebaõnnestus"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "küsitud faili pikkus %lu, tegelik %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "loodud fail pole aukudega"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Viga `%s' juures numbri parsimisel"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Tundmatu kuupäeva vorming"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENDID...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "`%s' ei saa avada"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "seek ebaõnnestus"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "faili nimi sisaldab null sümbolit"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr "standard väljundis ei saa aukudega faili luua, kasutage võtit --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "vigane mask (`%s' lähedal)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Tundmatu väli `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "ei õnnestu seada `%s' aega"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "`%s' ei saa kustutada"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Käsk lõpetas töö edukalt\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Käsk lõpetas veakoodiga %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Käsk katkestati signaaliga %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Käsk peatati signaaliga %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Käsk salvestas mälupildi\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Käsk katkestas\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat nõuab failinimesid"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Töökataloogi ei õnnestu salvestada"
diff --git a/po/eu.gmo b/po/eu.gmo
deleted file mode 100644 (file)
index ff4504c..0000000
Binary files a/po/eu.gmo and /dev/null differ
diff --git a/po/eu.po b/po/eu.po
deleted file mode 100644 (file)
index 4485715..0000000
--- a/po/eu.po
+++ /dev/null
@@ -1,2856 +0,0 @@
-# Translation of tar messages to Basque.
-# Copyright (C) 2006 Free Software Foundation, Inc.
-# Mikel Olasagasti <hey_neken@mundurat.net>, 2006.
-# Piarres Beobide <pi@beobide.net>, 2006.
-# This file is distributed under the same license as the tar package.
-#
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar-1.15.91-eu\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2006-12-13 19:52+0100\n"
-"Last-Translator: Mikel Olasagasti <hey_neken@mundurat.net>\n"
-"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
-"Language: eu\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "%s argumentu baliogabea %s-rentzat"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "%s argumentu anbiguoa %s-rentzat"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Argumentu erabilgarriak:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s balioa %s-ren berdina edo txikiagoa da"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT parametroak balio bat behar du"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT parametroa positibo izan behar da"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: ARGP_HELP_FMT parametro ezezaguna"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Zaborra ARGP_HELP_FMT-en: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Aukera luzeentzat beharrezko edo aukerako argumentuak modu berdinean "
-"beharrezko edo aukerakoak izango dira aukera luzeentzat ere."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Erabilera:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  edo: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [AUKERA...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "`%s --help' edo `%s --usage' saiatu argibide gehiagorako.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Arazoen berri %s-en eman.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Sistema errore ezezaguna"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "laguntza zerrenda hau eman"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "erabilera mezu labur bat eman"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "IZENA"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "programa izen ezarri"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEG"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "SEG segundu gelditu (lehenetsia 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "programa bertsioa bistarazi"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMA ERROREA) Ez da bertsioa ezagutzen!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Argumentu gehiegi\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMA ERROREA) Aukera ezaguna izan beharko zen!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: `%s' aukera anbiguoa da\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: `--%s' aukerak ez du argumenturik onartzen\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: `%c%s' aukerak ez du argumenturik onartzen\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: `%s' aukerak argumentu bat behar du\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: `--%s' aukera ezezaguna\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: `%c%s' aukera ezezaguna\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: -- %c ekintza baliogabea\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: aukerak -- %c argumentu bat behar du.\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: `-W %s' aukera anbiguoa da\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: `-W %s' aukerak ez du argumenturik onartzen\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: `%s' aukerak argumentu bat behar du\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memoria askieza"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Ezin da lan direktorioa aldatu"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Ezin da lan direktorioa gorde"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[bB]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[eE]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Arazoen berri %s-en eman.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Erroreen berri <%s>-ra eman.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Ezin da %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Oharra: Ezin da %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Ezin da modua %s-ra aldatu"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Ezin da jabetza uid %lu, gid %lu -ra aldatu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Ezin da %s-ra gogorki lotu"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Irakurketa errorea %s byte-an, byte %lu irakurtzerakoan"
-msgstr[1] "%s: Irakurketa errorea %s byte-an, %lu byte irakurtzerakoan"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Oharra: Irakurketa errorea %s byte-an, byte %lu irakurtzerakoan"
-msgstr[1] "%s: Oharra: Irakurketa errorea %s byte-an, %lu byte irakurtzerakoan"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Ezin da %s-ra seek egin"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Oharra: Ezin da %s-ra seek egin"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Ezin da %s-ra lotura sinbolkoa sortu"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr ""
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr ""
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "`.' partaide izen hutsagatik aldatzen"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "`.' lotura gogor helburu hutsegatik aldatzen"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Zerbitzua ez da erabilgarria"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "sarrera estandarra"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "irteera estandarra"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Ezin da urruneko shell-a abiarazi"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Seek norabidea eremuz kanpo"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Modu baliogabea eman da aukeran"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Tamaina baliogabea: %s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Seek offset-a eremuz kanpo"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Zinta luzera baliogabea"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Seek offset-a eremuz kanpo"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Fitxategi amaiera azkarregia\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Ekintza nagusi modua:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Fitxategi Amaiera Esperogabea"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "ZENBAKIA"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FITXATEGIA"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "Ezin da `%s' ireki"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "argumentu gehiegi"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Zabor komandoa"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Honek ez dirudi tar pakete bat"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Idatziriko byte-ak guztira"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Irakurritako byte-ak guztira"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Ezabaturiko byte-ak guztira: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(tutua)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "balio baliogabea record_size-rentzat"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Ez da fitxategi izenik eman"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Ezin da sarrera/irteera estandar fitxategia egiaztatu"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Fitxategia konprimiturik dago. %s aukera erabili"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Ezin dira konprimituriko fitxategiak eguneratu"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Zintaren hasieran, uzten"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Errore gehiegi, uzten"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Grabazio tamaina = bloke %lu"
-msgstr[1] "Grabazio tamaina = %lu bloke"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Alineatu gabeko blokea (byte %lu) paketean"
-msgstr[1] "Alineatu gabeko blokea (%lu byte) paketean"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: bolumen zenbaki baliogabea du"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Bolumen zenbaki gainezkatzea"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "#%d bolumena %s -rako prestatu eta enter sakatu: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Fitxategi amaiera erabiltzaile erantzuna espero zenean"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "Oharra: Paketea ez dago osaturik"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n name        Eman izen berri bat hurrengo (eta hurrengo) bolumenentzat\n"
-" q             tar utzi\n"
-" y edo intro  Ekintza jarraitu\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Azpishell bat sortu\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Zerrenda hau inprimatu\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Ez dago bolumen berririk; uzten.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Ez da fitxategi izenik ezarri. Berriz saiatu.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "SArrera baliogabea. ? idatzi laguntzarako.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s komandoak huts egin du"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s posibleki bolumen honen jarraipena da: buruak mozturiko izena du"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s ez da bolumen honen jarraipena"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s okerreko tamaina da (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Bolumen hau sekuentziatik kanpo dago"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr ""
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "%s bolumena ez da %s-ren pareko"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: fitxategi izen luzeegia GNU bolumen anitzeko buruan gordetzeko, mozturik"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "%lu byte bakarrik irakurri daiteke %lu byte-tatik"
-msgstr[1] "%lu byte bakarrik irakurri daiteke %lu byte-tatik"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Eduki ezberdintasunak"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Esperogabeko Fitxategi amaiaera paketean"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Fixtategi mota ezberdinak"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Modu ezberdinak"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid ezberdinak"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid ezberdinak"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Eraldaketa data ezberdinak"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Tamaina ezberdinak"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Ez dago %s-ra loturik"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Lotura sinboliko ezberdinak"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Gailu zenbaki ezberdinak"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Egiaztatu "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: `%c' fitxategi mota ezezaguna, fitxategi arrunt batez ezberdina"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Egiaztapenak huts egin dezake jatorrizko fitxategiak kokatzerakoan."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "EGIAZTAPEN AKATSA: buru baliogabe %d aurkitu da"
-msgstr[1] "EGIAZTAPEN AKATSA: %d buru baliogabe aurkitu dira"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, fuzzy, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: katxe direktorioa marka bat du; ez da irauliko"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "%s eremua %s eremutik %s..%s kanpo: %s aldatzen"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "%s balioa %s eremutik %s..%s kanpo dago"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Zortzitar buru negatiboak sortzen"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: fitxategi izena luzeegia da (gehi. %d); ez da irauliko"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: fitxategi izena luzeegia da (ezin da moztu); ez da irauliko"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: lotura izena luzeegia da; ez da irauliko"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: fitxategia fitxategi sistema ezberdin batetan dago, ez da irauliko"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Fitxategi mota ezezaguna; fitxategia alde batetara utziko da"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "%s-ra lotura falta da.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: fitxategia ez da aldatu, ez da irauliko"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: fitxategia paketea da, ez da irauliko"
-
-#: src/create.c:1723 src/incremen.c:575
-#, fuzzy
-msgid "directory not dumped"
-msgstr "%s: katxe direktorioa marka bat du; ez da irauliko"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: fitxategia aldatu egin da irakurtzen ari zenean"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socket-a alde batetara utzi da"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: atea alde batetara utzia"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Hurrengoa burura salto egiten"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "paketetik burugabea ezabatzen"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: Sinesgarri izateko zaharregia den denbora marka %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: %s denbora marka %s etorkizunean da"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Esperogabeko inkonsistentziak direktorioa sortzerakoan"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Direktorioa bere egoera atera aurretik berrizendatua izan da"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Alboko fitxategiak fitxategi erregularrak bezala ateratzen"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Lotura sinbolikoak lotura gogor bezala ateratzen saiatzen"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Ezin da atera -- paketea beste bolumen baten jarraipena da"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Buru izen luzera esperogabea"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr ""
-"%s: `%c' fitxategi mota ezezaguna, fitxategi arrunt bat bezala ateratzen"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Unekoa %s berriagoa edo data berdinekoa da"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Ez da gai fitxategi honen babeskopia egiteko"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Ezin da %s %s-ra berrizendatu"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Direktorioa %s-tik berrizendatua izan da"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Direktorioa berrizendatua izan da"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Direktorioa berria da"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "denbora marka baliogabea"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Eraldaketa denbora (segundu) baliogabea"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Eraldaketa denbora (nanosegundu) baliogabea"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "gailu zenbaki baliogabea"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Inodo zenbaki baliogabea"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Eremu luzeegia snapshot fitxategia irakurtzerakoan"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-#, fuzzy
-msgid "Read error in snapshot file"
-msgstr "Eremu balio esperogabea snapshot fitxategian"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Eremu balio esperogabea snapshot fitxategian"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Eremu balio esperogabea snapshot fitxategian"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Gordetze amaiera falta da"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Fitxategi inkremental formatu okerra"
-
-#: src/incremen.c:1347
-#, fuzzy, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Onartugabeko inkremental formatu bertsioa: %d"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-"Gaizki eratutako iraulketa direktorioa: '%c'espero zen baina %#3o aurkitu da"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Gaizki eratutako iraulketa direktorioa: 'X' bikoizturik"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Gaizki eratutako iraulketa direktorioa: izen hutsa 'R'-en"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Gaizki eratutako iraulketa direktorioa: 'T' ez doa 'R' atzean"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Gaizki eratutako iraulketa direktorioa: izen hutsa 'T'-en"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"Gaizki eratutako iraulketa direktorioa: '%c' espero zen baina data amaiera "
-"aurkitu da"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Gaizki eratutako iraulketa direktorioa: 'X' ez da inoiz erabili"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Ezin da aldiroko direktorioa sortu %s txantiloia erabiliaz"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Ez da direktorioa garbituko: ezin da egoera eskuratu"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: direktorioa gailu ezberdin batetan dago: ez da garbituko"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s ezabatzen\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Ezin da ezabatu"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Alde batetara uzten"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr ""
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "%s blokea: ** Fitxategi Amaiera **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "%s blokea: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Zuriunea buruan zenbakizko %s balioa espero zenean"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Paketearen zortzitar %.*s balioa %s eremutik kanpo dago, biak bateragarriak "
-"direla pentsatuko da"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Paketearen zortzitar %.*s balioa %s eremutik kanpo dago"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Paketeak zaharkituriko base-64 buruak ditu"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Paketeak %.*s du zenbakizko %s balioa espero zenean "
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Pakete %s balioa %s eremutik kanpo dago %s.. %s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " %s-ra lotu\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " %s fitxategi mota ezezaguna\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Lotura Luzea--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Izen Luzea--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Bolumen Burua--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--%s byte-an jarraitzen du--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Direktorioa sortzen:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Ezin da lan direktorioa aldatu"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s %s-ra berrizendatzen\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Ezin da %s-ra berrizendatu"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s %s-ra atzera berrizendatzen\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Fitxategia irakurri baino lehen ezabaturik"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Fitxategia irakurri baino lehen ezabaturik"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "ume prozesua"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "prozesu arteko kanala"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Ez da paketean aurkitu"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr ""
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr ""
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "`-%s' eta `-%s' aukerek sarrera estandarra behar dute"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Pakete formatu baliogabea"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU ezaugarriak behar dira pakete formatu bateraezinean"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"`%s' markatze estilo ezezaguna. Saiatu `%s --quoting-style=help' zerrenda "
-"eskuratzeko."
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar'-ek fitxategi anitz zinta edo disko pakete batetan gordetzen ditu, "
-"eta paketetetik banakako fitxategiak berreskuratu ditzake.\n"
-"\n"
-"Adibideak:\n"
-"  tar -cf archive.tar foo bar  # paketea.tar paketea sortu foo eta bar "
-"fitxategiekin.\n"
-"  tar -tvf archive.tar         # paketea.tar-eko fitxategi guztiak modu "
-"luzean zerrendatu.\n"
-"  tar -xf archive.tar          # paketea.tar-eko fitxategi guztiak atera.\n"
-"\vBabeskopia aurrizkia `~', da  --suffix edo SIMPLE_BACKUP_SUFFIX bidez "
-"ezarri ezean.\n"
-"Bertsio kontrola --backup edo VERSION_CONTROL bidez ezarri daiteke, balioak "
-"hauek dira:\n"
-"\n"
-"  none, off       inoiz ez egin babeskopiarik\n"
-"  t, numbered     zenbakitutako babeskopiak egin\n"
-"  nil, existing   zenbakitutako zenbakitutakoak baleude bestela sinplea "
-"erabili\n"
-"  never, simple   beti babeskopia sinpleak egin\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"GNU `tar'-ek fitxategi anitz zinta edo disko pakete batetan gordetzen ditu, "
-"eta paketetetik banakako fitxategiak berreskuratu ditzake.\n"
-"\n"
-"Adibideak:\n"
-"  tar -cf archive.tar foo bar  # paketea.tar paketea sortu foo eta bar "
-"fitxategiekin.\n"
-"  tar -tvf archive.tar         # paketea.tar-eko fitxategi guztiak modu "
-"luzean zerrendatu.\n"
-"  tar -xf archive.tar          # paketea.tar-eko fitxategi guztiak atera.\n"
-"\vBabeskopia aurrizkia `~', da  --suffix edo SIMPLE_BACKUP_SUFFIX bidez "
-"ezarri ezean.\n"
-"Bertsio kontrola --backup edo VERSION_CONTROL bidez ezarri daiteke, balioak "
-"hauek dira:\n"
-"\n"
-"  none, off       inoiz ez egin babeskopiarik\n"
-"  t, numbered     zenbakitutako babeskopiak egin\n"
-"  nil, existing   zenbakitutako zenbakitutakoak baleude bestela sinplea "
-"erabili\n"
-"  never, simple   beti babeskopia sinpleak egin\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Ekintza nagusi modua:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "pakete baten edukiak zerrendatu"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "pakete batetako fitxategiak atera"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "pakete berri bat sortu"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "paketea eta fitxategi sistema arteko ezberdintasunak bilatu"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "fitxategiak paketearen amaieran gehitu"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-"paketean dauden kopiak baino berriagoak diren fitxategiak bakarrik gehitu"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "gehitu tar fitxategiak pakete batetara"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "paketetik ezabatu (ez mag zintetan!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "pakete bolumen etiketa egiaztatu eta irten"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Ekintza aldagaiak:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "sakabanatutako fitxategiak egoki kudeatu"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "GNU basbeskopia inkremenetal formatu zaharra kudeatu"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "GNU basbeskopia inkremenetal formatu berria kudeatu"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "paketeak `seek' onartzen du"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "paketeak `seek' onartzen du"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-#, fuzzy
-msgid "Overwrite control:"
-msgstr "Gainidazketa kontrola:\n"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "fitxategia egiaztatzen saiatu idatzi aurretik"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "ezabatu fitxategiak paketera gehitu aurretik"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "ez ordezkatu dauden fitxategiak ateratzerakoan"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"ez ordezkatu ateratzerakoan dauden fitxategiak paketeko kopiak baino "
-"berriagoak badira"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "gainidatzi dauden fitxategiak ateratzerakoan"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "dauden direktorioen metadata mantendu"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "dauden direktorioen metadata gainidatzi ateratzerakoan (lehenetsia)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Irteera korrontea hautatu:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "fitxategiak irteera estandarrera atera"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "KOMANDOA"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "bideratu ateratako fitxategiak beste programa batetara"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "alde batetara utzi semeen irteera kodeak"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "zero ez diren semeen irteera kodeekin errore bat bezala jokatu"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Fitxategi atributu kudeaketa:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "indartu IZENA jabe bezala gehituriko fitxategientzat"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "indartu IZENA talde bezala gehituriko fitxategientzat"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATA-EDO-FITXATEGIA"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ALDAKETAK"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "indartu (sinbolikoa) modu ALDAKETAK gehituriko lerroentzat"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODOA"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "ez atera fitxategi eraldaketa data"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "jabe berdinaren fitxategiak ateratzen saiatu"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "atera fitxategiak zure kabuz"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "beti erabili zenbakiak erabiltzaile/talde izenen ordez"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"fitxategi baimenei buruzko argibideak atera (lehenetsia root "
-"erabiltzailearentzat)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"erabiltzailearen umask-a erabili paketetik baimenak ateratzerakoan "
-"(lehenetsia erabiltzaile arruntentzat)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "-p eta -s bikotearen berdina"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "--delay-directory-restore aukeraren eragina ezeztatu"
-
-#: src/tar.c:530
-#, fuzzy
-msgid "Device selection and switching:"
-msgstr "Gailu hautapen eta aldaketa:\n"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "PAKETEA"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "pakete fitxategia edo gailu PAKETEA erabili"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "pakete fitxategi lokala da nahiz bi puntu izan"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "Emandako rmt KOMANDOA erabili rmt ordez"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "Urruneko KOMANDOA erabili rsh ordez"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "Gailu eta dentsitatea ezarri"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "sortu/zerrendatu/atera bolumen-anitzeko paketea"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "zinta aldatu ZENBAKIA x 1024 byte idatzi ondoren"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "scipt-a abiarazi zinta bakoitzaren amaieran (-M behar du)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "erabili/eguneratu FITXATEGI bolumen zenbakia"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Gailu blokeak:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKE"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOKE x 512 byte grabazio bakoitzeko"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "grabazio bakoitzeko byte ZENBAKIA, 512-ren multiploa"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "paketean zeroz betetako blokeak alde batetara utzi"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "irakurri ahala berriz bloke egin (4.2BSD tutuentzat)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Pakete formatu hautapena:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMATUA"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "emandako formatuko pakete bat sortu"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMATUA hauetako bat da:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "V7 tar formatu zaharra"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU formatua tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x formatua"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) formatua"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) formatua"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "pax-en berdina"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "--format=v7-ren berdina"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "--format=posix-ren berdina"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "gakoa[[:]=balioavalue][,gakoa[[:]=balioa]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TESTUA"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Elkarjotzen duten konpresio aukerak"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "PROG bidez iragazi (-d onartu behar du)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Fixtategi lokal hautapena:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"Emandako FITXATEGIA paketera gehitu /Erabilgarri izena asaterisko batez "
-"asten bada)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "DIR direktoriora aldatu"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "ateratzeko edo sortzeko izenak FITXATEGIA-tik eskuratu"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATROIA"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "fixtategiak utzi, PATROIA bezala emandakoak"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "FITXATEGIAN zerrendaturiko patroiak alde batetara utzi"
-
-#: src/tar.c:658
-#, fuzzy
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "katxe marka duten direktorioak alde batetara utzi"
-
-#: src/tar.c:661
-#, fuzzy
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "katxe marka duten direktorioak alde batetara utzi"
-
-#: src/tar.c:664
-#, fuzzy
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "katxe marka duten direktorioak alde batetara utzi"
-
-#: src/tar.c:666
-#, fuzzy
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "katxe marka duten direktorioak alde batetara utzi"
-
-#: src/tar.c:669
-#, fuzzy
-msgid "exclude everything under directories containing FILE"
-msgstr "katxe marka duten direktorioak alde batetara utzi"
-
-#: src/tar.c:671
-#, fuzzy
-msgid "exclude directories containing FILE"
-msgstr "katxe marka duten direktorioak alde batetara utzi"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "sahiestu automatikoki direktorioetan zehar jeistea"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "fitxategi sistema lokalean egon paketea sortzerakoan"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "direktorioetan barrena (lehenetsia)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "Ez kendu hasierako  `/' fitxategi izenetatik"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"lotura sinbolikoak jarraitu; lotzen dituzten fitxategiak irauli eta paketean "
-"sartu"
-
-#: src/tar.c:687
-#, fuzzy
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"lotura sinbolikoak jarraitu; lotzen dituzten fitxategiak irauli eta paketean "
-"sartu"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "PARTAIDE IZEN"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "data eta ordua parekatu data bakarrik aldatzen denean"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "KONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "babeskopia egin ezabatu aurretik, KONTROL bertsioa hautatu"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "KATEA"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Fitxategi izen eraldaketak:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "ESPRESIOA"
-
-#: src/tar.c:708
-#, fuzzy
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "Sed-en ordezko EXPRESIOA erabili fitxategi izenak eraldatzeko"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "kasua alde batetara utzi"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "verbatim kate parekatzea"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr ""
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "irteera informatiboa:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "Gainidazketa kontrola:\n"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"Aurrerapen mezuak bistarazi grabaketa ZENBAKI bakiotzagatik (lehenetsia 10 "
-"da)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "mezu bat inprimatu lotura guztiak ez badira iraultzen"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SEINALEA"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "eraldaketa datak UTC orduan bistarazi"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "irteera luzea FITXATEGIRA bidali"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "Bloke zenbakia bistarazu pakete bakoitzeko mezu bakoitzagatik"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "berrespena eskatu ekintza bakoitzean"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "tar lehenespenak bistarazi"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "fixtategi edo pakete izenak bistarazi eraldaketaren aurretik"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "ESTILOA"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "Gako karaktere gehigarriak KATE-tik"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "gakoak kendu karaktereentzat KATE-tik"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Bateragarritasun aukerak:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Beste aukerak:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "ezgaitu arriskutsu izan daitezken zenbait aukera"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Ezin duzu `-Acdtrux' aukera bat baino gehiago ezarri"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Elkarjotzen duten konpresio aukerak"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Seinale izen ezezaguna: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Data adibide fitxategia ez da aurkitu"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "%s %s data formatu ezezagunagatik aldatzen"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: fitxategi zerrenda irakurria dagoeneko"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "fitxategia gzip bidez iragazi"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "--quoting-style-entzat balio erabilgarriak:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Blokeo faktore baliogabea"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Zinta luzera baliogabea"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "Fitxategi inkremental formatu okerra"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Atari data bat baino gehiago"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' ez da onartzen plataforma honetan"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint balioa ez da zenbaki oso bat"
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Talde baliogabea"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Modu baliogabea eman da aukeran"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Zenbaki baliogabea"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Jabe baliogabea"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Grabazio tamaina baliogabea"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Grabaszio tamaina %d-ren multiplo bat izan behar da."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Elementu kopuru baliogabea"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "--to-command aukera bat bakarrik onartzen da"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Gaizki eratutako dentsitate argumentua: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Dentsitate Ezezaguna: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr " `-[0-7][lmh]' aukerak ez dira onartzen tar *honetan*"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FITXATEGIA]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "`%c' zaharkituriko aukerak argumentu bat behar du"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Pakete fitxategi anitzentzat `-M' aukera erabili behar da"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Ezin dira --listed-incremental eta --newer batera erabili"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Bolumen etiketa luzeegia da (muga %lu byte da)"
-msgstr[1] "%s: Bolumen etiketa luzeegia da (muga %lu byte da)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Ezin dira bolumen-anitzeko paketeak egiaztatu"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Ezin dira konprimituriko fitxategiak egiaztatu"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Ezin dira bolumen anitzeko konprimituriko paketeak erabaili"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Ezin dira konprimituriko paketeak kateatu"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option POSIX paketeekin bakarrik erabili daiteke"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr ""
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr " `-Aru' aukerak bateraezinak dira `-f -' rekin"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Behintzat `-Acdtrux' aukeretako bat ezarri behar duzu"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "%s gakoa ezezaguna da edo ez dago inplementaturik oraindik"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Denbora marka eremuz kanpo dago"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "%s patroia ezin da erabili"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "%s gakoa ezin da gainidatzi"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Gaizki eratutako buru luzapena: luzera falta da"
-
-#: src/xheader.c:550
-#, fuzzy
-msgid "Extended header length is out of allowed range"
-msgstr " %*s buru luzapen luzera eremuz kanpo dago"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr " %*s buru luzapen luzera eremuz kanpo dago"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Gaizki eratutako buru luzapena: luzera ondoren hutsunea falta da"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Gaizki eratutako buru luzapena: berdin ikurra falta da"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Gaizki eratutako buru luzapena: lerro berria falta da"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "alde batetara utzi gako buru luzapen ezezaguna `%s'"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "buru luzapena %s=%s eremuz kanpo dago %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Gaizki eratutako buru luzapena: baliogabea %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Gaizki eratutako buru luzapena: gehiegizkoa %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Gaizki eratutako buru luzapena: %s baliogabea: %c mugatzaile esperodageba"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Gaizki eratutako buru luzapena: %s baliogabea: balio kopuru bitxia"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Talde baliogabea"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Idazketa %u egiaztapen puntua"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Irakurketa %u egiaztapen puntua"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Pakete sortze aukerak:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "TAMAINA"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Emandako TAMAINAko paketea sortu"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Fitxategi IZENEAN idatzi irteera estandarren ordez"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Fitxategi izenak PAKETEtik irakurri"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Bloke tamaina fitxategi sakabanatuentzat"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Fitxategi sakabanatuak sortu. Komanod lerroaren besteak fitxategi mapa dakar."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-#, fuzzy
-msgid "Seek to the given offset before writing data"
-msgstr "fitxategia egiaztatzen saiatu idatzi aurretik"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Fixtategi estatistika aukerak:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Eduki eta egitura estatusa inprimatu emandako fitxategi bakoiztarentzat. "
-"Lehenetsiriko FORMATUA: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Sinkronizatutako exekuzio aukerak:"
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [AUKERA...]"
-
-#: tests/genfile.c:164
-#, fuzzy
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Emandako KOMANDOA exekutatu. Erabilgarri --checkpoint eta hauetako batekin; "
-"--cut, --append, --touch"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Ezarri data hurrengo --touch aukerarentzat"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "FITXATEGIAREN irakurketa eta eraldaketa denborak aldatu"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "KOMANDOA exekutatu"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Tamaina baliogabea: %s"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Inodo zenbakia eremuz kanpo dago"
-
-#: tests/genfile.c:252
-#, fuzzy, c-format
-msgid "Negative size: %s"
-msgstr "Tamaina baliogabea: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) -ek huts egin du"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Errorea zenbakia analizatzean hemendi gertu: `%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Data formatu ezezaguna"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARG...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "Ezin da `%s' ireki"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "%s: Ezin da %s-ra seek egin"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "fitxategia izenak karaktere baliogabea du"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"ezin dira sakabanaturiko fitxategiaksortu irteera estandarrean. --file "
-"erabili"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "maskara baliogabea (`%s'-etik gertu)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "`%s' eremu ezezaguna"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "ezin da `%s'-ren denbora ezarri"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "Ezin da `%s' ireki"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Komandoa behar bezala irten da\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Komandoa %d egoerarekin huts egin du\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Komandoa %d seinalearekin amaitu da\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Komandoa %d seinalearekin geratu da\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Komando iraulketa nagusia\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Komandoa amaitua\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat -ek fitxategi izenak behar ditu"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Ezin da lan direktorioa gorde"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Ezin da %s %s-ra berrizendatu"
-
-#~ msgid "suppress this warning."
-#~ msgstr "ohar hau kendu."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: -- %c legezkanpoko aukera\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "%s irakurtzen\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Erroreen berri <%s>-ra eman.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "fitxategia bzip2 bidez iragazi"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "fitxategia gzip bidez iragazi"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "fitxategia konpresorearen bidez iragazi"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "fitxategia gzip bidez iragazi"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "fitxategia gzip bidez iragazi"
-
-#~ msgid "Input string too long"
-#~ msgstr "Sarrera kate luzeegia"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Zenbaki sintaxi errorea"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Ezin da buffer lekua esleitu\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Ezin da buffer lekua esleitu"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "`%s --help' saiatu argibide gehiagorako.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Erabilea: %s [AUKERA]\n"
-#~ "Zinta gailu bat manipulatu, urruneko prozesu baten komandoak onartzen.\n"
-#~ "\n"
-#~ "  --version  Bertsio argibideak eman.\n"
-#~ "  --help     Laguntza hau eman.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Seek offset errorea"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Fitxategi amaiera azkarregia"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Errorea berreskura ezina da: irteten"
-
-#~ msgid "block size"
-#~ msgstr "bloke tamaina"
-
-#~ msgid "%s: Read error at byte %s, reading %lu byte"
-#~ msgid_plural "%s: Read error at byte %s, reading %lu bytes"
-#~ msgstr[0] "%s: Irakurketa errorea %s byte-an, byte %lu irakurtzerakoan"
-#~ msgstr[1] "%s: Irakurketa errorea %s byte-an, %lu byte irakurtzerakoan"
-
-#~ msgid "Modification time (seconds) out of range"
-#~ msgstr "Eraldaketa denbora (segundu) eremuz kanpo dago"
-
-#~ msgid "Modification time (nanoseconds) out of range"
-#~ msgstr "Eraldaketa denbora (nanosegundu) eremuz kanpo dago"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Gailu zenbakia eremuz kanpo dago"
-
-#~ msgid "Error reading time stamp"
-#~ msgstr "Errorea denbora marka irakurtzerakoan"
-
-#~ msgid "--Mangled file names--\n"
-#~ msgstr "--Kudeatutako fitxategi izenak--\n"
-
-#~ msgid "Unexpected EOF in mangled names"
-#~ msgstr "Fitxategi amaiera esperogabea kudeatutako izenetan"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "%s %s-ra berrizendaturik"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Ezin da %s-ra lotura sinbolikoa egin"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s %s-ra sibolikoki lotua"
-
-#~ msgid "same as -N"
-#~ msgstr "-N -ren berdina"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]ZENBAKIA"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Oharra: -l aukera ez da onartzen; agian -j edo -T egin nahi zenuen?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Errore irteera aurreko erroreak direla eta"
diff --git a/po/fi.gmo b/po/fi.gmo
deleted file mode 100644 (file)
index b90c1b0..0000000
Binary files a/po/fi.gmo and /dev/null differ
diff --git a/po/fi.po b/po/fi.po
deleted file mode 100644 (file)
index 5045f58..0000000
--- a/po/fi.po
+++ /dev/null
@@ -1,3485 +0,0 @@
-# Finnish messages for GNU tar.
-# Copyright © 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
-# Lauri Nurmi <lanurmi@iki.fi>, 2002-2006.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.16.1\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2006-12-09 18:58+0200\n"
-"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
-"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
-"Language: fi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argumentti %s on virheellinen %s:lle"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argumentti %s on moniselitteinen %s:lle"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Kelvolliset argumentit ovat:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT-parametri vaatii arvon"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT-parametrin on oltava positiivinen"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Tuntematon ARGP_HELP_FMT-parametri"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Roskaa ARGP_HELP_FMT:ssä: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Pitkien valitsinten pakolliset tai valinnaiset argumentit ovat pakollisia "
-"tai valinnaisia myös vastaaville lyhyille."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Käyttö:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  tai: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [VALITSIN...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Komennot ”%s --help” ja ”%s --usage” antavat lisää tietoa.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Ilmoita ohjelmistovioista (englanniksi) osoitteeseen %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Tuntematon järjestelmävirhe"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "näytä tämä ohje"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "näytä lyhyt käyttöohje"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NIMI"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "näytä ohjelman versio"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Liian monta argumenttia\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: valitsin ”%s” on moniselitteinen\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: valitsin ”--%s” ei salli argumenttia\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: valitsin ”%c%s” ei salli argumenttia\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: valitsin ”%s” vaatii argumentin\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: tunnistamaton valitsin ”--%s”\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: tunnistamaton valitsin ”%c%s”\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: virheellinen valitsin -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: valitsin vaatii argumentin -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: valitsin ”-W %s” on moniselitteinen\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: valitsin ”-W %s” ei salli argumenttia\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: valitsin ”%s” vaatii argumentin\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "muisti lopussa"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Työhakemistoa ei voi vaihtaa"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Työhakemistoa ei voi tallentaa"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "”"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "”"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[kKyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[eEnN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Kirjoittanut François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Kirjoittanut François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Kirjoittanut François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Ilmoita ohjelmistovioista (englanniksi) osoitteeseen %s.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Ohjelmistovioista voi ilmoittaa (englanniksi) osoitteeseen\n"
-"<%s>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-# Onpa taas NIIN hyvin lokalisoitavissa tämä.
-# Käytännössä saattaa esiintyä esim. muodossa 
-# "tar: Cannot mkfifo: File exists"
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Toimintoa %s ei voi suorittaa"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Varoitus: Toimintoa %s ei voi suorittaa"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Oikeuksien muuttaminen tilaan %s ei onnistu"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Tiedoston omistusta ei voi muuttaa arvoon uid=%lu, gid=%lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Kovaa linkkiä tiedostoon %s ei voi luoda"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Lukuvirhe tavun %s kohdalla luettaessa %lu tavua"
-msgstr[1] "%s: Lukuvirhe tavun %s kohdalla luettaessa %lu tavua"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Varoitus: Lukuvirhe tavun %s kohdalla luettaessa %lu tavua"
-msgstr[1] "%s: Varoitus: Lukuvirhe tavun %s kohdalla luettaessa %lu tavua"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Siirtyminen kohtaan %s ei onnistu"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Varoitus: Siirtyminen kohtaan %s ei onnistu"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Tiedostoon %s ei voida luoda symlinkkiä"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Kirjoitettiin vain %lu tavua %lu tavusta"
-msgstr[1] "%s: Kirjoitettiin vain %lu tavua %lu tavusta"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Poistetaan ”%s” tiedostonimien alusta"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Poistetaan ”%s” kovien linkkien kohdenimien alusta"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Korvataan ”.” tyhjällä tiedostonimellä"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Korvataan ”.” tyhjällä kovan linkin kohteella"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Palvelu ei ole käytettävissä"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "vakiosyöte"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "vakiotuloste"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Etäkuorta ei voi käynnistää"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Siirtymän suunta sallitun välin ulkopuolella"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Valitsimelle annettiin virheellinen tila"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Virheellinen koko: %s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Siirtymä sallitun välin ulkopuolella"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Virheellinen nauhan pituus"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Siirtymä sallitun välin ulkopuolella"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Ennenaikainen tiedoston loppu\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Päätoimintatila:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Odottamaton tiedoston loppu arkistossa"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "MÄÄRÄ"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "TIED"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Siirtyminen kohtaan %s ei onnistu"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "liian monta argumenttia"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Roskakomento"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Tämä ei näytä tar-arkistolta"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Kirjoitettuja tavuja yhteensä"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Poistettuja tavuja yhteensä: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(putki)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Virheellinen arvo kentälle record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Arkiston nimeä ei ole annettu"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Vakiosyötteessä/tulosteessa olevaa arkistoa ei voi varmistaa"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Arkisto on tiivistetty. Käytä valitsinta %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Pakattuja arkistoja ei voi päivittää"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Nauhan alussa, lopetetaan"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Liian monta virhettä, lopetetaan"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Tietueen koko = %lu lohko"
-msgstr[1] "Tietueen koko = %lu lohkoa"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Kohdistamaton lohko (%lu tavu) arkistossa"
-msgstr[1] "Kohdistamaton lohko (%lu tavua) arkistossa"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Arkistossa ei voi siirtyä taaksepäin; sitä ei ehkä voi lukea ilman "
-"valitsinta -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek ei pysähtynyt tietueen rajalle"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: sisältää virheellisen arkiston osan järjestysnumeron"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Arkisto-osan järjestysnumeron ylivuoto"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Valmistele osa #%d arkistolle %s ja paina return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Tiedoston loppu odotetun käyttäjän syötteen sijaan"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "VAROITUS: Arkisto on epätäydellinen"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n nimi        Anna uusi tiedostonimi seuraavalle (ja tuleville) arkiston\n"
-"               osalle/osille\n"
-" q             Keskeytä tar\n"
-" y tai rivinv. Jatka suoritusta\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Käynnistä alikuori\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Näytä tämä lista\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Ei uutta arkiston osaa, poistutaan.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Tiedostonimeä ei annettu. Yritä uudelleen.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Komento %s epäonnistui"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s jatkuu mahdollisesti tällä arkiston osalla: otsake sisältää typistetyn "
-"nimen"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s ei jatku tällä arkiston osalla"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s on väärän kokoinen (%s ≠ %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Tämä arkiston osa ei ole järjestyksessä"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arkistoa ei ole nimetty täsmää nimiöön %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Arkiston osa %s ei täsmää nimiöön %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: tiedostonimi on liian pitkä tallennettavaksi moniosaisen GNU-arkiston "
-"otsakkeeseen; nimi typistetty"
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "rmtlseek ei pysähtynyt tietueen rajalle"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Voitiin lukea vain %lu tavua %lu tavusta"
-msgstr[1] "Voitiin lukea vain %lu tavua %lu tavusta"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Sisällöt eroavat"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Odottamaton tiedoston loppu arkistossa"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Tiedoston tyyppi eroaa"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Tila eroaa"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "UID eroaa"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "GID eroaa"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Muutosaika eroaa"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Koko eroaa"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Ei ole linkitetty tiedostoon %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symlinkki eroaa"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Laitenumero eroaa"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Tarkasta "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Tuntematon tiedostotyyppi ”%c”, vertailtu normaalina tiedostona"
-
-# Mitäh?
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arkisto sisältää tiedostonimiä, joiden etuliitteet on poistettu."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Tarkastus ei ehkä löydä alkuperäisiä tiedostoja."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "TARKASTUSVIRHE: havaittu %d virheellinen otsake"
-msgstr[1] "TARKASTUSVIRHE: havaittu %d virheellistä otsaketta"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Yksinäinen nollalohko kohdassa %s"
-
-#: src/create.c:72
-#, fuzzy, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: näyttää välimuistihakemistolta, ei lisätä"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "arvo %s on sallitun %s-välin %s..%s ulkopuolella, korvataan arvolla %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "arvo %s on sallitun %s-välin %s..%s ulkopuolella"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Luodaan otsakkeet negatiivisilla oktaaleilla"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: tiedostonimi on liian pitkä (maksimi %d), ei lisätä"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: tiedostonimi on liian pitkä (ei voida jakaa), ei lisätä"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: linkin nimi on liian pitkä, ei lisätä"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Tiedosto kutistui %s tavun verran, tasataan nollilla"
-msgstr[1] "%s: Tiedosto kutistui %s tavun verran, tasataan nollilla"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: tiedosto ei ole samalla tiedostojärjestelmällä, ei lisätä"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tuntematon tiedostotyyppi, tiedostoa ei huomioida"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Puuttuvat linkit tiedostoon %s.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: tiedosto on muuttumaton, ei lisätä"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: tiedosto on arkistossa, ei lisätä"
-
-#: src/create.c:1723 src/incremen.c:575
-#, fuzzy
-msgid "directory not dumped"
-msgstr "%s: näyttää välimuistihakemistolta, ei lisätä"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: tiedosto muuttui lukemisen aikana"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: pistoketta ei huomioida"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: ovea ei huomioida"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Siirrytään seuraavaan otsakkeeseen"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Poistetaan epäotsake arkistosta"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: epätodennäköisen vanha aikaleima %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: aikaleima %s on %s sekuntia tulevaisuudessa"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Odottamaton ristiriita luotaessa hakemistoa"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Hakemisto nimettiin uudelleen ennen kuin sen tilaa voitiin purkaa"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Puretaan jatkuvat tiedostot normaaleiksi tiedostoiksi"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Yritetään purkaa symboliset linkit koviksi linkeiksi"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Ei voi purkaa -- tiedosto on jatkoa toisesta arkiston osasta"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Odottamaton tiedoston loppu sovitetuissa nimissä"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tuntematon tiedostotyyppi ”%c”, purettiin normaaliksi tiedostoksi"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Nykyinen %s on uudempi tai yhtä vanha"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Tätä tiedostoa ei voitu varmuuskopioida"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Uudelleennimeäminen nimelle %s ei onnistu"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Hakemisto %s on nimetty uudelleen"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Hakemisto on nimetty uudelleen"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Hakemisto on uusi"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Virheellinen aikaleima"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Virheellinen muutosaika (sekunnit)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Virheellinen muutosaika (nanosekunnit)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Virheellinen laitenumero"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Virheellinen i-solmun numero"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Odottamaton tiedoston loppu arkistossa"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Kelvoton tiheysargumentti: ”%s”"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Kelvoton tiheysargumentti: ”%s”"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Väliaikaishakemiston luominen %s-mallia käyttäen ei onnistu"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Ei poisteta hakemistoa: stat ei onnistu"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: hakemisto on eri laitteella, ei poisteta"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Poistetaan %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Ei voi poistaa"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Jätetään pois"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "lohko %s: ** NUL-lohko **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "lohko %s: ** Tiedoston loppu **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "lohko %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Tyhjiä merkkejä otsakkeessa, odotettiin numeerista %s-arvoa"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Arkiston oktaaliarvo %.*s on sallitun %s-välin ulkopuolella, oletetaan "
-"kahden komplementiksi"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Arkiston oktaaliarvo %.*s on sallitun %s-välin ulkopuolella"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arkisto sisältää käytöstä poistuvia base-64-otsakkeita"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-"Arkiston etumerkillinen base-64-merkkijono %s on sallitun %s-välin "
-"ulkopuolella"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Arkiston base-256-arvo on sallitun %s-välin ulkopuolella"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arkisto sisältää merkkijonon %.*s, odotettiin numeerista %s-arvoa"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Arkiston arvo %s on sallitun %s-välin %s..%s ulkopuolella"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " linkki tiedostoon %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tuntematon tiedostotyyppi %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Pitkä linkki--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Pitkä nimi--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Arkiston osan otsake--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Jatkuu tavusta %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Luodaan hakemisto:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Työhakemistoa ei voi vaihtaa"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Nimetään uudelleen %s -> %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Uudelleennimeäminen nimelle %s ei onnistu"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Nimetään %s takaisin nimelle %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Tiedosto oli poistettu ennen sen lukemista"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Tiedosto oli poistettu ennen sen lukemista"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "lapsiprosessi"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "prosessienvälinen kanava"
-
-# ... ja sen pitää päätyä kääntäjien ongelmaksi?
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "Tiedostonimissä on käytetty jokerimerkkejä. Käytä"
-
-#: src/names.c:596
-#, fuzzy
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr "valitsinta --wildcards täsmäyksen käyttöön ottamiseksi, tai"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Ei löytynyt arkistosta"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Vaadittua esiintymää ei löytynyt arkistosta"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arkistoa ei ole nimetty täsmää nimiöön %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Kumpikin valitsimista ”-%s” ja ”-%s” käyttää vakiosyötettä"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Virheellinen arkistomuoto"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-"Haluttiin käyttää GNU-ominaisuuksia yhteensopimattoman arkistomuodon kanssa"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU ”tar” tallentaa useita tiedostoja yhteen nauha- tai levyarkistoon, ja\n"
-"pystyy palauttamaan yksittäisiä tiedostoja arkistosta.\n"
-"\n"
-"Esimerkkejä:\n"
-"  %s -cf arkisto.tar foo bar   # Luo arkisto.tar tiedostoista foo ja bar.\n"
-"  %s -tvf arkisto.tar          # Listaa kaikki arkisto.tar:in tiedostot.\n"
-"  %s -xf arkisto.tar           # Pura kaikki tiedostot arkisto.tar:ista.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Varmuuskopion jälkiliite on ”~”, ellei sitä ole asetettu valitsimella\n"
-"--suffix tai muuttujalla SIMPLE_BACKUP_SUFFIX. Versionhallintaa voidaan\n"
-"säätää valitsimella --backup tai muuttujalla VERSION_CONTROL; arvot ovat:\n"
-"\n"
-"  none, off       älä tee varmuuskopioita koskaan\n"
-"  t, numbered     tee numeroituja varmuuskopioita\n"
-"  nil, existing   numeroituja, jos numeroituja varmuuskopioita on olemassa,\n"
-"                  muuten yksinkertaisia\n"
-"  never, simple   tee aina yksinkertaisia varmuuskopioita\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Päätoimintatila:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "listaa arkiston sisältö"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "pura tiedostoja arkistosta"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "luo uusi arkisto"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "etsi arkiston ja tiedostojärjestelmän väliset erot"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "lisää tiedostoja arkiston loppuun"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "lisää vain arkistokopiota uudemmat tiedostot"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "lisää tar-tiedostoja arkistoon"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "poista tiedostoja arkistosta (ei toimi magneettinauhoilla!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Toimintovalinnat:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "käsittele harvat tiedostot tehokkaasti"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "käsittele vanha GNU-muotoinen lisääntyvä varmuuskopio"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "käsittele uusi GNU-muotoinen lisääntyvä varmuuskopio"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "jatka lukukelvottomista tiedostoista huolimatta"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"käsittele vain kunkin tiedoston MÄÄRÄ-järjestyslukuinen esiintymä "
-"arkistossa; tämä valitsin on kelvollinen vain yhdessä alikomentojen --"
-"delete, --diff, --extract tai --list kanssa, ja kun luettelo tiedostoista on "
-"annettu komentirivillä tai -T-valitsimella; oletusMÄÄRÄ on 1"
-
-# Muualla seek on siirtymistä...
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "arkisto on selattava"
-
-# Muualla seek on siirtymistä...
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "arkisto on selattava"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "yritä varmistaa arkisto kirjoittamisen jälkeen"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "poista tiedostot arkistoon lisäämisen jälkeen"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "älä korvaa olemassaolevia tiedostoja purettaessa"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"älä korvaa olemassaolevia tiedostoja, jotka ovat arkistokopioitaan uudempia"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "ylikirjoita olemassaolevat tiedostot purettaessa"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "poista jokainen tiedosto ennen sen päälle purkamista"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "tyhjennä rakenne ennen hakemiston purkamista"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "säilytä olemassaolevien hakemistojen metatiedot"
-
-#: src/tar.c:467
-#, fuzzy
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "ylikirjoita olemassaolevat tiedostot purettaessa"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Valitse tulostusvirta:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "pura tiedostot vakiotulosteeseen"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "KOMENTO"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "putkita puretut tiedostot toiselle ohjelmalle"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "jätä lapsiprosessien paluuarvot huomiotta"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "käsittele lapsiprosessien nollasta poikkeavat paluuarvot virheinä"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Tiedostojen ominaisuuksien käsittely:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "pakota NIMI lisättyjen tiedostojen omistajaksi"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "pakota NIMI lisättyjen tiedostojen ryhmäksi"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "PÄIVÄYS-TAI-TIED"
-
-#: src/tar.c:494
-#, fuzzy
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "tallenna vain PÄIVÄYS-TAI-TIEDostoa uudemmat tiedostot"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "MUUTOS"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "pakota (symbolinen) tila MUUTOS lisätyille"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "älä pura tiedoston muutosaikaa"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "yritä purkaa tiedostot samalla omistajuudella"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "pura tiedostot itsenäsi"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "käytä aina numeroita käyttäjän/ryhmän nimissä"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "lajittele purettavat tiedostonimet täsmäämään arkistoon"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "sama kuin -p ja -s yhdessä"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-#, fuzzy
-msgid "Device selection and switching:"
-msgstr "Laitteen valinta ja vaihtaminen:\n"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARKISTO"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "käytä arkistotiedostoa tai -laitetta ARKISTO"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "arkisto on paikallinen vaikka nimessä olisi kaksoispiste"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "käytä rmt-KOMENTOA rmt:n sijaan"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "käytä etäKOMENTOa rsh:n sijaan"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "anna asema ja tiheys"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "luo/listaa/pura moniosainen arkisto"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "vaihda nauhaa MÄÄRÄ × 1024 kirjoitetun tavun jälkeen"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "aja skripti joka nauhan lopussa (valitsin -M tulee käyttöön)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "käytä/päivitä arkiston osan numero TIEDostossa"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Laitteen lohkot:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "LOHKOT"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "LOHKOT × 512 tavua tietuetta kohti"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "MÄÄRÄ tavua tietuetta kohti, 512:n monikerta"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "älä huomioi nollattuja lohkoja arkistossa (merkitsee tiedoston loppua)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "suorita lohkominen uudelleen luettaessa (4.2BSD-putkia varten)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Arkistomuodon valinta:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "MUOTO"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "luo annetun muotoinen arkisto"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "MUOTO on yksi seuraavista:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "vanha V7-tar-muoto"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU-muoto tar-versioilla ≤ 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x -muoto"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) -muoto"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) -muoto"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "sama kuin pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "sama kuin --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "sama kuin --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "avainsana[[:]=arvo][,avainsana[[:]=arvo]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "määrittele pax-avainsanoja"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEKSTI"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"luo arkisto nimiöllä TEKSTI. Listattaessa/purettaessa käytä TEKSTIä "
-"nimiönhakulausekkeena"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Ristiriitaiset pakkausvalitsimet"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "OHJ"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "ohjaa OHJelman läpi (on hyväksyttävä -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Paikallisten tiedostojen valinta:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"lisää annettu TIEDosto arkistoon (hyödyllinen, jos nimi alkaa viivalla)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "HAK"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "siirry hakemistoon HAK"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "hae purettavat/luotavat nimet TIEDOSTOsta"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T lukee nollaan päättyviä nimiä, poistaa käytöstä -C:n"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "HAHMO"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "jätä pois HAHMOn mukaiset tiedostot"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "jätä pois TIEDOSTOssa listatut hahmot"
-
-#: src/tar.c:658
-#, fuzzy
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "jätä pois välimuistihakemistot"
-
-#: src/tar.c:661
-#, fuzzy
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "jätä pois TIEDOSTOn sisältävät hakemistot"
-
-#: src/tar.c:664
-#, fuzzy
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "jätä pois TIEDOSTOn sisältävät hakemistot"
-
-#: src/tar.c:666
-#, fuzzy
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "jätä pois TIEDOSTOn sisältävät hakemistot"
-
-#: src/tar.c:669
-#, fuzzy
-msgid "exclude everything under directories containing FILE"
-msgstr "jätä pois TIEDOSTOn sisältävät hakemistot"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "jätä pois TIEDOSTOn sisältävät hakemistot"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "estä automaattinen eteneminen alihakemistoihin"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "pysy nykyisessä tiedostojärjestelmässä arkistoa luotaessa"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "etene alihakemistoihin (oletus)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "älä poista ”/”-merkkiä tiedostonimien alusta"
-
-#: src/tar.c:685
-#, fuzzy
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "seuraa symlinkkejä; "
-
-#: src/tar.c:687
-#, fuzzy
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "seuraa symlinkkejä; "
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "TIED-NIMI"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "aloita arkiston tiedostosta TIED-NIMI"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "tallenna vain PÄIVÄYS-TAI-TIEDostoa uudemmat tiedostot"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "PÄIVÄYS"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "vertaa vain tiedoston muutosaikaa"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "HALLINTA"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "varmuuskopiointi ennen poistoa, valitse versionHALLINTA"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "MERKKIJONO"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"varmuuskopiointi ennen poistoa, älä käytä tavanomaista jälkiliitettä (joka "
-"on ”~”, ellei muuttujaa SIMPLE_BACKUP_SUFFIX ole asetettu)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-#, fuzzy
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "poista MÄÄRÄn verran osia tiedostonimien alusta"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-#, fuzzy
-msgid "ignore case"
-msgstr "poisjättäminen ei huomioi kirjainkokoa"
-
-#: src/tar.c:719
-#, fuzzy
-msgid "patterns match file name start"
-msgstr "poisjättöhahmoja verrataan nimen alkuun"
-
-#: src/tar.c:721
-#, fuzzy
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "poisjättöhahmoja verrataan jokaisen ”/”:n jälkeen"
-
-#: src/tar.c:723
-#, fuzzy
-msgid "case sensitive matching (default)"
-msgstr "poisjättäminen huomioi kirjainkoon (oletus)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "poisjättöhahmon jokerimerkit eivät täsmää ”/”-merkkiin"
-
-#: src/tar.c:731
-#, fuzzy
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "poisjättöhahmon jokerimerkit vastaavat merkkiä ”/”"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Tietoja antava tuloste:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "listaa käsiteltävät tiedostot"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-#, fuzzy
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "näytä edistymisviesti 10 sekunnin välein"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "näytä viesti, ellei kaikkia linkkejä lisätty"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "näytä tiedostojen muutosajat UTC-aikoina"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "ohjaa monisanainen tuloste TIEDostoon"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "näytä lohkonumero arkistossa viestien yhteydessä"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "kysy varmistusta jokaiselle toiminnolle"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "näytä tarin oletukset"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"luettele hakuehtoihin täsmäämättömät hakemistot luetellessa tai purettaessa"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Yhteensopivuusvalitsimet:"
-
-#: src/tar.c:787
-#, fuzzy
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"luotaessa sama kuin --old-archive purettaessa sama kuin --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Muut valitsimet:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "poista käytöstä joitakin potentiaalisesti vahingollisia valitsimia"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Vain yhtä valitsimista ”-Acdtrux” voi käyttää kerrallaan"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Ristiriitaiset pakkausvalitsimet"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Tuntematon signaalin nimi: %s"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Päiväystiedostoa ei löytynyt"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Korvataan tuntematon päiväysmuoto %2$s arvolla %1$s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Valitsin %s: Käsittellään päiväys %s arvona %s"
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: tiedosto on arkistossa, ei lisätä"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: tiedostonimi sisältää nul-merkin"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "ohjaa arkisto gzip-ohjelman läpi"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Kelvolliset argumentit --quoting-style -valitsimille ovat:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Tämä* tar käyttää oletuksena:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Virheellinen lohkomiskerroin"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Virheellinen nauhan pituus"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Annettu useampi kuin yksi kynnyspäiväys"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' ei ole tuettu tällä alustalla"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Virheellinen ryhmä"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Valitsimelle annettiin virheellinen tila"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Virheellinen määrä"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Virheellinen omistaja"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Virheellinen tietueen koko"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Tietueen koon on oltava %d:n monikerta."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Virheellinen osien määrä"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Kelvoton tiheysargumentti: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Tuntematon tiheys: ”%c”"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "*Tämä* tar ei tue valitsimia ”-[0-7][lmh]”"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[TIEDOSTO]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Vanha valitsin ”%c” vaatii argumentin."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "valitsin --occurence on merkityksetön ilman tiedostoluetteloa"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "valitsinta --occurence ei voi käyttää pyydetyssä toimintatilassa"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Usean arkistotiedoston käyttäminen vaatii valitsimen ”-M”"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Valitsimia --listed-incremental ja --newer ei voi käyttää yhdessä"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "valitsin --occurence on merkityksetön ilman tiedostoluetteloa"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Arkiston osan nimiö on liian pitkä (raja on %lu tavu)"
-msgstr[1] "%s: Arkiston osan nimiö on liian pitkä (raja on %lu tavua)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Moniosaisia arkistoja ei voi tarkastaa"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Pakattuja arkistoja ei voi varmistaa"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Pakattuja moniosaisia arkistoja ei voi käyttää"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Pakattuja arkistoja ei voi liittää toisiinsa"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "Valitsinta --pax-option voi käyttää vain POSIX-arkistoille"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Kieltäydytään pelkurimaisesti luomasta tyhjää arkistoa"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Valitsimet ”-Aru” eivät ole yhteensopivia valitsinten ”-f -” kanssa"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Vähintään yhtä valitsimista ”-Acdtrux” on käytettävä"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Tiedosto kutistui %s tavun verran"
-msgstr[1] "%s: Tiedosto kutistui %s tavun verran"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Avainsana %s on tuntematon tai sillä ei vielä ole toteutusta"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Aikaleima ei ole sallitulla välillä"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Hahmoa %s ei voi käyttää"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Avainsanaa %s ei voi ohittaa"
-
-#: src/xheader.c:542
-#, fuzzy
-msgid "Malformed extended header: missing length"
-msgstr "Väärän muotoinen laajennettu otsake: yhtäsuuruusmerkki puuttuu"
-
-#: src/xheader.c:550
-#, fuzzy
-msgid "Extended header length is out of allowed range"
-msgstr ""
-"Arkiston etumerkillinen base-64-merkkijono %s on sallitun %s-välin "
-"ulkopuolella"
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr ""
-"Arkiston etumerkillinen base-64-merkkijono %s on sallitun %s-välin "
-"ulkopuolella"
-
-#: src/xheader.c:569
-#, fuzzy
-msgid "Malformed extended header: missing blank after length"
-msgstr "Väärän muotoinen laajennettu otsake: tyhje puuttuu pituuden jälkeen"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Väärän muotoinen laajennettu otsake: yhtäsuuruusmerkki puuttuu"
-
-#: src/xheader.c:583
-#, fuzzy
-msgid "Malformed extended header: missing newline"
-msgstr "Väärän muotoinen laajennettu otsake: yhtäsuuruusmerkki puuttuu"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Muodostettu avainsana-arvo-pari on liian pitkä (avainsana=%s, pituus=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Laajennettu otsake %s=%s on sallitun välin %s..%s ulkopuolella"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Väärän muotoinen laajennettu otsake: virheellinen %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, fuzzy, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Väärän muotoinen laajennettu otsake: yhtäsuuruusmerkki puuttuu"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Väärän muotoinen laajennettu otsake: virheellinen %s: odottamaton rajoitin %c"
-
-#: src/xheader.c:1389
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Väärän muotoinen laajennettu otsake: yhtäsuuruusmerkki puuttuu"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Virheellinen ryhmä"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Kirjoituksen tarkistuspiste %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Lukemisen tarkistuspiste %u"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Luo datatiedostot GNU tar:in testausta varten.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Muut valitsimet:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-#, fuzzy
-msgid "Create file of the given SIZE"
-msgstr "luo annetun muotoinen arkisto."
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "pura tiedostot vakiotulosteeseen"
-
-#: tests/genfile.c:133
-#, fuzzy
-msgid "Read file names from FILE"
-msgstr "Luettiin %s tavua arkistosta %s"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T lukee nollatavuun päättyviä nimiä"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-#, fuzzy
-msgid "Seek to the given offset before writing data"
-msgstr "yritä varmistaa arkisto kirjoittamisen jälkeen"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [VALITSIN...]"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Suorita KOMENTO"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Virheellinen koko: %s"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "I-solmun numero ei ole sallitulla välillä"
-
-#: tests/genfile.c:252
-#, fuzzy, c-format
-msgid "Negative size: %s"
-msgstr "Virheellinen koko: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) epäonnistui"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Tuntematon järjestelmävirhe"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARG...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "%s: Siirtyminen kohtaan %s ei onnistu"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "tiedostonimi sisältää nollatavun"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " tuntematon tiedostotyyppi %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Siirtyminen kohtaan %s ei onnistu"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Siirtyminen kohtaan %s ei onnistu"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Komennon suoritus päättyi onnistuneesti\n"
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "Lapsiprosessi kuoli signaalilla %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Komento keskeytyi signaaliin %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Komento pysähtyi signaaliin %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Komento keskeytyi\n"
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Sovitetut tiedostonimet--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Työhakemistoa ei voi tallentaa"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Uudelleennimeäminen nimelle %s ei onnistu"
-
-#~ msgid "suppress this warning."
-#~ msgstr "--no-wildcards tämän varoituksen vaientamiseksi."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: virheellinen valitsin -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Luetaan %s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Ohjelmistovioista voi ilmoittaa (englanniksi) osoitteeseen\n"
-#~ "<%s>.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "ohjaa arkisto bzip2-ohjelman läpi"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "ohjaa arkisto gzip-ohjelman läpi"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "ohjaa arkisto compress-ohjelman läpi"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "ohjaa arkisto gzip-ohjelman läpi"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "ohjaa arkisto gzip-ohjelman läpi"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Puskuritilaa ei voi varata\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Puskuritilaa ei voi varata"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Komento ”%s --help” antaa lisää tietoa.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Käyttö: %s [VALITSIN]\n"
-#~ "Käsittele nauha-asemaa, hyväksyen komentoja etäprosessilta.\n"
-#~ "\n"
-#~ "  --version  Näytä versiotiedot.\n"
-#~ "  --help     Näytä tämä ohje.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Siirtymä sallitun välin ulkopuolella"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Ennenaikainen tiedoston loppu"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Virhe ei ole korjattavissa, poistutaan nyt"
-
-#~ msgid "block size"
-#~ msgstr "lohkokoko"
-
-#, fuzzy
-#~ msgid "[.]NUMBER"
-#~ msgstr "MÄÄRÄ"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Varoitus: valitsin -I ei ole tuettu, ehkä tarkoitit -j tai -T?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Viivästetty virhepoistuminen johtuu aikaisemmista virheistä"
-
-#~ msgid "%s: Read error at byte %s, reading %lu byte"
-#~ msgid_plural "%s: Read error at byte %s, reading %lu bytes"
-#~ msgstr[0] "%s: Lukuvirhe tavun %s kohdalla, luetaan %lu tavu"
-#~ msgstr[1] "%s: Lukuvirhe tavun %s kohdalla, luetaan %lu tavua"
-
-#~ msgid "--Mangled file names--\n"
-#~ msgstr "--Sovitetut tiedostonimet--\n"
-
-#~ msgid "Unexpected EOF in mangled names"
-#~ msgstr "Odottamaton tiedoston loppu sovitetuissa nimissä"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Nimettiin uudelleen %s -> %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Symlinkittäminen tiedostoksi %s ei onnistu"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Symlinkitettiin %s -> %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Tuntematon takaisinsovituskomento %s"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Laitenumero ei ole sallitulla välillä"
-
-#, fuzzy
-#~ msgid "Error reading time stamp"
-#~ msgstr "Virheellinen aikaleima"
-
-#~ msgid "same as -N"
-#~ msgstr "sama kuin -N"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Tällä ohjelmalla EI lain sallimissa rajoissa OLE TAKUUTA.\n"
-#~ "Ohjelmaa saa levittää GNU:n General Public Licensen mukaisesti;\n"
-#~ "katso lisätietoja tiedostosta COPYING."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Roskakomento %c\n"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "VAROITUS: Arkisto-osan otsake puuttuu"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Näkyvän pitkän nimen virhe"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Näkyvän pitkän nimen virhe"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Puuttuva tiedostonimi valitsimen -C jälkeen"
-
-#~ msgid "don't change access times on dumped files"
-#~ msgstr "älä muuta lisättyjen tiedostojen käyttöaikoja"
-
-#~ msgid "extract permissions information"
-#~ msgstr "pura tiedostojen oikeudet"
-
-#~ msgid "do not extract permissions information"
-#~ msgstr "älä pura tiedostojen oikeuksia"
-
-#~ msgid "FILE-OF-NAMES"
-#~ msgstr "TIEDOSTO"
-
-#~ msgid "exclude patterns are plain strings"
-#~ msgstr "poisjättöhahmot ovat tavallisia merkkijonoja"
-
-#~ msgid "dump instead the files symlinks point to"
-#~ msgstr "lisää symlinkin kohdetiedostot, ei linkkejä"
-
-#~ msgid "exclude patterns use wildcards (default)"
-#~ msgstr "poisjättöhahmot käyttävät jokerimerkkejä (oletus)"
-
-#~ msgid "print total bytes written while creating archive"
-#~ msgstr "näytä kirj. tavujen yhteismäärä luotaessa arkistoa"
-
-#~ msgid "Print license and exit"
-#~ msgstr "Näytä lisenssi ja poistu"
-
-#~ msgid ""
-#~ "Based on the work of John Gilmore and Jay Fenlason. See AUTHORS\n"
-#~ "for complete list of authors.\n"
-#~ msgstr ""
-#~ "Perustuu John Gilmoren ja Jay Fenlasonin tekemään työhön. Tarkka lista\n"
-#~ "tekijöistä on AUTHORS-tiedostossa.\n"
-
-# HUOM: Osoitetiedot suomennoksessa ajan tasalla, alkuperäisessä ei.
-#~ msgid ""
-#~ "   GNU tar is free software; you can redistribute it and/or modify\n"
-#~ "   it under the terms of the GNU General Public License as published by\n"
-#~ "   the Free Software Foundation; either version 2 of the License, or\n"
-#~ "   (at your option) any later version.\n"
-#~ "\n"
-#~ "   GNU tar is distributed in the hope that it will be useful,\n"
-#~ "   but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-#~ "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
-#~ "   GNU General Public License for more details.\n"
-#~ "\n"
-#~ "   You should have received a copy of the GNU General Public License\n"
-#~ "   along with GNU tar; if not, write to the Free Software\n"
-#~ "   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  "
-#~ "USA\n"
-#~ "\n"
-#~ msgstr ""
-#~ "   GNU tar on vapaaohjelmisto; voitte levittää edelleen ja/tai muuttaa\n"
-#~ "   sitä Free Software Foundationin julkaiseman GNU General Public\n"
-#~ "   License'in ehtojen mukaisesti; joko version 2, tai (valintanne "
-#~ "mukaan)\n"
-#~ "   minkä tahansa myöhemmän version.\n"
-#~ "\n"
-#~ "   GNU taria levitetään siinä toivossa, että se olisi hyödyllinen,\n"
-#~ "   mutta TAKUUTA EI OLE; ei edes KAUPALLISESTI HYVÄKSYTTÄVÄSTÄ LAADUSTA\n"
-#~ "   tai SOPIVUUDESTA TIETTYYN TARKOITUKSEEN. Katsokaa lisätietoja GNU\n"
-#~ "   General Public License'istä.\n"
-#~ "\n"
-#~ "   Olette saaneet kopion GNU General Public License'istä tämän\n"
-#~ "   ohjelman mukana. Ellette saaneet, kirjoittakaa Free Software "
-#~ "Foundation,\n"
-#~ "   Inc.:ille osoitteeseen 51 Franklin Street, Fifth Floor,\n"
-#~ "   Boston, MA 02110-1301, USA.\n"
-#~ "\n"
-
-#~ msgid "Semantics of -l option will change in the future releases."
-#~ msgstr "Valitsimen -l merkitys muuttuu tulevissa versioissa."
-
-#~ msgid "Please use --one-file-system option instead."
-#~ msgstr "Käytä valitsinta --one-file-system."
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Varoitus: valitsin -y ei ole tuettu, ehkä tarkoitit -j?"
-
-#~ msgid "Error in writing to standard output"
-#~ msgstr "Virhe kirjoitettaessa vakiotulosteeseen"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU ”tar” tallentaa useita tiedostoja yhteen nauha- tai levyarkistoon, "
-#~ "sekä\n"
-#~ "palauttaa yksittäisiä tiedostoja arkistosta.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Jos argumentti on pakollinen pitkän valitsimen kanssa, se on pakollinen\n"
-#~ "myös vastaavan lyhyen valitsimen kanssa. Sama koskee valinnaisia "
-#~ "argumentteja.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Päätoimintatila:\n"
-#~ "  -t, --list              listaa arkiston sisältö\n"
-#~ "  -x, --extract, --get    pura tiedostoja arkistosta\n"
-#~ "  -c, --create            luo uusi arkisto\n"
-#~ "  -d, --diff, --compare   etsi erot arkiston ja tied.järjestelmän "
-#~ "välillä\n"
-#~ "  -r, --append            lisää tiedostoja arkiston loppuun\n"
-#~ "  -u, --update            lisää vain arkistossa olevia uudemmat "
-#~ "tiedostot\n"
-#~ "  -A, --catenate          lisää tar-tiedostoja arkistoon\n"
-#~ "      --concatenate       sama kuin -A\n"
-#~ "      --delete            poista arkistosta (ei toimi nauhoilla!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --keep-newer-files     don't replace existing files that are newer\n"
-#~ "                             than their archive copies\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --no-overwrite-dir     preserve metadata of existing directories\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ "      --occurrence[=NUM]     process only the NUMth occurrence of each "
-#~ "file in\n"
-#~ "                             the archive. This option is valid only in\n"
-#~ "                             conjunction with one of the subcommands --"
-#~ "delete,\n"
-#~ "                             --diff, --extract or --list and when a list "
-#~ "of\n"
-#~ "                             files is given either on the command line "
-#~ "or\n"
-#~ "                             via -T option.\n"
-#~ "                             NUM defaults to 1.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Toimintovalinnat:\n"
-#~ "  -W, --verify               yritä varmistaa arkisto kirjoittamisen "
-#~ "jälkeen\n"
-#~ "      --remove-files         poista tiedostot arkistoon lisäämisen "
-#~ "jälkeen\n"
-#~ "  -k, --keep-old-files       älä korvaa olemassaolevia tiedostoja "
-#~ "purettaessa\n"
-#~ "      --keep-newer-files     älä korvaa olemassaolevia tiedostoja, jotka "
-#~ "ovat\n"
-#~ "                             arkistokopioitaan uudempia\n"
-#~ "      --overwrite            ylikirjoita olemassaolevat tiedostot "
-#~ "purettaessa\n"
-#~ "      --overwrite-dir        ylikirjoita hakemiston metadata purettaessa\n"
-#~ "  -U, --unlink-first         poista jokainen tiedosto ennen sen päälle\n"
-#~ "                             purkamista\n"
-#~ "      --recursive-unlink     tyhjennä rakenne ennen hakemiston "
-#~ "purkamista\n"
-#~ "  -S, --sparse               käsittele harvat tiedostot tehokkaasti\n"
-#~ "  -O, --to-stdout            pura tiedostot vakiotulosteeseen\n"
-#~ "  -G, --incremental          käsittele vanha GNU-muotoinen lisääntyvä\n"
-#~ "                             varmuuskopio\n"
-#~ "  -g, --listed-incremental=TIEDOSTO\n"
-#~ "                             käsittele uusi GNU-muotoinen lisääntyvä\n"
-#~ "                             varmuuskopio\n"
-#~ "      --ignore-failed-read   jatka lukukelvottomista tiedostoista "
-#~ "huolimatta\n"
-#~ "      --occurrence[=N]       käsittele vain kunkin tiedoston N:s "
-#~ "esiintymä\n"
-#~ "                             arkistossa. Tämä valitsin on kelvollinen "
-#~ "vain\n"
-#~ "                             yhdessä alikomennon --delete, --diff, --"
-#~ "extract\n"
-#~ "                             tai --list, kun tiedostoluettelo on annettu\n"
-#~ "                             komentoriviltä tai valitsimella -T.\n"
-#~ "                             N on oletuksena 1.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Tiedostojen ominaisuuksien käsittely:\n"
-#~ "      --owner=NIMI             pakota NIMI lisättyjen tiedostojen "
-#~ "omistajaksi\n"
-#~ "      --group=NIMI             pakota NIMI lisättyjen tiedostojen "
-#~ "ryhmäksi\n"
-#~ "      --mode=MUUTOS            pakota (symbolinen) tila MUUTOS "
-#~ "lisätyille\n"
-#~ "                               tiedostoille\n"
-#~ "      --atime-preserve         älä muuta lisättyjen tiedostojen "
-#~ "käyttöaikoja\n"
-#~ "  -m, --modification-time      älä pura tiedoston muutosaikaa\n"
-#~ "      --same-owner             yritä purkaa tiedostot samalla "
-#~ "omistajuudella\n"
-#~ "      --no-same-owner          pura tiedostot itsenäsi\n"
-#~ "      --numeric-owner          käytä aina numeroita käyttäjän/ryhmän "
-#~ "nimissä\n"
-#~ "  -p, --same-permissions       pura tiedostojen oikeudet\n"
-#~ "      --no-same-permissions    älä pura tiedostojen oikeuksia\n"
-#~ "      --preserve-permissions   sama kuin -p\n"
-#~ "  -s, --same-order             lajittele purettavat tiedostonimet "
-#~ "vastaamaan\n"
-#~ "                               arkistoa\n"
-#~ "      --preserve-order         sama kuin -s\n"
-#~ "      --preserve               sama kuin -p ja -s yhdessä\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rmt-command=COMMAND      use given rmt COMMAND instead of /etc/"
-#~ "rmt\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Laitteen valinta ja vaihtaminen:\n"
-#~ "  -f, --file=ARKISTO             käytä arkistotiedostoa tai -laitetta "
-#~ "ARKISTO\n"
-#~ "      --force-local              arkisto on paikallinen vaikka nimessä "
-#~ "olisi\n"
-#~ "                                 kaksoispiste\n"
-#~ "      --rmt-command=KOMENTO      käytä KOMENTOA /etc/rmt:n sijaan\n"
-#~ "      --rsh-command=KOMENTO      käytä KOMENTOa rsh:n sijaan\n"
-#~ "  -[0-7][lmh]                    anna asema ja tiheys\n"
-#~ "  -M, --multi-volume             luo/listaa/pura moniosainen arkisto\n"
-#~ "  -L, --tape-length=MÄÄRÄ        vaihda nauhaa MÄÄRÄ × 1024 kirjoitetun "
-#~ "tavun\n"
-#~ "                                 jälkeen\n"
-#~ "  -F, --info-script=TIED         aja skripti joka nauhan lopussa "
-#~ "(valitsin -M\n"
-#~ "                                 tulee käyttöön)\n"
-#~ "      --new-volume-script=TIED   sama kuin -F TIED\n"
-#~ "      --volno-file=TIED          käytä/päivitä arkiston osan numero "
-#~ "TIEDostossa\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Laitteen lohkot:\n"
-#~ "  -b, --blocking-factor=LOHKOT   LOHKOT × 512 tavua tietuetta kohti\n"
-#~ "      --record-size=MÄÄRÄ        MÄÄRÄ tavua tietuetta kohti, 512:n "
-#~ "monikerta\n"
-#~ "  -i, --ignore-zeros             älä huomioi nollattuja lohkoja "
-#~ "arkistossa\n"
-#~ "                                 (merkitsee tiedoston loppua)\n"
-#~ "  -B, --read-full-records        suorita lohkominen uudelleen luettaessa\n"
-#~ "                                 (4.2BSD-putkia varten)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "      --format=FMTNAME               create archive of the given format.\n"
-#~ "                                     FMTNAME is one of the following:\n"
-#~ "                                     v7        old V7 tar format\n"
-#~ "                                     oldgnu    GNU format as per tar <= "
-#~ "1.12\n"
-#~ "                                     gnu       GNU tar 1.13 format\n"
-#~ "                                     ustar     POSIX 1003.1-1988 (ustar) "
-#~ "format\n"
-#~ "                                     posix     POSIX 1003.1-2001 (pax) "
-#~ "format\n"
-#~ "      --old-archive, --portability   same as --format=v7\n"
-#~ "      --posix                        same as --format=posix\n"
-#~ "  --pax-option keyword[[:]=value][,keyword[[:]=value], ...]\n"
-#~ "                                     control pax keywords\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Arkistomuodon valinta:\n"
-#~ "      --format=MUOTO                 luo annetun muotoinen arkisto.\n"
-#~ "                                     MUOTO on jokin seuraavista:\n"
-#~ "                                     v7        vanha V7-tar-muoto\n"
-#~ "                                     oldgnu    GNU-muoto tar-versioilla "
-#~ "<= 1.12\n"
-#~ "                                     gnu       GNU tar 1.13 -muoto\n"
-#~ "                                     ustar     POSIX 1003.1-1988 (ustar) -"
-#~ "muoto\n"
-#~ "                                     posix     POSIX 1003.1-2001 (pax) -"
-#~ "muoto\n"
-#~ "      --old-archive, --portability   sama kuin --format=v7\n"
-#~ "      --posix                        sama kuin --format=posix\n"
-#~ "  -pax-option avainsana[[:]=arvo][,avainsana[[:]=arvo], ...]\n"
-#~ "                                     määrittele pax-avainsanoja\n"
-#~ "  -V, --label=NIMI                   luo arkisto nimiöllä NIMI\n"
-#~ "              HAHMO                  listattaessa/purettaessa jokeri-"
-#~ "HAHMO\n"
-#~ "  -j, --bzip2                        ohjaa arkisto bzip2-ohjelman läpi\n"
-#~ "  -z, --gzip, --ungzip               ohjaa arkisto gzip-ohjelman läpi\n"
-#~ "  -Z, --compress, --uncompress       ohjaa arkisto compress-ohjelman "
-#~ "läpi\n"
-#~ "      --use-compress-program=OHJ     ohjaa OHJelman läpi (on hyväksyttävä "
-#~ "-d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ "      --strip-path=NUM         strip NUM leading components from file "
-#~ "names\n"
-#~ "                               before extraction\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Paikallisten tiedostojen valinta:\n"
-#~ "  -C, --directory=HAK          siirry hakemistoon HAK\n"
-#~ "  -T, --files-from=TIEDOSTO    hae purettavat/lisättävät nimet "
-#~ "TIEDOSTOsta\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=HAHMO          jätä pois HAHMOn mukaiset tiedostot\n"
-#~ "  -X, --exclude-from=TIEDOSTO  jätä pois TIEDOSTOssa listatut hahmot\n"
-#~ "      --anchored               poisjättöhahmoja verrataan nimen alkuun "
-#~ "(oletus)\n"
-#~ "      --no-anchored            poisjättöhahmoja verrataan jokaisen ”/” "
-#~ "jälkeen\n"
-#~ "      --ignore-case            poisjättäminen ei huomioi kirjainkokoa\n"
-#~ "      --no-ignore-case         poisjättäminen huomioi kirjainkoon "
-#~ "(oletus)\n"
-#~ "      --wildcards              poisjättöhahmot käyttävät jokerimerkkejä "
-#~ "(oletus)\n"
-#~ "      --no-wildcards           poisjättöhahmot ovat tavallisia "
-#~ "merkkijonoja\n"
-#~ "      --wildcards-match-slash  poisjättöhahmon jokerimerkit vastaavat "
-#~ "merkkiä ”/”\n"
-#~ "      --no-wildcards-match-slash poisjättöhahmon jokerimerkit eivät "
-#~ "vastaa\n"
-#~ "                               merkkiä ”/”\n"
-#~ "  -P, --absolute-names         älä poista merkkiä ”/” tiedostonimien "
-#~ "alusta\n"
-#~ "  -h, --dereference            lisää symlinkin kohdetiedostot, ei "
-#~ "linkkejä\n"
-#~ "      --no-recursion           estä automaattinen eteneminen "
-#~ "alihakemistoihin\n"
-#~ "  -l, --one-file-system        pysy nykyisessä tied.järjestelmässä "
-#~ "arkistoa\n"
-#~ "                               luotaessa\n"
-#~ "  -K, --starting-file=NIMI     aloita arkiston tiedostosta NIMI\n"
-#~ "      --strip-path=MÄÄRÄ       poista MÄÄRÄn verran osia tiedostonimien "
-#~ "alusta\n"
-#~ "                               ennen purkamista\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE-OR-FILE     only store files newer than DATE-OR-FILE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=PÄIVÄYS-TAI-TIED tallenna vain PÄIVÄYS-TAI-TIEDostoa "
-#~ "uudemmat tiedostot\n"
-#~ "      --newer-mtime=PÄIVÄYS    vertaa vain tiedoston muutosaikaa\n"
-#~ "      --after-date=PÄIVÄYS     sama kuin -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=HALLINTA]      varmuuskopiointi ennen poistoa, valitse\n"
-#~ "                               versionhallinta\n"
-#~ "      --suffix=JÄLKILIITE      varmuuskopiointi ennen poistoa, älä käytä\n"
-#~ "                               tavanomaista jälkiliitettä\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --check-links     print a message if not all links are dumped\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "      --index-file=FILE send verbose output to FILE\n"
-#~ "      --utc             print file modification dates in UTC\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Tietoja antava tuloste:\n"
-#~ "      --help            näytä tämä ohje ja poistu\n"
-#~ "      --version         näytä tar-ohjelman versionumero ja poistu\n"
-#~ "  -v, --verbose         listaa käsiteltävät tiedostot\n"
-#~ "      --checkpoint      näytä hakemistojen nimet luettaessa arkistoa\n"
-#~ "      --check-links     näytä viesti, ellei kaikkia linkkejä lisätty\n"
-#~ "      --totals          näytä kirj. tavujen yhteismäärä luotaessa "
-#~ "arkistoa\n"
-#~ "      --index-file=TIED ohjaa monisanainen tuloste TIEDostoon\n"
-#~ "      --utc             näytä tiedostojen muutosajat UTC-aikoina\n"
-#~ "  -R, --block-number    näytä lohkonumero arkistossa viestien yhteydessä\n"
-#~ "  -w, --interactive     kysy varmistusta jokaiselle toiminnolle\n"
-#~ "      --confirmation    sama kuin -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Compatibility options:\n"
-#~ "  -o                                 when creating, same as --old-"
-#~ "archive\n"
-#~ "                                     when extracting, same as --no-same-"
-#~ "owner\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Yhteensopivuusvalitsimet:\n"
-#~ "  -o                                 luotaessa sama kuin --old-archive\n"
-#~ "                                     purettaessa sama kuin --no-same-"
-#~ "owner\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `--format=%s -f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ARKISTO voi olla TIEDOSTO, ISÄNTÄ:TIEDOSTO tai KÄYTTÄJÄ@ISÄNTÄ:TIEDOSTO;\n"
-#~ "PÄIVÄYS voi olla tekstimuotoinen, tai merkillä ”/” tai ”.” alkava\n"
-#~ "tiedoston nimi, jolloin käytetään tiedoston päiväystä.\n"
-#~ "*Tämä* ”tar” käyttää oletuksena ”--format=%s -f %s -b%d”.\n"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Kirjoittaneet John Gilmore ja Jay Fenlason."
-
-#~ msgid "Cannot close"
-#~ msgstr "Ei voi sulkea"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Tiedostokahvaa ei voi kopioida"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Pakattuja tai etäarkistoja ei voi käyttää"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (lapsiprosessi)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (lapsenlapsiprosessi)"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Lapsiprosessi palautti tilan %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Tiedostonimet sisältävät ”..”"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Tiedostonimi sisältää ”..”"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Arkiston muodon valinta:\n"
-#~ "  -V, --label=NIMI                   luo arkisto nimiöllä NIMI\n"
-#~ "              HAHMO                  listattaessa/purettaessa jokeri-"
-#~ "HAHMO\n"
-#~ " -o, --old-archive, --portability   kirjoita V7-muodon arkisto\n"
-#~ "      --posix                        kirjoita POSIX-muotoinen arkisto\n"
-#~ "  -j, --bzip2                        ohjaa arkisto bzip2-ohjelman läpi\n"
-#~ "  -z, --gzip, --ungzip               ohjaa arkisto gzip-ohjelman läpi\n"
-#~ "  -Z, --compress, --uncompress       ohjaa arkisto compress-ohjelman "
-#~ "läpi\n"
-#~ "      --use-compress-program=OHJ     ohjaa OHJelman läpi (on hyväksyttävä "
-#~ "-d)\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Vanhentunut valitsin, seuraa nyt valitsimesta --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Vanhentunut valitsimen nimi, uusi on --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Vanhentunut valitsimen nimi, uusi on --read-full-records"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Vanhentunut valitsimen nimi, uusi on --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Vanhentunut valitsimen nimi, uusi on --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Vanhentunut valitsimen nimi, uusi on --block-number"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Vanhentunut valitsimen nimi, uusi on --backup"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Jos argumentti on pakollinen pitkän valitsimen kanssa, se on pakollinen\n"
-#~ "myös vastaavan lyhyen valitsimen kanssa.\n"
-#~ "\n"
-#~ "  -l, --file-length=PITUUS   luotavan tiedoston PITUUS\n"
-#~ "  -p, --pattern=HAHMO        HAHMO on ”default” tai ”zeros”\n"
-#~ "      --help                 näytä tämä ohje ja poistu\n"
-#~ "      --version              näytä versiotiedot ja poistu\n"
diff --git a/po/fr.gmo b/po/fr.gmo
deleted file mode 100644 (file)
index 24303d7..0000000
Binary files a/po/fr.gmo and /dev/null differ
diff --git a/po/fr.po b/po/fr.po
deleted file mode 100644 (file)
index 0d4ab23..0000000
--- a/po/fr.po
+++ /dev/null
@@ -1,2904 +0,0 @@
-# Messages français pour GNU concernant tar.
-# Copyright © 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Michel Robitaille <robitail@IRO.UMontreal.CA>, jusqu'en 2004
-# Christophe Combelles <ccomb@free.fr>, 2007, 2008, 2009, 2010
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar-1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-23 01:11+0100\n"
-"Last-Translator: Christophe Combelles <ccomb@free.fr>\n"
-"Language-Team: French <traduc@traduc.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "Argument %s non valable pour %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "Argument %s ambigu pour %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Les arguments valables sont :"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT : la valeur %s est inférieure ou égale à %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s : le paramètre ARGP_HELP_FMT a besoin d'une valeur"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s : le paramètre ARGP_HELP_FMT doit être positif"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s : le paramètre ARGP_HELP_FMT est inconnu"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Déchet dans ARGP_HELP_FMT : %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Les arguments obligatoires ou facultatifs pour les formes longues des "
-"options le sont également pour les formes courtes qui leur correspondent."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Utilisation :"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  ou : "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPTION...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Pour en savoir davantage, faites : « %s --help » ou « %s --usage ».\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Rapportez toute anomalie à %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Erreur système inconnue"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "Afficher cette aide-mémoire"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "Afficher un court mode d'emploi"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NOM"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "définit le nom du programme"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SECS"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "Bloquer pendant SECS secondes (3600 par défaut)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "Afficher la version du programme"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAM ERROR) Aucune version connue !?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s : trop d'arguments\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAM ERROR) L'option devrait avoir été reconnue !?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "erreur d'écriture"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s : l'option « %s » est ambiguë\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s : l'option « --%s » n'a pas d'argument\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s : l'option « %c%s » n'a pas d'argument\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s : l'option « --%s » doit avoir un argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s : l'option « --%s » est inconnue\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s : l'option « %c%s » est inconnue\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s : l'option -- '%c' n'est pas valable\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s : l'option -- '%c' a besoin d'un argument\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s : l'option « -W %s » est ambiguë\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s : l'option « -W %s » ne prend pas d'argument\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s : l'option « -W %s » doit avoir un argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "mémoire épuisée"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "Impossible d'enregistrer le répertoire de travail actuel"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "Impossible de revenir au répertoire de travail initial"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "« "
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr " »"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[oO]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Packagé par %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Packagé par %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licence GPLv3+ : GNU GPL version 3 ou ultérieure <http://gnu.org/licenses/"
-"gpl.html>\n"
-"Ceci est un logiciel libre : vous êtes libre de le modifier et de le "
-"redistribuer.\n"
-"Il est fourni SANS GARANTIE, dans la mesure de ce que permet la loi.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Écrit par %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Écrit par %s et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Écrit par %s, %s et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Écrit par %s, %s, %s\n"
-"et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Écrit par %s, %s, %s,\n"
-"%s et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Écrit par %s, %s, %s,\n"
-"%s, %s et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Écrit par %s, %s, %s,\n"
-"%s, %s, %s et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Écrit par %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Écrit par %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s et %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Écrit par %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s et d'autres personnes.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Signalez toute anomalie à : %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Signalez les anomalies de %s à : %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Page d'accueil de %s : <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Page d'accueil de %s : <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Aide générale sur l'utilisation des programmes GNU : <http://www.gnu.org/"
-"gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s : %s impossible"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s : AVERTISSEMENT : %s impossible"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s : le mode ne peut pas être changé en %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s : le propriétaire ne peut pas être changé en uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s : impossible de créer un lien physique vers %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s : erreur de lecture à l'octet %s, à la lecture de %lu octet"
-msgstr[1] "%s: erreur de lecture à l'octet %s, à la lecture de %lu octets"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"%s : AVERTISSEMENT : erreur de lecture à l'octet %s, à la lecture de %lu "
-"octet"
-msgstr[1] ""
-"%s: AVERTISSEMENT : erreur de lecture à l'octet %s, à la lecture de %lu "
-"octets"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s : Positionnement à %s impossible"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s : AVERTISSEMENT : positionnement à %s impossible"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s : un lien symbolique ne peut pas être créé vers %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s : seulement %lu octet sur %lu a été écrit"
-msgstr[1] "%s: seulement %lu octets sur %lu ont été écrits"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Suppression de « %s » au début des noms des membres"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Suppression de « %s » au début des liens physiques"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Remplacement des noms vides par « . » pour les membres"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Remplacement des cibles vides par « . » pour les liens physiques"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp : service non disponible."
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Impossible de se connecter à %s : échec de résolution"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Impossible de lancer un interpréteur de commandes distant"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Direction de positionnement hors plage"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Direction de recherche non valable"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Décalage de recherche non valable"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Positionnement relatif hors plage"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Nombre d'octets non valable"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Nombre d'octets hors plage"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Fin de fichier prématurée"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Code d'opération non valable"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Opération non prise en charge"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Arguments inattendus"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Manipule un lecteur de cartouches en acceptant des commandes d'un processus "
-"distant"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NOMBRE"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "définit le niveau de débogage"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FICHIER"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "définit le nom de fichier de sortie de débogage"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "impossible d'ouvrir %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "trop d'arguments"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Commande rejetée"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Ceci ne ressemble pas à une archive de type « tar »"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Nombre total d'octets écrits"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Nombre total d'octets lus"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Nombre total d'octets effacés : %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(tube)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Valeur incorrecte pour « record_size »"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Aucun nom d'archive donné"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr ""
-"Une archive utilisant l'entrée/sortie standard ne peut pas être vérifiée"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "L'archive est compressée. Utilisez l'option %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Une archive compressée ne peut pas être mise à jour"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Début de la cartouche atteinte ; arrêt du programme."
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Trop d'erreurs, arrêt du programme."
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Taille de l'enregistrement = %lu bloc"
-msgstr[1] "Taille de l'enregistrement = %lu blocs"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloc non aligné (%lu octet) dans l'archive"
-msgstr[1] "Bloc non aligné (%lu octets) dans l'archive"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Impossible de reculer dans le fichier d'archive ; il se peut qu'il soit "
-"illisible sans l'option « -i »"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek ne s'est pas arrêté à une limite d'enregistrement"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s : contient un numéro de volume non valable"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Débordement du numéro de volume"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Préparez le volume n°%d pour %s et appuyez sur Entrée : "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr ""
-"Fin de fichier rencontrée alors qu'une réponse de l'utilisateur était "
-"attendue"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "AVERTISSEMENT : l'archive est incomplète"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n nom         Donner un nouveau nom de fichier pour les prochains volumes\n"
-" q             Arrêter tar\n"
-" y ou newline  Continuer le traitement\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Générer un sous-shell\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Afficher cette liste\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Pas de nouveau volume ; fin du traitement.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Nom de fichier non spécifié. Essaye encore :).\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Données non valables en entrée. Tapez « ? » pour obtenir de l'aide.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Échec de la commande %s"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"La suite de %s est probablement sur ce volume : l'en-tête contient un nom "
-"tronqué."
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "La suite de %s n'est pas sur ce volume."
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s a une taille incorrecte (%s != %s + %s)."
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Ce volume est hors séquence (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Archive non étiquetée pour correspondre à %s."
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Le volume %s ne correspond pas à %s."
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s : nom de fichier tronqué, car trop long pour être stocké dans un en-tête "
-"GNU multi-volumes"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "l'écriture ne s'est pas arrêté sur une limite de bloc"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Seulement %lu octet sur %lu a pu être lu"
-msgstr[1] "Seulement %lu octets sur %lu ont pu être lus"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Les contenus sont différents."
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Fin prématurée rencontrée dans l'archive."
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Le type de fichier est différent."
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Le mode est différent."
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "L'UID est différent."
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Le GID est différent."
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "La date de modification est différente."
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "La taille est différente."
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "N'est pas lié à %s."
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Le lien symbolique est différent."
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Le numéro de périphérique est différent."
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Vérification "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s : type de fichier inconnu « %c », recherche de différence comme pour un "
-"fichier normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "L'archive contient des noms de fichiers dont le préfixe a été enlevé"
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-"La vérification peut échouer lors de la localisation des fichier originaux."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "ÉCHEC DE VÉRIFICATION : %d en-tête non valable détecté."
-msgstr[1] "ÉCHEC DE VÉRIFICATION : %d en-têtes non valables détectés."
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Bloc zéro solitaire repéré à %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s : contient une étiquette de répertoire cache %s ; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "Valeur %s en dehors de la plage de %s : %s..%s ; remplacement par %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "Valeur %s en dehors de la plage de %s : %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Génération d'en-têtes octaux négatifs"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s : le nom de fichier est trop long (%d max) ; fichier non archivé"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s : le nom de fichier est trop long (ne peut être scindé) ; fichier non "
-"archivé"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s : le nom du lien est trop long ; fichier non archivé"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s : fichier réduit de %s octet ; remplissage avec des zéros"
-msgstr[1] "%s : fichier réduit de %s octets ; remplissage avec des zéros"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr ""
-"%s : le fichier est sur un système de fichiers différent ; fichier non "
-"archivé"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "contenu non archivé"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s : type de fichier inconnu ; fichier ignoré"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Liens manquants vers %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s : le fichier n'est pas modifié ; fichier non archivé"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s : le fichier est l'archive elle-même ; fichier non archivé"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "répertoire non archivé"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s : fichier modifié pendant sa lecture"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s : socket ignorée"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s : porte ignorée"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "On saute à l'en-tête suivant"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Suppression d'un « non en-tête » de l'archive"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s : l'horodatage %s est trop vieux pour être plausible"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s : l'horodatage %s est situé %s secondes dans le futur."
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s : incohérence inattendue lors de la création du répertoire"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s : répertoire renommé avant l'extraction de son état"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extraction des fichiers contigus comme des fichiers réguliers"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Tentative d'extraction des liens symboliques comme des liens physiques"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s : extraction impossible (morceau de fichier issu d'un autre volume)"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "En-tête à nom long inattendu"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s : type de fichier inconnu « %c », extrait comme un fichier normal."
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Le %s actuel est au moins aussi récent"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s : impossible d'archiver ce fichier."
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Impossible de renommer %s en %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s : le répertoire a été renommé depuis %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s : le répertoire a été renommé."
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s : le répertoire est nouveau."
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Horodatage non valable"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Temps de modification non valable (secondes)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Temps de modification non valable (nanosecondes)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Numéro de périphérique non valable"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Numéro d'inode non valable"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Champ trop long rencontré pendant la lecture du fichier d'instantané"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Erreur de lecture du fichier d'instantané"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Fin prématurée du fichier d'instantané"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Valeur de champ inattendue dans le fichier d'instantané"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Terminaison de champ manquante"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Mauvais format de fichier incrémental"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Version non prise en charge pour le format incrémental : %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "dumpdir incorrect : « %c » était attendu mais %#3o a été trouvé"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "dumpdir incorrect : « X » en double"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "dumpdir incorrect : nom vide dans « R »"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "dumpdir incorrect : « T » non précédé de « R »"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "dumpdir incorrect : nom vide dans « T »"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "dumpdir incorrect : fin des données trouvées au lieu de « %c »"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "dumpdir incorrect : « X » n'a jamais été utilisé"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Impossible de créer un répertoire temporaire utilisant le modèle %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s : répertoire non purgé : impossible d'évaluer par stat()"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr ""
-"%s : le répertoire est sur un autre périphérique : répertoire non purgé"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s : suppression de %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s : suppression impossible"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s : omis"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloc %s : ** Bloc de NULs **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloc %s : ** Fin de fichier **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloc %s : "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-"Blancs dans l'en-tête alors qu'une valeur numérique de type %s était attendue"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"La valeur octale de l'archive %.*s est en dehors de la plage de %s ; "
-"complément à 2 supposé"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "La valeur octale de l'archive %.*s est en dehors de la plage de %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "L'archive contient des en-têtes obsolètes en base 64."
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Une chaîne en base 64 signée %s de l'archive est hors de la plage %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Une valeur en base 256 de l'archive est en dehors de la plage %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr ""
-"L'archive contient %.*s alors qu'une valeur numérique de type %s est "
-"attendue."
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "La valeur de l'archive %s est hors des limites de %s : %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " lien vers %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " type de fichier inconnu %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Lien long--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Nom long--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--En-tête de volume--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Suite à l'octet %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Création du répertoire :"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Impossible de changer le répertoire de travail"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s renommé en %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s : impossible de renommer en %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s finalement renommé en %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s : fichier supprimé avant d'avoir été lu"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s : Répertoire supprimé avant d'avoir été lu"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "processus enfant"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "canal inter-processus"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-"Caractères de correspondance de motif utilisé dans les noms de fichiers."
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Utilisez « --wildcards » pour activer la correspondance de motif ou « --no-"
-"wildcards » pour supprimer cet avertissement"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s : non trouvé dans l'archive"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s : occurence requise non trouvée dans l'archive"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Mauvaise correspondance d'étiquette d'archive"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"L'utilisation de l'option -C à l'intérieur de la liste de fichiers n'est pas "
-"permise avec --listed-incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Une seule option -C est autorisée avec --listed-incremental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr ""
-"Les options « -%s » et« -%s » nécessitent toutes les deux l'entrée standard."
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s : format d'archive non valable"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-"Fonctionnalités de type GNU demandées pour un format d'archive incompatible."
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Type de protection de caractères inconnu « %s ». Essayez « %s --quoting-"
-"style=help » pour avoir une liste."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"Le programme « tar » de GNU permet de sauvegarder une grande quantité de "
-"fichiers dans une unique archive sur disque ou sur cartouche et de récupérer "
-"ces fichiers depuis l'archive de manière individuelle.\n"
-"\n"
-"Exemples :\n"
-"  tar -cf archive.tar foo bar  # Crée le fichier archive.tar à partir de foo "
-"et bar.\n"
-"  tar -tvf archive.tar         # Liste tous les fichiers de archive.tar de "
-"manière détaillée.\n"
-"  tar -xf archive.tar          # Extrait tous les fichiers de archive.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Le suffixe de sauvegarde est « ~ », à moins qu'il ne soit défini avec « --"
-"suffix » ou SIMPLE_BACKUP_SUFFIX.\n"
-"Le contrôle de version peut être défini avec « --backup » ou "
-"VERSION_CONTROL, les valeurs sont :\n"
-"\n"
-"  none, off       Ne jamais faire de sauvegarde.\n"
-"  t, numbered     Faire des sauvegardes numérotées.\n"
-"  nil, existing   Numérotées si déjà numérotées, sinon simples.\n"
-"  never, simple   Faire toujours des sauvegardes simples.\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Mode d'opération principal :"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "Afficher le contenu de l'archive"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "Extraire les fichiers de l'archive"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "Créer une nouvelle archive"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "Trouver les différences entre l'archive et le système de fichiers"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "Ajouter des fichiers à la fin de l'archive"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-"Ajouter seulement les fichiers plus récents que les copies présentes dans "
-"l'archive"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "Ajouter des fichiers tar à une archive"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "Effacer de l'archive (pas sur les bandes magnétiques !)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "Tester l'étiquette du volume d'archive et terminer"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modificateurs d'opération :"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-"Économiser efficacement l'espace dans les fichiers dispersés (fichiers à "
-"trous)"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJEUR[.MINEUR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"Définir la version du format de dispersion à utiliser (implique « --sparse »)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "Prendre en charge les sauvegardes incrémentales à l'ancien format GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "Prendre en charge les sauvegardes incrémentales au nouveau format GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "niveau de vidage d'archive incrémentale au nouveau format GNU"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "Ne pas s'arrêter à cause des non-zéros sur les fichiers illisibles"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"Traiter seulement l'occurrence n°NOMBRE de chaque fichier dans l'archive ; "
-"cette option n'est valable qu'accompagnée de l'une des sous-commandes « --"
-"delete », « --diff », « --extract » ou « --list » et lorsqu'une liste de "
-"fichiers est fournie soit sur la ligne de commande, soit avec l'option « -T "
-"». NOMBRE vaut 1 par défaut."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "L'archive peut être parcourue"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "L'archive ne peut pas être parcourue"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-"Ne pas vérifier les numéros de périphériques lors de la création d'archives "
-"incrémentales"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"vérifier les numéros de périphériques lors de la création d'archives "
-"incrémentales (par défaut)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Contrôle de l'écrasement :"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "Tenter de vérifier l'archive après écriture"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "Supprimer les fichiers après les avoir ajoutés à l'archive"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "Ne pas écraser les fichiers préexistants lors de l'extraction"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"Ne pas écraser les fichier préexistants qui sont plus récents que leur copie "
-"dans l'archive"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "Écraser les fichiers préexistants lors de l'extraction"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "Effacer chaque fichier préexistant avant l'extraction"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "Vider les hiérarchies avant d'extraire les répertoires"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "Préserver les métadonnées des répertoires préexistants"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"Écraser les métadonnées des répertoires préexistants lors de l'extraction "
-"(comportement par défaut)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Choix du flux de sortie :"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "Extraire les fichiers vers la sortie standard"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "COMMANDE"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "Renvoyer par tube les fichiers extraits vers un autre programme"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "Ignorer les codes de retour des processus enfants"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-"Traiter les codes de retours non nuls des processus enfants comme des erreurs"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Traitement des attributs de fichiers :"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "Utiliser NOM comme propriétaire des fichiers ajoutés"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "Utiliser NOM comme groupe des fichiers ajoutés"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATE-OU-FICHIER"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-"Définir la date de modification des fichiers ajoutés avec DATE-OU-FICHIER"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "CHANGEMENTS"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-"Utiliser les CHANGEMENTS de mode (symboliques) pour les fichiers ajoutés"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "MÉTHODE"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"Préserve la date d'accès des fichiers archivés, soit en la restaurant après "
-"lecture (MÉTHODE = « replace » par défaut) ou en ne définissant pas les "
-"dates initialement (MÉTHODE = « system »)"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "Ne pas extraire la date de modification du fichier"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"essayer d'extraire les fichiers avec le même propriétaire que dans l'archive "
-"(par défaut pour le superutilisateur)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"S'approprier les fichiers lors de l'extraction (par défaut pour les "
-"utilisateurs ordinaires)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "Toujours utiliser les valeurs numériques des utilisateurs/groupes"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"Extraire les informations de permissions sur les fichiers (par défaut pour "
-"le superutilisateur)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"Appliquer l'umask de l'utilisateur lors de l'extraction des permissions (par "
-"défaut pour les utilisateurs normaux)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "Trier les noms à extraire dans le même ordre que l'archive"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "Équivalent à « -p -s » à la fois"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"Reporter à la fin de l'extraction le changement des dates de modification et "
-"des permissions des répertoires extraits"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "Annule l'effet de l'option « --delay-directory-restore »"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Sélection et option de périphérique :"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIVE"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "Utiliser le fichier ou le périphérique ARCHIVE"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "Le fichier d'archive est local même si « : » a été spécifié"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "Utiliser la COMMANDE rmt fournie au lieu de rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "Utiliser la COMMANDE distante à la place de rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "Spécifier le lecteur et la densité"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "Créer/lister/extraire une archive multi-volumes"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "Changer de cartouche après avoir écrit NOMBRE x 1024 octets"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "Exécuter le script à la fin de chaque cartouche (implique « -M »)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "Utiliser/mettre à jour le numéro de volume dans le FICHIER"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blocs du périphérique :"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCS"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOCS x 512 octets par enregistrement"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "NOMBRE d'octets par enregistrement (multiple de 512)"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "Ignorer les blocs de zéros dans l'archive (càd EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "Refaire les blocs pendant la lecture (pour les tubes BSD 4.2)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Sélection du format d'archive :"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "Créer l'archive au format désiré."
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT peut prendre une des valeurs suivantes :"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "Vieux format tar V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "Format GNU issu de tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "Format GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "Format POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "Format POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "Identique à pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "Identique à « --format=v7 »"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "Identique à « --format=posix »"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "mot_clé[[:]=valeur][,mot_clé[[:]=valeur]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "Mots-clés de contrôle pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXTE"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"Créer l'archive en attribuant le TEXTE au nom de volume. À la lecture ou à "
-"l'extraction, utiliser le TEXTE comme motif de correspondance (glob) au nom "
-"de volume."
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Options de compression :"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-"Utiliser le suffixe de l'archive pour déterminer le programme de compression"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-"Ne pas utiliser l'extension du fichier d'archive pour déterminer le "
-"programme de compression"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "Filtrer à travers le PROG (doit accepter l'option « -d »)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Sélection des fichiers locaux :"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"Ajouter le FICHIER donné à l'archive (utile si son nom commence par un tiret)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "RÉP"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "Utiliser RÉP comme répertoire de travail"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "Lire depuis le FICHIER la liste des noms à extraire ou à créer"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-"« -T » permet de lire les noms terminés par un NULL et désactive l'option « -"
-"C »"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "désactive l'effet de l'option --null précédente"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"Enlever la protection de caractères des noms de fichiers lus avec « -T "
-"» (par défaut)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-"Ne pas enlever la protection de caractères des noms de fichiers lus avec « -"
-"T »"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MOTIF"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "Exclure les fichiers correspondant au MOTIF"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "Exclure les motifs listés dans le FICHIER"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"Exclure le contenu des répertoires contenant CACHEDIR.TAG, sauf le fichier "
-"de tag lui-même"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "Tout exclure dans les répertoires contenant CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "Exclure les répertoires contenant CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"Exclure le contenu des répertoires contenant le FICHIER, sauf le FICHIER lui-"
-"même"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "Tout exclure dans les répertoires contenant le FICHIER"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "Exclure les répertoires contenant le FICHIER"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "Exclure les répertoires de contrôle de version (CVS, .svn, etc.)"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "exclure les fichiers de sauvegarde et de verrou"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "Empêcher la descente automatique dans les sous-répertoires"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-"Rester dans le système de fichiers local lors de la création de l'archive"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "Parcourir les sous-répertoires de manière récursive (par défaut)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "Ne pas enlever le « / » au début des noms de fichiers"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"Suivre les liens symboliques ; archiver les fichiers vers lesquels ils "
-"pointent"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"Suivre les liens physiques : archiver les fichiers vers lesquels ils pointent"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NOM-DE-MEMBRE"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "Débuter au NOM-DE-MEMBRE dans l'archive"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "Stocker seulement les fichiers plus récents que DATE-OU-FICHIER"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATE"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "Ne comparer que la date et l'heure de modification des données"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTRÔLE"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-"Faire une copie de sauvegarde avant suppression, choisir le CONTRÔLE de "
-"version"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "CHAÎNE"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"Faire une copie de sauvegarde avant suppression, en remplaçant le suffixe "
-"habituel (« ~ » sauf s'il est définit par la variable d'environnement "
-"SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Transformation des noms de fichiers :"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"Supprimer NOMBRE composants au début des noms de fichiers à l'extraction"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "EXPRESSION"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"Utiliser l'EXPRESSION de remplacement « sed » pour transformer les noms de "
-"fichiers"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Options de correspondance de noms de fichiers (pour les motifs d'exclusion "
-"et d'inclusion)"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "Ignorer la casse (majuscules/minuscules)"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "Les motifs doivent correspondre au début des noms de fichiers"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"Les motifs peuvent correspondre après n'importe quel « / » (par défaut pour "
-"l'exclusion)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "Correspondance sensible à la casse (comportement par défaut)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-"Utiliser des caractères de correspondance (par défaut pour l'exclusion)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "Correspondance exacte de chaîne"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "« / » ne correspond à aucun caractère de correspondance"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-"« / » peut correspondre à un caractère de correspondance (par défaut pour "
-"l'exclusion)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Options d'affichage :"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "Afficher de manière détaillée les fichiers traités"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "MOTCLÉ"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "Contrôle d'avertissement"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"Afficher un message de progression tous les NOMBRE enregistrements (10 par "
-"défaut)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ACTION"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "exécuter l'ACTION à chaque point de contrôle"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-"Afficher un message si tous les liens n'ont pas pu être suivis et archivés"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"Afficher le nombre total d'octets après traitement de l'archive. Avec un "
-"argument, afficher ce nombre si le SIGNAL est émis. Les signaux permis "
-"sont : SIGHUP, SIGQUIT, SIGINT, SIGUSR1 et SIGUSR2. Les noms sans préfixe « "
-"SIG » sont aussi acceptés"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "Afficher les dates de modification de fichier en UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "afficher l'heure du fichier en pleine résolution"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "Envoyer la sortie détaillée vers le FICHIER"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "Afficher le numéro du bloc de l'archive avec chaque message"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "Demander confirmation pour chaque action"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "Afficher les paramètres par défaut de tar"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"Lors du listage ou de l'extraction, lister chaque répertoire qui ne concorde "
-"pas avec le critère de recherche"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "Afficher les noms des fichiers ou des archives après transformation"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STYLE"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"Définir le style de protection de caractères appliqués aux noms. Voir ci-"
-"dessous pour les valeurs du STYLE"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "Protéger aussi les caractères faisant partie de la CHAÎNE"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "Enlever la protection des caractères faisant partie de la CHAÎNE"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Options de compatibilité :"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"Lors de la création, identique à « --old-archive ». Lors de l'extraction, "
-"identique à « --no-same-owner »"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Autres options :"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "Désactiver certaines options potentiellement néfastes"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Vous ne pouvez pas sélectionner plus d'une option parmi « -Acdtrux » ou « --"
-"test-label »"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Options de compression non compatibles entre elles"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Type de signal inconnu : %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Fichier d'échantillon de date non trouvé"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Remplacement par %s du format de date inconnu %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Option %s : date « %s » traitée comme %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s : la liste de fichiers est déjà lue"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s : le nom de fichier lu contient un caractère nul"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "Filtrer l'archive à travers %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Les arguments valables pour l'option « --quoting-style » sont :"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Les valeurs par défaut de *ce* tar sont :\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Facteur de bloc non valable"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Longueur de cartouche non valable"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Mauvaise valeur pour le niveau incrémental"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Plus d'une date seuil"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Version de la dispersion non valable"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-"--atime-preserve='system' n'est pas pris en charge sur cette plateforme"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "la valeur de « --checkpoint » n'est pas un entier"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Groupe non valable"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Mode non valable donné en option"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Nombre non valable"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Propriétaire non valable"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"L'option --preserve est obsolète, utilisez --preserve-permissions --preserve-"
-"order à la place"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Taille d'enregistrement non valable"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "La taille d'un enregistrement doit être un multiple de %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Nombre d'éléments incorrect"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Une seule option « --to-command » est permise"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Argument de densité incorrect : %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Densité inconnue : « %c »"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Les options « -[0-7][lmh] » ne sont pas prises en charge par *ce* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FICHIER]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "L'ancienne option « %c » a besoin d'un argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence n'a pas de sens sans une liste de fichiers"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-"« --occurrence » ne peut être utilisée dans le mode d'opération demandé"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Les fichiers d'archives multiples ont besoin de l'option « -M »"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Impossible de combiner « --listed-incremental » avec « --newer »"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level n'a aucun sens sans --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] ""
-"%s : l'étiquette du volume est trop longue (la limite est %lu octet)"
-msgstr[1] ""
-"%s: l'étiquette du volume est trop longue (la limite est %lu octets)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Impossible de vérifier des archives multi-volumes"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Impossible de vérifier des archives compressées"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Impossible d'utiliser des archives multi-volumes compressées"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Impossible de concaténer des archives compressées"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option peut être utilisée uniquement avec des archives POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-"La longueur du volume ne peut pas être inférieure à la taille de "
-"l'enregistrement"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order n'est pas compatible avec --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Je refuse de créer un fichier d'archive vide (oui je suis lâche)"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Les options « -Aru » sont incompatibles avec « -f - »"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Vous devez choisir une option parmi « -Acdtrux » ou « --test-label »"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Arrêt avec code d'échec à cause des erreurs précédentes"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s : fichier réduit de %s octet"
-msgstr[1] "%s: fichier réduit de %s octets"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Le mot clé %s est inconnu ou n'est pas encore implémenté"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "L'horodatage est en dehors de la plage permise"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Le motif %s ne peut être utilisé"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Le mot clé %s ne peut pas être surdéfini"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "En-tête étendu incorrect : longueur manquante"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "La longueur de l'en-tête étendu est hors plage"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "La longueur de l'en-tête étendu %*s est hors plage"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "En-tête étendu incorrect : espace blanche manquante après la longueur"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "En-tête étendu incorrect : signe d'égalité manquant"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "En-tête étendu incorrect : retour à la ligne manquant"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Le mot clé inconnu « %s » pour l'en-tête étendu a été ignoré"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"La paire mot clé/valeur générée est trop longue (keyword=%s, length=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "L'en-tête étendu %s=%s est hors plage %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "En-tête étendu incorrect : %s=%s non valable"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "En-tête étendu incorrect : %s=%s en trop"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "En-tête étendu incorrect : %s non valable : délimiteur %c non prévu"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "En-tête étendu incorrect : %s non valable : nombre impair de valeurs"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s : délai d'expiration non valable"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s : action de point de contrôle inconnue"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "écriture"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "lecture"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Point de contrôle d'écriture %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Point de contrôle de lecture %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile permet de manipuler des fichiers de données pour la suite de tests "
-"GNU paxutils.\n"
-"Les options sont :\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Options de création de fichier :"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "TAILLE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Créer le fichier à la TAILLE donnée"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Écrire dans le fichier NOM, plutôt que sur la sortie standard"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Lire les noms de fichier depuis le FICHIER"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T permet de lire les noms terminés par un NULL"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Remplir le fichier avec le MOTIF donné. MOTIF est « default » ou « zeros »"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Taille d'un bloc pour le fichier dispersé"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Générer un fichier dispersé (avec des trous). Le reste de la ligne de "
-"commande définit la carte du fichier."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "DÉCALAGE"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Se déplacer du DÉCALAGE donné avant d'écrire des données"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Options des statistiques de fichiers :"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Afficher le contenu des structures « stat » pour chaque fichier donné. Le "
-"FORMAT par défaut est :"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Options d'exécution synchrone :"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPTION"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Exécuter les ARGS. Utile avec « --checkpoint » et l'une des options « --cut "
-"», « --append », « --touch » ou « --unlink »"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Exécuter l'action donnée (voir plus bas) dès qu'un point de contrôle NOMBRE "
-"est atteint"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Définir la date pour la prochaine option « --touch »"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-"Afficher les points de contrôle exécutés et les codes de sortie de la "
-"COMMANDE"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Actions d'exécution synchrone. Celles-ci sont exécutées lorsque le numéro du "
-"point de contrôle donné par « --checkpoint » est atteint."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Tronquer le FICHIER à la taille donnée par la précédente option « --length "
-"» (ou 0 si elle n'est pas fournie)."
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Ajouter TAILLE octets au FICHIER. La TAILLE est fournie par la précédente "
-"option « --length »"
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Mettre à jour les dates d'accès et de modification du FICHIER"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Exécuter la COMMANDE"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Supprimer FICHIER"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Taille non valable : %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Nombre en dehors de la plage permise : %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Taille négative : %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "La fonction stat(%s) a échoué"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "taille de fichier demandée : %lu, taille réelle : %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "le fichier créé n'est pas dispersé"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Erreur à la lecture du nombre près de « %s »"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Format de date inconnu"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGS...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "Impossible d'ouvrir « %s »"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "Impossible à parcourir"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "Le nom de fichier contient un caractère nul"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"Un fichier dispersé ne peut pas être généré sur la sortie standard. Utilisez "
-"l'option « --file »"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "Masque incorrect (près de « %s »)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Champ inconnu « %s »"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "Impossible de définir la date de « %s »"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "Impossible de supprimer « %s »"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "La commande s'est terminée correctement\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "La commande a échoué avec le code %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "La commande s'est terminée sur le signal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "La commande s'est interrompue sur le signal %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "La commande a généré un core dump\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "La commande s'est terminée\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat nécessite un nom de fichier"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Le répertoire de travail ne peut pas être sauvegardé"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s : l'option « -- %c » n'est pas permise\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Rapportez toute anomalie à <%s>.\n"
-
-#~ msgid "Input string too long"
-#~ msgstr "Chaîne trop longue en entrée"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Erreur de syntaxe de nombre"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd : impossible de réserver un espace tampon\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Impossible de réserver un espace tampon"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Pour en savoir davantage, tapez : « %s --help ».\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Utilisation : %s [OPTION]\n"
-#~ "Ce programme permet de manipuler un lecteur de cartouches en recevant des "
-#~ "commandes d'un processus distant.\n"
-#~ "\n"
-#~ "  --version  afficher le nom et la version du programme\n"
-#~ "  --help     afficher cette aide-mémoire\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Erreur de positionnement relatif"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Fin de fichier prématurée"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Lecture de %s\n"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Erreur non récupérable : arrêt du traitement"
-
-#~ msgid "suppress this warning."
-#~ msgstr "supprimer cet avertissement."
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "Filtrer l'archive à travers « bzip2 »"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "Filtrer l'archive à travers « gzip »"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "Filtrer l'archive à travers « compress »"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "Filtrer l'archive à travers « lzma »"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "Filtrer l'archive à travers « lzop »"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "AVERTISSEMENT : l'option « -I » n'est pas prise en charge. Vous vouliez "
-#~ "peut-être utiliser « -j » ou « -T » ?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Des erreurs ont provoqué l'arrêt du programme"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]NOMBRE"
diff --git a/po/ga.gmo b/po/ga.gmo
deleted file mode 100644 (file)
index 1e9422e..0000000
Binary files a/po/ga.gmo and /dev/null differ
diff --git a/po/ga.po b/po/ga.po
deleted file mode 100644 (file)
index 4f42b98..0000000
--- a/po/ga.po
+++ /dev/null
@@ -1,3024 +0,0 @@
-# Irish translations for tar.
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Kevin Patrick Scannell <scannell@SLU.EDU>, 2003, 2004, 2006, 2007, 2008, 2009.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.22\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2009-03-25 20:27-0600\n"
-"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
-"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
-"Language: ga\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 : "
-"(n>6 && n <11) ? 3 : 4;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argóint neamhbhailí %s chun %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argóint dhébhríoch %s chun %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Na hargóintí bailí:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: luach %s níos lú ná nó cothrom le %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Ní mór luach a thabhairt ar an pharaiméadar ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-"%.*s: Ní mór luach deimhneach a bheith ar an pharaiméadar ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Paraiméadar anaithnid ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Bruscar i ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Is riachtanach/roghnach le rogha ghearr aon argóint atá riachtanach/roghnach "
-"leis an rogha fhada."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Úsáid:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  nó: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [ROGHA...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr ""
-"Bain triail as `%s --help' nó `%s --usage' chun tuilleadh eolais a fháil.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Seol tuairiscí fabhtanna chuig %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Earráid anaithnid chórais"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "taispeáin an chabhair seo"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "taispeáin beagán eolais faoin úsáid"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "AINM"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "socraigh ainm an chláir"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SOIC"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "moill de SOIC soicind (réamhshocrú: 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "taispeáin leagan an chláir"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(EARRÁID RÍOMHCHLÁIR) Gan leagan!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: An iomarca argóintí\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-"(EARRÁID RÍOMHCHLÁIR) Ba chóir aitheantas a thabhairt ar an rogha seo!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "earráid sa scríobh"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: Tá an rogha `%s' débhríoch\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: ní cheadaítear argóint i ndiaidh na rogha `--%s'\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: ní cheadaítear argóint i ndiaidh na rogha `%c%s'\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: tá argóint de dhíth i ndiaidh na rogha `%s'\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: rogha anaithnid `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: rogha anaithnid `%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: rogha neamhbhailí -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: tá argóint de dhíth i ndiaidh na rogha -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: Tá an rogha `-W %s' débhríoch\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: ní cheadaítear argóint i ndiaidh na rogha `-W %s'\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: tá argóint de dhíth i ndiaidh na rogha `%s'\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "cuimhne ídithe"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "ní féidir an chomhadlann reatha a thaifeadadh"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "níorbh fhéidir an bhunchomhadlann oibre a aisfhilleadh"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yYiIsS]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Ceadúnas GPLv3+: GNU GPL leagan 3 nó níos nuaí <http://gnu.org/licenses/gpl."
-"html>.\n"
-"Is saorbhogearra é seo: ceadaítear duit é a athrú agus a athdháileadh.\n"
-"Níl baránta AR BITH ann, an oiread atá ceadaithe de réir dlí.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Scríofa ag %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Scríofa ag %s agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Scríofa ag %s, %s, agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"%s, agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"%s, %s, agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"%s, %s, %s, agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, agus %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Scríofa ag %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, agus daoine eile nach iad.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Seol tuairiscí fabhtanna chuig %s.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Seol tuairiscí fabhtanna chuig <%s>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, fuzzy, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Leathanach baile %s: <http://www.gnu.org/software/%s/>.\n"
-
-#: gnu/version-etc.c:258
-#, fuzzy
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "Cabhair ghinearálta le bogearraí GNU: <http://www.gnu.org/gethelp/>.\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Theip ar fheidhm %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Rabhadh: Theip ar fheidhm %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Ní féidir an mód a athrú go %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Ní féidir an t-úinéir a athrú go UID %lu, GID %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Ní féidir nasc crua a dhéanamh le %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Earráid léimh ag beart %s, agus %lu beart á léamh"
-msgstr[1] "%s: Earráid léimh ag beart %s, agus %lu bheart á léamh"
-msgstr[2] "%s: Earráid léimh ag beart %s, agus %lu bheart á léamh"
-msgstr[3] "%s: Earráid léimh ag beart %s, agus %lu mbeart á léamh"
-msgstr[4] "%s: Earráid léimh ag beart %s, agus %lu beart á léamh"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Rabhadh: Earráid léimh ag beart %s, agus %lu beart á léamh"
-msgstr[1] "%s: Rabhadh: Earráid léimh ag beart %s, agus %lu bheart á léamh"
-msgstr[2] "%s: Rabhadh: Earráid léimh ag beart %s, agus %lu bheart á léamh"
-msgstr[3] "%s: Rabhadh: Earráid léimh ag beart %s, agus %lu mbeart á léamh"
-msgstr[4] "%s: Rabhadh: Earráid léimh ag beart %s, agus %lu beart á léamh"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Ní féidir 'seek' a dhéanamh ag %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Rabhadh: Ní féidir 'seek' a dhéanamh ag %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Ní féidir nasc siombalach a chruthú le %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Níor scríobhadh ach %lu as %lu bheart"
-msgstr[1] "%s: Níor scríobhadh ach %lu as %lu bheart"
-msgstr[2] "%s: Níor scríobhadh ach %lu as %lu bheart"
-msgstr[3] "%s: Níor scríobhadh ach %lu as %lu mbeart"
-msgstr[4] "%s: Níor scríobhadh ach %lu as %lu beart"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Gach `%s' tosaigh á bhaint amach as ainmneacha baill"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Gach `%s' tosaigh á bhaint amach as spriocanna na nasc crua"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Ag cur `.' in ionad ainm baill folamh"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Ag cur `.' in ionad sprioc fholamh den nasc crua"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Níl an tseirbhís ar fáil"
-
-# cf French -KPS
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-# cf French -KPS
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Ní féidir cianbhlaosc a rith"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Treo 'seek' as raon"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Mód neamhbhailí ar rogha"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Méid neamhbhailí: %s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Fritháireamh 'seek' as raon"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Fad téipe neamhbhailí"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Fritháireamh 'seek' as raon"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Comhadchríoch gan choinne\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Príomh-mhód oibre:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Comhadchríoch gan choinne"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "UIMHIR"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "COMHAD"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "ní féidir `%s' a oscailt"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "an iomarca argóintí"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Ordú dramhaíola"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Ní cosúil le cartlann `tar' é seo"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Bearta scríofa go hiomlán"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Bearta léite go hiomlán"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Bearta scriosta go hiomlán: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(píopa)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Luach neamhbhailí do record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Ní thugtar ainm na cartlainne"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Ní féidir cartlann stdin/stdout a fhíorú"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Is cartlann chomhbhrúite í seo. Úsáid an rogha %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Ní féidir cartlanna comhbhrúite a nuashonrú"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Tosach na téipe, ag scor anois"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "An iomarca earráidí, ag scor"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Méid taifid = %lu bloc"
-msgstr[1] "Méid taifid = %lu bhloc"
-msgstr[2] "Méid taifid = %lu bhloc"
-msgstr[3] "Méid taifid = %lu mbloc"
-msgstr[4] "Méid taifid = %lu bloc"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloc neamhailínithe (%lu beart) sa chartlann"
-msgstr[1] "Bloc neamhailínithe (%lu bheart) sa chartlann"
-msgstr[2] "Bloc neamhailínithe (%lu bheart) sa chartlann"
-msgstr[3] "Bloc neamhailínithe (%lu mbeart) sa chartlann"
-msgstr[4] "Bloc neamhailínithe (%lu beart) sa chartlann"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Ní féidir an chartlann a chúlú; is dócha gur doléite í gan -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "Níor stopadh rmtlseek ag teorainn taifid"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: tá uimhir imleabhair neamhbhailí ann"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Uimhir imleabhair thar maoil"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr ""
-"Socraigh an t-imleabhar #%d le haghaidh %s agus brúigh an eochair iontrála: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Fuarthas comhadchríoch in áit freagra ón úsáideoir"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "RABHADH: Tá an chartlann neamhiomlán"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n ainm        Cuir comhadainm nua ar an chéad imleabhar eile (agus gach "
-"ceann ina dhiaidh)\n"
-" q             Tobscoir tar\n"
-" y nó líne nua Lean ar aghaidh\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Sceith fobhlaosc\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Priontáil an liosta seo\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Níl aon imleabhar nua; ag scor.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Ainm an chomhaid gan sonrú. Bain triail eile as.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Ionchur neamhbhailí. Iontráil ? chun cabhair a fháil.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Theip ar ordú %s"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"Seans go leanann %s ar aghaidh ar an imleabhar seo: tá ainm teasctha sa "
-"cheanntásc"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "Ní leanann %s ar an imleabhar seo"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "Níl %s an méid ceart (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Tá an t-imleabhar seo as ord (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Lipéad ar chartlann nach comhoiriúnaithe le %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Níl an t-imleabhar %s comhoiriúnaithe le %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: ní féidir an comhadainm seo a stóráil i gceanntásc il-imleabhar GNU; "
-"teasctha"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "níor stop an scríobh ag teorainn bhloic"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Níorbh fhéidir ach %lu de %lu beart a léamh"
-msgstr[1] "Níorbh fhéidir ach %lu de %lu bheart a léamh"
-msgstr[2] "Níorbh fhéidir ach %lu de %lu bheart a léamh"
-msgstr[3] "Níorbh fhéidir ach %lu de %lu mbeart a léamh"
-msgstr[4] "Níorbh fhéidir ach %lu de %lu beart a léamh"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Tá difríocht idir na hábhair"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Comhadchríoch gan choinne i gcartlann"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Tá difríocht idir na cineálacha comhaid"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Tá difríocht idir na móid"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Tá difríocht idir na UIDanna"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Tá difríocht idir na GIDanna"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Tá difríocht idir na hamanna modhnaithe"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Tá difríocht idir na méideanna"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Ní ceangailte le %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Tá difríocht idir na naisc shiombalacha"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Tá difríocht idir na huimhreacha gléis"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Fíoraigh "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Cineál anaithnid comhaid `%c', déan diff mar ghnáthchomhad"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Tá comhaid sa chartlann agus a réimíreanna scriosta."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Nach féidir i gcónaí na bunchomhaid a aimsiú agus le linn fíoraithe."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "THEIP AR DHEIMHNIÚ: aimsíodh %d ceanntásc neamhbhailí"
-msgstr[1] "THEIP AR DHEIMHNIÚ: aimsíodh %d cheanntásc neamhbhailí"
-msgstr[2] "THEIP AR DHEIMHNIÚ: aimsíodh %d cheanntásc neamhbhailí"
-msgstr[3] "THEIP AR DHEIMHNIÚ: aimsíodh %d gceanntásc neamhbhailí"
-msgstr[4] "THEIP AR DHEIMHNIÚ: aimsíodh %d ceanntásc neamhbhailí"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Bloc nialasach scoite ag %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: tá clib chomhadlainne taisce %s ann; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "tá an luach %s as raon %s: %s..%s; ag cur %s ina ionad"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "tá an luach %s as raon %s: %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Ceanntásca ochtnártha diúltacha á gcruthú"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: ainm comhaid rófhada (uasmhéid %d); gan dumpáil"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: ainm comhaid rófhada (ní féidir é a scoilt); gan dumpáil"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: ainm naisc rófhada; gan dumpáil"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: %s beart níos lú sa chomhad; ag stuáil le nialais"
-msgstr[1] "%s: %s bheart níos lú sa chomhad; ag stuáil le nialais"
-msgstr[2] "%s: %s bheart níos lú sa chomhad; ag stuáil le nialais"
-msgstr[3] "%s: %s mbeart níos lú sa chomhad; ag stuáil le nialais"
-msgstr[4] "%s: %s beart níos lú sa chomhad; ag stuáil le nialais"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: is ar chóras comhad eile é an comhad; gan dumpáil"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "ábhar gan dumpáil"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Cineál anaithnid comhaid; ag déanamh neamhshuim air"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Naisc le %s ar iarraidh.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: comhad gan athrú; gan dumpáil"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: is ionann é agus an chartlann féin; gan dumpáil"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "níor dumpáladh an chomhadlann"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: athraíodh an comhad agus á léamh"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: rinneadh neamhshuim ar an soicéad"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: rinneadh neamhshuim ar an doras"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Ag bogadh go dtí an chéad cheanntásc eile"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Comhad nach ceanntásc á scriosadh ón chartlann"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: ní dócha go bhfuil an stampa ama ársa %s ceart"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: tá an stampa ama %s %s soicind amach anseo"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Bunoscionntacht gan choinne agus comhadlann á cruthú"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-"%s: Athainmníodh an chomhadlann sularbh fhéidir a stádas a bhaint amach"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Comhaid theorantacha á mbaint amach mar ghnáthchomhaid"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr ""
-"Ag déanamh iarracht ar naisc shiombalacha a bhaint amach mar naisc chrua"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Ní féidir an comhad a bhaint amach -- ar lean ó imleabhar eile"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Ceanntásc ainm fada gan choinne"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Cineál anaithnid comhaid `%c', á bhaint amach mar ghnáthchomhad"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Tá an %s reatha níos nuaí nó ar comhaois"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Níorbh fhéidir cúltaca a dhéanamh"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Ní féidir %s a athainmniú go %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Athainmníodh an chomhadlann ó %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Athainmníodh an chomhadlann"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Comhadlann nua"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Stampa ama neamhbhailí"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Am neamhbhailí mionathraithe (soicindí)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Am neamhbhailí mionathraithe (nanashoicindí)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Uimhir neamhbhailí gléis"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Uimhir inode as raon"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Réimse rófhada agus an comhad roghbhlúire á léamh"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Earráid agus an comhad roghbhlúire á léamh"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Comhadchríoch gan choinne sa chomhad roghbhlúire"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Luach réimse gan choinne sa chomhad roghbhlúire"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Críochnaitheoir taifid ar iarraidh"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Drochfhormáid incriminteach"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-"Ní thacaítear leis an leagan seo den fhormáid incriminteach: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "dumpdir míchumtha: bhíothas ag súil le '%c' ach fuarthas %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "dumpdir míchumtha: 'X' faoi dhó"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "dumpdir míchumtha: ainm folamh i 'R'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "dumpdir míchumtha: 'T' gan 'R' roimhe"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "dumpdir míchumtha: ainm folamh i 'T'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"dumpdir míchumtha: bhíothas ag súil le '%c' ach fuarthas deireadh na sonraí"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "dumpdir míchumtha: níor úsáideadh 'X' riamh"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Ní féidir comhadlann shealadach a chruthú le teimpléad %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: ní féidir an chomhadlann a stat: gan ghlanadh"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: tá an chomhadlann ar ghléas eile ar fad; gan ghlanadh"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s á scriosadh\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Ní féidir scriosadh a dhéanamh"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: ag fágáil ar lár"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloc %s: ** bloc de NULanna **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloc %s: ** Deireadh comhaid **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloc %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Bearnaí sa cheanntásc; ag súil le luach uimhriúil %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Tá an luach ochtnártha %.*s as raon %s sa chartlann;\n"
-"ag glacadh le comhlánú dénártha"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Tá an luach ochtnártha %.*s as raon %s sa chartlann"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Tá ceanntásca le bunuimhir 64 i léig sa chartlann"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Teaghrán %s le sín agus bunuimhir 64 as raon %s sa chartlann"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Tá an luach le bunuimhir 256 as raon %s sa chartlann"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Tá %.*s sa chartlann; ag súil le luach uimhriúil %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Tá an luach cartlainne %s as raon %s: %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " nasc le %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " cineál anaithnid comhaid %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Nasc Fada--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Ainm Fada--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Ceanntásc Imleabhair--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Ar lean ag beart %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Comhadlann á cruthú:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Ní féidir an chomhadlann reatha a athrú"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s á athainmniú go %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Ní féidir athainmniú go %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s á athainmniú go %s arís\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Scriosadh an comhad sular léadh é"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Scriosadh an comhad sular léadh é"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "macphróiseas"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "bealach idir próisis"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "Aimsíodh saoróga in ainmneacha comhaid."
-
-#: src/names.c:596
-#, fuzzy
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr "Úsáid --wildcards chun comhoiriúnú patrún a chumasú, nó --no-wildcards"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Ní sa chartlann é"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Níl rud riachtanach sa chartlann"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Lipéad ar chartlann nach comhoiriúnaithe le %s"
-
-#: src/names.c:953
-#, fuzzy
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "Níl --preserve-order comhoiriúnach do --listed-incremental"
-
-#: src/names.c:959
-#, fuzzy
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Níl --preserve-order comhoiriúnach do --listed-incremental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Tá an gnáth-ionchur de dhíth ar na roghanna `-%s' agus `-%s'"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Formáid neamhbhailí chartlainne"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Níl roghanna GNU ar fáil d'fhormáid neamh-chomhoiriúnach chartlainne"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Stíl anaithnid athfhriotail `%s'. Bain triail as `%s --quoting-style=help' "
-"chun liosta a fheiceáil."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"Sábhálann GNU tar comhaid le chéile i gcartlann aonair ar théip nó ar "
-"dhiosca, agus is féidir comhaid ar leith a athchóiriú as an gcartlann.\n"
-"\n"
-"Samplaí:\n"
-"  tar -cf cartlann.tar fú barr # Cruthaigh cartlann.tar as comhaid fú 7 "
-"barr.\n"
-"  tar -tvf cartlann.tar       # Taispeáin gach comhad i cartlann.tar "
-"(foclach).\n"
-"  tar -xf cartlann.tar        # Bain gach comhad amach as cartlann.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Is é `~' an iarmhír chúltaca, mura dtugtar é le --suffix nó le hathróg\n"
-"timpeallachta SIMPLE_BACKUP_SUFFIX.\n"
-"Is féidir an modh rialaithe foinsí a shocrú le --backup nó le hathróg\n"
-"thimpeallachta VERSION_CONTROL.  Is iad seo na luachanna bailí:\n"
-"\n"
-"  none, off       ná déan cúltaca riamh\n"
-"  t, numbered     déan cúltacaí agus uimhreacha orthu\n"
-"  nil, existing   'numbered' má tá uimhreacha orthu anois, 'simple' mura "
-"bhfuil\n"
-"  never, simple   déan cúltacaí simplí i gcónaí\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Príomh-mhód oibre:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "taispeáin an t-ábhar i gcartlann"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "bain comhaid as cartlann"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "cruthaigh cartlann nua"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "taispeáin difríochtaí idir cartlann agus córas comhaid"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "iarcheangail le deireadh cartlainne"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "ná hiarcheangail ach comhaid mhionathraithe leis an gcartlann"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "iarcheangail comhaid tar le cartlann"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "scrios as an gcartlann (nach ar théipeanna maighnéadacha!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "tástáil lipéad imleabhair na cartlainne agus scoir"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Mionathraitheoirí oibríochta:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "caith le gannchomhaid go héifeachtach"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "PRÍOMH[.MION]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"socraigh leagan fhormáid na ngannchomhad le húsáid (--sparse intuigthe)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "déan cúltaca incriminteach de shean-nós GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "déan cúltaca incriminteach nua-aoise GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "ná scoir le stádas earráide má tá comhad doléite ann"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"ná próiseáil ach an UIMHIRú leagan de gach comhad sa chartlann; níl an rogha "
-"bhailí ach in éineacht le ceann de na fo-orduithe --delete, --diff, --"
-"extract nó --list agus nuair a thugtar liosta comhad ar líne na n-orduithe "
-"nó leis an rogha -T; de réir réamhshocraithe UIMHIR=1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "tá an chartlann inchuardaithe"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "tá an chartlann inchuardaithe"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-"ná seiceáil uimhreacha gléasanna agus cartlanna incriminteacha á gcruthú"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"seiceáil uimhreacha gléasanna agus cartlanna incriminteacha á gcruthú "
-"(réamhshocrú)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Rialú forscríofa:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "fíoraigh an chartlann i ndiaidh ag scríobh"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "scrios comhaid i ndiaidh iad a chur leis an gcartlann"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "ná forscríobh comhaid atá ann le linn baint amach"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"ná forscríobh comhaid atá ann má tá siad níos nuaí ná na cinn sa chartlann"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "forscríobh comhaid atá ann le linn baint amach"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "scrios gach comhaid sula scríobhtar air"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "folmhaigh géagchóras sula mbaintear comhadlann amach"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "ná forscríobh meiteashonraí comhadlainne"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"forscríobh meiteashonraí de chomhadlanna atá ann agus cartlanna á mbaint "
-"amach (réamhshocrú)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Roghnaigh sruth aschurtha:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "bain comhaid amach agus scríobh ar an ngnáth-aschur"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "ORDÚ"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "píopaigh comhaid bhainte go ríomhchlár eile"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ná bac le cóid scortha na macphróiseas"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "láimhseáil cóid scortha nach nialas ó mhacphróisis mar earráidí"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Tréithe comhaid á láimhseáil:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "éiligh AINM mar úinéir de chomhaid bhreise"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "éiligh AINM mar ghrúpa de chomhaid bhreise"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DÁTA-NÓ-COMHAD"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "socraigh am mionathraithe na gcomhad nua de réir DÁTA-NÓ-COMHAD"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ATHRUITHE"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "déan ATHRUITHE ar mhód de chomhaid bhreise"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "MODH"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"coimeád amanna rochtana de chomhaid dhumpáilte, trí athchóiriú na n-amanna i "
-"ndiaidh na comhaid a léamh (MODH='replace', réamhshocraithe), nó gan a "
-"bheith ag socrú na n-amanna sa chéad áit (MODH='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "ná bain am mionathraithe an chomhaid"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "bain triail as úinéireacht a choinneáil"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "bain comhaid amach mar thusa féin"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "bain úsáid as uimhreacha d'ainmneacha úsáideora/grúpa"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "bain eolas faoi cheadanna (réamhshocrú don fhorúsáideoir)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"cuir umask an úsáideora i bhfeidhm agus ceadanna á mbaint ón chartlann "
-"(réamhshocrú do ghnáthúsáideoirí)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "sórtáil ainmneacha le cur in oiriúint"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "ar comhbhrí le -p agus -s araon"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"ná socraigh amanna mionathraithe ná ceadanna de na comhadlanna go dtí go "
-"bhfuil an bhaint curtha i gcrích"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "cealaigh an éifeacht de rogha --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Roghnú gléis agus malartú:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "CARTLANN"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "bain úsáid as cartlann chomhaid nó gléas CARTLANN"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "is logánta í an chartlann fiú má tá idirstad ina hainm"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "bain úsáid as ORDÚ in ionad rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "bain úsáid as ORDÚ cian in ionad rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "sonraigh tiomántán agus a dhlús"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "cruthaigh/liostaigh/bain amach cartlann le hiliomad imleabhair"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "athraigh téip i ndiaidh UIMHIR × 1024 beart"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "rith script i ndiaidh gach téip (-M intuigthe)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "úsáid/nuashonraigh an uimhir imleabhair i gCOMHAD"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blocáil ghléis:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOIC"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOIC × 512 beart sa taifead"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "UIMHIR beart sa taifead, iolraí de 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "déan neamhshuim ar bhloic nialasacha sa chartlann (is ionann le EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "athbhlocáil le linn léimh (le píopaí 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Roghnú formáide:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMÁID"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "cruthaigh cartlann san fhormáid seo"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "Is FORMÁID ceann de na rudaí seo:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "seanfhormáid V7 tar"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "formáid de réir GNU tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "formáid de réir GNU tar 1.13"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "formáid POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "formáid POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "ar comhbhrí le pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "is ionann le --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "is ionann le --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "lorgfhocal[[:]=luach][,lorgfhocal[[:]=luach]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "rialaigh lorgfhocail pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TÉACS"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"cruthaigh cartlann le TÉACS mar ainm imleabhair; úsáid TÉACS mar phatrún "
-"globála ar an ainm imleabhair agus an chartlann á liostú/baint amach"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Roghanna comhbhrúite:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "úsáid iarmhír na cartlainne chun an modh comhbhrúite a dhéanamh amach"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-"ná húsáid iarmhír na cartlainne chun an clár comhbhrúite a dhéanamh amach"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "CLÁR"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "scag le CLÁR (ní foláir -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Roghnú comhaid logánta:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"cuir an COMHAD sainithe leis an gcartlann (is áisiúil an rogha seo nuair atá "
-"dais ag tosach an chomhadainm)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "COMHADLANN"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "athraigh go dtí COMHADLANN"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "tóg ainmneacha le baint/cruthú as comhad COMHAD"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "léigh ainmneacha, foirceanta le NULanna; múch -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "díchumasaigh an rogha --null roimhe seo"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"bain comharthaí athfhriotail ó chomhadainmneacha a léadh le -T (réamhshocrú)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "ná bain comharthaí athfhriotail ó chomhadainmneacha a léadh le -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATRÚN"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "fág comhaid as an áireamh, tugtha mar PHATRÚN"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "fág as an áireamh aon phatrún atá i gCOMHAD"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"gabh thar ábhar na gcomhadlann ina bhfuil CACHEDIR.TAG, seachas an comhad "
-"clibe féin"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "gabh thar gach rud faoi chomhadlanna ina bhfuil CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "gabh thar chomhadlanna ina bhfuil CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "gabh thar ábhar na gcomhadlann ina bhfuil COMHAD, seachas COMHAD féin"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "gabh thar gach rud faoi chomhadlanna ina bhfuil COMHAD"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "gabh thar chomhadlanna a bhfuil COMHAD iontu"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "gabh thar chomhadlanna a bhaineann le córas rialaithe foinsí"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "ná téigh isteach i bhfochomhadlanna go huathoibríoch"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "ná fág an córas comhaid seo agus cartlann á cruthú"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "téigh isteach i gcomhadlanna (réamhshocrú)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "ná struipeáil `/' tosaigh ó ainmneacha comhaid"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"lean naisc shiombalacha; cartlannaigh agus dumpáil na comhaid a nascann na "
-"naisc leo"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"lean naisc chrua; cartlannaigh agus dumpáil na comhaid a nascann na naisc leo"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "AINM-BAILL"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "tosaigh ag ball AINM-BAILL sa chartlann"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "ná sábháil comhaid níos nuaí ná DÁTA-NÓ-COMHAD"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DÁTA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "déan comparáid le dáta/am modhnaithe"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "MODH"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "déan cúltaca sula scriostar, roghnaigh modh oibre maidir le leaganacha"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "TEAGHRÁN"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"déan cúltaca roimh bhaint, agus sáraigh an gnáth-iarmhír ('~' mura dtugtar é "
-"leis an athróg thimpeallachta SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Trasfhoirmiú ainmneacha comhaid:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "struipeáil UIMHIR comhpháirt tosaigh ó ainmneacha comhaid"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "SLONN"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"Úsáid ordú ionadaíochta SLONN, i bhformáid \"sed\", chun ainmneacha comhaid "
-"a thrasfhoirmiú"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Roghanna maidir le comhoiriúnú ainmneacha comhaid (cuirfear iad seo i "
-"bhfeidhm do phatrúin eisiata agus do phatrúin iniata araon):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "ná bí cásíogair"
-
-# subject is "exclude patterns"
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "comhoiriúnaíonn patrúin do thosach ainm an chomhaid"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "comhoiriúnaíonn patrúin tar éis gach `/' (réamhshocrú i gcás eisiata)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "dealaigh idir litreacha beaga/móra (réamhshocrú)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "úsáid saoróga (réamhshocrú do phatrúin eisiata)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "comhoiriúnú teaghráin carachtar ar charachtar"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "ní ghlacann saoróga le `/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "comhoiriúnaíonn saoróga do `/' (réamhshocrú le patrúin eisiata)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Aschur faisnéiseach:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "taispeáin gach comhad atá próiseáilte, go foclach"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "Rialú forscríofa:"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "cuir dul chun cinn ar taispeáint, gach UIMHIRú taifid (réamhshocrú 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "GNÍOMH"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "déan GNÍOMH ag gach seicphointe"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "taispeáin eolas mura bhfuil gach nasc dumpáilte"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "COMHARTHA"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"taispeáin líon iomlán na mbeart tar éis na cartlainne a phróiseáil; le "
-"hargóint - taispeáin líon iomlán na mbeart nuair a thugtar an COMHARTHA seo; "
-"Ceadaítear na comharthaí seo a leanas: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 agus "
-"SIGUSR2; glacfar leis na hainmneacha céanna gan an réimír SIG freisin"
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "taispeáin dátaí mionathraithe de réir UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "scríobh aschur foclach i gCOMHAD"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "taispeáin bloc sa chartlann le gach teachtaireacht"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "iarr deimhniú ar gach gníomh"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "taispeáin réamhshocruithe tar"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"agus á liostú nó á bhaint amach, taispeáin gach comhadlann nach bhfuil "
-"comhoiriúnaithe don chuardach"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "taispeáin ainmneacha comhaid/cartlainne i ndiaidh trasfhoirmithe"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STÍL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"socraigh stíl athfhriotail ainmneacha; féach thíos le haghaidh luachanna "
-"bailí do STÍL"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "cuir carachtair athfhriotail timpeall na carachtair ó TEAGHRÁN"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "ná húsáid comharthaí athfhriotail timpeall carachtair ó TEAGHRÁN"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Roghanna Comhoiriúnachta:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"is ionann le --old-archive le linn cruthaithe; is ionann le --no-same-owner "
-"le linn baint"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Roghanna eile:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "cuir bac ar úsáid de roghanna gurbh fhéidir leo a bheith urchóideach"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Ná tabhair ach ceann de na roghanna `-Acdtrux'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Roghanna contrártha comhbhrúite"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Comhartha anaithnid: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Comhad samplach dáta gan aimsiú"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Formáid dáta anaithnid; ag baint úsáid as %s in ionad %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Rogha %s: Ag caitheamh le dáta `%s' mar %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: léadh an liosta comhad cheana"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: tá carachtar nialasach sa chomhadainm a léadh"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "scag an chartlann le xz"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Argóintí bailí do roghanna --quoting-style:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Luachanna réamhshocraithe don tar *seo*:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Fachtóir bacainneach neamhbhailí"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Fad téipe neamhbhailí"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "Drochfhormáid incriminteach"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Níos mó ná spriocdháta amháin"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Leagan neamhbhailí ar fhormáid na ngannchomhad"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "ní thacaítear le --atime-preserve='system' ar an chóras seo"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "ní mór do luach --checkpoint a bheith ina slánuimhir"
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Grúpa neamhbhailí"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Mód neamhbhailí ar rogha"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Uimhir neamhbhailí"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Úinéir neamhbhailí"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"tá an rogha --preserve dulta i léig, bain úsáid as --preserve-permissions --"
-"preserve-order ina háit"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Méid taifid neamhbhailí"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Ní foláir méid taifid a bheith iolraí de %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Tá líon na mball neamhbhailí"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Ní cheadaítear ach aon rogha --to-command amháin"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Tá an argóint dlúis míchumtha: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Dlús anaithnid: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Níl na roghanna `-[0-7][lmh]' ar fáil sa leagan seo tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[COMHAD]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Tá gá le hargóint ar an seanrogha `%c'."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "tá an rogha --occurrence gan bhrí in éagmais liosta comhad"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "níl an rogha --occurrence ar fáil sa mhód iarrtha"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Ní foláir an rogha `-M' le níos mó ná cartlann amháin"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Ní féidir --listed-incremental a úsáid le --newer"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "Níl --preserve-order comhoiriúnach do --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Lipéad imleabhair rófhada (%lu beart ar a mhéad)"
-msgstr[1] "%s: Lipéad imleabhair rófhada (%lu bheart ar a mhéad)"
-msgstr[2] "%s: Lipéad imleabhair rófhada (%lu bheart ar a mhéad)"
-msgstr[3] "%s: Lipéad imleabhair rófhada (%lu mbeart ar a mhéad)"
-msgstr[4] "%s: Lipéad imleabhair rófhada (%lu beart ar a mhéad)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Ní féidir cartlanna le hiliomad imleabhair a fhíorú"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Ní féidir cartlanna comhbhrúite a fhíorú"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Ní féidir úsáid a bhaint as cartlanna il-ranna comhbhrúite"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Ní féidir cartlanna comhbhrúite a iarcheangal"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "níl an rogha --pax-option le fáil ach le cartlanna POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Ní cheadaítear fad an imleabhair a bheith níos lú ná an mhéid taifid"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "Níl --preserve-order comhoiriúnach do --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Ní chruthófar cartlann fholamh (go cladhartha)"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Níl na roghanna `-Aru' ar fáil in éineacht le `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Ní foláir rogha amháin de `-Acdtrux' ar a laghad"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Scor le stádas teipthe de bharr earráidí roimhe seo"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Chrap an comhad %s beart"
-msgstr[1] "%s: Chrap an comhad %s bheart"
-msgstr[2] "%s: Chrap an comhad %s bheart"
-msgstr[3] "%s: Chrap an comhad %s mbeart"
-msgstr[4] "%s: Chrap an comhad %s beart"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Tá an lorgfhocal %s anaithnid nó nach bhfuil sé curtha i bhfeidhm fós"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Stampa ama as raon"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Ní féidir an patrún %s a úsáid"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Ní féidir an lorgfhocal %s a shárú"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Ceanntásc míchumtha breisithe: fad ar iarraidh"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Fad an cheanntáisc breisithe as raon"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Fad %*s as raon sa cheanntásc breisithe"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Ceanntásc míchumtha breisithe: spás bán ar iarraidh tar éis an fhaid"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Ceanntásc míchumtha breisithe: sín chothroime ar iarraidh"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Ceanntásc míchumtha breisithe: líne nua ar iarraidh"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-"Lorgfhocal anaithnid `%s' sa cheanntásc breisithe; ag déanamh neamhshuim air"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Tá an péire a cruthaíodh (lorgfhocal/luach) rófhada (lorgfhocal=%s, fad=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Tá an ceanntásc breisithe %s=%s as raon %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Ceanntásc míchumtha breisithe: %s=%s neamhbhailí"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Ceanntásc míchumtha breisithe: %s=%s sa bhreis"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Ceanntásc míchumtha breisithe: %s neamhbhailí: bhíothas ag súil le "
-"teormharcóir %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Ceanntásc míchumtha breisithe: %s neamhbhailí: corruimhir de luachanna"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: teorainn ama neamhbhailí"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: gníomh anaithnid seicphointe"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "scríobh"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "léamh"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Seicphointe scríofa %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Seicphointe léimh %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"Láimhseálann genfile comhaid shonraí le haghaidh an tsratha tástála GNU "
-"paxutils.\n"
-"Is iad na ROGHANNA:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Roghanna - cruthú comhad:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "MÉID"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Cruthaigh comhad leis an MÉID seo"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Scríobh i gcomhad AINM, in ionad an ghnáth-aschuir"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Léigh ainmneacha comhaid ó COMHAD"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "Léann -T ainmneacha, foirceanta le NULanna"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Líon an comhad leis an PATRÚN sonraithe. Is é PATRÚN 'default' nó 'zeros'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Méid bhloic sa gannchomhad"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Cruthaigh gannchomhad. Tugtar an mapa comhaid ar an chuid eile de líne na n-"
-"orduithe."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "FRITHÁIREAMH"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Léim go dtí an FRITHÁIREAMH roimh scríobh na sonraí"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Roghanna - staitisticí comhaid"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Taispeáin inneachar an struct stat le haghaidh gach comhad sonraithe. "
-"FORMÁID réamhshocraithe: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Roghanna - feidhmiú sioncrónach:"
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [ROGHA...]"
-
-#: tests/genfile.c:164
-#, fuzzy
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Rith an tORDÚ sonraithe. Is áisiúil an rogha seo le --checkpoint agus ceann "
-"de --cut, --append, nó --touch"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Déan an gníomh sonraithe (féach thíos) nuair a shroichtear seicphointe UIMHIR"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Socraigh an dáta le haghaidh an chéad rogha --touch eile"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Taispeáin na seicphointí a ritheadh agus stádas scortha den ORDÚ"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Gníomhartha rite sioncrónaigh. Ritear iad seo nuair a shroichtear an uimhir "
-"sheicphointe a sonraíodh leis an rogha --checkpoint"
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Teasc COMHAD go dtí an mhéid a sonraíodh leis an rogha --length roimhe seo "
-"(nó teasc go dtí 0, mura sonraítear an rogha seo)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Iarcheangail MÉID beart le COMHAD. Tógtar MÉID ón rogha --length roimhe seo."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Nuashonraigh na hamanna rochtana/mionathraithe de CHOMHAD"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Rith ORDÚ"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Méid neamhbhailí: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Uimhir as raon: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Méid diúltach: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "theip ar stat(%s)"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "fad iarrtha %lu, fíorfhad %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "ní gannchomhad é an comhad cruthaithe"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Earráid agus uimhir á parsáil i ngar do `%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Formáid anaithnid ar an dáta"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGÓINTÍ...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "ní féidir `%s' a oscailt"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "ní féidir 'seek' a dhéanamh"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "tá carachtar nialasach sa chomhadainm"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"ní féidir gannchomhaid a chruthú ar an ngnáth-aschur; úsáid rogha --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "masc mícheart (i ngar do `%s')"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Réimse anaithnid `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "ní féidir an t-am a shocrú ar `%s'"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "ní féidir `%s' a oscailt"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "D'éirigh leis an ordú\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Theip ar an ordú le stádas %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Stopadh an t-ordú le comhartha %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Stopadh an t-ordú ar chomhartha %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Rinne an t-ordú córdhumpa\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Ordú críochnaithe\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "Tá ainmneacha comhaid de dhíth ar --stat"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Ní féidir an chomhadlann reatha a shábháil"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Ní féidir %s a athainmniú go %s"
-
-#~ msgid "suppress this warning."
-#~ msgstr "chun an rabhadh seo a mhúchadh."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: rogha neamhcheadaithe -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "%s á léamh\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Seol tuairiscí fabhtanna chuig <%s>.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "scag an chartlann le bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "scag an chartlann le gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "scag an chartlann le compress"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "scag an chartlann le lzma"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "scag an chartlann le lzop"
-
-#~ msgid "Input string too long"
-#~ msgstr "Teaghrán ionchurtha rófhada"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Earráid chomhréire in uimhir"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Ní féidir maolán a dháileadh\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Ní féidir maolán a dháileadh"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Bain triail as `%s --help' chun tuilleadh eolais a fháil.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Úsáid: %s [ROGHA]\n"
-#~ "Láimhseáil tiomántán téipe, agus glac le horduithe ó chianphróiseas.\n"
-#~ "\n"
-#~ "  --version  Taispeáin eolas faoin leagan.\n"
-#~ "  --help     Taispeáin an chabhair seo.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Earráid i bhfritháireamh 'seek'"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Comhadchríoch gan choinne"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Ní féidir biseach a dhéanamh i ndiaidh earráid: ag scor"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Rabhadh: níl an rogha -I ar fáil; ar mhaith leat -j nó -T?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Earráid; tobscor moillithe ó earráidí roimhe seo"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]UIMHIR"
-
-#~ msgid "block size"
-#~ msgstr "méid bloc"
-
-#~ msgid "%s: Read error at byte %s, reading %lu byte"
-#~ msgid_plural "%s: Read error at byte %s, reading %lu bytes"
-#~ msgstr[0] "%s: Earráid léimh ag beart %s, agus %lu beart á léamh"
-#~ msgstr[1] "%s: Earráid léimh ag beart %s, agus %lu bheart á léamh"
-#~ msgstr[2] "%s: Earráid léimh ag beart %s, agus %lu bheart á léamh"
-#~ msgstr[3] "%s: Earráid léimh ag beart %s, agus %lu mbeart á léamh"
-#~ msgstr[4] "%s: Earráid léimh ag beart %s, agus %lu beart á léamh"
-
-#~ msgid "--Mangled file names--\n"
-#~ msgstr "--Ainmneacha comhaid coscartha--\n"
-
-#~ msgid "Unexpected EOF in mangled names"
-#~ msgstr "Comhadchríoch gan choinne in ainmneacha coscartha"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Athainmníodh %s go %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Ní féidir nasc siombalach a dhéanamh le %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Nasctha %s le %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Ordú anaithnid díchoscartha %s"
-
-#~ msgid "Modification time (seconds) out of range"
-#~ msgstr "Am mionathraithe (soicindí) as raon"
-
-#~ msgid "Modification time (nanoseconds) out of range"
-#~ msgstr "Am mionathraithe (nanashoicindí) as raon"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Uimhir ghléis as raon"
-
-#~ msgid "Error reading time stamp"
-#~ msgstr "Earráid agus stampa ama á léamh"
-
-#~ msgid "same as -N"
-#~ msgstr "ar comhbhrí le -N"
-
-#~ msgid ""
-#~ "creating multi-volume archives in posix format requires using --tape-"
-#~ "length (-L) option"
-#~ msgstr ""
-#~ "Ní mór an rogha --tape-length (-L) a úsáid agus cartlanna il-imleabhair á "
-#~ "gcruthú i bhformáid posix"
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Ordú dramhaíola %c\n"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Ainm comhaid ar iarraidh i ndiaidh -C"
-
-#~ msgid "exclude patterns are plain strings"
-#~ msgstr "ná bain úsáid as saoróga i bpatrúin eisiata"
-
-#~ msgid "exclude patterns use wildcards (default)"
-#~ msgstr "bain úsáid as saoróga i bpatrúin (réamhshocrú)"
-
-#~ msgid "print total bytes written while creating archive"
-#~ msgstr "taispeáin líon na mbloc scríofa sa chartlann"
-
-#~ msgid ""
-#~ "When creating archive in verbose mode, list member names as stored in the "
-#~ "archive"
-#~ msgstr ""
-#~ "Agus cartlann á cruthú sa mhód foclach, taispeáin ainmneacha na mball "
-#~ "nuair a chuirtear iad sa chartlann"
-
-#~ msgid "Semantics of -l option will change in the future releases."
-#~ msgstr "Athróidh an bhrí den rogha -l i leaganacha amach anseo."
-
-#~ msgid "Please use --one-file-system option instead."
-#~ msgstr "Bain úsáid as --one-file-system ina ionad, le do thoil."
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Níl baránta AR BITH leis an gclár seo, an oiread atá ceadaithe de réir "
-#~ "dlí.\n"
-#~ "Is féidir leat á scaipeadh de réir na gcoinníollacha den GNU General "
-#~ "Public License;\n"
-#~ "Féach ar an chomhad `COPYING' chun tuilleadh eolais a fháil."
-
-#~ msgid "Quitting now."
-#~ msgstr "Á scor anois."
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "RABHADH: níl ceanntásc imleabhair ann"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Earráid le hainm fada infheicthe"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Earráid le hainm fada infheicthe"
-
-#~ msgid "don't change access times on dumped files"
-#~ msgstr "ná hathraigh amanna modhnaithe de chomhaid dhumpáilte"
-
-#~ msgid "extract permissions information"
-#~ msgstr "bain eolas faoina ceadanna"
-
-#~ msgid "do not extract permissions information"
-#~ msgstr "ná bain eolas faoina ceadanna"
-
-#~ msgid "dump instead the files symlinks point to"
-#~ msgstr "lean naisc shiombalacha le linn dumpála"
-
-#~ msgid "Print license and exit"
-#~ msgstr "Taispeáin an ceadúnas agus scoir"
-
-#~ msgid ""
-#~ "Based on the work of John Gilmore and Jay Fenlason. See AUTHORS\n"
-#~ "for complete list of authors.\n"
-#~ msgstr ""
-#~ "Bunaithe ar obair de John Gilmore agus Jay Fenlason.  Tá an liosta údar\n"
-#~ "ina iomláine ar fáil sa chomhad AUTHORS.\n"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Rabhadh: níl an rogha -y ar fáil; ar mhaith leat -j?"
-
-#~ msgid "Error in writing to standard output"
-#~ msgstr "Earráid le linn scríobh ar aschur caighdeánach"
diff --git a/po/gl.gmo b/po/gl.gmo
deleted file mode 100644 (file)
index e19d23b..0000000
Binary files a/po/gl.gmo and /dev/null differ
diff --git a/po/gl.po b/po/gl.po
deleted file mode 100644 (file)
index a7b0e3b..0000000
--- a/po/gl.po
+++ /dev/null
@@ -1,3473 +0,0 @@
-# Galician translation of GNU tar.
-# Copyright (C) 2002 Free Software Foundation, Inc.
-# Jacobo Tarrío Barreiro <jtarrio@iname.com>, 2002.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.13.25\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2002-03-26 19:17+0100\n"
-"Last-Translator: Jacobo Tarrío Barreiro <jtarrio@iname.com>\n"
-"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
-"Language: gl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argumento %s non válido para %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argumento %s ambiguo para %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Os argumentos válidos son:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Emprego: %s [OPCIÓN]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Escriba '%s --help' para máis información.\n"
-
-#: gnu/argp-help.c:1710
-#, fuzzy, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"\n"
-"Informe dos erros no programa a <bug-tar@gnu.org>.\n"
-"Informe dos erros na traducción a <proxecto@trasno.net>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Erro do sistema descoñecido"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: a opción \"%s\" precisa dun argumento\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: a opción \"%s\" é ambigua\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: a opción \"--%s\" non admite un argumento\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: a opción \"%c%s\" non admite un argumento\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: a opción \"%s\" precisa dun argumento\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opción \"--%s\" non recoñecida\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opción \"%c%s\" non recoñecida\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opción non válida -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: a opción precisa dun argumento -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: a opción \"-W %s\" é ambigua\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: a opción \"-W %s\" non admite un argumento\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: a opción \"%s\" precisa dun argumento\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memoria esgotada"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Non se puido obte-lo directorio actual"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Non se pode armacena-lo directorio de traballo"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "\""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "\""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Escrito por François Pinard"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Escrito por François Pinard"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Escrito por François Pinard"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Informe dos erros no programa a <bug-tar@gnu.org>.\n"
-"Informe dos erros na traducción a <proxecto@trasno.net>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Informe dos erros no programa a <bug-tar@gnu.org>.\n"
-"Informe dos erros na traducción a <proxecto@trasno.net>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Non se pode %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Aviso: Non se pode %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Non se pode cambia-lo modo a %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Non se pode cambia-la propiedade ao uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Non se pode libar a %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Erro de lectura no byte %s, lendo %lu bytes"
-msgstr[1] "%s: Erro de lectura no byte %s, lendo %lu bytes"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Aviso: Erro de lectura no byte %s, lendo %lu bytes"
-msgstr[1] "%s: Aviso: Erro de lectura no byte %s, lendo %lu bytes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Non se pode saltar a %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Aviso: Non se pode saltar a %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Non se pode crear unha ligazón simbólica a %s"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Graváronse só %lu de %lu bytes"
-msgstr[1] "%s: Graváronse só %lu de %lu bytes"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Eliminadndo o \"%.*s\" inicial dos nomes dos membros"
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Eliminadndo o \"%.*s\" inicial dos nomes dos membros"
-
-#: lib/paxnames.c:169
-#, fuzzy
-msgid "Substituting `.' for empty member name"
-msgstr "Eliminadndo o \"%.*s\" inicial dos nomes dos membros"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Servicio non dispoñible"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "entrada estándar"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "saída estándar"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Non se pode executar un intérprete de comandos remoto"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Dirección de desprazamento fóra de rango"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Proporcionouse na opción un modo non válido"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Marca de tempo non válida"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Desprazamento fóra de rango"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Lonxitude da fita non válida"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Desprazamento fóra de rango"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Fin de ficheiro prematura\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "%s: opción non válida -- %c\n"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Fin de ficheiro inesperado nos nomes alterados"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "Non se puido abrir %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Comando lixo"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Isto non semella un arquivo tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Bytes totais escritos: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Bytes totais escritos: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(canalización)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Valor non válido para record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Non se proporcionou o nome do arquivo"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Non se poden verifica-los arquivos da entrada/saída estándar"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Non se poden actualiza-los arquivos comprimidos"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "No comezo da cinta, saíndo agora"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Demasiados erros, saíndo"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Tamaño do rexistro = %lu bloques"
-msgstr[1] "Tamaño do rexistro = %lu bloques"
-
-#: src/buffer.c:913
-#, fuzzy, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloque desaliñado (%lu bytes) no arquivo"
-msgstr[1] "Bloque desaliñado (%lu bytes) no arquivo"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Non se pode recuar no arquivo; pode ser ilexible sen -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: contén un número de volume non válido"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Desbordamento no número de volume"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Prepare o volume #%d para %s e prema enter: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Chegouse á fin de ficheiro onde se esperaba unha resposta do usuario"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "AVISO: O arquivo está incompleto"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [nome]   Dar un novo nome de ficheiro para os seguintes volumes\n"
-" q          Abortar tar\n"
-" !          Executar outro intérprete de comandos\n"
-" ?          Amosar esta lista\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Non hai novos volumes; saíndo.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "O comando \"%s\" fallou"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s non continúa neste volume"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s non continúa neste volume"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s ten un tamaño incorrecto (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Este volume está fora da secuencia"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "O arquivo non está etiquetado para coincidir con %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "O volume %s non coincide con %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "A fin do ficheiro (EOF) do arquivo %s non se atopa no límite do bloque"
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "So se puido ler %lu de %lu bytes"
-msgstr[1] "So se puido ler %lu de %lu bytes"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "O contido é diferente"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Fin de ficheiro inesperado no arquivo"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "O tipo de ficheiro é diferente"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "O modo é diferente"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Os uid son diferentes"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Os gid son diferentes"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "A data de modificación é diferente"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "O tamaño é diferente"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Non ligado a %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "A ligazón simbólica é diferente"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "O número de dispositivo é diferente"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificar "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: Tipo de ficheiro \"%c\" descoñecido; trátase coma un ficheiro normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "FALLO NA VERIFICACION: detectáronse %d cabeceiras non válidas"
-msgstr[1] "FALLO NA VERIFICACION: detectáronse %d cabeceiras non válidas"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "valor %s fóra do rango de %s %s..%s; substituíndo %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "valor %s fóra do rango de %s %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Xerando cabeceiras octais negativas"
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: ficheiro sen cambios; non se envorca"
-
-#: src/create.c:622
-#, fuzzy, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: ficheiro sen cambios; non se envorca"
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: ficheiro sen cambios; non se envorca"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: O ficheiro encolleu %s bytes; enchendo con ceros"
-msgstr[1] "%s: O ficheiro encolleu %s bytes; enchendo con ceros"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: o ficheiro está nun sistema de ficheiros diferente; non se envorca"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-#, fuzzy
-msgid "contents not dumped"
-msgstr " (memoria volcada)"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tipo de ficheiro descoñecido; ignórase este ficheiro"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " ligazón a %s\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: ficheiro sen cambios; non se envorca"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: o ficheiro é o arquivo; non se envorca"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: o ficheiro cambiou mentres se lía"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: ignórase o socket"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: ignórase a porta"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Pasando á seguinte cabeceira"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Borrando o que non sexan cabeceiras do arquivo"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: a marca de tempo %s está %lu segundos no futuro"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Inconsistencia inesperada ao crea-lo directorio"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Renomeouse o directorio antes de poder estrae-lo seu estado"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extraendo os ficheiros contiguos coma ficheiros normais"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Tentando extrae-las ligazóns simbólicas coma ligazóns duras"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Non se pode extraer -- o ficheiro é continuación doutro volume"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Fin de ficheiro (EOF) inesperado no arquivo"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr ""
-"%s: Tipo de ficheiro \"%c\" descoñecido, extraéndoo coma ficheiro normal"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Non se puido copiar este ficheiro"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Non se pode renomear a %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Renomeouse o directorio"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Renomeouse o directorio"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: O directorio é novo"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Marca de tempo non válida"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Proporcionouse na opción un modo non válido"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Número de dispositivo non válido"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Número de inode non válido"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-#, fuzzy
-msgid "Read error in snapshot file"
-msgstr "Erro de lectura en %s"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Fin de ficheiro (EOF) inesperado no arquivo"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-#, fuzzy
-msgid "Unexpected field value in snapshot file"
-msgstr "Fin de ficheiro (EOF) inesperado no arquivo"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Non se pode reservar memoria para o factor de bloqueo %d"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, fuzzy, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: o ficheiro está nun sistema de ficheiros diferente; non se envorca"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Borrando %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Non se pode eliminar"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Omitíndoo"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloque %s: ** Bloque de nulos **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloque %s: ** Fin de Ficheiro **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloque %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-"Atopáronse espacios na cabeceira onde se esperaba un valor númerico de %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"O valor octal do arquivo %.*s está fóra do rango de %s; suponse complemento "
-"a 2"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "O valor octal do arquivo %.*s está fóra do rango de %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "O arquivo contén cabeceiras base-64 obsoletas"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "A cadea base-64 asinada do arquivo %s está fóra do rango de %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "O valor base-256 do arquivo está fóra do rango de %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "O arquivo contén %.*s onde se esperaba un valor numérico de %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "O valor do arquivo %s está fóra do rango de %s %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " ligazón a %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " Tipo de ficheiro %s descoñecido\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Cabeceira de Volume--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continúa no byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Creando o directorio:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Non se pode cambia-lo directorio de traballo"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Renomeando %s a %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Non se pode renomear a %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Renomeando %s a %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Ficheiro eliminado antes da súa lectura"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Ficheiro eliminado antes da súa lectura"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proceso fillo"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "canle interproceso"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Non atopado no arquivo"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Non atopado no arquivo"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "O arquivo non está etiquetado para coincidir con %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "As opcións \"-%s\" e \"-%s\" precisan da entrada estándar"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Grupo non válido"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Quérense as características de GNU no formato de arquivo incompatible"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"\n"
-"Emprego: %s [OPCIÓN]... [FICHEIRO]...\n"
-"\n"
-"Exemplos:\n"
-"  %s -cf arquivo.tar pepe xoan # Crear arquivo.tar dos ficheiros pepe e "
-"xoan.\n"
-"  %s -tvf arquivo.tar          # Listar tódolos ficheiros de arquivo.tar\n"
-"                               # dando moitos datos\n"
-"  %s -xf arquivo.tar           # Extraer tódolos ficheiros de arquivo.tar.\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"\n"
-"O sufixo de copia de seguridade é \"~\", agás se se cambia con --suffix ou\n"
-"SIMPLE_BACKUP_SUFFIX. O control de versións pode estabrecerse con --backup "
-"ou\n"
-"VERSION_CONTROL, os valores son:\n"
-"\n"
-"  t, numbered     crea copias de seguridade numeradas\n"
-"  nil, existing   numera se existen copias de seguridade numeradas\n"
-"  never, simple   sempre fai copias de seguridade sinxelas\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Fin de ficheiro inesperado no arquivo"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-#, fuzzy
-msgid "remove files after adding them to the archive"
-msgstr "Borrando a especificación de unidade dos nomes do arquivo"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-#, fuzzy
-msgid "extract files to standard output"
-msgstr "Erro ao gravar na saída estándar"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Non se pode verifica-los arquivos multi-volume"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Arquivar da entrada estándar"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Opcións de compresión conflictivas"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "Non se puido escribir no programa de compresión"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "Non se puido escribir no programa de compresión"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Non se pode cambia-lo directorio de traballo"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Eliminadndo o \"%.*s\" inicial dos nomes dos membros"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "O volume %s non coincide con %s"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Proporcionouse na opción un modo non válido"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-#, fuzzy
-msgid "ask for confirmation for every action"
-msgstr "Non se puido le-la confirmación do usuario"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Non pode especificar máis dunha das opcións \"-Acdtrux\""
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Opcións de compresión conflictivas"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " Tipo de ficheiro %s descoñecido\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Non se atopou o ficheiro de data"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Substituíndo o formato de data descoñecido %2$s por %1$s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: o ficheiro é o arquivo; non se envorca"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "%s: o ficheiro é o arquivo; non se envorca"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Factor de bloqueo non válido"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Lonxitude da fita non válida"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Máis dunha data de umbral"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Grupo non válido"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Proporcionouse na opción un modo non válido"
-
-#: src/tar.c:1912
-#, fuzzy
-msgid "Invalid number"
-msgstr "Número de inode non válido"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Propietario non válido"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Tamaño de rexistro non válido"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "O tamaño do rexistro debe ser múltiplo de %d."
-
-#: src/tar.c:2019
-#, fuzzy
-msgid "Invalid number of elements"
-msgstr "Lonxitude da fita non válida"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, fuzzy, c-format
-msgid "Unknown density: `%c'"
-msgstr "Patrón descoñecido `%s'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opcións `-[0-7][lmh]' non soportadas por *este* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "A antiga opción \"%c\" precisa dun argumento."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Varios ficheiros de arquivo requiren a opción \"-M\""
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Non se pode combinar --listed-incremental con --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, fuzzy, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: A etiqueta do volume é longa de máis (o límite é %lu bytes)"
-msgstr[1] "%s: A etiqueta do volume é longa de máis (o límite é %lu bytes)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Non se pode verifica-los arquivos multi-volume"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Non se poden verifica-los arquivos comprimidos"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Non se poden empregar arquivos comprimidos multi-volume"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Non se poden actualiza-los arquivos comprimidos"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "De xeito cobarde rexéitase crear un ficheiro baleiro"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "As opcións \"-Aru\" son incompatibles con \"-f -\""
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Debe especificar unha das opcións \"-Acdtrux\""
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: O ficheiro encolleu %s bytes"
-msgstr[1] "%s: O ficheiro encolleu %s bytes"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Marca de tempo fóra de rango"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "A cadea base-64 asinada do arquivo %s está fóra do rango de %s"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "O valor do arquivo %s está fóra do rango de %s %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Grupo non válido"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Punto de control de escritura %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Punto de control de lectura %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Xera-los ficheiros de datos para a suite de probas de GNU tar.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Opcións de compresión conflictivas"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "Erro ao gravar na saída estándar"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Emprego: %s [OPCIÓN]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-#, fuzzy
-msgid "Update the access and modification times of FILE"
-msgstr "%s: Non se puido cambia-la hora de acceso e modificación"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Marca de tempo non válida"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Número de inode fóra de rango"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Erro do sistema descoñecido"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, fuzzy, c-format
-msgid "cannot open `%s'"
-msgstr "Non se puido abrir %s"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Non se pode pechar"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr "Patrón descoñecido `%s'"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "Non se puido evalua-lo ficheiro %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "Non se puido abrir %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "O fillo morreu co sinal %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Nomes de ficheiro alterados--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Non se pode armacena-lo directorio de traballo"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Non se pode renomear a %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: opción non admitida -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Lendo %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Informe dos erros no programa a <bug-tar@gnu.org>.\n"
-#~ "Informe dos erros na traducción a <proxecto@trasno.net>.\n"
-
-#, fuzzy
-#~ msgid "filter the archive through compress"
-#~ msgstr "%s: o ficheiro é o arquivo; non se envorca"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "%s: o ficheiro é o arquivo; non se envorca"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "%s: o ficheiro é o arquivo; non se envorca"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Non se pode reservar espacio para o buffer\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Non se pode reservar espacio para o buffer"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Escriba '%s --help' para máis información.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Emprego: %s [OPCIÓN]\n"
-#~ "Manipula unha unidade de fita, aceptando comandos dun proceso remoto.\n"
-#~ "\n"
-#~ "  --version  Amosar información da versión.\n"
-#~ "  --help  Amosar esta axuda.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Desprazamento fóra de rango"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Fin de ficheiro prematura"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "O erro non é recuperable: sáese agora"
-
-#~ msgid "block size"
-#~ msgstr "tamaño de bloque"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Non se pode duplicar"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Non se pode empregar arquivos comprimidos ou remotos"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (fillo)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (neto)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "AVISO: Non hai unha cabeceira de volume"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "O fillo devolveu o estado %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Os nomes dos membros conteñen \"..\""
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: O nome do membro contén \"..\""
-
-#~ msgid "Visible long name error"
-#~ msgstr "Erro no nome longo visible"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Número de dispositivo fóra de rango"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Erro de nome longo visible"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Renomeado %s a %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Non se pode crear unha ligazón simbólica a %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Creada unha ligazón simbólica de %s a %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Comando de corrección %s descoñecido"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Falta o nome de ficheiro despois de -C"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Este programa vén SEN GARANTÍA, ata o permitido pola lei. Pode "
-#~ "redistribuílo\n"
-#~ "baixo os termos da Licencia Pública Xeral de GNU; vexa o ficheiro "
-#~ "chamado\n"
-#~ "COPYING para máis detalles."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Comando lixo %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU `tar' armacena varios ficheiros xuntos nun só arquivo en fita ou "
-#~ "disco, e\n"
-#~ "pode restaurar ficheiros individuais do arquivo.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Se unha opción longa ten un argumento obrigatorio, tamén o é para a\n"
-#~ "opción curta equivalente. A mesma regra para os argumentos opcionais.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modo de operación principal:\n"
-#~ "  -t, --list              lista o contido dun arquivo\n"
-#~ "  -x, --extract, --get    extrae ficheiros dun arquivo\n"
-#~ "  -c, --create            crea un novo arquivo\n"
-#~ "  -d, --diff, --compare   busca diferencias entre o arquivo e o sistema\n"
-#~ "                          de ficheiros\n"
-#~ "  -r, --append            engade ficheiros na fin do arquivo\n"
-#~ "  -u, --update            só engade ficheiros máis novos cá copia do "
-#~ "arquivo\n"
-#~ "  -A, --catenate          engade ficheiros tar a un arquivo\n"
-#~ "      --concatenate       igual que -A\n"
-#~ "      --delete            borra do arquivo (¡non en fitas!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modificadores de operación:\n"
-#~ "  -W, --verify               tenta verifica-lo arquivo despois de "
-#~ "escribilo\n"
-#~ "      --remove-files         borra os ficheiros despois de engadilos no "
-#~ "arquivo\n"
-#~ "  -k, --keep-old-files       non sobrescribe ficheiros existentes ao "
-#~ "extraer\n"
-#~ "      --overwrite            sobrescribe os ficheiros existentes ao "
-#~ "extraer\n"
-#~ "      --overwrite            sobrescribe metadatos dos directorios ao "
-#~ "extraer\n"
-#~ "  -U, --unlink-first         borra cada ficheiro antes de extraer sobre "
-#~ "el\n"
-#~ "      --recursive-unlink     borra a árbore de directorios antes de "
-#~ "extraer\n"
-#~ "  -S, --sparse               manexa eficientemente os ficheiros "
-#~ "dispersos\n"
-#~ "  -O, --to-stdout            extrae os ficheiros á saída estándar\n"
-#~ "  -G, --incremental          trata os antigos arquivos incrementais GNU\n"
-#~ "  -g, --listed-incremental   trata os novos arquivos incrementais GNU\n"
-#~ "      --ignore-failed-read   non saír con erro polos ficheiros ilexibles\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Manexo dos atributos dos ficheiros:\n"
-#~ "      --owner=NOME             forza NOME coma dono dos ficheiros "
-#~ "engadidos\n"
-#~ "      --group=NOME             forza NOME como grupo dos ficheiros "
-#~ "engadidos\n"
-#~ "      --mode=CAMBIOS           forza o modo CAMBIOS para os ficheiros "
-#~ "engadidos\n"
-#~ "      --atime-preserve         non cambia as datas de acceso dos "
-#~ "ficheiros\n"
-#~ "  -m, --modification-time      non extrae a data de modificación dos "
-#~ "ficheiros\n"
-#~ "      --same-owner             tenta extrae-los ficheiros co mesmo "
-#~ "propietario\n"
-#~ "      --no-same-owner          extrae-los ficheiros coma o usuario "
-#~ "actual\n"
-#~ "      --numeric-owner          sempre usa números para os nomes de dono/"
-#~ "grupo\n"
-#~ "  -p, --same-permissions       extrae toda a información dos permisos\n"
-#~ "      --no-same-permissions    non extrae a información dos permisos\n"
-#~ "      --preserve-permissions   igual que -p\n"
-#~ "  -s, --same-order             ordea os nomes a extraer igual que os do "
-#~ "arquivo\n"
-#~ "      --preserve-order         igual que -s\n"
-#~ "      --preserve               igual que -p e -s ao mesmo tempo\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selección e cambio de dispositivo:\n"
-#~ "  -f, --file=ARQUIVO             usa o ficheiro ou o dispositivo ARQUIVO\n"
-#~ "      --force-local              arquivo local incluso cun signo de dous "
-#~ "puntos\n"
-#~ "      --rsh-command=COMANDO      emprega-lo COMANDO remoto no canto de "
-#~ "rsh\n"
-#~ "  -[0-7][lmh]                    especificar unidade e densidade\n"
-#~ "  -M, --multi-volume             crear/listar/extraer un arquivo multi-"
-#~ "volume\n"
-#~ "  -L, --tape-length=NUM          cambia-la fita tras gravar NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FICH         executa-lo script tras cada fita "
-#~ "(implica -M)\n"
-#~ "      --new-volume-script=FICH   o mesmo que -F FICH\n"
-#~ "      --volno-file=FICH          usar/actualizar o número de volume en "
-#~ "FICH\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Bloqueo dos dispositivos:\n"
-#~ "  -b, --blocking-factor=BLOQUES  BLOQUES x 512 bytes por rexistro\n"
-#~ "      --record-size=TAM          TAM bytes por rexistro, múltiplo de 512\n"
-#~ "  -i, --ignore-zeros             ignora-los bloques de ceros do arquivo\n"
-#~ "  -B, --read-full-records        cambia-lo factor de blocaxe mentres se "
-#~ "le\n"
-#~ "\t\t\t         (para canalizacións 4.2BSD)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selección do formato do arquivo:\n"
-#~ "  -V, --label=NOME                   crear un arquivo co nome de volume "
-#~ "NOME\n"
-#~ "              PATRÓN                 ao listar/extraer, emprega-lo "
-#~ "PATRÓN\n"
-#~ "  -o, --old-archive, --portability   escribir un arquivo con formato V7\n"
-#~ "      --posix                        escribir un arquivo con formato "
-#~ "POSIX\n"
-#~ "  -j, --bzip2                        filtra-lo arquivo por bzip2\n"
-#~ "  -z, --gzip, --ungzip               filtra-lo arquivo por gzip\n"
-#~ "  -Z, --compress, --uncompress       filtra-lo arquivo por compress\n"
-#~ "      --use-compress-program=PROG    filtra-lo arquivo polo PROGrama\n"
-#~ "                                       (debe aceptar -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selección de ficheiros locais:\n"
-#~ "  -C, --directory=DIR          cambiar ó directorio DIR\n"
-#~ "  -T, --files-from=FICH        obte-los nomes a extraer ou engadir do "
-#~ "FICHeiro\n"
-#~ "      --null                   -T le nomes terminados en nulo, desactiva -"
-#~ "C\n"
-#~ "      --exclude=PATRÓN         excluir ficheiros, dados coma un PATRÓN\n"
-#~ "  -X, --exclude-from=FICH      patróns de exclusión listados no FICHeiro\n"
-#~ "      --anchored               os patróns de exclusión encaixan no "
-#~ "principio\n"
-#~ "                                 do nome do ficheiro (por defecto)\n"
-#~ "      --no-anchored            os patróns de exclusión encaixan despois "
-#~ "de /\n"
-#~ "      --ignore-case            exclusión que ignora maiúsculas/"
-#~ "minúsculas\n"
-#~ "      --no-ignore-case         exclusión que distingue maiúsculas/"
-#~ "minúsculas\n"
-#~ "      --wildcards              os patróns de exclusión empregan comodíns\n"
-#~ "      --wildcards-match-slash  os patróns de exclusión encaixan en / "
-#~ "(def.)\n"
-#~ "      --no-wildcards-match-slash  os patróns de exclusión non encaixan "
-#~ "en /\n"
-#~ "  -P, --absolute-names         non elimina-las / iniciais dos nomes de "
-#~ "ficheiro\n"
-#~ "  -h, --dereference            envorca-los ficheiros aos que levan as "
-#~ "ligazóns\n"
-#~ "      --no-recursion           evita-lo descenso pola árbore de "
-#~ "directorios\n"
-#~ "  -l, --one-file-system        quedar no sistema de ficheiros local\n"
-#~ "                                 ao crea-lo arquivo\n"
-#~ "  -K, --starting-file=NOME     comeza-lo arquivo polo ficheiro NOME\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATA             gravar só os ficheiros posteriores á DATA\n"
-#~ "      --newer-mtime            comparar data e hora só cando cambien os "
-#~ "datos\n"
-#~ "      --after-date=DATA        o mesmo que -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]       copiar antes de borrar, escoller control\n"
-#~ "                                 de versións\n"
-#~ "      --suffix=SUFIXO          copiar antes de borrar, ignora-lo sufixo "
-#~ "normal\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Mensaxes informativas:\n"
-#~ "      --help            amosar esta axuda e saír\n"
-#~ "      --version         amosa-lo número de versión de tar e saír\n"
-#~ "  -v, --verbose         lista-los ficheiros procesados\n"
-#~ "      --checkpoint      escribi-los nomes dos directorios ao le-lo "
-#~ "arquivo\n"
-#~ "      --totals          indica-los bytes totais escritos ao crea-lo "
-#~ "arquivo\n"
-#~ "  -R, --block-number    amosa-lo número do bloque no arquivo en cada "
-#~ "mensaxe\n"
-#~ "  -w, --interactive     pedir confirmación para cada acción\n"
-#~ "      --confirmation    o mesmo que -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar non pode ler nin producir arquivos `--posix'. Se a variable de\n"
-#~ "ambiente POSIXLY_CORRECT existe, as extensións GNU quedan desactivadas "
-#~ "coa\n"
-#~ "opción `--posix'.\n"
-#~ "\n"
-#~ "O soporte de POSIX está só parcialmente implementado, non se fíe dela "
-#~ "aínda.\n"
-#~ "ARQUIVO pode ser un FICHEIRO, SERVIDOR:FICHEIRO ou USUARIO@SERVIDOR:"
-#~ "FICHEIRO;\n"
-#~ "DATA pode ser unha data textual ou un nome de ficheiro que comeza por \"/"
-#~ "\" ou\n"
-#~ "\".\"; neste caso emprégase a data do ficheiro.\n"
-#~ "As opcións por defecto *deste* tar son \"-f%s -b%d\".\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Opción obsoleta, agora implicada por --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Nome de opción obsoleta substituído por --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Nome de opción obsoleta substituído por --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Aviso: a opción -I non está soportada; ¿quería dicir -j ou -T?"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Nome de opción obsoleta substituído por --touch"
-
-#~ msgid "Conflicting archive format options"
-#~ msgstr "Opcións de formato de arquivo conflictivas"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Nome de opción obsoleta substituído por --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Nome de opción obsoleta substituído por --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Aviso: a opción -y non está soportada; ¿quería dicir -j?"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Nome de opción obsoleta substituído por --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Escrito por John Gilmore e Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Saída por erro retrasada dos erros anteriores"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Se unha opción longa ten un argumento obrigatorio, tamén o é para a "
-#~ "opción\n"
-#~ "curta equivalente.\n"
-#~ "\n"
-#~ "  -l, --file-length=LONXIT   LONXITude do ficheiro xerado\n"
-#~ "  -p, --pattern=PATRÓN       PATRÓN é \"default\" ou \"zeros\"\n"
-#~ "      --help                 amosar esta axuda e saí\n"
-#~ "      --version              amosar información sobre a versión e saír\n"
-
-#~ msgid "Cannot close descriptor %d"
-#~ msgstr "Non se puido cerra-lo descriptor %d"
-
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "Non se puido duplicar %s"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "Non se puido crear unha canalización"
-
-#~ msgid "Cannot fork"
-#~ msgstr "Non se puido bifurcar"
-
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(fillo) Canalizar da entrada estándar"
-
-#~ msgid "Cannot open archive %s"
-#~ msgstr "Non se puido abri-lo arquivo %s"
-
-#~ msgid "Archive to stdout"
-#~ msgstr "Arquivar á saída estándar"
-
-#~ msgid "Cannot exec %s"
-#~ msgstr "Non se puido executar %s"
-
-#~ msgid "Child cannot fork"
-#~ msgstr "O fillo non puido ser bifurcado"
-
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((fillo)) Canalizar á saída estándar"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(neto) Canalizar da entrada estándar"
-
-#~ msgid "Cannot read from compression program"
-#~ msgstr "Non se puido ler dende o programa de compresión"
-
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(fillo) Canalizar á saída estándar"
-
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((fillo)) Canalización da entrada estándar"
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(neto) Canalización á saída estándar"
-
-#~ msgid "Write to compression program short %d bytes"
-#~ msgstr "Quedan %d bytes por escribir ao programa de compresión"
-
-#~ msgid "Only wrote %u of %u bytes to %s"
-#~ msgstr "Só escritos %u dun total de %u bytes en %s"
-
-#~ msgid "Only read %d bytes from archive %s"
-#~ msgstr "So lidos %d bytes do arquivo %s"
-
-#~ msgid "WARNING: Cannot close %s (%d, %d)"
-#~ msgstr "ATENCIÓN: Non se puido cerrar %s (%d, %d)"
-
-#~ msgid "Cannot fork!"
-#~ msgstr "¡Non se puido bifurcar!"
-
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "Non se puido executar un intérprete de comandos %s"
-
-#~ msgid "Removing leading `/' from absolute path names in the archive"
-#~ msgstr "Borrando o caracter '/' inicial das rutas absolutas do arquivo"
-
-#~ msgid "Wrote %ld of %ld bytes to file %s"
-#~ msgstr "Escritos %ld de %ld bytes no ficheiro %s"
-
-#~ msgid "Amount actually written is (I hope) %d.\n"
-#~ msgstr "Actualmente escritos (espero) %d.\n"
-
-#~ msgid "Cannot add file %s"
-#~ msgstr "Non se puido engadi-lo ficheiro %s"
-
-#~ msgid "Cannot add directory %s"
-#~ msgstr "Non se puido engadi-lo directorio %s"
-
-#~ msgid "Cannot open directory %s"
-#~ msgstr "Non se puido abri-lo directorio %s"
-
-#~ msgid "File name %s%s too long"
-#~ msgstr "O nome do ficheiro %s%s é demasiado longo"
-
-#~ msgid "Could not allocate memory for diff buffer of %d bytes"
-#~ msgstr ""
-#~ "Non se puido reservar memoria para un buffer de diferencias de %d bytes"
-
-#~ msgid "Data differs"
-#~ msgstr "Datos diferentes"
-
-#~ msgid "File does not exist"
-#~ msgstr "O ficheiro non existe"
-
-#~ msgid "Not a regular file"
-#~ msgstr "Non é un ficheiro normal"
-
-#~ msgid "Error while closing %s"
-#~ msgstr "Erro mentres se cerraba %s"
-
-#~ msgid "Does not exist"
-#~ msgstr "Non existe"
-
-#~ msgid "No such file or directory"
-#~ msgstr "Non se atopa o ficheiro ou directorio"
-
-#~ msgid "Mode or device-type changed"
-#~ msgstr "O modo ou o tipo do dispositivo cambiaron"
-
-#~ msgid "No longer a directory"
-#~ msgstr "Xa non é un directorio"
-
-#~ msgid "Cannot open file %s"
-#~ msgstr "Non se puido abrir o ficheiro %s"
-
-#~ msgid "Cannot seek to %ld in file %s"
-#~ msgstr "No se puido posicionar en %ld no ficheiro %s"
-
-#~ msgid "Could not rewind archive file for verify"
-#~ msgstr "Non se puido rebobinar-lo ficheiro de arquivo para verificar"
-
-#~ msgid "Could not re-position archive file"
-#~ msgstr "Non se puido reposicionar o ficheiro de arquivo"
-
-#~ msgid "%s: Cannot lchown to uid %d gid %d"
-#~ msgstr "%s: Non se puido facer lchown a uid %d e gid %d"
-
-#~ msgid "%s: Cannot chown to uid %d gid %d"
-#~ msgstr "%s: Non se puido facer chown a uid %d e gid %d"
-
-#~ msgid "%s: Could not write to file"
-#~ msgstr "%s: Non se puido escribir no ficheiro"
-
-#~ msgid "%s: Could not create file"
-#~ msgstr "%s: Non se puido crea-lo ficheiro"
-
-#~ msgid "%d at %d\n"
-#~ msgstr "%d a %d\n"
-
-#~ msgid "%s: Error while closing"
-#~ msgstr "%s: Erro pechando"
-
-#~ msgid "%s: Could not link to `%s'"
-#~ msgstr "%s: Non se puido enlazar a %s"
-
-#~ msgid "%s: Could not make node"
-#~ msgstr "%s: Non se puido facer un nodo"
-
-#~ msgid "%s: Could not make fifo"
-#~ msgstr "%s: Non se puido facer un fifo"
-
-#~ msgid "%s: Could not create directory"
-#~ msgstr "%s: No se puido crear un directorio"
-
-#~ msgid "Added write and execute permission to directory %s"
-#~ msgstr "Engadidos permisos de lectura e escritura ó directorio %s"
-
-#~ msgid "Could not get current directory: %s"
-#~ msgstr "Non se puido obte-lo directorio actual: %s"
-
-#~ msgid "File name %s/%s too long"
-#~ msgstr "O nome de ficheiro %s/%s é demasiado longo"
-
-#~ msgid "Cannot chdir to %s"
-#~ msgstr "Non se puido ir ao directorio %s"
-
-#~ msgid "Error while deleting %s"
-#~ msgstr "Erro durante o borrado de %s"
-
-#~ msgid "Hmm, this doesn't look like a tar archive"
-#~ msgstr "Hum, isto non semella un arquivo tar"
-
-#~ msgid "Skipping to next file header"
-#~ msgstr "Pasando á seguinte cabeceira de ficheiro"
-
-#~ msgid "EOF in archive file"
-#~ msgstr "Fin de ficheiro (EOF) no ficheiro de arquivo"
-
-#~ msgid "Only wrote %ld of %ld bytes to file %s"
-#~ msgstr "Só se escribiron %ld de %ld bytes no ficheiro %s"
-
-#~ msgid ""
-#~ "\n"
-#~ "Usage: %s [OPTION]... [FILE]...\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Uso: %s [[OPTION]... [FICHEIRO]...\n"
-
-#~ msgid "Invalid group given on option"
-#~ msgstr "Grupo incorrecto dado na opción"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, "
-#~ "Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, "
-#~ "Inc.\n"
-
-#~ msgid ""
-#~ "This is free software; see the source for copying conditions.  There is "
-#~ "NO\n"
-#~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
-#~ "PURPOSE.\n"
-#~ msgstr ""
-#~ "Iso é software libre; vexa o código fonte para as condicións de copia. "
-#~ "NON hai\n"
-#~ "garantía; nin sequera de MERCABILIDADE ou IDONEIDADE PARA UNHA FIN "
-#~ "PARTICULAR.\n"
-
-#~ msgid "Read error at byte %ld reading %d bytes in file %s"
-#~ msgstr "Erro de lectura no byte %ld lendo %d bytes no ficheiro %s"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Written by François Pinard <pinard@iro.umontreal.ca>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Escrito por François Pinard <pinard@iro.umontreal.ca>.\n"
diff --git a/po/hr.gmo b/po/hr.gmo
deleted file mode 100644 (file)
index 09202cb..0000000
Binary files a/po/hr.gmo and /dev/null differ
diff --git a/po/hr.po b/po/hr.po
deleted file mode 100644 (file)
index 1e79e84..0000000
--- a/po/hr.po
+++ /dev/null
@@ -1,3263 +0,0 @@
-# GNU tar .po message translation file for hr_HR locale
-# Copyright (C) 2002 Free Software Foundation, Inc.
-# Mirsad Todorovac <mtodorov_69@yahoo.com>, 2002.
-#     ... wishes to thank everybody who helped in good faith.
-#
-# Well, in 03:12 hrs (for 1st pass)!! who beats me I owe him a pizza ;-) -- TM
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.13.25\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2002-04-26 10:49+MET(DST)(UTC+2)\n"
-"Last-Translator: Mirsad Todorovac <mtodorov_69@yahoo.com>\n"
-"Language-Team: Croatian <lokalizacija@linux.hr>\n"
-"Language: hr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "pogre¹an argument %s za %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "nejednoznaèan argument %s za %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Ispravni argumenti su:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Kori¹tenje: %s [OPCIJA]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Poku¹ajte `%s --help' za vi¹e informacija.\n"
-
-#: gnu/argp-help.c:1710
-#, fuzzy, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"\n"
-"Prijavi gre¹ke i bugove na <bug-tar@gnu.org>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Nepoznata pogre¹ka u sistemu"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: za opciju `%s' neophodan je argument\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: opcija `%s' nije jednoznaèna\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: opcija `--%s' ne dozvoljava argument\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: opcija `%c%s' ne dozvoljava argument\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: za opciju `%s' neophodan je argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: ne prepoznajem opciju `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: ne prepoznajem opciju `%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: pogre¹na opcija -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: opcija zahtijeva neophodan argument -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: opcija `-W %s' nije jednoznaèna\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: opcija `-W %s' ne dozvoljava argument\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: za opciju `%s' neophodan je argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "iscrpljena memorija"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Ne mogu promijeniti radni direktorij"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Ne mogu pohraniti radni direktorij"
-
-#
-# MT -- FIXME -- for now this is left untranslated, until we
-# come to UTF-8 or something alike (20020412)
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Napisao François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Napisao François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Napisao François Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Prijavi gre¹ke i bugove na <bug-tar@gnu.org>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Prijavi gre¹ke i bugove na <bug-tar@gnu.org>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Ne mogu %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Upozorenje: Ne mogu %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Ne mogu promijeniti mod u %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Ne mogu promijeniti vlasni¹tvo na uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Ne mogu napraviti hard link na %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Pogre¹ka u èitanju na bajtu %s, èitam %lu bajtova"
-msgstr[1] "%s: Pogre¹ka u èitanju na bajtu %s, èitam %lu bajtova"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Upozorenje: Pogre¹ka u èitanju na bajtu %s, èitam %lu bajtova"
-msgstr[1] "%s: Upozorenje: Pogre¹ka u èitanju na bajtu %s, èitam %lu bajtova"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Neuspjeli seek na %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Upozorenje: Neuspjeli seek na %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Ne mogu kreirati simbolièki link prema %s"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Upsje¹no zapisao samo %lu od %lu bajtova"
-msgstr[1] "%s: Upsje¹no zapisao samo %lu od %lu bajtova"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Uklanjam vodeæe `%.*s' iz imena èlanova"
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Uklanjam vodeæe `%.*s' iz imena èlanova"
-
-#: lib/paxnames.c:169
-#, fuzzy
-msgid "Substituting `.' for empty member name"
-msgstr "Uklanjam vodeæe `%.*s' iz imena èlanova"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Servis nije dostupan"
-
-# FIXME -- verify against source
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin -- standardni ulaz"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout -- standardni ulaz"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Ne mogu pokrenuti udaljenu (remote) ljusku"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Seek smjer izvan opsega"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Pogre¹an mod dan opcijom"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Pogre¹na oznaka vremena"
-
-# FIXME -- find xlation for 'seek offset' -- TM
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Seek ofset izvan opsega"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Pogre¹na duljina trake"
-
-# FIXME -- find xlation for 'seek offset' -- TM
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Seek ofset izvan opsega"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Prerani eof\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "%s: pogre¹na opcija -- %c\n"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Neoèekivani EOF u arhivi"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Neuspjeli seek na %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Neispravna naredba"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Ovo ne izgleda kao tar arhiva"
-
-# FIXME -- ovo neæe raditi ako je prevedeno -- Denis?
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Ukupno ispisano bajtova: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-# FIXME -- ovo neæe raditi ako je prevedeno -- Denis?
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Ukupno ispisano bajtova: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(cjevovod - pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Pogre¹na vrijednost za record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Nije dano ime arhive"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Ne mogu verificirati stdin/stdout arhive"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Ne mogu a¾urirati komprimirane arhive"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Poèetak trake, zavr¹avam"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Previ¹e pogre¹aka, zavr¹avam"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Velièina sloga = %lu blokova"
-msgstr[1] "Velièina sloga = %lu blokova"
-
-#: src/buffer.c:913
-#, fuzzy, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Neporavnat (unaligned) blok (%lu bajtova) unutar arhive"
-msgstr[1] "Neporavnat (unaligned) blok (%lu bajtova) unutar arhive"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Ne mogu se pomicati unazad unutar arhive; mo¾e biti neèitljiva bez -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: sadr¾i pogre¹an broj dijela arhive"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Prekoraèenje u broju dijela arhive"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Pripremite dio arhive #%d za %s i pritisni <RETURN>:"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Naðen EOF gdje sam oèekivao odgovor korisnika"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "UPOZORENJE: Arhiva nije kompletirana"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [ime]    Daj novo ime datoteke za slijedeæi (i nadovezujuæe) dijelove\n"
-" q          Zavr¹i tar\n"
-" !          Pokreni podljusku operativnog sistema\n"
-" ?          Ispi¹i ovu listu\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Nema novog dijela arhive; zavr¹avam.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "Neuspjela `%s' naredba"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s nije nastavljen za ovom dijelu arhive"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s nije nastavljen za ovom dijelu arhive"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s je pogre¹ne velièine (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Ovaj dio arhive je izvan slijeda"
-
-# FIXME -- clean against source! (TM)
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arhiva nije oznaèena labelom da odgovara %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Dio arhive %s ne odgovara %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Uspio proèitati samo %lu od %lu bajtova"
-msgstr[1] "Uspio proèitati samo %lu od %lu bajtova"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Sadr¾aji se razlikuju"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Neoèekivani EOF u arhivi"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Tipovi datoteka se razlikuju"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Mod se razlikuje"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid se razlikuje"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid se razlikuje"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Mod time (vrijeme modifikacije) se razlikuje"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Velièina se razlikuje"
-
-# FIXME -- language purists might lynch me for this "polinkan" -- TM
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Nije polinkan na %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Simbolièki link se razlikuje"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Broj ureðaja (device number) se razlikuje"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificiraj "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Nepoznat tip datoteke '%c', diff-iran kao normalna datoteka"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "NEUSPJELA VERIFIKACIJA: detektirano %d pogre¹nih zaglavlja"
-msgstr[1] "NEUSPJELA VERIFIKACIJA: detektirano %d pogre¹nih zaglavlja"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "vrijednost %s izvan %s raspona %s..%s; substituiram %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "vrijednost %s izvan %s raspona %s..%s"
-
-# FIXME -- find `pade¾' here from source
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Generiram negativna oktalna zaglavlja"
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: datoteka nepromijenjena; ne arhiviram ju"
-
-#: src/create.c:622
-#, fuzzy, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: datoteka nepromijenjena; ne arhiviram ju"
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: datoteka nepromijenjena; ne arhiviram ju"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Datoteka se skratila za %s bajtova; nadopunjujemo nulama"
-msgstr[1] "%s: Datoteka se skratila za %s bajtova; nadopunjujemo nulama"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: datoteka je na drugom datoteènom sustavu; ne arhiviram ju"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Nepoznat tip datoteke; datoteka ignorirana"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " link do %s\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: datoteka nepromijenjena; ne arhiviram ju"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: datoteka je arhiva; ne arhiviram ju"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: datoteka se promijenila dok smo ju èitali"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socket ignoriran"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door ignoriran"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Preskaèem do slijedeæeg zaglavlja"
-
-# FIXME -- non-header dubious -- clean against source! -- TM
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Bri¹em neispravno zaglavlje iz arhive"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: oznaka vremena %s je %lu sekundi u buduænost"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Neoèekivana nekonzistentnost kod otvaranja direktorija"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Direktoriju promijenjeno ime prije nego ¹to mu je dobavljen status"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Ekstrahiram neprekinute datoteke kao regularne datoteke"
-
-# FIXME -- 'hard links' -- TM
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Poku¹avam ekstrakciju simbolièkih linkova kao hard linkova"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr ""
-"%s: Ne mogu ekstrahirati -- datoteka se nastavlja iz drugog dijela arhive"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Neoèekivan EOF u mangliranim imenima"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Nepoznat tip datoteke '%c', ekstrahiran kao normalna datoteka"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Nisam uspio napraviti backup ove datoteke"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Ne mogu preimenovati u %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Direktoriju promijenjeno ime"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Direktoriju promijenjeno ime"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Novi direktorij"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Pogre¹na oznaka vremena"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Pogre¹an mod dan opcijom"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Pogre¹an broj ureðaja"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Pogre¹an inode broj"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Neoèekivani EOF u arhivi"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-# FIXME -- blocking factor -- can't translate (ask others) -- TM
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Ne mogu alocirati memoriju za faktor pakiranja u blokove %d"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, fuzzy, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: datoteka je na drugom datoteènom sustavu; ne arhiviram ju"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Bri¹em %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Ne mogu obrisati"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Izostavljam"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok ispunjen NULama **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Kraj datoteke **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Razmaci u zaglavlju gdje se oèekuje numerièka %s vrijednost"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Oktalna vrijednost %.*s iz arhive je izvan %s opsega; pretpostavljam dvojni "
-"komplement"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Oktalna vrijednost iz arhive %.*s je izvan %s opsega"
-
-# FIXME -- obsolescent -- TM
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arhiva sadr¾i base-64 zaglavlja zastarjelog formata"
-
-# FIXME??
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Base-64 vrijednost s predznakom %s iz arhive je izvan %s opsega"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Base-256 vrijednost iz arhive je izvan %s opsega"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arhiva sadr¾i %.*s gdje je oèekivana numerièka %s vrijednost"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Vrijednost %s iz arhive je izvan %s opsega %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " link do %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " nepoznat tip datoteke %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Zaglavlje dijela arhive--\n"
-
-# FIXME -- clarify against source -- TM
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Nastavljeno s bajtom %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Kreiram direktorij:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Ne mogu promijeniti radni direktorij"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Preimenujem %s u %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Ne mogu preimenovati u %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Preimenujem %s natrag u %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Datoteka uklonjena (removed) prije nego ¹to smo ju proèitali"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Datoteka uklonjena (removed) prije nego ¹to smo ju proèitali"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "podproces"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "meðuprocesni kanal"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Nije naðeno u arhivi"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Nije naðeno u arhivi"
-
-# FIXME -- clean against source! (TM)
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arhiva nije oznaèena labelom da odgovara %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Opcije `-%s' i `-%s' obje zahtijevaju standardni ulaz"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Pogre¹na grupa"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU specijalne pogodnosti zatra¾ene na nekompatibilnom formatu arhive"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"\n"
-"Usage: %s [OPCIJA]... [DATOTEKA]...\n"
-"\n"
-"Primjeri:\n"
-"  %s -cf arhiva.tar foo bar   # Kreiraj arhiva.tar od datoteka foo i bar.\n"
-"  %s -tvf arhiva.tar          # Ispi¹i redom sve datoteke iz arhiva.tar "
-"op¹irno.\n"
-"  %s -xf arhiva.tar           # Ekstrahiraj sve datoteke iz arhiva.tar.\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"\n"
-"Backup sufiks je `~', osim ako je postavljen drugi s --suffix ili\n"
-"SIMPLE_BACKUP_SUFFIX. Kontrola verzije mo¾e biti postavljena s --backup\n"
-"ili s VERSION_CONTROL, vrijednosti su:\n"
-"\n"
-"  t, numbered     radi pobrojane (numbered) backup-e\n"
-"  nil, existing   pobrojani ako pobrojani veæ postoje, inaèe jednostavni\n"
-"  never, simple   uvijek radi jednostavne backupe\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Neoèekivani EOF u arhivi"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr ""
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-#, fuzzy
-msgid "extract files to standard output"
-msgstr "Pogre¹ka u pisanju na standardni izlaz"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-# FIXME -- volume -- find more suitable (ask others) -- TM
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Ne mogu verificirati vi¹edjelne arhive"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Konfliktne opcije formata arhive"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Konfliktne opcije za kompresiju"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Ne mogu promijeniti radni direktorij"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Uklanjam vodeæe `%.*s' iz imena èlanova"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "Dio arhive %s ne odgovara %s"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Pogre¹an mod dan opcijom"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr ""
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Ne mo¾ete navesti vi¹e od jedne od `-Acdtrux' opcija"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Konfliktne opcije za kompresiju"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " nepoznat tip datoteke %s\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Datoteka s datumom nije pronaðena"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Substituiram %s za nepoznat format datuma %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: datoteka je arhiva; ne arhiviram ju"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "%s: datoteka je arhiva; ne arhiviram ju"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-# FIXME -- clarify this against source and man -- TM
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Pogre¹an faktor pakiranja u blokove"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Pogre¹na duljina trake"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Vi¹e od jednog datuma s pragom (threshold)"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Pogre¹na grupa"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Pogre¹an mod dan opcijom"
-
-#: src/tar.c:1912
-#, fuzzy
-msgid "Invalid number"
-msgstr "Pogre¹an inode broj"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Pogre¹an vlasnik"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Pogre¹na velièina sloga (record)"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Velièina sloga (record) mora biti vi¹ekratnik %d."
-
-#: src/tar.c:2019
-#, fuzzy
-msgid "Invalid number of elements"
-msgstr "Pogre¹na duljina trake"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr ""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opcije `-[0-7][lmh]' nisu podr¾ane od strane *ovog* tar-a"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Stara opcija `%c' zahtijeva obavezan argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Vi¹edjelne arhive zahtijevaju `-M' opciju"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Ne mogu kombinirati --listed-incremental s --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, fuzzy, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Oznaka dijela arhive je predugaèka (limit je %lu bajtova)"
-msgstr[1] "%s: Oznaka dijela arhive je predugaèka (limit je %lu bajtova)"
-
-# FIXME -- volume -- find more suitable (ask others) -- TM
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Ne mogu verificirati vi¹edjelne arhive"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Ne mogu verificirati komprimirane arhive"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Ne mogu koristiti vi¹edjelne komprimirane arhive"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Ne mogu a¾urirati komprimirane arhive"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-# LOL -- TM
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Kukavièki odbijam kreirati praznu arhivu!"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Opcije `-Aru' nisu kompatibilne s `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Morate specificirati jednu od `-Acdtrux' opcija"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Datoteka se skratila za %s bajtova"
-msgstr[1] "%s: Datoteka se skratila za %s bajtova"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Oznaka vremena izvan opsega"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-# FIXME??
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Base-64 vrijednost s predznakom %s iz arhive je izvan %s opsega"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Vrijednost %s iz arhive je izvan %s opsega %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Pogre¹na grupa"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Toèka provjere ispisa %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Toèka provjere èitanja %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Generiraj podatkovne datoteke za GNU tar skup test programa.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Konfliktne opcije za kompresiju"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "Pogre¹ka u pisanju na standardni izlaz"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Kori¹tenje: %s [OPCIJA]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Pogre¹na oznaka vremena"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Inode broj izvan opsega"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Nepoznata pogre¹ka u sistemu"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Ne mogu zatvoriti"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " nepoznat tip datoteke %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Neuspjeli seek na %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Neuspjeli seek na %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "Potproces zavr¹io uz signal %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-# FIXME -- 'mangled filenames'???
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Manglirana imena datoteka--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Ne mogu pohraniti radni direktorij"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Ne mogu preimenovati u %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: ilegalna opcija -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Èitam %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Prijavi gre¹ke i bugove na <bug-tar@gnu.org>.\n"
-
-#, fuzzy
-#~ msgid "filter the archive through compress"
-#~ msgstr "%s: datoteka je arhiva; ne arhiviram ju"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "%s: datoteka je arhiva; ne arhiviram ju"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "%s: datoteka je arhiva; ne arhiviram ju"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Ne mogu alocirati prostor za meðuspremnik\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Ne mogu alocirati prostor za meðuspremnik"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Poku¹ajte `%s --help' za vi¹e informacija.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Kori¹tenje: %s [OPCIJA]\n"
-#~ "Upravljaj jedinicom trake, prihvaæajuæi naredbe od udaljenih procesa.\n"
-#~ "\n"
-#~ "  --version  Informacije o verziji programskih ispisa.\n"
-#~ "  --help  Ispi¹i ovu pomoæ.\n"
-
-# FIXME -- find xlation for 'seek offset' -- TM
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Seek ofset izvan opsega"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Prerani kraj datoteke"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Gre¹ka iz koje se ne mogu oporaviti: zavr¹avam s radom"
-
-#~ msgid "block size"
-#~ msgstr "velièina bloka"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Neuspjeli dup"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Ne mogu koristiti komprimirane ili udaljene (remote) arhive"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (podproces)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (pod-podproces)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "UPOZORENJE: Nema zaglavlja za dio arhive"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Podproces zavr¹io uz status %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Imena èlanova sadr¾e `..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Ime èlana sadr¾i `..'"
-
-# FIXME -- clarify this against source -- TM -- didn't help
-# Paul E. said this means:
-#
-# "tar" read a LONGNAME or LONGLINK header from the archive in a context
-# where it was not expected.
-#~ msgid "Visible long name error"
-#~ msgstr "Vidljiva pogre¹ka u dugom imenu"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Broj ureðaja izvan opsega"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Vidljiva pogre¹ka u dugom imenu"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Preimenovao %s u %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Ne mogu napraviti simbolièki link prema %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Napravio simbolièki link %s prema %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Nepoznata naredba za demangliranje %s"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Nedostaje ime datoteke nakon -C"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Ovaj program dolazi BEZ GARANCIJA, do granica dozvoljenih zakonom.\n"
-#~ "Mo¾ete ga redistribuirati pod uvjetima GNU General Public License;\n"
-#~ "vidi datoteku imena COPYING za detalje."
-
-# FIXME -- now this is supposed to be funny
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: %c je neispravna naredba\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU `tar' sprema mnogo datoteka zajedno u jednu arhivu na traci ili "
-#~ "disku, i\n"
-#~ "mo¾e povratiti pojedinaène datoteke iz arhive.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Ako duga opcija pokazuje agument kao obavezan, onda je obavezan\n"
-#~ "i za ekvivalentnu kratku opciju takoðer.  Jednako vrijedi i za "
-#~ "opcionalne\n"
-#~ "argumente.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Glavni mod rada:\n"
-#~ "  -t, --list              ispi¹i sadr¾aje arhive\n"
-#~ "  -x, --extract, --get    ekstrahiraj datoteke iz arhive\n"
-#~ "  -c, --create            kreiraj novu arhivu\n"
-#~ "  -d, --diff, --compare   naði razlike izmeðu arhive i datoteènog "
-#~ "sustava\n"
-#~ "  -r, --append            nadodaj datoteke na kraj arhive\n"
-#~ "  -u, --update            nadodaj samo datoteke novije od kopije u "
-#~ "arhivi\n"
-#~ "  -A, --catenate          nadodaj tar datoteke na arhivu\n"
-#~ "      --concatenate       isto kao -A\n"
-#~ "      --delete            izbri¹i iz arhive (ne radi na magnetskim "
-#~ "trakama!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modifikatori operacija:  -W, --verify             poku¹aj verificirati "
-#~ "arhivu nakon pisanja\n"
-#~ "      --remove-files       obri¹i datoteke nakon njihovog dodavanja "
-#~ "arhivi\n"
-#~ "  -k, --keep-old-files     ne zamjenjuj postojeæe datoteke kod "
-#~ "ekstrakcije\n"
-#~ "      --overwrite          prepisuj postojeæe datoteke kod ekstrakcije\n"
-#~ "      --overwrite-dir      prepisuj meta-podatke direktorija kod "
-#~ "ekstrakcije\n"
-#~ "  -U, --unlink-first       obri¹i svaku datoteku prije ekstrakcije preko "
-#~ "nje\n"
-#~ "      --recursive-unlink   isprazni hijerarhije prije ekstrahiranja u\n"
-#~ "                               direktorij\n"
-#~ "  -S, --sparse             tretiraj efikasno 'sparse' datoteke\n"
-#~ "                               (slabo popunjene datoteke)\n"
-#~ "  -O, --to-stdout          ekstrahiraj datoteke na standardni izlaz\n"
-#~ "  -G, --incremental        obradi inkrementalni backup starog GNU-"
-#~ "formata\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                           obradi inkrementalni backup novog GNU-formata\n"
-#~ "      --ignore-failed-read\n"
-#~ "                           ne zavr¹avaj uz ne-nula izlazni kod na\n"
-#~ "                               neèitljivim datotekama\n"
-
-# FIXME -- 'volume number' -- TM
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Tretiranje atributa datoteka:\n"
-#~ "      --owner=NAME             forsiraj NAME za vlasnika dodanih "
-#~ "datoteka\n"
-#~ "      --group=NAME             forsiraj NAME za grupu dodanih datoteka\n"
-#~ "      --mode=CHANGES           forsiraj (symbolièke) promjene pristupnog\n"
-#~ "                                   moda za dodane datoteke\n"
-#~ "      --atime-preserve         ne mijenjaj vremena pristupa (access "
-#~ "time)\n"
-#~ "                                   pohranjenim datotekama\n"
-#~ "  -m, --modification-time      ne ekstrahiraj vremena modifikacije\n"
-#~ "      --same-owner             poku¹aj postaviti vlasni¹tvo datoteka\n"
-#~ "                                   kao u arhivi\n"
-#~ "      --no-same-owner          ekstrahiraj datoteke pod svojim "
-#~ "vlasni¹tvom\n"
-#~ "      --numeric-owner          uvijek koristi numerièka imena\n"
-#~ "                                   korisnika/grupa\n"
-#~ "  -p, --same-permissions       ekstrahiraj informacije o dozvolama\n"
-#~ "      --no-same-permissions    ne ekstrahiraj informacije o dozvolama\n"
-#~ "      --preserve-permissions   isto kao -p\n"
-#~ "  -s, --same-order             sortiraj imena kod ekstrakcije da "
-#~ "odgovaraju\n"
-#~ "                                   arhivi\n"
-#~ "      --preserve-order         isto kao -s\n"
-#~ "      --preserve               isto kao -p i -s zajedno\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selektiranje i mijenjanje ureðaja:\n"
-#~ "  -f, --file=ARCHIVE             koristi datoteku ili ureðaj za "
-#~ "arhiviranje\n"
-#~ "                                     ARCHIVE\n"
-#~ "      --force-local              ime arhive je lokalno èak i ako sadr¾i\n"
-#~ "                                     dvotoèku\n"
-#~ "      --rsh-command=COMMAND      koristi remote COMMAND umjesto rsh\n"
-#~ "  -[0-7][lmh]                    specificiraj drive i density\n"
-#~ "  -M, --multi-volume             kreiraj/izlistaj/ekstrahiraj vi¹edjelne\n"
-#~ "                                     arhive\n"
-#~ "  -L, --tape-length=NUM          promijeni traku nakon ispisivanja\n"
-#~ "                                     NUM x 1024 bajtova\n"
-#~ "  -F, --info-script=FILE         pokreni skriptu na kraju svake trake\n"
-#~ "                                     (podrazumijeva -M)\n"
-#~ "      --new-volume-script=FILE   isto kao -F FILE\n"
-#~ "      --volno-file=FILE          koristi/nadopuni volume number u FILE\n"
-
-# FIXME -- clear this 'device blocking' xlation -- TM
-# FIXME -- vidi ovaj 'znaèi EOF' u man -- TM
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Faktor grupiranja u blokove na ureðaju (device blocking):\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bajtova po zapisu (record)\n"
-#~ "      --record-size=SIZE         SIZE bajtova po zapisu, vi¹ekratnik od "
-#~ "512\n"
-#~ "  -i, --ignore-zeros             ignoriraj blokove ispunjene nulama u "
-#~ "arhivi\n"
-#~ "                                     (koji inaèe znaèe EOF)\n"
-#~ "  -B, --read-full-records        pregrupiraj blokove dok èita¹\n"
-#~ "                                     (za 4.2BSD cjevovode -- pipes)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selekcija formata arhive:\n"
-#~ "  -V, --label=NAME                   kreiraj arhivu s imenom dijela "
-#~ "arhive NAME\n"
-#~ "              PATTERN                u vrijeme izlistavanja/ekstrakcije,\n"
-#~ "                                         koristi PATTERN za globbing\n"
-#~ "  -o, --old-archive, --portability   ispi¹i V7 format arhivu\n"
-#~ "      --posix                        ispi¹i POSIX format arhivu\n"
-#~ "  -j, --bzip2                        filtriraj arhivu kroz bzip2\n"
-#~ "  -z, --gzip, --ungzip               filtriraj arhivu kroz gzip\n"
-#~ "  -Z, --compress, --uncompress       filtriraj arhivu kroz compress\n"
-#~ "      --use-compress-program=PROG    filtriraj kroz program PROG (moji "
-#~ "mora\n"
-#~ "                                         prihvaæati opciju -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selekcija lokalnih datoteka:\n"
-#~ "  -C, --directory=DIR          promijeni direktorij u DIR\n"
-#~ "  -T, --files-from=NAME        dobavi imena za ekstrahirati ili kreirati\n"
-#~ "                                   iz datoteke NAME\n"
-#~ "      --null                   -T èita nul-terminirana imena, onemoguæi -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        izostavi datoteke, dane s PATTERN\n"
-#~ "  -X, --exclude-from=FILE      izostavi uzorak datoteka: pobrojane u "
-#~ "FILE\n"
-#~ "      --anchored                - koje zapoèinju tim imenom (default)\n"
-#~ "      --no-anchored             - koje se podudaraju s uzorkom nakon "
-#~ "nekog '/'\n"
-#~ "      --ignore-case            izostavljanje ignorira razliku\n"
-#~ "                                   izmeðu velikih i malih slova\n"
-#~ "      --no-ignore-case         izostavljanje uzima u obzir razliku\n"
-#~ "                                   izmeðu malih i velikih slova "
-#~ "(default)\n"
-#~ "      --wildcards              izostavi uzorke koristi wildcard "
-#~ "(default)\n"
-#~ "      --no-wildcards           uzorci za izostavljanje su obièni nizovi\n"
-#~ "      --wildcards-match-slash  izostavi uzorak wildcard podudara '/'\n"
-#~ "                                                                (default)\n"
-#~ "      --no-wildcards-match-slash\n"
-#~ "                               izostavi uzorak - wildcard ne podudara "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         ne bri¹i vodeæe `/' iz imena datoteka\n"
-#~ "  -h, --dereference            ne arhiviraj simbolièki link nego "
-#~ "datoteku\n"
-#~ "                                   na koju pokazuje\n"
-#~ "      --no-recursion           ne idi rekurzivno u poddirektorije\n"
-#~ "  -l, --one-file-system        ne prelazi na drugi datoteèni sustav\n"
-#~ "                                   kod kreiranja datoteka\n"
-#~ "  -K, --starting-file=NAME     poèni s imenom NAME u arhivi kod "
-#~ "ekstrakcije\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATE             pohranjuj samo datoteke novije od DATE\n"
-#~ "      --newer-mtime=DATE       usporedi datum i vrijeme samo\n"
-#~ "                                   ako su se promijenili podaci\n"
-#~ "      --after-date=DATE        isto kao -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]       backup-iraj prije brisanja, izaberi "
-#~ "mehanizam\n"
-#~ "                                   kontrole verzije\n"
-#~ "      --suffix=SUFFIX          backup-iraj prije brisanja, promijeni\n"
-#~ "                                   standardni sufiks.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Informativni ispis:\n"
-#~ "      --help            ispi¹i ovu pomoæ, potom zavr¹i\n"
-#~ "      --version         ispi¹i broj verzije tar programa, potom zavr¹i\n"
-#~ "  -v, --verbose         op¹irno izlistaj imena datoteka kod procesiranja\n"
-#~ "      --checkpoint      ispisuj imena direktorija dok èita¹ arhivu\n"
-#~ "      --totals          ispisuj ukupan broj ispisanih bajtova dok "
-#~ "kreira¹\n"
-#~ "                            arhivu\n"
-#~ "  -R, --block-number    prika¾i broj bloka unutar arhive uz svaku poruku\n"
-#~ "  -w, --interactive     tra¾i odobrenje za svaku akciju\n"
-#~ "      --confirmation    isto kao -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar ne mo¾e èitati ili proizvoditi `--posix' arhive.  Ako je\n"
-#~ "POSIXLY_CORRECT definirano u environment okolini, GNU ekstenzije se\n"
-#~ "onemoguæuju pomoæu `--posix'. Podr¹ka za POSIX je samo djelomièno\n"
-#~ "implementirana, ne raèunajte jo¹ na nju.\n"
-#~ "ARCHIVE mo¾e biti FILE, HOST:FILE ili USER@HOST:FILE; DATE mo¾e biti\n"
-#~ "tekstualni datum ili ime datoteke koje zapoèinje s `/' ili `.',\n"
-#~ "u kojem sluèaju je kori¹ten datum datoteke.\n"
-#~ "*Ovaj* `tar' podrazumijeva `-f%s -b%d'.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Zastarjela opcija, sada podrazumijevana s --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Zastarjelo ime opcije zamijenjeno s --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Zastarjelo ime opcije zamijenjeno s --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Upozorenje: opcija -I nije podr¾ana; mo¾da ste mislili -j ili -T?"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Zastarjelo ime opcije zamijenjeno s --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Zastarjelo ime opcije zamijenjeno s --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Zastarjelo ime opcije zamijenjeno s --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Upozorenje: opcija -y nije podr¾ana; mo¾da ste ¾eljeli -j?"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Zastarjelo ime opcije zamijenjeno s --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Napisali John Gilmore i Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Pogre¹an izlaz (naknadno) zbog prija¹njih pogre¹aka"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Ako duga opcija pokazuje argument kao obavezan, tada je on obavezan\n"
-#~ "takoðer i za ekvivalentnu kratku verziju opcije.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH (duljina) generirane datoteke\n"
-#~ "  -p, --pattern=PATTERN      PATTERN je `default' ili `zeros'\n"
-#~ "      --help                 ispi¹i ovu pomoæ i zavr¹i\n"
-#~ "      --version              ispi¹i informaciju o verziji i zavr¹i\n"
diff --git a/po/hu.gmo b/po/hu.gmo
deleted file mode 100644 (file)
index da190b8..0000000
Binary files a/po/hu.gmo and /dev/null differ
diff --git a/po/hu.po b/po/hu.po
deleted file mode 100644 (file)
index 5214642..0000000
--- a/po/hu.po
+++ /dev/null
@@ -1,2794 +0,0 @@
-# Hungarian translation of the GNU tar.
-# Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-#
-# Gábor István <stive@mezobereny.hu>, 2002.
-# Gabor Kelemen <kelemeng@gnome.hu>, 2006, 2007, 2008, 2009, 2010.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-03-10 16:57+0100\n"
-"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
-"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
-"Language: hu\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "a(z) „%s” argumentum érvénytelen a következőhöz: %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "a(z) „%s” argumentum nem egyértelmű a következőhöz: „%s”"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Az érvényes argumentumok a következők:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s értéke nem nagyobb, mint %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Az ARGP_HELP_FMT paraméter egy értéket igényel"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: Az ARGP_HELP_FMT paraméternek pozitívnak kell lennie"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Ismeretlen ARGP_HELP_FMT paraméter"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Szemét az ARGP_HELP_FMT-ben: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"A hosszú kapcsolók kötelező vagy elhagyható argumentumai a megfelelő rövid "
-"kapcsolókhoz is kötelezőek vagy elhagyhatóak."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Használat:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  vagy: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [KAPCSOLÓ...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr ""
-"További információkért próbálja kiadni a „%s --help” vagy „%s --usage” "
-"parancsokat.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "A hibák a(z) %s címen jelenthetők.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Ismeretlen rendszerhiba"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "ezen súgószöveg megjelenítése"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "rövid használati utasítás megjelenítése"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NÉV"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "a program nevének beállítása"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "MP"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "szünet MP másodpercre (alapértelmezetten 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "a programverzió kiírása"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMHIBA) A verziószám ismeretlen???"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: túl sok argumentum\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMHIBA) A kapcsolót fel kellett volna ismerni???"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "íráshiba"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: a(z) „%s” kapcsoló nem egyértelmű\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: a(z) „--%s” kapcsoló nem enged meg argumentumot\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: a(z) „%c%s” kapcsoló nem enged meg argumentumot\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: a(z) „%s” kapcsolóhoz argumentum szükséges\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: a(z) „--%s” kapcsoló ismeretlen\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: a(z) „%c%s” kapcsoló ismeretlen\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: érvénytelen kapcsoló -- „%c”\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: a kapcsoló egy argumentumot igényel -- „%c”\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: a „-W %s” kapcsoló nem egyértelmű\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: a „-W %s” kapcsoló nem enged meg argumentumot\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: a(z) „%s” kapcsolóhoz argumentum szükséges\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "elfogyott a memória"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "A munkakönyvtár nem jegyezhető fel"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "a visszatérés meghiúsult a kiinduló munkakönyvtárba"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "”"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "”"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[iIyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Csomagolta: %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Csomagolta: %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licenc: GPLv3+: A GNU GPL 3. vagy újabb változata <http://gnu.org/licenses/"
-"gpl.html>\n"
-"Ez egy szabad szoftver: terjesztheti és/vagy módosíthatja.\n"
-"NINCS GARANCIA, a törvény által engedélyezett mértékig.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Írta: %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Írta: %s és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Írta: %s, %s és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Írta: %s, %s, %s\n"
-"és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Írta %s, %s, %s,\n"
-"%s, és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Írta %s, %s, %s,\n"
-"%s, %s, és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Írta %s, %s, %s,\n"
-"%s, %s, %s, és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Írta %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Írta %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, és %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Írta %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, és mások.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"A hibák a(z) %s címen jelenthetők.\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "A(z) %s hibái a(z) %s címen jelenthetők.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "A(z) %s honlapja: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "A(z) %s honlapja: <http://www.gnu.org/software/%s/>.\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Általános segítség a GNU szoftverek használatához: <http://www.gnu.org/"
-"gethelp/>.\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: a következő függvény meghiúsult: %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Figyelmeztetés: a következő függvény meghiúsult: %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Nem lehet %s módba váltani"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Nem módosítható a tulajdonos uid-ja %lu, gid-je %lu értékekre"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Nem hozható létre közvetlen link a következőre: %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Olvasási hiba a(z) %s. bájtnál, %lu bájt beolvasása közben"
-msgstr[1] "%s: Olvasási hiba a(z) %s. bájtnál, %lu bájt beolvasása közben"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"%s: Figyelmeztetés: Olvasási hiba a(z) %s. bájtnál, %lu bájt beolvasása "
-"közben"
-msgstr[1] ""
-"%s: Figyelmeztetés: Olvasási hiba a(z) %s. bájtnál, %lu bájt beolvasása "
-"közben"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Nem lehet a(z) %s helyre pozicionálni"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Figyelmeztetés: Nem lehet a(z) %s helyre pozicionálni"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Nem hozható létre szimbolikus link a következőre: %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Csak %lu bájt került kiírásra, összesen %lu bájtból"
-msgstr[1] "%s: Csak %lu bájt került kiírásra, összesen %lu bájtból"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "A kezdő „%s” eltávolítása a nevek elejéről"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "A kezdő „%s” eltávolítása a közvetlen linkek céljaiból"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Egy . helyettesítése az üres tagnév helyett"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Egy . helyettesítése a közvetlen link üres célja helyett"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/TCP: A szolgáltatás nem érhető el"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "szabványos bemenet"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "szabványos kimenet"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Nem lehet csatlakozni ehhez: %s: a feloldás meghiúsult"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Nem futtatható távoli parancssor"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "A keresési irány kívül esik a tartományon"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Érvénytelen pozicionálási irány"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Érvénytelen pozicionálási eltolás"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "A keresési eltolás kívül esik a tartományon"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Érvénytelen bájtszám"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "A bájtszám kívül esik a tartományon"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Idő előtti fájlvége"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Érvénytelen működési kód"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "A művelet nem támogatott"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Váratlan paraméterek"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Szalagos meghajtó manipulálása, parancsok elfogadása távoli folyamattól"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "SZÁM"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "hibakeresési szint beállítása"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FÁJL"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "hibakeresés kimeneti fájlnevének beállítása"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "a(z) %s nem nyitható meg"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "túl sok argumentum"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Értelmetlen parancs"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Ez nem úgy néz ki, mint egy tar archívum"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Kiírt bájtok teljes száma"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Olvasott bájtok teljes száma"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Törölt bájtok teljes száma: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(cső)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "A record_size értéke érvénytelen"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Nem adott meg archívumnevet"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Nem ellenőrizhető az archívum, ha a szabványos be/kimenetet használja"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Az archívum tömörített. Használja a(z) %s kapcsolót."
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Tömörített archívumok nem frissíthetők"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "A szalag eleje, most kilépek"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Túl sok hiba, kilépek"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Rekordméret = %lu blokk"
-msgstr[1] "Rekordméret = %lu blokk"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Kitöltetlen blokk (%lu bájt) az archívumban"
-msgstr[1] "Kitöltetlen blokk (%lu bájt) az archívumban"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Nem törölhető vissza az archív fájl, lehet hogy olvashatatlan lesz a -i "
-"nélkül"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "az rmtlseek nem állt meg egy rekord határán"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: érvénytelen kötetszámot tartalmaz"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Kötetszám-túlcsordulás"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Készítse elő a(z) %d kötetet %s számára és üssön entert:"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Fájlvége a várt felhasználói válasz helyett"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "FIGYELMEZTETÉS: Az archívum befejezetlen"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n név      Új fájlnév megadása a következő (és az azt követő) köteteknek\n"
-" q          A Tar megszakítása\n"
-" y vagy újsor  A művelet folytatása\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !          Új parancsértelmező hívása\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?          Ezen lista kiírása\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Nincs új kötet, kilépés.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Nincs megadva fájlnév, próbálkozzon újra.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Érvénytelen bemenet. A súgó a ? beírásával kérhető le.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "A(z) „%s” parancs meghiúsult"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s lehetséges, hogy ezen a köteten folytatódott: a fejléc csonkolt nevet "
-"tartalmaz"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s nem folytatódik ezen a köteten"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s mérete hibás (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Ez a kötet kívül esik a sorozaton (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Az archívum nincs úgy címkézve, hogy megfeleljen a következőhöz: %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "A(z) %s kötet nem felel meg a következőnek: %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: a fájlnév túl hosszú egy GNU többkötetes fejlécben való tároláshoz, "
-"csonkításra került"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "az írás nem egy rekord határán fejeződött be"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Csak %lu bájt olvasható %lu bájtból"
-msgstr[1] "Csak %lu bájt olvasható %lu bájtból"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "A tartalom eltér"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Váratlan fájlvége jel az archívumban"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "A fájltípus eltér"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "A mód eltér"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Az Uid eltér"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "A Gid eltér"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "A módosítási idő eltér"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "A méret eltér"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Nincs a következőre linkelve: %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "A szimbolikus link eltér"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Az eszközszám eltér"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Ellenőrzés "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: A(z) „%c” fájltípus ismeretlen, a diffelés normális fájlként történt"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Az archívum eltávolított előtagokkal rendelkező fájlneveket tartalmaz."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-"Lehetséges, hogy az ellenőrzés nem fogja megtalálni az eredeti fájlokat."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "AZ ELLENŐRZÉS SIKERTELEN: %d érvénytelen fejléc található"
-msgstr[1] "AZ ELLENŐRZÉS SIKERTELEN: %d érvénytelen fejléc található"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Egy magányos nulla blokk %s helyen"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: fájl gyorsítótár-könyvtár címkét tartalmaz (%s); %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-"a(z) %s érték a(z) %s %s...%s tartományán kívül esik, helyettesítve a "
-"következővel: %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "a(z) %s érték a(z) %s %s...%s tartományán kívül esik"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Negatív oktális fejlécek előállítása"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: a fájlnév túl hosszú (maximum: %d), nem kerül kiírásra"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: a fájlnév túl hosszú (nem darabolható), nem kerül kiírásra"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: a fájlnév túl hosszú, nem kerül kiírásra"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: a fájl zsugorítva %s bájtra, nullákkal kerül kitöltésre"
-msgstr[1] "%s: a fájl zsugorítva %s bájtra, nullákkal kerül kitöltésre"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: a fájl eltérő fájlrendszeren van, nem kerül kiírásra"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "a tartalom nem került kiírásra"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Ismeretlen fájltípus, fájl a figyelmen kívül hagyva"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Hiányzó linkek a következőre: „%s”."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: a fájl változatlan, nem kerül kiírásra"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: a fájl az archívumban van, nem kerül kiírásra"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "a könyvtár nem került kiírásra"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: a fájl módosult olvasás közben"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: a foglalat figyelmen kívül hagyva"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: ajtó figyelmen kívül hagyva"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Ugrás a következő fejlécre"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "A nem fejlécek törlése az archívumból"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: valószínűtlenül régi időbélyeg: %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: a(z) %s időbélyeg %s másodperccel a jövőbe mutat"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Váratlan inkonzisztencia a könyvtár létrehozása során"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: a könyvtár átnevezésre került az állapotának kinyerése előtt"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "A folytonos fájlok kibontása normál fájlként"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Kísérlet a szimbolikus linkek kibontására közvetlen linkként"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: nem lehet kibontani -- a fájl egy másik köteten folytatódik"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Váratlan hosszú névfejléc"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Ismeretlen fájltípus: „%c”, normál fájlként lesz kibontva"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "A jelenlegi „%s” újabb vagy egyező korú"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Nem sikerült biztonsági mentést készíteni erről a fájlról"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Nem nevezhető át a következőre: %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: A könyvtár át lett nevezve a következőről: %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: a könyvtár át lett nevezve"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: a könyvtár új"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Érvénytelen időbélyeg"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Érvénytelen módosítási idő (másodperc)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Érvénytelen módosítási idő (nanomásodperc)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Érvénytelen eszközszám"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Érvénytelen inode-szám"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Túl hosszú mező a pillanatképfájl olvasása közben"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Olvasási hiba a pillanatképfájlban"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Váratlan fájlvége a pillanatképfájlban"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Váratlan mezőérték a pillanatképfájlban"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Hiányzó rekordlezáró"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Hibás növekményes fájlformátum"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Nem támogatott növekményes formátumverzió: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-"Rosszul formázott kiíratási könyvtár: a várt „%c” helyett %#3o található"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Rosszul formázott kiíratási könyvtár: az „X” többször szerepel"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Rosszul formázott kiíratási könyvtár: üres név az „R”-ben"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Rosszul formázott kiíratási könyvtár: a „T”-t nem előzi meg az „R”"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Rosszul formázott kiíratási könyvtár: üres név a „T”-ben"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"Rosszul formázott kiíratási könyvtár: a várt „%c” helyett az adatok vége "
-"található"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-"Rosszul formázott kiíratási könyvtár: az „X” soha nem került felhasználásra"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr ""
-"Nem hozható létre ideiglenes könyvtár a következő sablon használatával: %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: a könyvtár nem kerül törlésre: nem érhető el"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: a fájl egy másik eszközön van: nem kerül törlésre"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s törlése\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: nem távolítható el"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: kihagyás"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blokk %s: ** A blokk üres **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blokk %s: ** Fájlvége **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blokk %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-"Üres értékek a fejléc azon részében, ahol a program a(z) %s számértéket várta"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Az archívum %.*s oktális értéke túllépi a(z) %s tartományt, a program "
-"feltételezi, hogy kettes komplemens"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Az archívum %.*s oktális értéke túllépi a(z) %s tartományt"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Az archívum elavulófélben levő base-64-es fejléceket tartalmaz"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-"Az archívum előjeles base-64 karakterlánca (%s) túllépi a(z) %s tartományt"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Az archívum base-256-os értéke túllépi a(z) %s tartományt"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Az archívum %.*s értéket tartalmaz, ahol a program %s számértéket vár"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Az archívum %s értéke túllépi a(z) %s %s..%s tartományát"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " link a következőre: %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " ismeretlen fájltípus: %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Hosszú link--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Hosszú név--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Kötetfejléc--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Folytatva %s bájttól--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Könyvtár létrehozása:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "A munkakönyvtár nem módosítható"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s átnevezése a következőre: %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Nem nevezhető át a következőre: %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s helyreállítása a következő névre: %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: a fájl el lett távolítva a beolvasás előtt"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: a könyvtár el lett távolítva a beolvasás előtt"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "gyermekfolyamat"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "folyamatközi csatorna"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Mintaillesztő karaktereket használt a fájlnevekben"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Használja a --wildcards kapcsolót a mintaillesztés engedélyezéséhez, vagy a "
-"--no-wildcards kapcsolót ezen figyelmeztetés letiltásához"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Nem található az archívumban"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: A szükséges előfordulás nem található az archívumban"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Az archívum nincs úgy címkézve, hogy megfeleljen a következőhöz: %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"A -C használata fájllistán belül nem engedélyezett a --listed-incremental "
-"kapcsolóval"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Csak egy -C engedélyezett a --listed-incremental kapcsolóval"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr ""
-"A(z) „-%s” és a(z) „-%s” kapcsolók mind a szabványos bemenetet igénylik"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Érvénytelen archívumformátum"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU szolgáltatásokat kértél inkompatibilis az archívumformátumokon"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"A(z) „%s” idézési stílus ismeretlen. Próbálja a „%s --quoting-style=help” "
-"parancsot segítségért."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"A GNU „tar” több fájlt egyetlen szalagos vagy lemezes archívumba ment és "
-"képes az egyes fájlokat helyreállítani az archívumból.\n"
-"\n"
-"Például:\n"
-"  tar -cf archívum.tar foo bar # Létrehozza az archívum.tar fájlt a foo\n"
-"                                és bar fájlokból.\n"
-"  tar -tvf archívum.tar        # Bőbeszédűen felsorolja az archívum.tar\n"
-"                                   fájljait.\n"
-"  tar -xf archívum.tar         # Kibontja az összes fájlt az archívum.tar\n"
-"                                   fájlból.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-" A biztonsági mentés utótagja „~”, hacsak nem változtatja meg a „--suffix”\n"
-"vagy a SIMPLE_BACKUP_SUFFIX segítségével.\n"
-"A verziófelügyelet a --backup vagy a VERSION_CONTROL segítségével "
-"kezelheti,\n"
-"az értékek:\n"
-"  none, off       soha ne mentsen\n"
-"  t, numbered     számozott mentések létrehozása\n"
-"  nil, existing   számozott, ha már létezik számozott mentés,\n"
-"                  egyébként egyszerű\n"
-"  never, simple   mindig egyszerű mentés létrehozása\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Fő működési mód:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "felsorolja egy archívum tartalmát"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "fájlok kibontása egy archívumból"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "új archívum létrehozása"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "különbségek keresése az archívum és a fájlrendszer között"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "fájlok hozzáfűzése egy archívum végéhez"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "csak az archívumban lévő másolatnál újabb fájlok hozzáfűzése"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "tar fájlok hozzáfűzése egy archívumhoz"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "törlés az archívumból (szalagon nem működik!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "az archívum kötetcímkéjének tesztelése és kilépés"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Műveletmódosítók:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "ritka fájlok hatékony kezelése"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAGAS[.ALACSONY]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"a használandó ritka formátum verziójának beállítása (magával vonja\n"
-" a --sparse kapcsolót)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "régi GNU formátumú növekményes mentés kezelése"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "új GNU formátumú növekményes mentés kezelése"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "kiíratási szint a létrehozott listázott növekményes archívumhoz"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "ne lépjen ki nem nulla értékkel ha a fájl olvashatatlan"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"az archívum minden egyes fájljának csak a SZÁM-adik előfordulásának "
-"feldolgozása. Ez a kapcsoló csak a --delete, --diff, --extract vagy --list "
-"alparancsok egyikével használható és csak akkor, ha egy fájllista kerül "
-"átadásra a parancssoron vagy a -T kapcsolón keresztül. A SZÁM "
-"alapértelmezett értéke az 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "az archívum kereshető"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "az archívumban nem lehet pozicionálni"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "ne ellenőrizze az eszközszámokat növekményes archívumok létrehozásakor"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"eszközszámok ellenőrzése növekményes archívumok létrehozásakor "
-"(alapértelmezett)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Felülírás felügyelete:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "kísérlet az archívum ellenőrzésére annak kiírása után"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "fájlok eltávolítása azok archívumhoz adása után"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "ne cserélje a meglévő fájlokat kibontáskor"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "ne cserélje az archív változatuknál újabb meglévő fájlokat"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "meglévő fájlok felülírása kibontáskor"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "minden egyes fájl eltávolítása a rá történő kibontás előtt"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "hierarchiák kiürítése könyvtár kibontása előtt"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "meglévő könyvtárak metaadatainak megőrzése"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"meglévő könyvtárak metaadatainak felülírása kibontáskor (alapértelmezett)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Kimeneti adatfolyam kiválasztása:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "fájlok kibontása a szabványos kimenetre"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "PARANCS"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "kibontott fájlok továbbítása másik program számára"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "utódok kilépési kódjainak figyelmen kívül hagyása"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "az utódok nem nulla kilépési kódjainak kezelése hibaként"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Fájlattribútumok kezelése:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "a NÉV kényszerítése a hozzáadott fájlok tulajdonosaként"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "a NÉV kényszerítése a hozzáadott fájlok csoportjaként"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DÁTUM-VAGY-FÁJL"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "a DÁTUM-VAGY-FÁJL dátumnál újabb fájlok mtime értékének beállítása"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "MÓDOSÍTÁSOK"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "a (szimbolikus) mód módosítások kényszerítése a hozzáadott fájlokra"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "MÓDSZER"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"a kiíratott fájlok hozzáférési időpontjainak megőrzése, vagy az időpontok "
-"olvasás után történő visszaállításával (MÓDSZER='replace'; alapértelmezett) "
-"vagy az időpontok be nem állításával az első helyen (MÓDSZER='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "ne bontsa ki a fájl módosításának időpontját"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"próbálja az archívumban létezővel azonos tulajdonossal kibontani a fájlokat "
-"(alapértelmezett a rendszergazdának)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"fájlok kibontása a saját nevében (alapértelmezett normál felhasználóknak)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "mindig számok használata a felhasználó- vagy csoportnevekhez"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"a fájl jogosultságaival kapcsolatos információk kibontása (alapértelmezett a "
-"rendszergazda számára)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"a felhasználó umask értékének alkalmazása a jogosultságok kibontásakor az "
-"archívumból (alapértelmezett az egyszerű felhasználók számára)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "kibontandó nevek rendezése, az archívumnak való megfelelés érdekében"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "azonos, mint a -p és -s egyszerre"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"kibontott könyvtárak módosítási idői és jogosultságai beállításának "
-"késleltetése a kibontás befejeztéig"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "a --delay-directory-restore kapcsoló hatásának megszüntetése"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Eszköz kiválasztása és váltása:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHÍVUM"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "az ARCHÍVUM archívumfájl vagy -eszköz használata"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "az archívumfájl helyi, még ha tartalmaz is kettőspontot"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "az adott rmt PARANCS használata az rmt helyett"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "a távoli PARANCS használata az rsh helyett"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "meghajtó és sűrűség megadása"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "többkötetes archívum létrehozása/listázása/kibontása"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "szalagváltás a SZÁM x 1024 bájt kiírása után"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "parancsfájl futtatása minden egyes szalag végén (-M esetén)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "a FÁJLBAN található számú kötet használata/frissítése"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Eszközblokkolás:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKK"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "rekordonként BLOKK x 512 bájt"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "SZÁM bájt rekordonként, az 512 többszöröse"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "nullázott blokkok (EOF) mellőzése az archívumban"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "újrablokkolás olvasáskor (4.2BSD csövekhez)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Archívumformátum kiválasztása:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMÁTUM"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "az adott formátumú archívum létrehozása"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "A FORMÁTUM a következők egyike:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "régi V7 tar formátum"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "A tar <= 1.12 által használt GNU formátum"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x formátum"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) formátum"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) formátum"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "azonos a pax formátummal"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "azonos a --format=v7 formátummal"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "azonos a --format=posix formátummal"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "kulcsszó[[:]=érték][,kulcsszó[[:]=érték]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "a pax kulcsszavak irányítása"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "SZÖVEG"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"archívum létrehozása a SZÖVEG kötetnévvel. Listázáskor vagy kibontáskor "
-"használja a kötetnév keresési mintájaként a SZÖVEGET"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Tömörítési kapcsolók:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "archívum kiterjesztésének használata a tömörítőprogram meghatározására"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-"ne használja az archívum kiterjesztését a tömörítőprogram meghatározására"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "tömörítése a PROG használatával (el kell fogadnia a -d kapcsolót)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Helyi fájlválasztás:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"az adott FÁJL hozzáadása az archívumhoz (hasznos, ha neve kötőjellel "
-"kezdődik)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "KÖNYVTÁR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "váltás a KÖNYVTÁR könyvtárba"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "kibontandó nevek lekérdezése vagy létrehozás a FÁJLBÓL"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "a -T nullal lezárt neveket olvas, letiltja a -C kapcsolót"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "a korábbi --null kapcsoló hatásának letiltása"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"a -T segítségével beolvasott fájlnevek idézettségének megszüntetése "
-"(alapértelmezett)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "ne szüntesse meg a -T segítségével beolvasott fájlnevek idézettségét"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MINTA"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "a MINTAKÉNT megadott fájlok kihagyása"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "a FÁJLBAN megadott minták kihagyása"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"a CACHEDIR.TAG-et tartalmazó könyvtárak tartalmának kihagyása, a címkefájl "
-"kivételével"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "a CACHEDIR.TAG-et tartalmazó könyvtárak alatt minden kihagyása"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "a CACHEDIR.TAG-et tartalmazó könyvtárak kihagyása"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"a FÁJLT tartalmazó könyvtárak tartalmának kihagyása, a FÁJL kivételével"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "a FÁJLT tartalmazó könyvtárak alatt minden kihagyása"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "a FÁJLT tartalmazó könyvtárak kihagyása"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "verziókezelő-könyvtárak kihagyása"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "mentési és zárolási fájlok kihagyása"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "ne lépjen be automatikusan a könyvtárakba"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "az archívum létrehozásakor maradjon a helyi fájlrendszeren"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "belépés a könyvtárakba rekurzívan (alapértelmezett)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "ne vágja le a kezdő „/” jelet a fájlnevekből"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"szimbolikus linkek követése; az általuk mutatott fájlok archiválása és "
-"kiíratása"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"közvetlen linkek követése; az általuk mutatott fájlok archiválása és "
-"kiíratása"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "TAGNÉV"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "kezdés a TAGNÉV tagnál az archívumban"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "csak a DÁTUM-VAGY-FÁJL dátumnál újabb fájlok tárolása"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DÁTUM"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "dátum és idő összehasonlítása ha csak a dátum módosult"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "FELÜGYELET"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "mentés eltávolítás előtt, a FELÜGYELET verzió kiválasztása"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "KARAKTERLÁNC"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"mentés eltávolítás előtt, a szokásos utótag („~”, hacsak a "
-"SIMPLE_BACKUP_SUFFIX környezeti változó nem bírálja felül) felülbírálása"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Fájlnév-átalakítások:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "a fájlnevek SZÁM darab kezdő összetevőjének levágása kibontáskor"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "KIFEJEZÉS"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"A KIFEJEZÉS sed helyettesítőkifejezés használata fájlnevek átalakítására"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Fájlnévillesztés beállításai (érintik mind a kihagyási, mind a felvételi "
-"mintákat):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "kis- és nagybetűk figyelmen kívül hagyása"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "a minták illesztése a fájlnevek elejére"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "a minták illesztése bármely / után (alapértelmezett kihagyáskor)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "kis- és nagybetűkre érzékeny illesztés (alapértelmezett)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "helyettesítő karakterek használata (alapértelmezett kihagyáskor)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "szó szerinti karakterlánc-illesztés"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "a helyettesítő karakterek nem illeszkednek a perjelre"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-"a helyettesítőkarakterek illeszkednek a „/” jelre (alapértelmezett "
-"kihagyáskor)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informatív kimenet:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "feldolgozott fájlok bőbeszédű listázása"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "KULCSSZÓ"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "figyelmeztetés felügyelete"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"előrehaladási üzenetek megjelenítése minden SZÁM. rekordnál (alapértelmezés: "
-"10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "MŰVELET"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "a MŰVELET végrehajtása minden ellenőrzőponton"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "üzenet kiírása, ha nem minden link került kiíratásra"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SZIGNÁL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"a bájtok teljes számának megjelenítése az archívum feldolgozása után egy "
-"argumentummal hívva kiírja a bájtok teljes számát ezen SZIGNÁL megkapásakor. "
-"Az engedélyezett szignálok: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 és SIGUSR2; a "
-"SIG előtag nélküli nevek is elfogadottak"
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "a fájlmódosítási dátumok kiírása UTC szerint"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "bőbeszédű kimenet küldése a FÁJLBA"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "az archívumon belüli blokkszám megjelenítése minden egyes üzenettel"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "megerősítés kérése minden egyes művelethez"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "a tar alapértelmezéseinek megjelenítése"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"listázáskor vagy kibontáskor minden egyes, a keresési feltételnek meg nem "
-"felelő könyvtár listázása"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "fájl- vagy archívumnevek megjelenítése átalakítás után"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STÍLUS"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "az idézési stílus beállítása, az érvényes STÍLUS értékeket lásd alább"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "a KARAKTERLÁNCBÓL származó karakterek kiegészítő idézése"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "a KARAKTERLÁNCBÓL származó karakterek idézésének letiltása"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Kompatibilitási kapcsolók:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"létrehozáskor megegyezik a --old-archive kapcsolóval; kibontáskor a --no-"
-"same-owner kapcsolóval"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Egyéb kapcsolók:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "néhány potenciálisan káros kapcsoló használatának letiltása"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"A következő kapcsolók közül egynél többet nem használhat: „-Acdtrux” vagy „--"
-"test-label”"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "A tömörítési kapcsolók ütköznek"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Ismeretlen szignálnév: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "A dátummintafájl nem található"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "%s cseréje az ismeretlen %s dátumformátumhoz"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "„%s” kapcsoló: A(z) „%s” dátum kezelése mint %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: a fájllista már be van olvasva"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: a beolvasott fájlnév null karaktert tartalmaz"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "az archívum tömörítése a(z) %s használatával"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "A --quoting-style kapcsoló érvényes paraméterei:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Ezen* tar alapértelmezései:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Érvénytelen blokkolási tényező"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Érvénytelen szalagméret"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Hibás növekményszintérték"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Egynél több küszöbdátum"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Érvénytelen ritka verzió érték"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-"Az --atime-preserve='system' nem támogatott ezen az operációs rendszeren"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "A --checkpoint értéke nem egy egész"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Érvénytelen csoport"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Érvénytelen mód került megadásra a kapcsolóban"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Érvénytelen szám"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Érvénytelen tulajdonos"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"A --preserve kapcsoló elavult, használja a --preserve-permissions --preserve-"
-"order kapcsolókat helyette"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Érvénytelen rekordméret"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "A rekordméretnek %d többszörösének kell lennie."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Érvénytelen elemszám"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Csak egy --to-command kapcsoló engedélyezett"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Rosszul formázott sűrűségargumentum: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Ismeretlen sűrűség: „%c”"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "A „-[0-7][lmh]” kapcsolókat *ez* a tar NEM támogatja"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FÁJL]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "A régi „%c” kapcsoló paramétert igényel."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "a --occurrence értelmetlen fájllista nélkül"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "a --occurrence nem használható a kért működési módban"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Több archívumfájl esetén szükséges a „-M” kapcsoló"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr ""
-"A --listed-incremental és a --newer kapcsolók nem használhatók egyszerre"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "a --level értelmetlen a --listed-incremental nélkül"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: A kötetcímke túl hosszú (a korlát %lu bájt)"
-msgstr[1] "%s: A kötetcímke túl hosszú (a korlát %lu bájt)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "A többkötetes archívumok nem ellenőrizhetők"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "A tömörített archívumok nem ellenőrizhetők"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Nem használhatók többkötetes tömörített archívumok"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Tömörített archívumok nem fűzhetők össze"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "a --pax kapcsoló csak POSIX archívumokon használható"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "A kötet hossza nem lehet kisebb a rekord méreténél"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "a --preserve-order nem kompatibilis a --listed-incremental kapcsolóval"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Üres archívum létrehozása visszautasítva"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Az „-Aru” kapcsolók összeférhetetlenek a „-f” kapcsolóval"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr ""
-"Meg kell adnia a következő kapcsolók egyikét: „-Acdtrux” vagy „--test-label”"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Kilépés hibaállapottal a korábbi hibák miatt"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: A fájl zsugorítva %s bájttal"
-msgstr[1] "%s: A fájl zsugorítva %s bájttal"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "A(z) %s kulcsszó ismeretlen vagy még nincs megvalósítva"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Az időbélyeg kívül esik az engedélyezett tartományon"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "A(z) %s minta nem használható"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "A(z) %s minta nem bírálható felül"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Rosszul formázott kiterjesztett fejléc: a hossz hiányzik"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "A kiterjesztett fejléc hossza kívül esik a tartományon"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "A kiterjesztett fejléc %*s hossza kívül esik a tartományon"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-"Rosszul formázott kiterjesztett fejléc: a hossz után hiányzik egy üres hely "
-"karakter"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "A kiterjesztett fejléc hibás: egy egyenlőségjel hiányzik"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Rosszul formázott kiterjesztett fejléc: az újsor hiányzik"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-"A(z) „%s” ismeretlen kiterjesztett fejléc kulcsszó figyelmen kívül marad"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Az előállított kulcsszó/érték pár túl hosszú (kulcsszó: %s, hossz: %s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "A kiterjesztett fejléc %s=%s értéke túllépi a(z) %s..%s tartományát"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Rosszul formázott kiterjesztett fejléc: érvénytelen %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Rosszul formázott kiterjesztett fejléc: többlet %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Rosszul formázott kiterjesztett fejléc: érvénytelen %s: váratlan határoló "
-"(%c)"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-"Rosszul formázott kiterjesztett fejléc: érvénytelen %s: az értékek száma "
-"páratlan"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: érvénytelen időtúllépés"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: ismeretlen ellenőrzőpont-művelet"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "írás"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "olvasás"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "%u. írási ellenőrzőpont"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "%u. olvasási ellenőrzőpont"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"a genfiles adatfájlokat kezel a GNU paxutils tesztcsomag számára.\n"
-"A KAPCSOLÓK:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Fájllétrehozási kapcsolók:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "MÉRET"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Az adott MÉRETŰ fájl létrehozása"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Írás a NÉV nevű fájlba a szabványos kimenet helyett"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Fájlnevek beolvasása a FÁJLBÓL"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "a -T nullal lezárt neveket olvas"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"A fájl feltöltése az adott MINTÁVAL. A MINTA a 'default' (alapértelmezett) "
-"vagy 'zeros' (nullák) egyike"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Egy blokk mérete ritka fájlhoz"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Ritka fájl előállítása. A parancssor többi része megadja a fájlleképezést."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "ELTOLÁS"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Az adott eltolásra pozicionálás az adatok kiírása előtt"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Fájlstatisztika kapcsolói:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"A stat struktúra tartalmának kiírása minden egyes megadott fájlhoz. Az "
-"alapértelmezett FORMÁTUM: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Szinkron végrehajtási kapcsolók:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "KAPCSOLÓ"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Az adott ARGS végrehajtása. Hasznos a --checkpoint és a --cut, --append, --"
-"touch vagy --unlink egyikével"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Az adott művelet (lásd alább) végrehajtása a SZÁM-adik ellenőrzőpont elérése "
-"után"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Dátum beállítása a következő --touch kapcsoló számára"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-"Végrehajtott ellenőrzőpontok és a PARANCS kilépési állapotának megjelenítése"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Szinkron végrehajtási tevékenységek. Ezek a --checkpoint kapcsoló által "
-"megadott számú ellenőrzőpont elérésekor kerülnek végrehajtásra."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"A FÁJL csonkolása az előző --length kapcsoló által megadott méretre (vagy "
-"nullára, ha nincs megadva)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"MÉRET bájt hozzáfűzése a FÁJLHOZ. A MÉRETET az előző --length kapcsoló adja "
-"meg."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "A FÁJL hozzáférési és módosítási idejének frissítése"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "A PARANCS végrehajtása"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "A FÁJL törlése"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Érvénytelen méret: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "A szám kívül esik az engedélyezett tartományon: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negatív méret: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "a stat(%s) meghiúsult"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "a kért fájlhossz %lu, a tényleges %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "a létrehozott fájl nem ritka"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Hiba a(z) „%s” közelében található szám elemzésekor"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Ismeretlen dátumformátum"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENTUMOK...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "a(z) „%s” nem nyitható meg"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "Nem lehet pozicionálni"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "a fájlnév null karaktert tartalmaz"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"nem állíthatók elő ritka fájlok a szabványos kimeneten, használja a --file "
-"kapcsolót"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "helytelen maszk (a(z) „%s” közelében)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Ismeretlen mező: „%s”"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "nem állítható be az idő a következőn: „%s”"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "a(z) „%s” nem törölhető"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "A parancs sikeresen befejeződött\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "A parancs meghiúsult a következő állapottal: %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "A parancs befejeződött a következő szignállal: %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "A parancs leállítva a következő szignállal: %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "A parancs hibakeresési kimenetet adott vissza\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "A parancs befejeződött\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "a --stat fájlneveket igényel"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "A munkakönyvtár nem menthető"
diff --git a/po/id.gmo b/po/id.gmo
deleted file mode 100644 (file)
index 9492a77..0000000
Binary files a/po/id.gmo and /dev/null differ
diff --git a/po/id.po b/po/id.po
deleted file mode 100644 (file)
index 23377f3..0000000
--- a/po/id.po
+++ /dev/null
@@ -1,3284 +0,0 @@
-# Pesan bahasa indonesia untuk tar
-# Copyright (C) 1999, 2002 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Tedi Heriyanto <tedi_h@gmx.net>, 1999, 2002.
-# Arif E. Nugroho <arif_endro@yahoo.com>, 2008, 2009, 2010.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-14 10:00+0700\n"
-"Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
-"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
-"Language: id\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argumen %s untuk %s tidak valid"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argumen %s untuk %s ambigu"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Argumen yang valid adalah:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s nilai lebih kecil atau sama dengan %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT parameter membutuhkan sebuah nilai"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT parameter harus positif"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Parameter ARGP_HELP_FMT tidak diketahui"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Sampah dalam ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Argumen wajib atau opsional ke pilihan panjang juga wajib atau opsional "
-"untuk argumen pendek yang berkorespondennya."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Penggunaan:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  atau: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [PILIHAN...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Coba `%s --help' atau `%s --usage' untuk informasi lebih lanjut.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Laporkan bug ke %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Kesalahan sistem tidak dikenal"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "berikan daftar bantuan ini"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "berikan sebuah pesan penggunaan singkat"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAMA"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "set nama aplikasi"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SECS"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "berhenti untuk DETIK detik (baku 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "tampilkan versi aplikasi"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(APLIKASI ERROR) Tidak ada versi yang dikenal!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Terlalu banyak argumen\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(APLIKASI ERROR) Pilihan seharusnya telah dikenali!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "error menulis"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: pilihan '%s' ambigu\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: pilihan '--%s' tidak mengijinkan sebuah argumen\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: pilihan '%c%s' tidak mengijinkan sebuah argumen\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: pilihan '--%s' membutuhkan sebuah argumen\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: pilihan tidak dikenal '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: pilihan tidak dikenal '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: pilihan -- '%c' tidak valid\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: pilihan membutuhkan sebuah argumen -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: pilihan '-W %s' ambigu\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: pilihan '-W %s' tidak mengijinkan sebuah argumen\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: pilihan '-W %s' membutuhkan sebuah argumen\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "kehabisan memori"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "tidak dapat menyimpan direktori kerja sekarang"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "gagal untuk kembali ke direktori kerja inisial"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Dibungkus oleh %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Dibungkus oleh %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Lisensi GPLv3+: GNU GPL versi 3 atau selanjutnya <http://gnu.org/licenses/"
-"gpl.html>\n"
-"Ini adalah aplikasi bebas: anda bebas untuk mengubah dan "
-"mendistribusikannya.\n"
-"TIDAK ADA GARANSI disini, sampai batas yang diijinkan oleh hukum yang "
-"berlaku.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Ditulis oleh %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Ditulis oleh %s dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Ditulis oleh %s, %s, dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"%s, dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"%s, %s, dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"%s, %s, %s, dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, dan %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Ditulis oleh %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, dan yang lainnya.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Laporkan bug ke: %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Laporkan %s bug ke: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s halaman rumah: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s halaman rumah: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "Bantuan umum menggunakan aplikasi GNU: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Tidak dapat %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Peringatan: Tidak dapat %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Tidak dapat mengganti mode ke %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Tidak dapat merubah kepemilikan ke uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Tidak dapat membuat hard link ke %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Error pembacaan di byte %s, ketika membaca %lu byte"
-msgstr[1] "%s: Error pembacaan di byte %s, ketika membaca %lu byte"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Peringatan: Error pembacaan di byte %s, ketika membaca %lu byte"
-msgstr[1] "%s: Peringatan: Error pembacaan di byte %s, ketika membaca %lu byte"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Tidak dapat mencari ke %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Peringatan: Tidak dapat mencari ke %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Tidak dapat membuat symlink ke %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Hanya dapat menulis %lu dari %lu byte"
-msgstr[1] "%s: Hanya dapat menulis %lu dari %lu byte"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Menghilangkan awalan `%s' dari nama anggota"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Menghilangkan awalan `%s' dari target hard link"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Mengganti `.' untuk nama anggota kosong"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Mengganti `.' untuk target hard link kosong"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Service tidak tersedia"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Tidak dapat menghubungi ke %s: penelusuran gagal"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Tidak dapat menjalankan remote shell"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Arah pencarian di luar jangkauan"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Arah pencarian tidak valid"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Ofset pencarian tidak valid"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Offset pencarian di luar jangkauan"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Jumlah byte tidak valid"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Jumlah byte di luar jangkauan"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "EOF prematur"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Kode operasi tidak valid"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operasi tidak didukung"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Unexpected tidak terduga"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Manipulasi sebuah tape drive, menerima perintah dari proses remote"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NOMOR"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "tentukan tingkat penelusuran"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "BERKAS"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "tentukan keluaran nama berkas penelusuran"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "tidak dapat membuka %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "terlalu banyak argumen"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Perintah sampah"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Ini sepertinya bukan sebuah tar archive"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Total byte ditulis"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Total byte dibaca"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Total byte dihapus: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Nilai record_size tidak valid"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Tidak diberikan nama archive"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Tidak dapat memverifikasi stdin/stdout archive"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Archive terkompres. Gunakan %s pilihan"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Tidak dapat update compressed archives"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Berada pada awal tape, berhenti sekarang"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Terlalu banyak errors, berhenti"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Ukuran record = %lu blok"
-msgstr[1] "Ukuran record = %lu blok"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Blok tidak sesuai (%lu byte) dalam arsip"
-msgstr[1] "Blok tidak sesuai (%lu byte) dalam arsip"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Tidak dapat backspace file archives; kemungkinan tidak bisa dibaca tanpa -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek tidak dapat berhenti di sebuah batas rekaman"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: berisi nomor volum yang tidak valid"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Nomor volum overflow"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Mempersiapkan volume #%d untuk %s dan tekan return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF pada saat user reply diharapkan"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "PERINGATAN: Archive tidak lengkap"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n nama        Memberi sebuah nama berkas baru untuk volume selanjutnya (dan "
-"seterusnya)\n"
-" q             Batalkan tar\n"
-" y or newline  Lanjutkan operasi\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Spawn sebuah subshell\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Tampilkan daftar ini\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Tidak ada new volume; keluar.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Nama berkas tidak dispesifikasikan. Coba lagi.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Masukan tidak valid. Ketik ? untuk bantuan.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Perintah %s gagal"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s mungkin dilanjutkan di volume ini: header berisi nama terpotong"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s tidak dilanjutkan di volume ini"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s adalah ukuran yang salah (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Volume ini di luar urutan (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Label archive tidak cocok dengan %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Volume %s tidak sesuai dengan %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: nama berkas terlalu panjang untuk diurutkan dalam sebuah GNU multivolume "
-"header, dipotong"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "tulis tidak berhenti di batas blok"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Hanya dapat membaca %lu dari %lu byte"
-msgstr[1] "Hanya dapat membaca %lu dari %lu byte"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Isi berbeda"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Unexpected EOF dalam archive"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Tipe berkas berbeda"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Mode berbeda"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid berbeda"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid berbeda"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Mod time berbeda"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Ukuran berbeda"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Tidak dilink ke %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symlink berbeda"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Nomor perangkat berbeda"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verifikasi "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Tipe berkas '%c' tidak dikenal, lakukan diff sebagai berkas normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Archive berisi nama berkas dengan awalan dihapus."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Verifikasi mungkin gagal untuk menemukan berkas orisinil."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "GAGAL VERIFIKASI: header %d tidak valid terdeteksi"
-msgstr[1] "GAGAL VERIFIKASI: header %d tidak valid terdeteksi"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Sebuah lone blok nol di %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: berisi sebuah cache direktori tag %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "nilai %s dari %s di luar jangkauan %s..%s; menggantikan %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "nilai %s dari %s di luar dari jangkauan %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Membuat header oktal negatif"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: nama berkas terlalu panjang (maksimal %d); tidak di-dump"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: nama berkas terlalu panjang (tidak dapat memisahkan); tidak di-dump"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: nama link terlalu panjang; tidak di-dump"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Berkas diperkecil %s byte; dipadding dengan nol"
-msgstr[1] "%s: Berkas diperkecil %s byte; dipadding dengan nol"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: file berada pada filesistem yang berbeda; tidak di-dump"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "isi tidak didump"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tipe file tidak dikenal; file diabaikan"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Hilang hubungan ke %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: berkas tidak berubah; tidak di-dump"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: berkas adalah archive; tidak di-dump"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "direktori tidak didump"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: berkas berubah saat kita membacanya"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: soket diabaikan"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door diabaikan"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Skip ke header berikutnya"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Menghapus non-header dari archive"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: implausibly penanda waktu lama %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: penanda %s adalah %s dalam masa datang"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Inkonsistensi tidak diharapkan ketika membuat direktori"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Direktori diganti nama sebelum statusnya dapat diperoleh"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Sedang extract contiguous file sebagai regular file"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Mencoba extract symbolic link sebagai hard link"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr ""
-"%s: Tidak dapat mengekstrak -- berkas adalah kelanjutan dari volume lain"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Tidak terduga nama header panjang"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tipe berkas tidak dikenal '%c', diekstraksi sebagai berkas normal"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Saat ini %s adalah lebih baru atau berumuran sama"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Tidak dapat melakukan backup berkas ini"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Tidak dapat mengubah nama %s ke %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Direktori telah diubah nama dari %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Direktori telah diganti nama"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Direktori adalah baru"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Time stamp tidak valid"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Waktu modifikasi (detik) tidak valid"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "waktu modifikasi (nano detik) tidak valid"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Nomor perangkat tidak valid"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Nomor inode tidak valid"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Field terlalu panjang ketika membaca berkas snapshot"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Pembacaan error dalam berkas snapshot"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Tidak terduga EOF dalam berkas snapshot"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Tidak terduga nilai field dalam berkas snapshot"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Hilang pengakhir rekaman"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Format berkas incremental buruk"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Versi format incremental tidak didukung: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Salah bentuk dumpdir: diduga '%c' tetapi ditemukan %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Salah bentuk dumpdir: 'X' terduplikasi"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Salah bentuk dumpdir: nama kosong dalam 'R'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Salah bentuk dumpdir: 'T' tidak diawali oleh 'R'"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Salah bentuk dumpdir: nama kosong dalam 'T'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Salah bentuk dumpdir: diduga '%c' tetapi ditemukan akhir dari data"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Salah bentuk dumpdir: 'X' tidak pernah digunakan"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Tidak dapat membuat direktori sementara menggunakan template %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Tidak menghapus direktori: tidak dapat memperoleh statistik"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: direktori berada di perangkat yang berbeda: tidak menghapus"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Menghapus %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Tidak dapat menghapus"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Mengabaikan"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok dari KOSONG **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Akhir dari Berkas **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Kosong dalam header saat diharapkan nilai %s numerik"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "Nilai oktal arsip %.*s di luar batasan %s; asumsikan komplemen dua"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Nilai oktal arsip %.*s di luar batasan %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arsip berisikan header base-64 yang kadaluarsas"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Arsip yang ditandatangahi dengan string base-64 %s di luar batasan %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Nilai arsip base-256 di luar batasan %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arsip berisikan %.*s ketika nilai numerik %s diharapkan"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Nilai arsip %s dari %s di luar batasan %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " link ke %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tipe file tidak dikenal %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Link Panjang--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Nama Panjang--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Volume Header--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Diteruskan pada byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Membuat direktori:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Tidak bisa pindah direktori kerja"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Mengganti nama %s ke %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s:Tidak dapat mengganti nama ke %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Mengganti nama %s kembali ke %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Berkas dihapus sebelum kita membacanya"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Direktori dihapus sebelum kita membacanya"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proses anak"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "saluran interproses"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Pola pencocokan karakter digunakan dalam nama berkas."
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Gunakan --wildcards untuk mengaktifkan pencocokan pola, atau --no-wildcards "
-"untuk menekan peringatan ini"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Tidak ditemukan dalam archive"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Kejadian yang diinginkan tidak ditemukan dalam archive"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Label archive tidak cocok"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Menggunakan pilihan -C didalam daftar berkas tidak diijinkan dengan --listed-"
-"incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Hanya satu pilihan -C yang diijinkan dengan --listed-incremental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Pilihan `-%s' dan `-%s' membutuhkan standard masukan"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Format archive tidak valid"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Feature GNU dibutuhkan untuk format archive yang tidak kompatibel"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Gaya quoting `%s' tidak diketahui. Coba `%s --quoting-style=help' untuk "
-"memperoleh daftar."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' menyimpan beberapa berkas bersama dalam sebuah tape tunggal atau "
-"disk archive, dan dapat dikembalikan ke berkas individu dari archive "
-"tersebut.\n"
-"\n"
-"Contoh:\n"
-"  tar -cf archive.tar foo bar  # Buat archive.tar dari berkas foo dan bar.\n"
-"  tar -tvf archive.tar         # Tampilkan semua berkas dalam archive.tar "
-"secara rinci.\n"
-"  tar -xf archive.tar          # Bongkar semua berkas dari archive.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Akhiran dari backup adalah `~', kecuali bila diset dengan --suffix atau "
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Version control dapat diset dengan --backup atau VERSION_CONTROL, nilainya:\n"
-"\n"
-"  none, off       tidak pernah membuat backups\n"
-"  t, numbered     membuat backups bernomor\n"
-"  nil, existing   beri nomor bila nomor backup telah ada, sederhana "
-"sebaliknya\n"
-"  never, simple   selalu buat cadangan sederhana\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Mode operasi utama:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "daftar isi dari sebuah archive"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "ekstrak berkas dari sebuah archive"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "buat sebuah archive baru"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "cari perbedaan diantara archive dan sistem berkas"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "tambahkan berkas ke akhir dari sebuah archive"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "hanya tambahkan berkas yang lebih bari dari salinan dalam archive"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "tambahkan berkas tar ke sebuah archive"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "hapus dari archive (bukan dalam pita mag!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "test label volume archive dan keluar"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Pemodifikasi operasi:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "tangani berkas sparse secara efisien"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"set versi dari format sparse untuk digunakan (mengimplikasikan --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "tangani format GNU lama incremental backup"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "tangani format GNU barus incremental backup"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "tingkat `dump' untuk pembuatan `listed-incremental archive'"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "jangan keluar dengan bukan nol dalam berkas tidak dapat dibaca"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"proses hanya JUMLAH pertemuan dari setiap berkas dalam archive; pilihan ini "
-"hanya berlaku dalam konjungsi dengan satu dari sub perintah --delete, --"
-"diff, --extract atau --list dan ketika sebuah daftar dari berkas diberikan "
-"baik dalam baris perintah atau melalui pilihan -T; JUMLAH baku ke 1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "pencarian tidak dapat dilakukan dalam archive"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "pencarian tidak dapat dilakukan dalam archive"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-"tidak dapat memeriksa nomor perangkat ketika membuat archive incremental"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr "periksa nomor perangkat ketika membuat incremental archive (baku)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Overwrite kontrol:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "mencoba untuk memverifikasi archive setelah menulisnya"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "hapus berkas setelah menambahkannya ke archive"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "jangan timpa berkas yang sudah ada ketika mengekstrak"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"jangan timpa berkas yang sudah ada yang lebih baru dari salinan archivenya"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "overwrite berkas yang sudah ada ketika mengekstrak"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "hapus setiap berkas sebelum mengekstrak diatasnya"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "kosongkan susunan sebelum mengekstrak ke direktori"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "jaga metadata dari direktori yang sudah ada"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"overwrite metadata dari direktori yang sudah ada ketika mengekstrak (baku)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Pilih stream keluaran:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "ekstrak berkas ke standar keluaran"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "PERINTAH"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "pipe berkas terekstrak ke aplikasi lain"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "abaikan kode keluaran dari anak"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "perlakukan kode keluaran bukan nol dari anak sebagai error"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Penanganan dari atribut berkas:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "paksa NAMA sebagai pemilik untuk berkas yang ditambahkan"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "paksa NAMA sebagai grup untuk berkas yang ditambahkan"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATE-ATAU-BERKAS"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "set mtime untuk berkas yang ditambahkan dari DATE-OR-FILE"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "PERUBAHAN"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "paksa PERUBAHAN (simbolik) mode untuk berkas yang ditambahkan"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODE"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"jaga waktu akses di berkas yang didump, baik dengan mengembalikan waktu "
-"setelah membaca (METODE='replace'; baku) atau dengan tidak menset waktu di "
-"tempat pertama (METODE='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "jangan ekstrak waktu modifikasi berkas"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"mencoba mengekstrak berkas dengan kepemilikan yang sama yang ada dalam "
-"archive (baku untuk pengguna super)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "ekstrak berkas seperti dirimu (baku untuk pengguna biasa)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "selalu gunakan nomor untuk nama pengguna/grup"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "ekstrak informasi mengenai ijin berkas (baku untuk superuser)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"aplikasikan umask pengguna ketika mengekstrak ijin dari archive (baku untuk "
-"pengguna biasa)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "urutkan nama untuk mengekstrak supaya cocok dengan archive"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "sama seperti baik -p dan -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"tunda konfigurasi waktu modifikasi dan ijin untuk direktori terekstrak "
-"sampai akhir dari ekstrasi"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "batalkan efek dari pilihan --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Pemilihan dan pengubahan perangkat:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIVE"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "gunakan berkas archive atau perangkat ARCHIVE"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "berkas archive adalah lokal walaupun ini memiliki sebuah kolon"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "gunakan PERINTAH rmt yang diberikan daripad rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "gunakan PERINTAH remote daripada rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "spesifikasikan drive dan kepadatan"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "buat/daftar/ekstrak multi-volume archive"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "ubah pita setelah menulis ANGKA x 1024 bytes"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "jalankan script di akhir dari setiap pite (mengimplikasikan -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "gunakan/update jumlah volume dalam BERKAS"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Bloking perangkat:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOK"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOK x 512 byte per detik"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "JUMLAH dari byte per rekaman, kelipatan dari 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "abaikan blok yang dinolkan dalam archive (berarti EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "reblok saat kita baca (untuk 4.2BSD pipes)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Pemilihan format archive:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "buat archive dari format yang diberikan"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT adalah satu dari berikut:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "format tar lama V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "format gnu tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "format GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "format POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "format POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "sama seperti pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "sama seperti --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "sama seperti --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "kata kunci[[:]=nilai][,kata kunci[[:]=nilai]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "kontrol kata kunci pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEKS"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"buat archive dengan nama volume TEKS; di waktu daftar/ekstrak, gunakan TEKS "
-"sebagai sebuah pola globbing untuk nama volume"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Pilihan kompresi:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "gunaka nama akhiran archive untuk menentukan aplikasi kompresi"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "jangan gunakan nama akhiran archive untuk menentukan aplikasi kompresi"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "saring melalui PROG (harus menerima -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Pemilihan berkas lokal:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"tambahkan berkas yang diberikan ke archive (berguna jika namanya berawal "
-"dengan sebuah dash)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "pindah ke direktori DIR"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "dapatkan nama untuk ekstrak atau buat dari BERKAS"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T baca nama berakhiran kosong, non-aktifkan -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "non-aktifkan efek dari pilihan --null sebelumnya"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "unquote nama berkas baca dengan -T (baku)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "jangan unquote nama berkas baca dengan -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "POLA"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "jangan masukan berkas, berikan sebagai sebuah POLA"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "jangan masukan pola yang terdaftar dalam BERKAS"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"jangan masukan isi dari direktori berisi CACHEDIR.TAG, kecuali untuk berkas "
-"tag itu sendiri"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "jangan masukan apapun dibawah direktori berisi CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "jangan masukan direktori berisi CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"jangan masukan isi dari direktori berisi BERKAS, kecuali untuk BERKAS itu "
-"sendiri"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "jangan masukan apapun dibawah direktori berisi BERKAS"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "jangan masukan direktori berisi BERKAS"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "jangan masukan direktori sistem pengontrol direktori"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "abaikan berkas cadangan dan berkas kunci"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "hindari penurunan secara otomatis dalam direktori"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "tetap dalam sistem berkas lokal ketika membuat archive"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "rekursif kedalam direktori (baku)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "jangan hilangkan awalan `/' dari nama berkas"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "ikuti symlinks; berkas archive dan dump yang mereka tunjuk ke"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "ikuti hard links; berkas archive dan dump yang mereka refer ke"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NAMA-ANGGOTA"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "berawal di anggota NAMA-ANGGOTA dalam archive"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "hanya simpan berkas lebih baru dari DATE-OR-FILE"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "TANGGAL"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "bandingkan tanggal dan waktu hanya ketika data berubah"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "KONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "backup sebelum penghapusan, pilih PENGONTROL versi"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRING"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"backup sebelum penghapusan, override akhiran biasa ('~' kecuali di override "
-"oleh variabel lingkungan SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Transformasi nama berkas:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"hilangkan NOMOR yang mengawali komponen dari nama berkas di waktu ekstraksi"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "EKSPRESI"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "gunakan sed EKSPRESI replace untuk mengubah nama berkas"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Pilihan nama berkas cocok (mempengaruhi baik pola exclude dan include):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "abaikan perbedaan huruf besar dan huruf kecil"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "pencocokan pola nama berkas mulai"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "pencocokan polah setelah `/' apapun (baku untuk exclusion)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "pencocokan dengan memperhatikan huruf besar dan huruf kecil (baku)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "gunakan wildcards (baku untuk exclusion)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "pencocok verbatim string"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "wildcards tidak cocok `/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "wildcards cocok `/' (baku untuk exclusion)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Keluaran informative:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "proses daftar berkas secara verbose"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "KATA KUNCI"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "pengendali peringatan"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "tampilkan pesan perkembangan setiap rekaman ke ANGKA (baku 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "AKSI"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "jalankan AKSI disetiap titik pemeriksaan"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "tampilkan sebuah pesan jika tidak seluruh link didump"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SINYAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"tampilkan total bytes setelah memproses archive; dengan sebuah archive - "
-"tampilkan total bytes ketika SINYAL ini dikirimkan; Sinyal yang diijinkan "
-"adalah: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 dan SIGUSR2; nama tanpa awalah SIG "
-"juga diterima"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "tampilkan waktu modifikasi berkas dalam UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "tampilkan waktu berkas sampai ke resolusi penuh"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "kirim keluaran verbose ke BERKAS"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "tampilkan jumlah blok didalam archive dengan setiap pesan"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "minta konfirmasi untuk setiap aksi"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "tampilkan tar baku"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"ketika mendaftar atau mengekstrak, daftar setiap direktori yang tidak cocok "
-"dengan kriteria pencarian"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "tampilkan berkas atau nama berkas setelah transformasi"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "GAYA"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "set nama quoting gaya; lihat dibawah untuk nilai GAYA yang valid"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "sebagai tambahan karakter quote dari STRING"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "non-aktifkan quoting untuk karakter dari STRING"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Pilihan yang kompatibel:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"ketika membuat, sama seperti --old-archive; ketika mengekstrak, sama seperti "
-"--no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Pilihan lain:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "non-aktifkan penggunaan dari pilihan berbahaya yang berpotensial"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Anda tidak bisa menspesifikasikan lebih dari satu pilihan `-Acdtrux' atau `--"
-"test-label'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Pilihan kompresi konflik"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Nama sinyal: %s tidak dikenal"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Tanggal contoh berkas tidak ditemukan"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Menggantikan %s untuk format tanggal tidak dikenal %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Pilihan %s: memperlakukan tanggal `%s' sebagai %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: daftar berkas telah dibaca"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: nama berkas yang dibaca berisi karakter nul"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "saring archive melalui %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Argumen yang valid untuk pilihan --quoting-style adalah:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Ini* tar baku ke:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Faktor bloking tidak valid"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Panjang tape tidak valid"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Nilai tingkat peningkatan tidak valid"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Lebih dari satu treshold date"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Nilai versi sparse tidak valid"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "pilihan --atime-preserve='system' tidak didukung di platform ini"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "nilai --checkpoint bukan sebuah integer"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Grup tidak valid"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Mode tidak tepat diberikan pada pilihan"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Nomor tidak valid"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Pemilik tidak valid"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Pilihan --preserve sudah ditinggalkan, lebih baik gunakan --preserve-"
-"permissions --preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Ukuran record tidak valid"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Jumlah record harus kelipatan dari %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Jumlah dari elemen tidak valid"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Hanya satu pilihan --to-command yang diijinkan"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Salah bentuk kepadatan argumen: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Kepadatan tidak diketahui: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Pilihan `-[0-7][lmh]' tidak didukung oleh tar *ini*"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[BERKAS]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Pilihan 'lama' `%c' membutuhkan argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence tidak berarti tanpa sebuah daftar berkas"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence tidak dapat digunakan dalam mode operasi yang diminta"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Berkas multiple archive membutuhkan pilihan '-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Tidak dapat menggabungkan --listed-incremental dengan --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level tidak berarti tanpa --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Label volume terlalu panjang (batasnya adalah %lu byte)"
-msgstr[1] "%s: Label volume terlalu panjang (batasnya adalah %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Tidak dapat verifikasi multi-volume archives"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Tidak dapat verify compressed archives"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Tidak dapat menggunakan multi-volume compressed archives"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Tidak dapat update compressed archives"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option hanya dapat digunakan dalam archive POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Panjang volume tidak dapat lebih kecil dari ukuran rekaman"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order tidak kompatibel dengan --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Secara takut menolak untuk membuat sebuah archive kosong"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Pilihan '-Aru' tidak kompatibel dengan `-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr ""
-"Anda harus menspesifikasikan salah satu dari pilihan `-Acdtrux' atau `--test-"
-"label'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Keluar dengan status gagal karena error error sebelumnya"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Berkas mengecil sebanyak %s byte"
-msgstr[1] "%s: Berkas mengecil sebanyak %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Kata kunci %s tidak diketahui atau belum diimplementasikan"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Penanda waktu di luar dari jangkauan yang diijinkan"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Pola %s tidak dapat digunakan"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Kata kunci %s tidak dapat dioverride"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Salah bentuk ekstensi header: hilang panjang"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Ekstensi panjang header diluar dari jangkauan yang diijinkan"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Ekstensi panjang header %*s diluar dari jangkauan"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Salah bentuk ekstensi header: hilang blank setelah panjang"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Salah bentuk ekstensi header: hilang tanda sama dengan"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Salah bentuk ekstensi header: hilang baris baru"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Mengabaikan kata kunci ekstensi `%s' yang tidak diketahui"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Pasangan kata kunci/nilai yang dihasilkan terlalu panjang (kata kunci=%s, "
-"panjang=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Ekstensi header %s=%s diluar dari jangkauan %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Salah bentuk ekstensi header: tidak valid %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Salah bentuk ekstensi header: kelebihan %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Salah bentuk ekstensi header: tidak valid %s: tidak diduga pembatas %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Salah bentuk ekstensi header: tidak valid %s: jumlah dari nilai ganjil"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: bukan sebuah kehabisan waktu yang valid"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: aksi titik pemeriksaan tidak diketahui"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "tulis"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "baca"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Menulis titik pemeriksaan %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Membaca titik pemeriksaan %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile memanipulasi berkas data untuk suite pemeriksaan GNU paxutils.\n"
-"PILIHAN adalah:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Pilihan pembuatan berkas:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "UKURAN"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Buat berkas dari UKURAN yang diberikan"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Tulis ke berkas NAMA, daripada ke standar keluaran"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Baca nama berkas dari BERKAS"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T baca nama berakhiran null"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "Isi berkas dengan POLA yang diberikan. POLA adalah 'baku' atau 'nol'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Ukuran dari sebuah blok untuk berkas sparse"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Buat berkas sparse. Sisa dari baris perintah memberikan peta berkas."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "OFSET"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Cari ke ofset yang diberikan sebelum menulis data"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Pilihan statistik berkas:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Tampilkan isi dari statistik struk untuk setiap berkas yang diberikan. "
-"FORMAT baku adalah: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "pilihan eksekusi synchronous:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "PILIHAN"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Jalankan ARG. Berguna dengan --checkpoint dan satu dari --cut, --append, --"
-"touch, --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Lakukan aksi yang diberikan (lihat dibawah) ketika mencapai titik "
-"pemeriksaan NOMOR"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Set tanggal untuk pilihan --touch selanjutnya"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-"Tampilkan titik pemeriksaan yang dijalankan dan status keluar dari PERINTAH"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Aksi eksekusi synchronous. Ini dijalankan ketika titik pemeriksaan nomor "
-"yang diberikan oleh pilihan --checkpoint dicapai."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Potong BERKAS ke ukuran yang dispesifikasikan oleh pilihan --length "
-"sebelumnya (atau 0, jika ini tidak diberikan)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Tambahkan UKURAN bytes ke BERKAS. UKURAN yang diberikan oleh pilihan --"
-"length sebelumnya."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Update waktu akses dan modifikasi dari BERKAS"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Jalankan PERINTAH"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Putus BERKAS"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Ukuran: %s tidak valid"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Jumlah diluar dari jangkauan yang diijinkan: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Ukuran negatif: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) gagal"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "panjang berkas yang diminta %lu, sebenernya %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "pembuatan berkas tidak sparse"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Error parsing nomor didekat `%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Format tanggal tidak diketahui"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARG...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "tidak dapat membuka `%s'"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "Tidak dapat mencari"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "nama berkas berisi karakter null"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"tidak dapat menghasilkan berkas sparse di standar keluaran, gunakan pilihan "
-"--file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "mask tidak benar (didekat `%s')"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Field `%s' tidak diketahui"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "tidak dapat menset waktu di `%s'"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "tidak dapat memutus `%s'"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Perintah keluar secara sukses\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Perintah gagal dengan status %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Perintah berakhir di sinyal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Perintah berhenti di sinyal %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Perintah memberika core dump\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Perintah berakhir\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat membutuhkan nama berkas"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Tidak dapat menyimpan direktori kerja"
-
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Tidak dapat menemukan alamat dari nama host %s"
-
-#~ msgid "suppress this warning."
-#~ msgstr "menekan peringatan ini."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: pilihan -- %c tidak legal\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Laporkan bug ke <%s>.\n"
-
-#~ msgid "Input string too long"
-#~ msgstr "Masukan string terlalu panjang"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Sintaks jumlah error"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Tidak dapat mengalokasi buffer space\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Tidak dapat mengalokasi buffer space"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Coba `%s --help' untuk informasi lebih lanjut.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Penggunaan: %s [PILIHAN]\n"
-#~ "Manipulasi sebuah tape drive, menerima perintah dari proses remote.\n"
-#~ "\n"
-#~ "  --version  Tampilkan informasi versi.\n"
-#~ "  --help     Tampilkan bantuan ini.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Offset pencarian error"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Akhir dari berkas prematur"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Membaca %s\n"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Error tidak dapat diperbaiki: keluar sekarang"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "saring archive melalui bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "saring archive melalui gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "saring archive melalui compress"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "saring archive melalui lzma"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "saring archive melalui lzop"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Peringatan: option -l tidak didukung; mungkin maksud anda -j atau -T?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Kesalahan exit ditunda dari error sebelumnya"
-
-#~ msgid "block size"
-#~ msgstr "ukuran blok"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Tidak dapat melakukan dup"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Tidak dapat menggunakan compressed atau remote archives"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (child)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (grandchild)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "PERINGATAN: Tidak ada volume header"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Child mengembalikan status %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Nama anggota mengandung `..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Nama anggota berisikan `..'"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Kesalahan visible long file name"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Nomor device di luar batasan"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Kesalahan visible longname"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Berganti nama dari %s ke %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Tidak dapat symlink ke %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Symlink %s ke %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Perintah demangling %s tidak dikenal"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "File name tidak ditemukan setelah -C"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Command tidak terpakai %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU `tar' menyimpan sejumlah file dalam sebuah tape atau disk archive, "
-#~ "dan\n"
-#~ "dapat restore sebuah file dari archive.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Bila long option menunjukkan argumen sebagai mandatory, maka pilihan "
-#~ "tersebut\n"
-#~ "adalah mandatory juga untuk short option. Hal yang sama berlaku untuk\n"
-#~ "optional argumen.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modus operasi utama:\n"
-#~ "  -t, --list              melihat isi archive\n"
-#~ "  -x, --extract, --get    mengekstrak file archive\n"
-#~ "  -c, --create            membuat archive baru\n"
-#~ "  -d, --diff, --compare   mencari beda antara archive dan file system\n"
-#~ "  -r, --append            menambahkan file pada bagian akhir archive\n"
-#~ "  -u, --update            hanya menambahkan file yang lebih baru daripada "
-#~ "yang ada di archive\n"
-#~ "  -A, --catenate          append file tar ke dalam archive\n"
-#~ "      --concatenate       sama seperti -A\n"
-#~ "      --delete            menghapus dari archive (tidak berlaku untuk mag "
-#~ "tapes!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modifier operasi:\n"
-#~ "  -W, --verify               berusaha verifikasi archive setelah "
-#~ "menulisnya\n"
-#~ "      --remove-files         hapus file setelah menambahkannya ke dalam "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       tidak menimpa file yang telah ada ketika "
-#~ "membongkar\n"
-#~ "     --overwrite             timpa file yang ada ketika membongkar\n"
-#~ "     --overwrite-dir          timpa metadata direktori ketika membongkar\n"
-#~ "  -U, --unlink-first         hapus setiap file sebelum membongkar "
-#~ "kepadanya\n"
-#~ "      --recursive-unlink     mengosongkan hierarchies sebelum membongkar "
-#~ "direktori\n"
-#~ "  -S, --sparse               menangani file sparse dengan efisien\n"
-#~ "  -O, --to-stdout            extract file ke standard output\n"
-#~ "  -G, --incremental          menangani old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             menangani new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   tidak keluar dengan nonzero pada file yang "
-#~ "tidak terbaca\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Menangani atribut file:\n"
-#~ "      --owner=NAME             paksa NAME sebagai owner file yang "
-#~ "ditambahkan\n"
-#~ "      --group=NAME             paksa NAME sebagai group file yang "
-#~ "ditambahkan\n"
-#~ "      --mode=CHANGES           paksa modus (symbolic) CHANGES untuk file "
-#~ "yang ditambahkan\n"
-#~ "      --atime-preserve         tidak mengganti access time pada dumped "
-#~ "file\n"
-#~ "  -m, --modification-time      tidak extract modification time dari file\n"
-#~ "      --same-owner             mencoba extract file dengan ownership yang "
-#~ "sama\n"
-#~ "      --no-same-owner             extract file sebagai anda sendiri\n"
-#~ "      --numeric-owner          selalu gunakan angka untuk nama user/"
-#~ "group\n"
-#~ "  -p, --same-permissions       extract semua informasi protection\n"
-#~ "    --no-same-permissions       jangan bongkar informasi permisi\n"
-#~ "      --preserve-permissions   sama seperti -p\n"
-#~ "  -s, --same-order             sort name yang akan diextract sesuai "
-#~ "dengan archive\n"
-#~ "      --preserve-order         sama seperti -s\n"
-#~ "      --preserve               sama seperti -p dan -s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Pemilihan dan penggantian device:\n"
-#~ "  -f, --file=ARCHIVE             gunakan file atau device ARCHIVE\n"
-#~ "      --force-local              file archive local, walaupun memiliki "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      gunakan COMMAND remote selain rsh\n"
-#~ "  -[0-7][lmh]                    menentukan drive dan density\n"
-#~ "  -M, --multi-volume             buat/lihat/extract archive multi-volume\n"
-#~ "  -L, --tape-length=NUM          ganti tape setelah menulis NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         jalankan script pada akhir setiap tape "
-#~ "(berlaku untuk -M)\n"
-#~ "      --new-volume-script=FILE   sama seperti -F FILE\n"
-#~ "      --volno-file=FILE          gunakan/update volume number dalam FILE\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Device blok:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes setiap record\n"
-#~ "      --record-size=SIZE         SIZE bytes setiap record, kelipatan dari "
-#~ "512\n"
-#~ "  -i, --ignore-zeros             abaikan zeroed blocks dalam archive "
-#~ "(berarti EOF)\n"
-#~ "  -B, --read-full-records        block ulang pada saat baca (untuk 4.2BSD "
-#~ "pipes)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Pilihan format archive:\n"
-#~ "  -V, --label=NAME                   buat archive dengan volume name "
-#~ "NAME\n"
-#~ "              PATTERN                saat list/extract, globbing PATTERN\n"
-#~ "  -o, --old-archive, --portability   tulis dalam format archive V7\n"
-#~ "      --posix                        tulis dalam format archive POSIX\n"
-#~ "  -j, --bzip2                        filter arsip menggunakan bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter archive menggunakan gzip\n"
-#~ "  -Z, --compress, --uncompress       filter archive menggunakan compress\n"
-#~ "      --use-compress-program=PROG    filter menggunkan PROG (harus "
-#~ "menggunakan -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Pilihan local file:\n"
-#~ "  -C, --directory=DIR          pindah ke directory DIR\n"
-#~ "  -T, --files-from=NAME        gunakan NAME untuk extract atau buat dari "
-#~ "file\n"
-#~ "      --null                   -T membaca null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        abaikan file dengan pola PATTERN\n"
-#~ "  -X, --exclude-from=FILE      abaikan pola yang ada dalam file FILE\n"
-#~ "     --anchored                   abaikan pola yang cocok dengan awal "
-#~ "nama file (default)\n"
-#~ "     --no-anchored                abaikan pola yang cocok setelah "
-#~ "sembarang /\n"
-#~ "     --ignore-case                  abaikan ignore-case\n"
-#~ "     --no-ignore-case             pengabaian adalah case sensitive "
-#~ "(default)\n"
-#~ "     --wildcards                    abaikan pola yang menggunakan "
-#~ "wildcards (default)\n"
-#~ "     --no-wildcards                abaikan pola yang string biasa\n"
-#~ "      --wildcards-match-slash  abaikan pola wildcard yang cocok dengan "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash  abaikan pola wildcard yang tidak cocok "
-#~ "dengan '/'\n"
-#~ "  -P, --absolute-names         tidak menghilangkan awalan `/'s dari nama "
-#~ "file\n"
-#~ "  -h, --dereference            dump file yang ditunjuk oleh symlink\n"
-#~ "      --no-recursion           tidak otomatis menyertakan sub directory\n"
-#~ "  -l, --one-file-system        tetap pada local file system saat membuat "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     mulai dengan file NAME dalam archive\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATE             hanya simpan files yang lebih baru dari "
-#~ "DATE\n"
-#~ "      --newer-mtime            bandingkan date dan time hanya saat data "
-#~ "berubah\n"
-#~ "      --after-date=DATE        sama seperti -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]       backup sebelum menghapus, pilih version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup sebelum menghapus, ganti akhiran "
-#~ "SUFFIX\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Output informasi:\n"
-#~ "      --help            menampilkan help ini dan keluar\n"
-#~ "      --version         menampilkan versi program tar dan keluar\n"
-#~ "  -v, --verbose         menampilkan keterangan file yang sedang diproses\n"
-#~ "      --checkpoint      menampilkan nama directory names saat membaca "
-#~ "archive\n"
-#~ "      --totals          menampilkan jumlah byte yang ditulis saat membuat "
-#~ "archive\n"
-#~ "  -R, --block-number    menampilkan nomor blok dalam archive dengan "
-#~ "setiap pesan\n"
-#~ "  -w, --interactive     interaktif, meminta konfirmasi untuk setiap "
-#~ "tindakan\n"
-#~ "      --confirmation    sama seperti -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar tidak dapat membaca atau menghasilkan archive `--posix' "
-#~ "archives.\n"
-#~ "Bila POSIXLY_CORRECT telah diset pada environment, GNU extensions "
-#~ "diabaikan\n"
-#~ "dengan `--posix'.\n"
-#~ "Support untuk POSIX baru sebagian diimplementasi, jangan bergantung pada "
-#~ "hal ini.\n"
-#~ "ARCHIVE dapat berupa FILE, HOST:FILE atau USER@HOST:FILE; DATE mungkin "
-#~ "berupa \n"
-#~ "tanggal tekstual atau sebuah nama file yang dimulai dengan `/' atau `', "
-#~ "yang akan digunakan tanggal file.\n"
-#~ "Default `tar' *ini* adalah `-f%s -b%d'.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Pilihan tidak berlaku lagi, gunakan --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Pilihan tidak berlaku lagi, digantikan oleh --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Pilihan tidak berlaku lagi, digantikan oleh --read-full-records"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Pilihan tidak berlaku lagi, digantikan oleh --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Pilihan tidak berlaku lagi, digantikan oleh --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Pilihan tidak berlaku lagi, digantikan oleh --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Peringatan: option -y tidak didukung; mungkin maksud anda -j?"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Pilihan tidak berlaku lagi, digantikan oleh --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Ditulis oleh John Gilmore dan Jay Fenlason."
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Bila long option menunjukkan argumen sebagai mandatory, maka pilihan "
-#~ "tersebut\n"
-#~ "adalah mandatory juga untuk short option. \n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH dari file yang dihasilkan\n"
-#~ "  -p, --pattern=PATTERN      PATTERN adalah `default' atau `zeros'\n"
-#~ "      --help                 menampilkan help ini dan keluar\n"
-#~ "      --version              menampilkan informasi versi dan keluar\n"
diff --git a/po/it.gmo b/po/it.gmo
deleted file mode 100644 (file)
index ccb9f70..0000000
Binary files a/po/it.gmo and /dev/null differ
diff --git a/po/it.po b/po/it.po
deleted file mode 100644 (file)
index 3fdd94b..0000000
--- a/po/it.po
+++ /dev/null
@@ -1,2790 +0,0 @@
-# Italian translation of GNU tar.
-# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-#
-# Lele Gaifax <lele@nautilus.eclipse.it>, 1996.
-# Marco d'Itri <md@linux.it>, 1998.
-#
-# Milo Casagrande <milo@casagrande.name>, 2008-2009, 2010.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar-1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-12 10:25+0200\n"
-"Last-Translator: Milo Casagrande <milo@casagrande.name>\n"
-"Language-Team: Italian <tp@lists.linux.it>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argomento %s non valido per %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argomento %s ambiguo per %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Gli argomenti validi sono:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: il valore %s è minore o uguale a %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: il parametro ARGP_HELP_FMT richiede un valore"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: il parametro ARGP_HELP_FMT deve essere positivo"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: parametro ARGP_HELP_FMT sconosciuto"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Spazzatura in ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Gli argomenti obbligatori o facoltativi per le opzioni estese lo sono anche "
-"per le corrispondenti opzioni brevi."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Uso:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  o: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPZIONE...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Usare \"%s --help\" o \"%s --usage\" per ulteriori informazioni.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Segnalare i bug a %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Errore di sistema sconosciuto"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "Mostra questo aiuto"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "Mostra un breve messaggio sull'uso"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NOME"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "Imposta il nome del programma"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEC"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "Resta in attesa per SEC secondi (predefinito 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "Stampa la versione del programma"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(ERRORE DEL PROGRAMMA) Nessuna versione conosciuta."
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: troppi argomenti\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(ERRORE DEL PROGRAMMA) L'opzione dovrebbe essere stata riconosciuta."
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "Errore di scrittura"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: l'opzione \"%s\" è ambigua\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: l'opzione \"--%s\" non accetta un argomento\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: l'opzione \"%c%s\" non accetta un argomento\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: l'opzione \"--%s\" richiede un argomento\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opzione \"--%s\" non riconosciuta\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opzione \"%c%s\" non riconosciuta\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opzione non valida -- \"%c\"\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: l'opzione richiede un argomento -- \"%c\"\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: l'opzione \"-W %s\" è ambigua\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: l'opzione \"-W %s\" non accetta un argomento\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: l'opzione \"-W %s\" richiede un argomento\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memoria esaurita"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "Impossibile registrare la directory di lavoro corrente"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "Impossibile ritornare alla directory di lavoro iniziale"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "\""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "\""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[sSyY].*"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN].*"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Pacchetto creato da %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Pacchetto creato da %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licenza GPLv3+: GNU GPL versione 3 o successiva <http://gnu.org/licenses/gpl."
-"html>\n"
-"Questo programma è software libero: siete liberi di modificarlo e "
-"ridistribuirlo.\n"
-"Non c'è ALCUNA GARANZIA, per quanto consentito dalle vigenti normative.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Scritto da %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Scritto da %s e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Scritto da %s, %s e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Scritto da %s, %s, %s\n"
-"e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Scritto da %s, %s, %s,\n"
-"%s e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Scritto da %s, %s, %s,\n"
-"%s, %s e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Scritto da %s, %s, %s,\n"
-"%s, %s, %s e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Scritto da %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Scritto da %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s e %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Scritto da %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s e altri.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Segnalare i bug a: %s\n"
-"Segnalare i bug di traduzione a: <tp@lists.linux.it>\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Segnalare i bug di %s a: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Sito web di %s: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Sito web di %s: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "Aiuto per l'utilizzo di software GNU: <http://www.gnu.org/gethelp/>\n"
-
-# (ndt) metto tra virgolette visto che è
-# il nome di una funzione non traducibile
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: funzione \"%s\" non riuscita"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: attenzione: funzione \"%s\" non riuscita"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: impossibile cambiare il modo a %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: impossibile cambiare il proprietario all'UID %lu e al GID %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: impossibile creare un collegamento fisico a %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: errore di lettura al byte %s leggendo %lu byte"
-msgstr[1] "%s: errore di lettura al byte %s leggendo %lu byte"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: attenzione: errore di lettura al byte %s leggendo %lu byte"
-msgstr[1] "%s: attenzione: errore di lettura al byte %s leggendo %lu byte"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: impossibile fare seek a %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: attenzione: impossibile fare seek a %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: impossibile creare un collegamento simbolico a %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: scritto solo %lu byte su %lu"
-msgstr[1] "%s: scritti solo %lu byte su %lu"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Rimozione di \"%s\" iniziale dai nomi dei membri"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Rimozione di \"%s\" iniziale dagli obiettivi dei collegamenti fisici"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Sostituzione di \".\" al nome vuoto di un membro"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Sostituzione di \".\" all'obiettivo vuoto di un collegamento fisico"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: servizio non disponibile"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Impossibile connettersi a %s: \"resolve\" non riuscita"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Impossibile eseguire la shell remota"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Direzione di seek fuori dell'intervallo"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Direzione di seek non valida"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Offset di seek non valido"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Offset di seek fuori dell'intervallo"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Conteggio byte non valido"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Conteggio byte fuori dell'intervallo"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "EOF prematuro"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Codice d'operazione non valido"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operazione non supportata"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Argomenti non attesi"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Manipola un dispositivo a nastro, accettando comandi da un processo remoto"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NUMERO"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "Imposta il livello di debug"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FILE"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "Imposta il nome del file di output per il debug"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "impossibile aprire %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "troppi argomenti"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Comando spazzatura"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Questo non sembra un archivio tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Byte totali scritti"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Byte totali letti"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Byte totali eliminati: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Valore di record_size non valido"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Non è stato indicato il nome di un archivio"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Impossibile verificare archivi su stdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "L'archivio è compresso. Usare l'opzione %s."
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Impossibile aggiornare archivi compressi"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "All'inizio del nastro, uscita immediata"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Troppi errori, uscita"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Dimensioni del record = %lu blocco"
-msgstr[1] "Dimensioni del record = %lu blocchi"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Blocco non allineato nell'archivio (%lu byte)"
-msgstr[1] "Blocco non allineato nell'archivio (%lu byte)"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Impossibile muoversi all'indietro nel file dell'archivio; potrebbe non "
-"essere\n"
-"leggibile senza l'opzione -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek non si è fermata al limite di un record"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: contiene un numero di volume non valido"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Overflow del numero di volume"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Preparare il volume #%d per %s e premere Invio: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Ricevuto EOF quando era attesa la risposta dell'utente"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "Attenzione: l'archivio non è completo"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n nome        Cambia il nome del file per il prossimo volume (e i "
-"successivi)\n"
-" q             Termina tar\n"
-" y o Invio     Continua l'operazione\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Esegue una subshell\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Stampa questo elenco\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Nessun nuovo volume; uscita.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Nome file non specificato. Riprovare.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Input non valido. Premere ? per l'aiuto.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "comando \"%s\" non riuscito"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s potrebbe continuare su questo volume: l'intestazione contiene un nome "
-"troncato"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s non continua su questo volume"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s è la dimensione sbagliata (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Questo volume è fuori sequenza (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "L'archivio non ha un'etichetta corrispondente a %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Il volume %s non corrisponde a %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: il nome del file è troppo lungo per essere scritto in un'intestazione "
-"GNU multi-volume, troncato"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "write non si è fermata al limite di un record"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "È stato possibile leggere solo %lu byte di %lu"
-msgstr[1] "È stato possibile leggere solo %lu byte di %lu"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "I contenuti sono differenti"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "EOF inatteso nell'archivio"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "I tipi dei file sono diversi"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "I modi sono diversi"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Gli UID sono diversi"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "I GID sono diversi"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Gli orari di modifica sono diversi"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Le dimensioni sono diverse"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Non è collegato a %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "I collegamenti simbolici sono diversi"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "I numeri dei device sono diversi"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verifica "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: tipo di file \"%c\" sconosciuto, confrontato come un file normale"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "L'archivio contiene nomi di file con i prefissi iniziali rimossi."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "La verifica potrebbe non riuscire a trovare i file originali."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "Errore di verifica: trovata %d intestazione non valida"
-msgstr[1] "Errore di verifica: trovate %d intestazioni non valide"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Un singolo blocco di zeri a %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: contiene un'etichetta di directory cache %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "valore %s fuori dall'intervallo (%s) %s..%s; sostituzione con %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "valore %s fuori dall'intervallo (%s) %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Generazione delle intestazioni ottali negative"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: il nome del file è troppo lungo (max %d); non archiviato"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: il nome del file è troppo lungo (impossibile dividerlo); non archiviato"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: il nome del collegamento è troppo lungo; non archiviato"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: file ristretto di %s byte; riempito con zeri"
-msgstr[1] "%s: file ristretto di %s byte; riempito con zeri"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: il file si trova su un altro file system; non archiviato"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "contenuti non archiviati"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: tipo di file sconosciuto; file ignorato"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Collegamenti mancanti a %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: il file non è modificato; non archiviato"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: il file è l'archivio; non archiviato"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "directory non archiviata"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: file modificato mentre era in lettura"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socket ignorato"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door ignorata"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Passaggio alla prossima intestazione"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Eliminazione non-intestazione dall'archivio"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: orario %s inverosimilmente vecchio"
-
-# (ndt) problema del plurale...
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: l'orario %s è %s secondi nel futuro"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: incoerenza inaspettata nel creare la directory"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: directory rinominata prima di poterne estrarre lo stato"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Estrazione file contigui come file normali"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr ""
-"Tentativo di estrazione dei collegamenti simbolici come collegamenti fisici"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: impossibile estrarre -- il file continua da un altro volume"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Intestazione di nome lungo inattesa"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: tipo di file \"%c\" sconosciuto, estratto come file normale"
-
-# (ndt) questo è il pezzo di codice
-# if (file_newer_p (file_name, &current_stat_info))
-#      {
-#        WARN ((0, 0, _("Current %s is newer or same age"),
-#               quote (file_name)));
-#        return 0;
-#      }
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Il file %s corrente è più recente o ha la stessa data"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: impossibile eseguire il backup di questo file"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Impossibile rinominare %s in %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: directory rinominata da %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: directory rinominata"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: directory nuova"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Orario non valido"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Orario di modifica non valido (secondi)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Orario di modifica non valido (nanosecondi)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Numero di device non valido"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Numero dell'inode non valido"
-
-# (ndt) oppure rendere snapshot come istantanea?
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Campo troppo lungo nel leggere il file di snapshot"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Errore di lettura nel file di snapshot"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "EOF inatteso nel file di snapshot"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Valore del campo inatteso nel file di snapshot"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Record finale mancante"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Formato file incrementale errato"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Versione formato incrementale non supportata: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "dumpdir malformata: atteso \"%c\", ma trovato %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "dumpdir malformata: \"X\" duplicata"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "dumpdir malformata: nessun nome in \"R\""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "dumpdir malformata: \"T\" non preceduta da \"R\""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "dumpdir malformata: nessun nome in \"T\""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "dumpdir malformata: atteso \"%c\", ma trovata la fine dei dati"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "dumpdir malformata: \"X\" mai usata"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Impossibile creare la directory temporanea usando il modello %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: eliminazione directory non eseguita: impossibile fare stat"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: la directory si trova su un altro device: non eliminata"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: eliminazione di %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: impossibile rimuoverlo"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: omesso"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blocco %s: ** Blocco di NUL **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blocco %s: ** Fine del file **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blocco %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Trovati spazi nell'intestazione dove era atteso il valore numerico %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Il valore ottale %.*s dell'archivio è fuori dall'intervallo %s; si suppone\n"
-"che sia in complemento a due"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Il valore ottale %.*s dell'archivio è fuori dall'intervallo %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "L'archivio contiene intestazioni base-64 obsolete"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-"La stringa base-64 con segno %s dell'archivio è fuori dall'intervallo %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Il valore base-256 dell'archivio è fuori dall'intervallo %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "L'archivio contiene %.*s dove era atteso il valore numerico %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Il valore %s dell'archivio è fuori dall'intervallo (%s) %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " collegamento a %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tipo di file sconosciuto %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Collegamento lungo--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Nome lungo--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Intestazione del volume--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continua al byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Creazione directory:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Impossibile cambiare la directory di lavoro"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Rinomina di %s in %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: impossibile rinominarlo in %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Rinomina di %s nuovamente in %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: file rimosso prima di poterlo leggere"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: directory rimossa prima di poterla leggere"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "il processo figlio"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "il canale tra processi"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Usati caratteri di corrispondenza nei nomi dei file."
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Usare --wildcards per abilitare la corrispondenza o --no-wildcards per "
-"disabilitare l'avviso"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: non trovato nell'archivio"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: occorrenza richiesta non trovata nell'archivio"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Etichetta dell'archivio non corrispondente"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"L'utilizzo dell'opzione -C all'interno dell'elenco dei file non è consentita "
-"con --listed-incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Solo un'opzione -C è consentita con --listed-incremental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Le opzioni \"-%s\" e \"-%s\" richiedono entrambe lo standard input"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: formato dell'archivio non valido"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Richieste funzionalità GNU su un formato di archivio incompatibile"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Stile di citazione \"%s\" non conosciuto. Provare \"%s --quoting-style=help"
-"\" per visualizzarne un elenco."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"La versione GNU di \"tar\" è in grado di salvare molti file in un solo "
-"archivio su nastro o su disco e può ripristinare singoli file "
-"dall'archivio.\n"
-"\n"
-"Esempi:\n"
-"  tar -cf archivio.tar foo bar # Crea archivio.tar dai file foo e bar\n"
-"  tar -tvf archivio.tar        # Elenca prolissamente i file in archivio."
-"tar\n"
-"  tar -xf archivio.tar         # Estrae tutti i file da archivio.tar\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Il suffisso dei backup è \"~\" a meno che non sia impostato con --suffix "
-"oppure\n"
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Il controllo di versione può essere impostato con --backup oppure "
-"VERSION_CONTROL,\n"
-"i valori possibili sono:\n"
-"\n"
-"  none, off       Non esegue mai i backup\n"
-"  t, numbered     Esegue backup numerati\n"
-"  nil, existing   Numerati se esistono backup numerati, altrimenti semplici\n"
-"  never, simple   Esegue sempre backup semplici\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Modi operativi principali:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "Elenca i contenuti dell'archivio"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "Estrae file da un archivio"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "Crea un nuovo archivio"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "Trova differenze tra l'archivio e il file system"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "Accoda i file alla fine di un archivio"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "Accoda solo i file più recenti della copia nell'archivio"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "Aggiunge il contenuto di un altro archivio"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "Elimina dall'archivio (non su nastri magnetici)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "Verifica l'etichetta di volume dell'archivio ed esce"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modificatori delle operazioni:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "Gestisce efficientemente i file sparsi"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-# (ndt) hmmm... formato sparso...
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "Imposta la versione da usare per il formato sparso (implica --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "gestisce i vecchi backup incrementali GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "Gestisce il nuovo formato di backup incrementali GNU"
-
-# (ndt) suggerimenti?
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "Livello di dump per l'archivio a lista incrementale creato"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "Non esce con non-zero quando ci sono file non leggibili"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"Elabora solo la NUMERO-esima occorrenza di ogni file nell'archivio; "
-"quest'opzione è valida solo se usata insieme a uno dei sottocomandi --"
-"delete, --diff, --extract o --list e quando viene fornito un elenco di file "
-"sulla riga di comando o attraverso l'opzione -T; il valore predefinito di "
-"NUMERO è 1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "L'archivio è posizionabile"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "L'archivio non è posizionabile"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "Non controlla i numeri del device quando crea archivi incrementali"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"Controlla i numeri del device quando crea archivi incrementali (predefinito)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Controlli di sovrascrittura:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "Tenta di verificare l'archivio dopo averlo scritto"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "Rimuove i file dopo averli aggiunti all'archivio"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "Durante l'estrazione non sovrascrive i file esistenti"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "Non sostituisce i file esistenti più recenti delle copie nell'archivio"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "Sovrascrive i file esistenti durante l'estrazione"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "Rimuove ogni file prima di estrarre su di esso"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "Svuota le directory prima di estrarle"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "Preserva i metadati delle directory esistenti"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"Sovrascrive i metadati delle directory esistenti durante l'estrazione "
-"(predefinito)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Selezione stream di output:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "Estrae i file sullo standard output"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "COMANDO"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "Invia in pipe i file estratti a un altro programma"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "Ignora il codice di uscita dei figli"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "Considera i codici di uscita non-zero come un errore"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Gestione degli attributi dei file:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "Forza NOME come proprietario per i file aggiunti"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "Forza NOME come gruppo per i file aggiunti"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATA-O-FILE"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "Imposta mtime per i file aggiunti da DATA-O-FILE"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "CAMBI"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "Forza il modo CAMBI (simbolico) per i file aggiunti"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODO"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"Preserva l'orario di accesso sui file archiviati, ripristinando l'orario "
-"dopo la lettura (METODO=\"replace\"; predefinito) o impostando l'orario "
-"all'inizio (METODO=\"system\")"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "Non estrae l'orario di ultima modifica del file"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"Cerca di estrarre i file con lo stesso proprietario come presente "
-"nell'archivio (predefinito per il super utente)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"Estrae i file come l'utente attuale (predefinito per gli utenti normali)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "Usa sempre i numeri per i nomi di utente/gruppo"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"Estrae informazioni riguardo i permessi dei file (predefinito per il super-"
-"utente)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"Applica la umask dell'utente nell'estrarre i permessi dall'archivio "
-"(predefinito per gli utenti normali)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "Ordina i nomi da estrarre come nell'archivio"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "Come -p e -s assieme"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"Ritarda l'impostazione dei tempi di modifica e dei permessi delle directory "
-"estratte al termine dell'estrazione"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "Annulla l'effetto dell'opzione --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Selezione e cambio del device:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIVIO"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "Usa come archivio il file o il dispositivo ARCHIVIO"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "L'archivio è locale anche se contiene \":\""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "Usa il COMANDO rmt indicato invece di rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "Usa il COMANDO remoto invece di rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "Indica drive e densità"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "Crea, elenca, estrae archivi multi-volume"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "Cambia il nastro dopo avere scritto NUMERO × 1024 byte"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "Esegue lo script alla fine di ogni nastro (implica -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "Usa/aggiorna il numero del volume nel FILE"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blocchi del device:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCCHI"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "Usa record di BLOCCHI × 512 byte"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "NUMERO di byte per record, multiplo di 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "Ignora i blocchi a zero nell'archivio (significa EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "Rifà i blocchi durante la lettura (per le pipe di 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Selezione formato di archiviazione:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMATO"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "Crea archivi nel formato indicato"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMATO è uno dei seguenti:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "Vecchio formato di tar V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "Formato GNU di tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "Formato GNU di tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "Formato POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "Formato POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "Come pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "Come --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "Come --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "PAROLA_CHIAVE[[:]=VALORE][,PAROLA_CHIAVE[[:]=VALORE], ...]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "Controlla le parole chiavi di pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TESTO"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"Crea l'archivio con TESTO come nome di volume; durante l'elencazione o "
-"l'estrazione, usa TESTO come modello di glob per ogni volume"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Opzioni di compressione:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-"Usa il suffisso dell'archivio per determinare il programma di compressione"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-"Non usa il suffisso dell'archivio per determinare il programma di "
-"compressione"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "Filtra attraverso PROG (deve accettare -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Selezione dei file locali:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "Aggiunge FILE all'archivio (utile se il nome inizia con un trattino)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "Passa alla directory DIR"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "Prende i nomi da estrarre o creare dal file FILE"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T legge nomi terminati da NULL, disabilita -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "Disabilita l'effetto dell'opzione --null precedente"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"Toglie i caratteri di citazione dai nomi dei file letti con -T (predefinito)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "Non toglie i caratteri di citazione dai nomi dei file letti con -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MODELLO"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "Esclude i file i cui nomi corrispondono a MODELLO"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "Esclude i modelli elencati in FILE"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"Esclude i contenuti delle directory contenenti CACHEDIR.TAG, a parte il "
-"file .TAG stesso"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "Esclude tutto quanto all'interno di directory contenenti CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "Esclude le directory contenenti CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"Esclude i contenuti delle directory contenenti FILE, a parte FILE stesso "
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "Esclude tutto quanto all'interno di directory contenenti FILE"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "Esclude le directory contenenti FILE"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "Esclude le directory dei sistemi di controllo della versione"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "Esclude i file di backup e di blocco"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "Non entra automaticamente nelle directory"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "Resta nel file system locale durante la creazione dell'archivio"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "Entra ricorsivamente nelle directory (predefinito)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "Non rimuove le \"/\" iniziali dai nomi dei file"
-
-# (ndt) hmmm... non molto chiara...
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"Segue i collegamenti simbolici; archivia ed esegue il dump dei file a cui "
-"puntano"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"Segue i collegamenti fisici; archivia ed esegue il dump dei file a cui si "
-"riferiscono"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NOME"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "Inizia dal membro NOME nell'archivio"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "Archivia solo i file più recenti di DATA-O-FILE"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "Confronta data e ora solo quando il contenuto è cambiato"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROLLO"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "Esegue un backup prima di rimuovere, usando il CONTROLLO di versione"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRINGA"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"Esegue un backup prima di rimuovere, sovrascrivendo il suffisso \"~\" a meno "
-"che non sia sovrascritto dalla variabile d'ambiente SIMPLE_BACKUP_SUFFIX"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Trasformazioni dei nomi di file:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"Toglie NUMERO componenti iniziali dai nomi dei file durante l'estrazione"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "ESPRESSIONE"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"Usa un'ESPRESSIONE di sostituzione di sed per trasformare i nomi dei file"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Opzioni di corrispondenza del nome del file (vale sia per i modelli di "
-"esclusione che inclusione):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "Non fa differenza tra maiuscole e minuscole"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "I modelli corrispondono all'inizio del nome del file"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"I modelli corrispondono dopo ogni \"/\" (predefinito per le esclusioni)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "Considera diverse le maiuscole e le minuscole (predefinito)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "Utilizza i metacaratteri (predefinito per le esclusioni)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "Corrispondenza letterale della stringa"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "I metacaratteri non corrispondono \"/\""
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "I metacaratteri corrispondono \"/\" (predefinito per le esclusioni)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Output informativo:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "Elenca prolissamente i file elaborati"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "PAROLACHIAVE"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "Controllo di avviso"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"Visualizza un messaggio di avanzamento ogni NUMERO-esimo record (predefinito "
-"10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "AZIONE"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "Esegue l'azione a ogni punto di controllo"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "Stampa un messaggio se non tutti i collegamenti sono archiviati"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SEGNALE"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"Stampa i byte totali dopo l'elaborazione dell'archivio; con un argomento - "
-"stampa i byte totali quando viene inviato il SEGNALE. I segnali consentiti "
-"sono: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 e SIGUSR2; sono accettati anche i "
-"nomi senza il prefisso SIG"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "Stampa le date di modifica del file in formato UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "Stampa la data del file in tutti i suoi dettagli"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "Invia l'output prolisso al FILE"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "Mostra il numero di blocco nell'archivio con ogni messaggio"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "Chiede conferma per ogni azione"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "Mostra le impostazioni predefinite di tar"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"All'elencazione o all'estrazione, elenca ogni directory che non corrisponde "
-"al criterio di ricerca"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "Mostra il nome del file o dell'archivio dopo la trasformazione"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STILE"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"Imposta lo stile di citazione del nome; consultare più sotto per i valori di "
-"STILE consentiti"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "Caratteri di citazione aggiuntivi da STRINGA"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "Disabilita la citazione per i caratteri dalla STRINGA"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Opzioni di compatibilità:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"Alla creazione, uguale a --old-archive; all'estrazione, uguale a --no-same-"
-"owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Altre opzioni:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "Disabilita l'uso di alcune opzioni potenzialmente dannose"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Non è possibile indicare più di un'opzione \"-Acdtrux\" o \"--test-label\""
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Conflitto tra le opzioni di compressione"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Nome del segnale sconosciuto: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "File campione della data non trovato"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Sostituzione di %s al posto del formato di data sconosciuto %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Opzione %s: la data \"%s\" viene considerata come %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: elenco file già letto"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: il nome di file letto contiene un carattere NULL"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "Filtra l'archivio attraverso %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Argomenti validi per l'opzione --quoting-style sono:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Questa versione di tar ha le seguenti impostazioni predefinite:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Fattore del blocco non valido"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Lunghezza del nastro non valida"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Valore del livello incrementale non valido"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Più di una data di soglia"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Valore versione sparsa non valido"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve=\"system\" non è supportato su questa piattaforma"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "Il valore --checkpoint non è un intero"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Gruppo non valido"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Modo fornito sull'opzione non valido"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Numero non valido"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Proprietario non valido"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"L'opzione --preserve è deprecata, usare --preserve-permissions --preserve-"
-"order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Dimensione del record non valida"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "La dimensione del record deve essere un multiplo di %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Numero di elementi non valido"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Consentita solo un'opzione --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Argomento densità non corretto: \"%s\""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Densità sconosciuta: \"%c\""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Le opzioni \"-[0-7][lmh]\" non sono gestite da questa versione di tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FILE]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "La vecchia opzione \"%c\" richiede un argomento."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence non ha senso senza un elenco di file"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence non può essere usata nel modo di operazioni richiesto"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Archivi multipli richiedono l'opzione \"-M\""
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Impossibile combinare --listed-incremental e --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "L'opzione --level non è utilizzabile senza --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: l'etichetta di volume è troppo lunga (il limite è %lu byte)"
-msgstr[1] "%s: l'etichetta di volume è troppo lunga (il limite sono %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Impossibile verificare archivi multi-volume"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Impossibile verificare archivi compressi"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Impossibile usare archivi multi-volume compressi"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Impossibile concatenare archivi compressi"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option può essere usata solo su archivi POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-"La lunghezza del volume non può essere minore della dimensione del record"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order non è compatibile con --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Rifiuto totale di creare un archivio vuoto"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Le opzioni \"-Aru\" sono incompatibili con \"-f -\""
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr ""
-"È necessario specificare una delle opzioni \"-Acdtrux\" o \"--test-label\""
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Uscita con stato di fallimento in base agli errori precedenti"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: il file si è ridotto di %s byte"
-msgstr[1] "%s: il file si è ridotto di %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "La parola chiave %s è sconosciuta o non ancora implementata"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Orario fuori dall'intervallo consentito"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Il modello %s non può essere usato"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "La parola chiave %s non può essere sostituita"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Intestazione estesa malformata: manca la lunghezza"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "La lunghezza intestazione estesa è fuori dall'intervallo consentito"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "La lunghezza dell'intestazione estesa %*s è fuori dall'intervallo"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Intestazione estesa malformata: manca lo spazio dopo la lunghezza"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Intestazione estesa malformata: manca il segno di uguale"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Intestazione estesa malformata: manca un newline"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Parola chiave sconosciuta \"%s\" dell'intestazione estesa ignorata"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"La coppia parola chiave/valore generata è troppo lunga (parola chiave=%s, "
-"lunghezza=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "L'intestazione estesa %s=%s è fuori dall'intervallo %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Intestazione estesa malformata: %s=%s non valido"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Intestazione estesa malformata: %s=%s in eccesso"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Intestazione estesa malformata: %s non valido: delimitatore %c non atteso"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-"Intestazione estesa malformata: %s non valido: numero dispari di valori"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: timeout non valido"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: azione di punto di controllo sconosciuta"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "lettura"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "scrittura"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Punto di controllo di scrittura %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Punto di controllo di lettura %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile manipola i file per la suite di test GNU paxutils.\n"
-"Le opzioni sono:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Opzioni di creazione file:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "DIMENSIONE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Crea file della DIMENSIONE indicata"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Scrive sul file NOME invece dello standard output"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Legge i nomi dei file da FILE"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T legge nomi terminati da NULL"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Riempie il file con il MODELLO fornito. MODELLO è \"default\" o \"zeros\""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Dimensione del blocco per il file sparso"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Genera file sparso. Il resto della riga di comando fornisce la mappa del "
-"file."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "OFFSET"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Si posiziona all'OFFSET indicato prima di scrivere i dati"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Opzioni per le statistiche:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Stampa i contenuti di struct stat per ogni file dato. Il FORMATO predefinito "
-"è:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Opzioni di esecuzione sincrona:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPZIONE"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Esegue ARGOMENTI. Utile con --checkpoint e uno tra --cut, --append, --touch, "
-"--unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Esegue l'azione indicata (consultare più sotto) al raggiungimento del punto "
-"di controllo NUMERO"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Imposta la data per l'opzione --touch successiva"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-"Visualizza i punti di controllo eseguiti e lo stato di uscita del COMANDO"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Azioni di esecuzione sincrona. Queste sono eseguite quando viene raggiunto "
-"il punto di controllo fornito dall'opzione --checkpoint."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Tronca il FILE alla dimensione specificata dall'opzione --length precedente "
-"(0 se non viene fornita)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Aggiunge DIMENSIONE byte al FILE. DIMENSIONE è fornita dall'opzione --length "
-"precedente."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Aggiorna l'orario di accesso e modifica del FILE"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Esegue il COMANDO"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Esegue l'unlink di FILE"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Dimensione non valida: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Numero fuori dall'intervallo consentito: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Dimensione negativa: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) non riuscita"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "lunghezza file richiesta %lu, effettiva %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "il file creato non è sparso"
-
-# (ndt) ?
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Errore nell'analizzare il numero vicino a \"%s\""
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Formato data non conosciuto"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGOMENTI...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "impossibile aprire \"%s\""
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "impossibile eseguire seek"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "il nome del file contiene caratteri NULL"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"impossibile generare file sparsi sullo standard output, usare l'opzione --"
-"file"
-
-# (ndt) ?
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "maschera non corretta (vicino a \"%s\")"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Campo \"%s\" sconosciuto"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "impossibile impostare l'orario su \"%s\""
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "impossibile eseguire l'unlink di %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Comando eseguito con successo\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Comando non riuscito con lo stato %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Comando terminato al segnale %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Comando fermato al segnale %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Il comando ha fatto un dump del core\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Comando terminato\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat richiede i nomi dei file"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Impossibile salvare la directory di lavoro"
diff --git a/po/ja.gmo b/po/ja.gmo
deleted file mode 100644 (file)
index bbeac0c..0000000
Binary files a/po/ja.gmo and /dev/null differ
diff --git a/po/ja.po b/po/ja.po
deleted file mode 100644 (file)
index 52d6738..0000000
--- a/po/ja.po
+++ /dev/null
@@ -1,2717 +0,0 @@
-# Japanese messages for GNU tar 1.23.90
-# Copyright (C) 1999, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Masahito Yamaga <ma@yama-ga.com>, 2010.
-#  derived from the version by
-#              Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 1999-2001.
-#              Masahito Yamaga <yamaga@ipc.chiba-u.ac.jp>, 2007.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-12 18:03+0900\n"
-"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
-"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=EUC-JP\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=0;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "°ú¿ô %s ¤Ï %s ¤ËÂФ·¤Æ̵¸ú¤Ç¤¹"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "°ú¿ô %s ¤Ï %s ¤ËÂФ·¤Æ¤¢¤¤¤Þ¤¤¤Ç¤¹"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Àµ¤·¤¤°ú¿ô¤Ï:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s ÃͤϠ%s ¤è¤ê¾®¤µ¤¤¤«Åù¤·¤¤"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT ¥Ñ¥é¥á¡¼¥¿¤ÏÃͤ¬É¬Í×"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT ¥Ñ¥é¥á¡¼¥¿¤ÏÀµ¤ÎÃͤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Ì¤ÃΤΠARGP_HELP_FMT ¥Ñ¥é¥á¡¼¥¿"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "ARGP_HELP_FMT ¤Ë¥´¥ß: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Ť¤¥ª¥×¥·¥ç¥ó¤ËÂФ¹¤ëɬ¿Ü¤Þ¤¿¤ÏǤ°Õ¤Î°ú¿ô¤ÏÂбþ¤¹¤ëû¤¤¥ª¥×¥·¥ç¥ó¤ËÂФ·¤Æ¤â"
-"ɬ¿Ü¤Þ¤¿¤ÏǤ°Õ¤Ç¤¹."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "»ÈÍÑË¡:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  ¤Þ¤¿¤Ï: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [¥ª¥×¥·¥ç¥ó...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï `%s --help' ¤Þ¤¿¤Ï `%s --usage' ¤Ç.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï %s ¤Þ¤Ç.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "ÉÔÌÀ¤Ê¥·¥¹¥Æ¥à¥¨¥é¡¼"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "¤³¤Î¥Ø¥ë¥×°ìÍ÷¤òɽ¼¨"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "û¤¤»ÈÍÑË¡¥á¥Ã¥»¡¼¥¸¤òɽ¼¨"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAME"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "¥×¥í¥°¥é¥à̾¤ò»ØÄê"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SECS"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "SECS ÉÃÄä»ß (ɸ½à 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "¥×¥í¥°¥é¥à¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(¥×¥í¥°¥é¥à¥¨¥é¡¼) ¥Ð¡¼¥¸¥ç¥óÉÔÌÀ!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: °ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(¥×¥í¥°¥é¥à¥¨¥é¡¼) ¥ª¥×¥·¥ç¥óǧ¼±ÉÔǽ!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "½ñ¤­¹þ¤ß¥¨¥é¡¼"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '%s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '--%s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '%c%s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '--%s' ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: Ì¤ÃΤΥª¥×¥·¥ç¥ó '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: Ì¤ÃΤΥª¥×¥·¥ç¥ó '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: Ìµ¸ú¤Ê¥ª¥×¥·¥ç¥ó -- '%c'\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹ -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '-W %s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '-W %s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: ¥ª¥×¥·¥ç¥ó '-W %s' ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "¥á¥â¥ê¤ò»È¤¤ÀÚ¤ê¤Þ¤·¤¿"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "¸½ºß¤Î¥ï¡¼¥¯¥Ç¥£¥ì¥¯¥È¥ê¤òµ­Ï¿¤Ç¤­¤Þ¤»¤ó"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "½é´ü¥ï¡¼¥¯¥Ç¥£¥ì¥¯¥È¥ê¤ËÌá¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸²½: %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸²½: %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"»ÈÍѵöÂú GPLv3+: GNU GPL version 3 ¤Þ¤¿¤Ï¤½¤ì°Ê¹ß <http://gnu.org/licenses/"
-"gpl.html>\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-"[»²¹ÍÌõ]\n"
-"¤³¤ì¤Ï¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤Ç¤¹. Êѹ¹¤ÈºÆÇÛÉۤϼ«Í³¤Ç¤¹.\n"
-"ˡΧ¤Çǧ¤á¤é¤ì¤ëÈϰϤǡÖ̵ÊݾڡפǤ¹.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "ºî¼Ô: %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "ºî¼Ô: %s, %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "ºî¼Ô: %s, %s, %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"ºî¼Ô: by %s, %s, %s,\n"
-"%s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"ºî¼Ô: %s, %s, %s,\n"
-"%s, %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"ºî¼Ô: %s, %s, %s,\n"
-"%s, %s, %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"ºî¼Ô: %s, %s, %s,\n"
-"%s, %s, %s, %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"ºî¼Ô: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"ºî¼Ô: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"ºî¼Ô: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s ¾.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"¥Ð¥°¥ì¥Ý¡¼¥È°¸Àè: %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "%s ¥Ð¥°¤Î¥ì¥Ý¡¼¥È°¸Àè: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s ¥Û¡¼¥à¥Ú¡¼¥¸: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s ¥Û¡¼¥à¥Ú¡¼¥¸: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "GNU ¥½¥Õ¥È¥¦¥§¥¢»ÈÍѾå¤Î°ìÈÌŪ¥Ø¥ë¥×: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: %s ÉÔǽ"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: ·Ù¹ð: %s ÉÔǽ"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: ¥â¡¼¥É¤ò %s ¤ËÊѹ¹¤Ç¤­¤Þ¤»¤ó"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: uid %lu gid %lu ¤Ë½êÍ­¼Ô¤òÊѹ¹¤Ç¤­¤Þ¤»¤ó"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: %s ¤Ë¥Ï¡¼¥É¥ê¥ó¥¯¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: %s ¥Ð¥¤¥ÈÌܤÇÆɤ߹þ¤ß¥¨¥é¡¼ (%lu ¥Ð¥¤¥ÈÆɤ߹þ¤ßÃæ)"
-msgstr[1] "%s: %s ¥Ð¥¤¥ÈÌܤÇÆɤ߹þ¤ß¥¨¥é¡¼ (%lu ¥Ð¥¤¥ÈÆɤ߹þ¤ßÃæ)"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: ·Ù¹ð: %s ¥Ð¥¤¥ÈÌܤÇÆɤ߹þ¤ß¥¨¥é¡¼ (%lu ¥Ð¥¤¥ÈÆɤ߹þ¤ßÃæ)"
-msgstr[1] "%s: ·Ù¹ð: %s ¥Ð¥¤¥ÈÌܤÇÆɤ߹þ¤ß¥¨¥é¡¼ (%lu ¥Ð¥¤¥ÈÆɤ߹þ¤ßÃæ)"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: %s ¤Ø¤Î seek ¤¬¤Ç¤­¤Þ¤»¤ó"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: ·Ù¹ð: %s ¤Ø¤Î seek ¤¬¤Ç¤­¤Þ¤»¤ó"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: `%s' ¤Ø¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤¬ºî¤ì¤Þ¤»¤ó"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%1$s: %3$lu ¥Ð¥¤¥È¤Î¤¦¤Á¡¢%2$lu ¥Ð¥¤¥È¤Î¤ß½ñ¤­¹þ¤ß¤Þ¤·¤¿"
-msgstr[1] "%1$s: %3$lu ¥Ð¥¤¥È¤Î¤¦¤Á¡¢%2$lu ¥Ð¥¤¥È¤Î¤ß½ñ¤­¹þ¤ß¤Þ¤·¤¿"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "¥á¥ó¥Ð̾¤«¤éÀèƬ¤Î `%s' ¤ò¼è¤ê½ü¤­¤Þ¤¹"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "¥Ï¡¼¥É¥ê¥ó¥¯À褫¤éÀèƬ¤Î `%s' ¤ò¼è¤ê½ü¤­¤Þ¤¹"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "¶õ¤Î¥á¥ó¥Ð̾¤Ë `.' ¤òÂåÆþ¤·¤Þ¤¹"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "¶õ¤Î¥Ï¡¼¥É¥ê¥ó¥¯Àè¤Ë `.' ¤òÂåÆþ¤·¤Þ¤¹"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: ¤½¤Î¥µ¡¼¥Ó¥¹¤Ï»È¤¨¤Þ¤»¤ó"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "ɸ½àÆþÎÏ"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "ɸ½à½ÐÎÏ"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "%s ¤ËÀܳ¤Ç¤­¤Þ¤»¤ó: Ì¾Á°²ò·è¼ºÇÔ"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "±ó³Ö¥·¥§¥ë¤¬¼Â¹Ô¤Ç¤­¤Þ¤»¤ó"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "¸¡º÷Êý¸þ¤¬Èϰϳ°"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "̵¸ú¤Ê¸¡º÷Êý¸þ"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "̵¸ú¤Ê¸¡º÷¥ª¥Õ¥»¥Ã¥È"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "¸¡º÷¥ª¥Õ¥»¥Ã¥È¤¬Èϰϳ°"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "̵¸ú¤Ê¥Ð¥¤¥È¿ô"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "¥Ð¥¤¥È¿ô¤¬Èϰϳ°"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "¥Õ¥¡¥¤¥ë¤ÎÅÓÃ潪λ"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "̵¸ú¤ÊÁàºî¥³¡¼¥É"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "¼ÂÁõ¤µ¤ì¤Æ¤¤¤Ê¤¤Áàºî"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "ͽ´ü¤»¤Ì°ú¿ô"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "±ó³Ö¥×¥í¥»¥¹¤«¤é¤ÎÌ¿Îá¤ò¼õ¤±ÉÕ¤±¤Æ¥Æ¡¼¥×¥É¥é¥¤¥Ö¤òÁàºî"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NUMBER"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "¥Ç¥Ð¥Ã¥°¥ì¥Ù¥ë¤òÀßÄê"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FILE"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "¥Ç¥Ð¥Ã¥°½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤òÀßÄê"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "%s ¤ò³«¤±¤Þ¤»¤ó"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "ÉÔÍפʥ³¥Þ¥ó¥É"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "¤³¤ì¤Ï tar ¥¢¡¼¥«¥¤¥Ö¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Áí½ñ¤­½Ð¤·¥Ð¥¤¥È¿ô"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "ÁíÆɤ߹þ¤ß¥Ð¥¤¥È¿ô"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Áíºï½ü¥Ð¥¤¥È¿ô: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(¥Ñ¥¤¥×)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "record_size ¤¬Ìµ¸ú¤ÊÃͤǤ¹"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "¥¢¡¼¥«¥¤¥Ö̾¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "ɸ½àÆþ½ÐÎϤΥ¢¡¼¥«¥¤¥Ö¤Ï¸¡¾Ú¤Ç¤­¤Þ¤»¤ó"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Ï°µ½Ì¤µ¤ì¤Æ¤¤¤Þ¤¹. %s ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "°µ½Ì¤µ¤ì¤¿¥¢¡¼¥«¥¤¥Ö¤Ï¥¢¥Ã¥×¥Ç¡¼¥È¤Ç¤­¤Þ¤»¤ó"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "¥Æ¡¼¥×¤ÎÀèƬ¤Ç¤¹. ½èÍý¤òÃæ»ß¤·¤Þ¤¹"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "¥¨¥é¡¼¤¬Â¿¤¹¤®¤Þ¤¹. ½èÍý¤òÃæ»ß¤·¤Þ¤¹"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "µ­Ï¿¥µ¥¤¥º = %lu ¥Ö¥í¥Ã¥¯"
-msgstr[1] "µ­Ï¿¥µ¥¤¥º = %lu ¥Ö¥í¥Ã¥¯"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "¥¢¡¼¥«¥¤¥ÖÆâ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ö¥í¥Ã¥¯ (%lu ¥Ð¥¤¥È)"
-msgstr[1] "¥¢¡¼¥«¥¤¥ÖÆâ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ö¥í¥Ã¥¯ (%lu ¥Ð¥¤¥È)"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤ò¸å¤íÊý¸þ¤ËÌ᤻¤Þ¤»¤ó. -i ¤Ê¤·¤Ç¤ÏÆɤá¤Ê¤¤¤«¤âÃΤì¤Þ¤»¤ó."
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek ¤òµ­Ï¿¤Î¶­³¦¤Ç»ß¤á¤Þ¤»¤ó"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: Ìµ¸ú¤Ê¥Ü¥ê¥å¡¼¥àÈÖ¹æ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "¥Ü¥ê¥å¡¼¥àÈֹ椬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "¥Ü¥ê¥å¡¼¥à #%d (%s) ¤ò½àÈ÷¤·¤Þ¤¹. ¥ê¥¿¡¼¥ó¥­¡¼¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "¥æ¡¼¥¶¤¬±þÅú¤¹¤ë EOF ¤¬É¬ÍפȤʤê¤Þ¤¹"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "·Ù¹ð: ¥¢¡¼¥«¥¤¥Ö¤¬ÉÔ´°Á´¤Ç¤¹"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [name]      ¼¡ (¤ª¤è¤Ó¤½¤Î³¤­) ¤Î¥Ü¥ê¥å¡¼¥à¤ËÂФ¹¤ë¿·¤·¤¤¥Õ¥¡¥¤¥ë̾¤ò»Ø"
-"Äê\n"
-" q             tar ¤ò½ªÎ»\n"
-" y ¤Þ¤¿¤Ï²þ¹Ô  Áàºî¤ò·Ñ³\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             ¥µ¥Ö¥·¥§¥ë¤òµ¯Æ°\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             ¤³¤Î¥ê¥¹¥È¤òɽ¼¨\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "¿·¤·¤¤¥Ü¥ê¥å¡¼¥à¤¬¤¢¤ê¤Þ¤»¤ó. ½ªÎ»¤·¤Þ¤¹.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "¥Õ¥¡¥¤¥ë̾¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó. ¤â¤¦°ìÅÙ.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "ÉÔÀµ¤ÊÆþÎÏ. ? ¤Ç¥Ø¥ë¥×¤òɽ¼¨\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s ¥³¥Þ¥ó¥É¤¬¼ºÇÔ¤·¤Þ¤·¤¿"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s ¤Ï¤³¤Î¥Ü¥ê¥å¡¼¥à¾å¤Ç¤ª¤½¤é¤¯Ï¢Â³¤·¤Æ¤¤¤Þ¤¹: ¥Ø¥Ã¥À¤Ï¾Êά¤µ¤ì¤¿Ì¾Á°¤ò´Þ¤ó¤Ç"
-"¤¤¤Þ¤¹"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s ¤Ï¤³¤Î¥Ü¥ê¥å¡¼¥à¾å¤ÇϢ³¤·¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s ¤ÏÉÔÀµ¤Ê¥µ¥¤¥º¤Ç¤¹ (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "¤³¤Î¥Ü¥ê¥å¡¼¥à¤ÏϢ³¤·¤Æ¤¤¤Þ¤»¤ó (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Ï %s ¤Ë°ìÃפ¹¤ë¥é¥Ù¥ë¤¬ÉÕ¤¤¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "¥Ü¥ê¥å¡¼¥à %s ¤Ï %s ¤Ë°ìÃפ·¤Þ¤»¤ó"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: ¥Õ¥¡¥¤¥ë̾¤¬Ä¹²á¤®¤Æ GNU ¥Þ¥ë¥Á¥Ü¥ê¥å¡¼¥à¥Ø¥Ã¥À¤ËÊݸ¤Ç¤­¤Ê¤¤¤Î¤ÇÀÚ¤ê¼Î¤Æ"
-"¤Þ¤¹"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "½ñ¤­¹þ¤ß¤¬¥Ö¥í¥Ã¥¯¶­³¦¤Ç½ª¤ï¤Ã¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "%lu ¥Ð¥¤¥È¤À¤±¤ò %lu ¥Ð¥¤¥È¤«¤éÆɤ߹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿"
-msgstr[1] "%lu ¥Ð¥¤¥È¤À¤±¤ò %lu ¥Ð¥¤¥È¤«¤éÆɤ߹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "ÆâÍƤ¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "¥¢¡¼¥«¥¤¥ÖÃæ¤Ëͽ´ü¤»¤Ì EOF ¤¬¤¢¤ê¤Þ¤¹"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "¥Õ¥¡¥¤¥ë¥¿¥¤¥×¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "¥â¡¼¥É¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "¥æ¡¼¥¶ ID ¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "¥°¥ë¡¼¥× ID ¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "ºÇ½ª½¤Àµ»þ¹ï¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "¥µ¥¤¥º¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "%s ¤Ë¥ê¥ó¥¯¤·¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤¬°Û¤Ê¤ê¤Þ¤¹"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "¥Ç¥Ð¥¤¥¹Èֹ椬°ã¤¤¤Þ¤¹"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "¸¡¾Ú"
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Ì¤ÃΤΥե¡¥¤¥ë¥¿¥¤¥× `%c', Ä̾ï¥Õ¥¡¥¤¥ë¤Èº¹Ê¬¤ò¼è¤ê¤Þ¤¹"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "¥¢¡¼¥«¥¤¥ÖÃæ¤ËÀÜƬ¼­¤¬ºï½ü¤µ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤¬¤¢¤ê¤Þ¤¹."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "¸µ¤Î¥Õ¥¡¥¤¥ë¤Î½êºß³Îǧ¤Ë¼ºÇÔ¤·¤¿²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "³Îǧ¼ºÇÔ: %d ¸Ä¤Î̵¸ú¤Ê¥Ø¥Ã¥À¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
-msgstr[1] "³Îǧ¼ºÇÔ: %d ¸Ä¤Î̵¸ú¤Ê¥Ø¥Ã¥À¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "%s ¤Ë¸ÉΩ¤·¤¿¥¼¥í¥Ö¥í¥Ã¥¯"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: ¥­¥ã¥Ã¥·¥å ¥Ç¥£¥ì¥¯¥È¥ê ¥¿¥° %s ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "ÃÍ %s ¤Ï %s ¤ÎÈÏ°Ï %s..%s ¤Ë¤¢¤ê¤Þ¤»¤ó -- %s ¤òÂåÍÑ"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "ÃÍ %s ¤Ï %s ¤ÎÈÏ°Ï %s..%s ¤Ë¤¢¤ê¤Þ¤»¤ó"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Éé¤Î 8 ¿Ê¥Ø¥Ã¥À¤òÀ¸À®¤·¤Þ¤¹"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: ¥Õ¥¡¥¤¥ë̾¤¬Ä¹²á¤®¤ë (ºÇÂç %d) ¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: ¥Õ¥¡¥¤¥ë̾¤¬Ä¹²á¤®¤ë (ʬ³äÉÔǽ) ¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: ¥ê¥ó¥¯Ì¾¤¬Ä¹²á¤®¤ë¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: %s ¥Ð¥¤¥È¾®¤µ¤¯¤Ê¤Ã¤¿¤Î¤Ç¡¢¥¼¥í¤ÇËä¤á¤Þ¤¹"
-msgstr[1] "%s: %s ¥Ð¥¤¥È¾®¤µ¤¯¤Ê¤Ã¤¿¤Î¤Ç¡¢¥¼¥í¤ÇËä¤á¤Þ¤¹"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤Ï°Û¤Ê¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Ë¤¢¤ë¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "ÆâÍƤò¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Ì¤ÃΤΥե¡¥¤¥ë·Á¼°; ¥Õ¥¡¥¤¥ë¤Ï̵»ë¤µ¤ì¤Þ¤¹"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "%s ¤Ø¤Î¥ê¥ó¥¯¤¬¤¢¤ê¤Þ¤»¤ó."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: Êѹ¹¤µ¤ì¤Æ¤¤¤Ê¤¤¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: ¤Ï¥¢¡¼¥«¥¤¥Ö¤Ê¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ò¥À¥ó¥×¤·¤Þ¤»¤ó"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: Æɤ߹þ¤ó¤À¥Õ¥¡¥¤¥ë¤¬Êѹ¹¤µ¤ì¤Æ¤¤¤Þ¤¹"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: ¥½¥±¥Ã¥È¤Ï̵»ë¤·¤Þ¤¹"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door ¤Ï̵»ë¤·¤Þ¤¹"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "¼¡¤Î¥Ø¥Ã¥À¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤«¤é¥Ø¥Ã¥À¤Ç¤Ê¤¤¤â¤Î¤òºï½ü¤·¤Þ¤¹"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: ¶²¤é¤¯¸Å¤¤¥¿¥¤¥à¥¹¥¿¥ó¥× %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: ¥¿¥¤¥à¥¹¥¿¥ó¥× %s ¤Ï %s ÉÃÀè¤ò¼¨¤·¤Æ¤¤¤Þ¤¹"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥êºîÀ®»þ¤ËÉÔ¬¤ÎÌ·½â¤¬µ¯¤³¤ê¤Þ¤·¤¿"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ï¾õÂÖ¤òŸ³«¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ëÁ°¤Ë̾Á°¤òÊѹ¹¤µ¤ì¤Þ¤·¤¿"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Ϣ³¤·¤¿¥Õ¥¡¥¤¥ë¤òÀµ¾ï¤Ê¥Õ¥¡¥¤¥ë¤È¤·¤Æ¼è¤ê½Ð¤·¤Þ¤¹"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤ò¥Ï¡¼¥É¥ê¥ó¥¯¤È¤·¤Æ¼è¤ê½Ð¤·¤Æ¤ß¤Þ¤¹"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: ¼è¤ê½Ð¤»¤Þ¤»¤ó -- ¥Õ¥¡¥¤¥ë¤ÏÊ̤Υܥê¥å¡¼¥à¤«¤é³¤¤¤Æ¤¤¤Þ¤¹"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "ͽ´ü¤»¤ÌŤ¤Ì¾Á°¥Ø¥Ã¥À"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Ì¤ÃΤΥե¡¥¤¥ë¥¿¥¤¥× '%c', Ä̾ï¥Õ¥¡¥¤¥ë¤È¤·¤ÆÃê½Ð"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "¸½ºß¤Î %s ¤ÎÊý¤¬¿·¤·¤¤¤«Æ±¤¸"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: ¤³¤Î¥Õ¥¡¥¤¥ë¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s ¤Î̾Á°¤ò %s ¤ËÊѹ¹¤Ç¤­¤Þ¤»¤ó"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê̾¤¬ %s ¤«¤éÊѹ¹¤µ¤ì¤Þ¤·¤¿"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê̾¤¬Êѹ¹¤µ¤ì¤Þ¤·¤¿"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ï¿·¤·¤¯ºî¤é¤ì¤Þ¤·¤¿"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "̵¸ú¤Ê¥¿¥¤¥à¥¹¥¿¥ó¥×"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "ÉÔÀµ¤ÊºÇ½ª¹¹¿·»þ¹ï (ÉÃ)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "ÉÔÀµ¤ÊºÇ½ª¹¹¿·»þ¹ï (¥Ê¥ÎÉÃ)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "̵¸ú¤Ê¥Ç¥Ð¥¤¥¹ÈÖ¹æ¤Ç¤¹"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "̵¸ú¤Ê inode ÈÖ¹æ"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ßÃæ¤Ë¥Õ¥£¡¼¥ë¥É¤¬Ä¹²á¤®¤Þ¤¹"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤ËÆɤ߹þ¤ß¥¨¥é¡¼"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤Ëͽ´ü¤»¤Ì EOF"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤Ëͽ´ü¤»¤Ì¥Õ¥£¡¼¥ë¥ÉÃÍ"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "½ªÃ¼µ­Ï¿¤Ê¤·"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "ÉÔÀµ¤ÊÁýʬ¥Õ¥¡¥¤¥ë·Á¼°"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "̤¼ÂÁõ¤ÎÁýʬ·Á¼°¥Ð¡¼¥¸¥ç¥ó: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: '%c' ¤¬¤¢¤ë¤Ù¤­¤È¤³¤í¤Ë %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: 'X' ¤¬½ÅÊ£"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: 'R' ¤Ë¶õ¤Î̾Á°"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: 'T' ¤¬ 'R' ¤ÎÁ°¤Ë¤Ê¤¤"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: 'T' ¤Ë¶õ¤Î̾Á°"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: '%c' ¤¬¤¢¤ë¤Ù¤­¤È¤³¤í¤Ë¥Ç¡¼¥¿¤Î½ªÃ¼"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "ÉÔÀµ·Á¼°¤Î dumpdir: 'X' ¤¬Ì¤»ÈÍÑ"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "¥Æ¥ó¥×¥ì¡¼¥È %s ¤ò»È¤Ã¤Æ°ì¼¡¥Ç¥£¥ì¥¯¥È¥ê¤òºî¤ì¤Þ¤»¤ó"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤òºï½ü¤·¤Þ¤»¤ó: ¾õÂÖ¤¬Ê¬¤«¤ê¤Þ¤»¤ó"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ï°Û¤Ê¤ë¥Ç¥Ð¥¤¥¹¾å¤Ë¤¢¤ë¤Î¤Ç¾Ãµî¤·¤Þ¤»¤ó"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s ¤òºï½ü\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: ºï½ü¤Ç¤­¤Þ¤»¤ó"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: ¾Êά¤·¤Þ¤¹"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "¥Ö¥í¥Ã¥¯ %s: ** NUL ¤Î¥Ö¥í¥Ã¥¯ **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "¥Ö¥í¥Ã¥¯ %s: ** ¥Õ¥¡¥¤¥ë¤Î½ªÃ¼ **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "¥Ö¥í¥Ã¥¯ %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "¿ôÃÍ %s ¤È¤Ê¤ë¤Ù¤­¥Ø¥Ã¥À°ÌÃÖ¤¬¶õ¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "8 ¿Ê¿ôÃÍ %.*s ¤Ï %s ¤ÎÈϰϳ°¤Ç¤¹ -- 2 ¤ÎÊä¿ô¤È¸«¤Ê¤·¤Þ¤¹"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "8 ¿Ê¿ôÃÍ %.*s ¤Ï %s ¤ÎÈϰϳ°¤Ç¤¹"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤ËÇѤ줿 base-64 ¥Ø¥Ã¥À¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Éä¹æÉÕ¤­ base-64 Ê¸»úÎó %s ¤Ï %s ¤ÎÈϰϳ°¤Ç¤¹"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "base-256 ÃͤϠ%s ¤ÎÈϰϳ°¤Ç¤¹"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Ë %.*s ¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¤³¤³¤Ï¿ôÃÍ %s ¤È¤Ê¤ë¤Ï¤º¤Ç¤¹"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤ÎÃÍ %s ¤Ï %s ¤ÎÈÏ°Ï %s..%s Æâ¤Ë¤¢¤ê¤Þ¤»¤ó"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " %s ¤Ø¤Î¥ê¥ó¥¯\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " ÉÔÌÀ¤Ê¥Õ¥¡¥¤¥ë¥¿¥¤¥× %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Ť¤¥ê¥ó¥¯--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Ť¤Ì¾Á°--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--¥Ü¥ê¥å¡¼¥à¥Ø¥Ã¥À--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--¥Ð¥¤¥È %s ¤ÇϢ³--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "¥ï¡¼¥¯¥Ç¥£¥ì¥¯¥È¥ê¤òÊѹ¹¤Ç¤­¤Þ¤»¤ó"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "̾Á°¤ò %s ¤«¤é %s ¤ËÊѹ¹¤·¤Þ¤¹\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Ì¾Á°¤ò %s ¤ËÊѹ¹¤Ç¤­¤Þ¤»¤ó"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "̾Á°¤ò %s ¤«¤é %s ¤ËÌᤷ¤Þ¤¹\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Æɤ߹þ¤ß°ÊÁ°¤Ëºï½ü¤µ¤ì¤Þ¤·¤¿"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Æɤ߹þ¤ßÁ°¤Ëºï½ü¤µ¤ì¤¿¥Ç¥£¥ì¥¯¥È¥ê"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "»Ò¥×¥í¥»¥¹"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "¥×¥í¥»¥¹´Ö¥Á¥ã¥Í¥ë"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "¥Ñ¥¿¡¼¥ó¥Þ¥Ã¥Á¤Îʸ»ú¤¬¥Õ¥¡¥¤¥ë̾¤Ë»È¤ï¤ì¤Æ¤¤¤Þ¤¹"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"¥Ñ¥¿¡¼¥ó¥Þ¥Ã¥Á¤òÍ­¸ú¤Ë¤¹¤ë¤Ê¤é --wildcards, ¤³¤Î·Ù¹ð¤òÍ޻ߤ¹¤ë¤Ê¤é --no-"
-"wildcards ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: ¥¢¡¼¥«¥¤¥ÖÆâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: ¥¢¡¼¥«¥¤¥ÖÆâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "¥¢¡¼¥«¥¤¥Ö¥é¥Ù¥ë¤¬°ìÃפ·¤Þ¤»¤ó"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"¥Õ¥¡¥¤¥ë¥ê¥¹¥ÈÆâ¤Ç -C ¥ª¥×¥·¥ç¥ó¤Ï --listed-incremental ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "-C ¥ª¥×¥·¥ç¥ó¤Ï 1¤Ä¤À¤±¤Ê¤é --listed-incremental ¤È°ì½ï¤Ë»È¤¨¤Þ¤¹"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "¥ª¥×¥·¥ç¥ó `-%s' ¤È `-%s' ¤Ï¤É¤Á¤é¤âɸ½àÆþÎϤ¬É¬ÍפǤ¹"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Ìµ¸ú¤Ê¥¢¡¼¥«¥¤¥Ö·Á¼°"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU ÆÃÍ­¤Îµ¡Ç½¤Ï¡¢Èó¸ß´¹¤Ê·Á¼°¤òɬÍפȤ·¤Þ¤¹"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr "ÉÔÌÀ¤Ê°úÍÑ·Á¼° `%s', `%s --quoting-style=help' ¤Ç°ìÍ÷ɽ¼¨."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' ¤Ï¿¤¯¤Î¥Õ¥¡¥¤¥ë¤ò°ì¤Ä¤Î¥Æ¡¼¥×¤ä¥Ç¥£¥¹¥¯¤Î¥¢¡¼¥«¥¤¥Ö¤Ë¤Þ¤È¤á, ¹¹"
-"¤Ë\n"
-"¤½¤³¤«¤é¸Ä¡¹¤Î¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹.\n"
-"\n"
-"Îã:\n"
-"  tar -cf archive.tar foo bar  # ¥Õ¥¡¥¤¥ë foo ¤È bar ¤«¤é archive.tar ºîÀ®\n"
-"  tar -tvf archive.tar         # archive.tar Æâ¤ÎÁ´¥Õ¥¡¥¤¥ë¤ò¾Ü¤·¤¯°ìÍ÷ɽ¼¨\n"
-"  tar -xf archive.tar          # archive.tar ¤«¤éÁ´¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤¹\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"--suffix ¤ä SIMPLE_BACKUP_SUFFIX ¤Ç»ØÄꤵ¤ì¤Ê¤¤¸Â¤ê, ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ÎÀÜÈø¼­¤Ï\n"
-" `~' ¤Ç¤¹. ¤Þ¤¿, ¥Ð¡¼¥¸¥ç¥ó´ÉÍý¤Ï --backup ¤ä VERSION_CONTROL ¤Ë¼¡¤Î¤è¤¦¤Ê\n"
-"Ãͤò»ØÄꤹ¤ë¤³¤È¤ÇÀßÄê¤Ç¤­¤Þ¤¹.\n"
-"\n"
-"  none, off       ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤é¤Ê¤¤\n"
-"  t, numbered     ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ËÈÖ¹æ¤ò¤Õ¤ë\n"
-"  nil, existing   Èֹ椬¤Õ¤é¤ì¤¿¥Ð¥Ã¥¯¥¢¥Ã¥×¤¬¤¢¤ì¤ÐÈÖ¹æ¤ò¤Õ¤ê,\n"
-"                  ¤½¤¦¤Ç¤Ê¤±¤ì¤Ðñ¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤ë\n"
-"  never, simple   ¾ï¤Ëñ½ã¤Ê¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤ë\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "¼çÁàºî¥â¡¼¥É:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤ÎÆâÍƤò°ìÍ÷ɽ¼¨"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤«¤é¥Õ¥¡¥¤¥ë¤òÃê½Ð"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "¿·¤·¤¤¥¢¡¼¥«¥¤¥Ö¤òºîÀ®"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤È¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤È¤Î°ã¤¤¤ò¸«ÉÕ¤±¤ë"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤ÎËöÈø¤Ë¥Õ¥¡¥¤¥ë¤òÄɲÃ"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "¥¢¡¼¥«¥¤¥ÖÆâ¤Ë¤¢¤ë¥Õ¥¡¥¤¥ë¤è¤ê¿·¤·¤¤¥Õ¥¡¥¤¥ë¤Î¤ß¤òÄɲÃ"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Ë tar ¥Õ¥¡¥¤¥ë¤òÄɲÃ"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤«¤éºï½ü (¼§µ¤¥Æ¡¼¥×¾å¤Ç¤Ï¥À¥á!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Î¥Ü¥ê¥å¡¼¥à¥é¥Ù¥ë¤ò¥Æ¥¹¥È¤·¤Æ½ªÎ»"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Áàºî¥ª¥×¥·¥ç¥ó¤ËÂФ¹¤ëÉղõ¡Ç½:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "¤Þ¤Ð¤é¤Ë¸ºß¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¸ú²ÌŪ¤Ë½èÍý"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "¤Þ¤Ð¤é (sparse) ·Á¼°¤Î¥Ð¡¼¥¸¥ç¥ó¤òÀßÄê (--sparse ¤Î°ÕÌ£¤ò´Þ¤à)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "¸Å¤¤ GNU ·Á¼°¤Î¥¤¥ó¥¯¥ê¥á¥ó¥¿¥ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò½èÍý"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "¿·¤·¤¤ GNU ·Á¼°¤Î¥¤¥ó¥¯¥ê¥á¥ó¥¿¥ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò½èÍý"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "ºî¤é¤ì¤¿ listed-incremental ¥¢¡¼¥«¥¤¥Ö¤ËÂФ¹¤ë¥À¥ó¥×¥ì¥Ù¥ë"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "Æɤ߹þ¤á¤Ê¤¤¥Õ¥¡¥¤¥ë¾å¤ËÈó¥¼¥í¤Î¾õÂ֤Ǹºß¤·¤Þ¤»¤ó"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"¥¢¡¼¥«¥¤¥ÖÃæ¤Î³Æ¥Õ¥¡¥¤¥ë¤Î NUMBERÈÖÌܤθºß¤Î¤ß½èÍý. ¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¥µ¥Ö¥³¥Þ"
-"¥ó¥É --delete, --diff, --extract ¤Þ¤¿¤Ï --list ¤Î¤¦¤Á¤Î 1¤Ä¤ÈÁȤ߹ç¤ï¤»¤Æ³î¤Ä"
-"¥Õ¥¡¥¤¥ë°ìÍ÷¤¬¥³¥Þ¥ó¥É¥é¥¤¥ó¤« -T ¥ª¥×¥·¥ç¥ó·Ðͳ¤Î¤É¤Á¤é¤«¤Ç»ØÄꤵ¤ì¤¿¾ì¹ç¤Î"
-"¤ßÍ­¸ú. NUMBER ¤Ïɸ½à¤Ç 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Ï¸¡º÷²Äǽ"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤Ï¸¡º÷²Äǽ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "¥¤¥ó¥¯¥ê¥á¥ó¥¿¥ë¥¢¡¼¥«¥¤¥ÖºîÀ®»þ¤Ë¥Ç¥Ð¥¤¥¹ÈÖ¹æ¤ò¥Á¥§¥Ã¥¯¤·¤Ê¤¤"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr "¥¤¥ó¥¯¥ê¥á¥ó¥¿¥ë¥¢¡¼¥«¥¤¥ÖºîÀ®»þ¤Ë¥Ç¥Ð¥¤¥¹ÈÖ¹æ¤ò¥Á¥§¥Ã¥¯¤¹¤ë (ɸ½à)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "À©¸æ¤ò¾å½ñ¤­:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤ò½ñ¤­½Ð¤·¤¿¸å¤Ë¸¡¾Ú"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "¥Õ¥¡¥¤¥ë¤ò¥¢¡¼¥«¥¤¥Ö¤Ë²Ã¤¨¤¿¸å¤Çºï½ü"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¤Î¥Õ¥¡¥¤¥ë¤òÃÖ¤­´¹¤¨¤Ê¤¤"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "¥¢¡¼¥«¥¤¥Ö¥³¥Ô¡¼¤è¤ê¿·¤·¤¤´û¸¥Õ¥¡¥¤¥ë¤òÃÖ¤­´¹¤¨¤Ê¤¤"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "³Æ¡¹¤Î¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤·¤Æ¾å½ñ¤­¤¹¤ëÁ°¤Ëºï½ü"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ò¼è¤ê½Ð¤¹Á°¤Ë³¬Áؤò¶õ¤Ë"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "´û¸¥Ç¥£¥ì¥¯¥È¥ê¤Î¥á¥¿¥Ç¡¼¥¿¤òÊݸ"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¥Ç¥£¥ì¥¯¥È¥ê¤Î¥á¥¿¥Ç¡¼¥¿¤ò¾å½ñ¤­ (ɸ½à)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "½ÐÎÏ¥¹¥È¥ê¡¼¥à¤òÁªÂò"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤·¤Æɸ½à½ÐÎϤ˽ÐÎÏ"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "COMMAND"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤·¤ÆÊÌ¤Î¥×¥í¥°¥é¥à¤Ë½ÐÎÏ"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "»Ò¥×¥í¥»¥¹¤Î½ªÎ»¥³¡¼¥É¤ò̵»ë"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "»Ò¥×¥í¥»¥¹¤ÎÈó¥¼¥í½ªÎ»¥³¡¼¥É¤ò¥¨¥é¡¼¤È¤·¤Æ½èÍý"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "¥Õ¥¡¥¤¥ë°À­¤Î½èÍý"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "²Ã¤¨¤¿¥Õ¥¡¥¤¥ë¤Î½êÍ­¼Ô¤ò NAME ¤ËÊѹ¹"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "²Ã¤¨¤¿¥Õ¥¡¥¤¥ë¤Î¥°¥ë¡¼¥×¤ò NAME ¤ËÊѹ¹"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATE-OR-FILE"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "DATE-OR-FILE ¤«¤éÄɲåե¡¥¤¥ë¤Î mtime ¤òÀßÄê"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "CHANGES"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "²Ã¤¨¤¿¥Õ¥¡¥¤¥ë¤Î (¥·¥ó¥Ü¥ê¥Ã¥¯) ¥â¡¼¥É¤ò CHANGES ¤ËÊѹ¹"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METHOD"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"ºÇ½ª¥¢¥¯¥»¥¹»þ¹ï¤ò, Æɤ߹þ¤ß¸å¤ËÉü¸µ¤¹¤ë (METHOD='replace'; É¸½à) ¤«ºÇ½é¤ËÀß"
-"Äꤷ¤Ê¤¤ (METHOD='system') ¤«¤Î¤É¤Á¤é¤«¤ÎÊýË¡¤Ç¥À¥ó¥×¥Õ¥¡¥¤¥ë¾å¤Ç°Ý»ý"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "¥Õ¥¡¥¤¥ë¤Î¹¹¿·»þ¹ï¤ò¼è¤ê½Ð¤µ¤Ê¤¤"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"¥¢¡¼¥«¥¤¥ÖÆâ¤ÈƱ¤¸½êÍ­¼Ô¤Î¤Þ¤Þ¤Ç¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤·¤Æ¤ß¤ë (¥¹¡¼¥Ñ¡¼¥æ¡¼¥¶¤Ç¤Ï"
-"¥Ç¥Õ¥©¥ë¥È)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "¤¢¤Ê¤¿¼«¿È¤Î¥Õ¥¡¥¤¥ë¤È¤·¤Æ¼è¤ê½Ð¤¹ (°ìÈ̥桼¥¶¤Ç¤Ï¥Ç¥Õ¥©¥ë¥È)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "¥æ¡¼¥¶Ì¾/¥°¥ë¡¼¥×̾¤È¤·¤Æ¾ï¤Ë¿ô»ú¤ò»È¤¦"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "¥Õ¥¡¥¤¥ë°À­¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤òÃê½Ð (superuser ¤Ç¤Ïɸ½à)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"¥¢¡¼¥«¥¤¥Ö¤«¤é°À­¤òÃê½Ð¤¹¤ëºÝ¤Ë¥æ¡¼¥¶¤Î umask ¤òŬÍÑ (°ìÈ̥桼¥¶¤Ç¤Ïɸ½à)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "¥¢¡¼¥«¥¤¥Ö¤È¥Þ¥Ã¥Á¤µ¤»¤ë¤¿¤á¤Ë¼è¤ê½Ð¤¹Ì¾Á°¤òʤÓÂؤ¨"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "-p ¤È -s ¤ÎξÊý¤ò»ØÄꤷ¤¿¤â¤Î¤ÈƱ¤¸"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"Ãê½Ð¤¬½ªÎ»¤¹¤ë¤Þ¤ÇÃê½Ð¤µ¤ì¤¿¥Ç¥£¥ì¥¯¥È¥ê¤ÎºÇ½ª¹¹¿·»þ¹ï¤È°À­¤ÎÀßÄê¤òÃ٤餻¤ë"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "--delay-directory-restore ¥ª¥×¥·¥ç¥ó¤Î¸ú²Ì¤ò¼è¤ê¾Ã¤·"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "¥Ç¥Ð¥¤¥¹¤ÎÁªÂò¤ÈÀÚÂØ:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIVE"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤Þ¤¿¤Ï¥Ç¥Ð¥¤¥¹ ARCHIVE ¤ò»ÈÍÑ"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤Ï¥³¥í¥ó¤ò´Þ¤ó¤Ç¤¤¤Æ¤â¥í¡¼¥«¥ë"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "»ØÄꤵ¤ì¤¿ rmt COMMAND ¤ò rmt ¤ÎÂå¤ï¤ê¤Ë»ÈÍÑ"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "rsh ¤ÎÂå¤ï¤ê¤Ë COMMAND ¤ò»ÈÍÑ"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "¥É¥é¥¤¥Ö¤ÈÌ©ÅÙ¤ò»ØÄê"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "¥Þ¥ë¥Á¥Ü¥ê¥å¡¼¥à¤Î¥¢¡¼¥«¥¤¥Ö¤òºîÀ®/°ìÍ÷/Ãê½Ð"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "NUMBER x 1024 ¥Ð¥¤¥È¤ò½ñ¤­½Ð¤·¤¿¸å¤Ç¥Æ¡¼¥×¤òÊѹ¹"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "³Æ¡¹¤Î¥Æ¡¼¥×¤ÎºÇ¸å¤Ç¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô (-M É¬¿Ü)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "FILE Ãæ¤Î¥Ü¥ê¥å¡¼¥àÈÖ¹æ¤ò»ÈÍÑ/¹¹¿·"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "¥Ç¥Ð¥¤¥¹¥Ö¥í¥Ã¥­¥ó¥°:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCKS"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "¥ì¥³¡¼¥É¤¢¤¿¤ê BLOCKS x 512 ¥Ð¥¤¥È"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "¥ì¥³¡¼¥É¤¢¤¿¤ê NUMBER ¥Ð¥¤¥È. 512 ¤ÎÇÜ¿ô"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "¥¢¡¼¥«¥¤¥ÖÃæ¤Î¥¼¥í¥Ö¥í¥Ã¥¯ (¤Ä¤Þ¤ê EOF) ¤ò̵»ë"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "Æɤ߽Ф·¤¿¤è¤¦¤ËºÆ¥Ö¥í¥Ã¥¯ (4.2BSD ¥Ñ¥¤¥×ÍÑ)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "¥¢¡¼¥«¥¤¥Ö·Á¼°¤ÎÁªÂò"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "»ØÄꤵ¤ì¤¿·Á¼°¤Î¥¢¡¼¥«¥¤¥Ö¤òºîÀ®"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT ¤Ï¼¡¤Î¤¦¤Á¤Î 1¤Ä:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "¸Å¤¤ V7 tar ·Á¼°"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU tar 1.12 °ÊÁ°¤Î·Á¼°"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x ·Á¼°"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) ·Á¼°"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) ·Á¼°"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "pax ¤ÈƱ¤¸"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "--format=v7 ¤ÈƱ¤¸"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "--format=posix ¤ÈƱ¤¸"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "keyword[[:]=value][,keyword[[:]=value]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "pax ¥­¡¼¥ï¡¼¥É¤òÀ©¸æ"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXT"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"¥Ü¥ê¥å¡¼¥à̾ TEXT ¤Î¥¢¡¼¥«¥¤¥Ö¤òºîÀ®. °ìÍ÷/Ãê½Ð»þ¤Ë TEXT ¤ò¥Ü¥ê¥å¡¼¥à̾¤ËÂФ¹"
-"¤ëÃê½Ð¥Ñ¥¿¡¼¥ó¤Ë»ÈÍÑ"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "°µ½Ì¥ª¥×¥·¥ç¥ó:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "°µ½Ì¥×¥í¥°¥é¥à¤ò·è¤á¤ë¤Î¤Ë¥¢¡¼¥«¥¤¥ÖÀÜÈø¼­¤ò»ÈÍѤ¹¤ë"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "°µ½Ì¥×¥í¥°¥é¥à¤ò·è¤á¤ë¤Î¤Ë¥¢¡¼¥«¥¤¥ÖÀÜÈø¼­¤ò»ÈÍѤ·¤Ê¤¤"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "PROG ·Ðͳ¤Ç¥Õ¥£¥ë¥¿ (-d ¤ò¼õ¤±ÉÕ¤±¤ëɬÍפ¢¤ê)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ëÁªÂò:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"»ØÄꤵ¤ì¤¿ FILE ¤ò¥¢¡¼¥«¥¤¥Ö¤ËÄɲà(¥À¥Ã¥·¥å ' ¤Ç»Ï¤Þ¤ë¥Õ¥¡¥¤¥ë̾¤Î¾ì¹ç¤ËÊØ"
-"Íø)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê DIR ¤Ø°ÜÆ°"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "Ãê½Ð¤Þ¤¿¤ÏºîÀ®¤¹¤ë̾Á°¤ò¥Õ¥¡¥¤¥ë FILE ¤«¤é¼èÆÀ"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T ¤¬ null ¤Ç½ª¤ï¤ë̾Á°¤òÆɤ߹þ¤ß, -C ¤ò̵¸ú²½"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "Á°¤Î --null ¥ª¥×¥·¥ç¥ó¤Î¸ú²Ì¤ò̵¸ú²½"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "-T ¤ÇÆɤ߹þ¤ó¤À¥Õ¥¡¥¤¥ë̾¤ò°úÍѽªÎ»¤¹¤ë (ɸ½à)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "-T ¤ÇÆɤ߹þ¤ó¤¿¥Õ¥¡¥¤¥ë̾¤ò°úÍѽªÎ»¤·¤Ê¤¤"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATTERN"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "PATTERN ¤Ë°ìÃפ¹¤ë¥Õ¥¡¥¤¥ë¤ò½ü³°"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "FILE ¤ËÎóµó¤µ¤ì¤¿¥Ñ¥¿¡¼¥ó¤ò½ü³°"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "¥¿¥°¥Õ¥¡¥¤¥ë¼«¿È¤ò½ü¤¯ CACHEDIR.TAG ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê¤ÎÆâÍƤò½ü³°"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "CACHEDIR.TAG ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê°Ê²¼¤ÎÁ´¤Æ¤ò½ü³°"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "CACHEDIR.TAG ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê¤ò½ü³°"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "FILE ¼«¿È¤ò½ü¤¯ FILE ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê¤ÎÆâÍƤò½ü³°"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "FILE ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê°Ê²¼¤ÎÁ´¤Æ¤ò½ü³°"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "FILE ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê¤ò½ü³°"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "¥Ð¡¼¥¸¥ç¥ó´ÉÍý¥·¥¹¥Æ¥à¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ò½ü³°"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò½ü³°¤·¤Æ¥Õ¥¡¥¤¥ë¤ò¥í¥Ã¥¯"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ò¼«Æ°Åª¤Ë²¼¤Ã¤Æ¤¤¤«¤Ê¤¤"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "¥¢¡¼¥«¥¤¥ÖºîÀ®»þ¤Ë¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Ë¸ÂÄê"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ò½ç·«¤ê¤Ë²¼¤Ã¤Æ¤¤¤¯ (default)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "¥Õ¥¡¥¤¥ë̾¤«¤éÀèƬ¤Î `/' ¤ò¼è¤ê½ü¤«¤Ê¤¤"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤ò¤¿¤É¤ë; ¤½¤ì¤é¤¬»Ø¤¹¥Õ¥¡¥¤¥ë¤ò¥¢¡¼¥«¥¤¥Ö¤·¤Æ¥À¥ó¥×"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "¥Ï¡¼¥É¥ê¥ó¥¯¤ò¤¿¤É¤ë; ¤½¤ì¤é¤¬»Ø¤¹¥Õ¥¡¥¤¥ë¤ò¥¢¡¼¥«¥¤¥Ö¤·¤Æ¥À¥ó¥×"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "MEMBER-NAME"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "¥¢¡¼¥«¥¤¥ÖÃæ¤Î¥á¥ó¥Ð¡¼ MEMBER-NAME ¤Ç³«»Ï"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "DATE-OR-FILE ¤è¤ë¿·¤·¤¤¥Õ¥¡¥¤¥ë¤Î¤ß¤ò³ÊǼ"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATE"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "¥Ç¡¼¥¿¤¬Êѹ¹¤µ¤ì¤¿»þ¤À¤±ÆüÉÕ¤ª¤è¤Ó»þ¹ï¤òÈæ³Ó"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "ºï½üÁ°¤Ë¥Ð¡¼¥¸¥ç¥ó´ÉÍý¤ò CONTROL ¤Ë¤·¤Æ¥Ð¥Ã¥¯¥¢¥Ã¥×"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRING"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"ºï½üÁ°¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×, Ä̾ï¤ÎÀÜÈø¼­ (´Ä¶­ÊÑ¿ô SIMPLE_BACKUP_SUFFIX ¤¬Ì¤ÀßÄê¤Ê"
-"¤é '~') ¤ò¾å½ñ¤­"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "¥Õ¥¡¥¤¥ë̾ÊÑ´¹:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "Ãê½Ð»þ¤Ë¥Õ¥¡¥¤¥ë̾¤«¤éÀèƬ¤Î NUMER ¸Ä¤Î¥³¥ó¥Ý¥Í¥ó¥È¤ò½üµî"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "EXPRESSION"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "¥Õ¥¡¥¤¥ë̾¤ÎÊÑ´¹¤Ë sed ¤ÎÃÖ´¹ EXPRESSION ¤ò»ÈÍÑ"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr "¥Õ¥¡¥¤¥ë̾°ìÃ×¥ª¥×¥·¥ç¥ó (½ü³°/Êñ´Þ¤Îξ¥Ñ¥¿¡¼¥ó¤ËºîÍÑ):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "Âçʸ»ú¾®Ê¸»ú¤ò̵»ë"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "¥Õ¥¡¥¤¥ë̾¤ÎÀèƬ¤È¥Ñ¥¿¡¼¥ó¤¬°ìÃ×"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "Ǥ°Õ¤Î `/' °Ê¹ß¤Ë¥Ñ¥¿¡¼¥ó¤¬°ìÃ× (ɸ½à¤Ç½ü³°)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "Âçʸ»ú¾®Ê¸»ú¤ò¹Íθ¤·¤Æ°ìÃ× (ɸ½à)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤ò»ÈÍÑ (ɸ½à¤Ç½ü³°)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "Ãà¸ìŪʸ»úÎó°ìÃ×"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ `/' ¤Ë°ìÃפ·¤Ê¤¤"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ `/' ¤Ë°ìÃ× (ɸ½à¤Ç½ü³°)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "¾ðÊó:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "½èÍý¤µ¤ì¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤Î°ìÍ÷¤ò¾éŤËɽ¼¨"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "KEYWORD"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "·Ù²ü´ÉÀ©"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "NUMBER (ɸ½à 10) ÈÖÌܤε­Ï¿¤´¤È¤Ë¿ÊĽ¥á¥Ã¥»¡¼¥¸¤òɽ¼¨"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ACTION"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "³Æ¸¡Ìä¤Ç ACTION ¤ò¼Â¹Ô"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "Á´¤Æ¤Î¥ê¥ó¥¯¤¬¥À¥ó¥×¤µ¤ì¤Ê¤¤¾ì¹ç¥á¥Ã¥»¡¼¥¸¤òɽ¼¨"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"¥¢¡¼¥«¥¤¥Ö¤Î½èÍý¸å¤ËÁí¥Ð¥¤¥È¿ô¤òɽ¼¨. °ú¿ô¤¬¤¢¤ì¤Ð - ¤³¤Î SIGNAL ¤¬È¯¤»¤é¤ì¤ë"
-"»þ¤ËÁí¥Ð¥¤¥È¿ô¤òɽ¼¨. µö²Ä¤µ¤ì¤¿ SIGNAL ¤Ï: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 "
-"¤ª¤è¤Ó SIGUSR2. SIG ÀÜƬ¼­¤¬¤Ê¤¤Ì¾Á°¤Ç¤â²Ä"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "¥Õ¥¡¥¤¥ë¤Î¹¹¿·»þ¹ï¤ò UTC ¤Çɽ¼¨"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "¥Õ¥¡¥¤¥ë¤Î»þ¹ï¾ðÊó¤ò´°Á´·Á¼°¤Çɽ¼¨"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "¾éĹ½ÐÎϤò FILE ¤ËÁ÷¿®"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "¥¢¡¼¥«¥¤¥ÖÆâ¤Î¥Ö¥í¥Ã¥¯¿ô¤ò³Æ¡¹¥á¥Ã¥»¡¼¥¸ÉÕ¤­¤Çɽ¼¨"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "Á´¤Æ¤ÎÆ°ºî¤ò³Îǧ"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "tar ¤Îµ¬ÄêÃͤòɽ¼¨"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr "°ìÍ÷¤äÃê½Ð»þ¤Ë, ¸¡º÷´ð½à¤Ë°ìÃפ·¤Ê¤¤¥Ç¥£¥ì¥¯¥È¥ê¤ò³Æ¡¹°ìÍ÷ɽ¼¨"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "ÊÖ´Ô¸å¤Ë¥Õ¥¡¥¤¥ë̾¤Þ¤¿¤Ï¥¢¡¼¥«¥¤¥Ö̾¤òɽ¼¨"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STYLE"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "̾Á°°úÍÑ·Á¼°¤òÀßÄê. Í­¸ú¤Ê STYLE Ãͤϲ¼µ­»²¾È."
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "¹¹¤Ë STRING ¤«¤éʸ»ú¤ò°úÍÑ"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "STRING ¤«¤é¤Îʸ»ú°úÍѤò̵¸ú¤Ë"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "¸ß´¹¥ª¥×¥·¥ç¥ó:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "ºîÀ®»þ¤Ï --old-archive ¤ÈƱ¤¸. Ãê½Ð»þ¤Ï --no-same-owner ¤ÈƱ¤¸"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "¤½¤Î¾¥ª¥×¥·¥ç¥ó:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "ÀøºßŪ¤Ë³²¤Ë¤Ê¤ë¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤò̵¸ú¤Ë"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"`-Acdtrux' ¤Þ¤¿¤Ï `--test-label' ¥ª¥×¥·¥ç¥ó¤Î¤¦¤Á 2¤Ä°Ê¾å»ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ"
-"¤»¤ó"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "°µ½Ì¥ª¥×¥·¥ç¥ó¤¬¿©¤¤°ã¤Ã¤Æ¤¤¤Þ¤¹"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "̤ÃΤΥ·¥°¥Ê¥ë̾: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "ÆüÉÕ¥µ¥ó¥×¥ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "̤ÃΤÎÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î %2$s Âå¤ï¤ê¤Ë %1$s ¤È¤·¤Þ¤¹"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "¥ª¥×¥·¥ç¥ó %s: `%s' ¤ò %s ¤È¤·¤Æ°·¤¦"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: ¥Õ¥¡¥¤¥ë°ìÍ÷¤Ï´û¤ËÆɤ߹þ¤ßºÑ¤ß"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: Æɤ߹þ¤Þ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤Ë¥Ì¥ëʸ»ú"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "%s ·Ðͳ¤Ç¥¢¡¼¥«¥¤¥Ö¤ò¥Õ¥£¥ë¥¿"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "--quoting-style ¥ª¥×¥·¥ç¥ó¤ËÂФ¹¤ëÍ­¸ú¤Ê°ú¿ô:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"¡Ö¤³¤Î¡×tar ¤Îµ¬ÄêÃÍ:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "̵¸ú¤Ê¥Ö¥í¥Ã¥­¥ó¥°°ø»Ò"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "̵¸ú¤Ê¥Æ¡¼¥×¤ÎŤµ"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "̵¸ú¤ÊÁýʬ¥ì¥Ù¥ëÃÍ"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "1¤Ä°Ê¾å¤ÎÉßµï¤È¤Ê¤ëÆüÉÕ"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "̵¸ú¤Ê¤Þ¤Ð¤é (sparse) ¥Ð¡¼¥¸¥ç¥óÃÍ"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' ¤Ï¤³¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint ÃͤÏÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "̵¸ú¤Ê¥°¥ë¡¼¥×"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "¥ª¥×¥·¥ç¥ó¤Ç»ØÄꤵ¤ì¤¿¥â¡¼¥É¤Ï̵¸ú¤Ç¤¹"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "̵¸ú¤Ê¿ô"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "̵¸ú¤Ê½êÍ­¼Ô"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"--preserve ¥ª¥×¥·¥ç¥ó¤ÏÇÑ»ßͽÄê¤Ê¤Î¤Ç, Âå¤ï¤ê¤Ë --preserve-permissions --"
-"preserve-order ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "̵¸ú¤Êµ­Ï¿¥µ¥¤¥º"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "µ­Ï¿¥µ¥¤¥º¤Ï %d ¤ÎÇÜ¿ô¤Ç¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó"
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "̵¸ú¤Ê¥¨¥ì¥á¥ó¥È¿ô"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "--to-command ¥ª¥×¥·¥ç¥ó¤Ï 1¤Ä¤À¤±µö²Ä"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "ÉÔÀµ·Á¼°¤ÎÌ©ÅÙ°ú¿ô: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "̤ÃΤÎÌ©ÅÙ: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "¥ª¥×¥·¥ç¥ó `-[0-7][lmh]' ¤Ï¡Ö¤³¤Î¡×tar ¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[¥Õ¥¡¥¤¥ë]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "¸Å¤¤¥ª¥×¥·¥ç¥ó `%c' ¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence ¤Ï¥Õ¥¡¥¤¥ë°ìÍ÷¤¬¤Ê¤±¤ì¤Ð̵°ÕÌ£"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence ¤ÏÍ׵ᤵ¤ì¤¿Áàºî¥â¡¼¥É¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "ʬ³ä·¿¤Î¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤Ë¤Ï `-M' ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental ¤È --newer ¤È¤ò·ë¹ç¤Ç¤­¤Þ¤»¤ó"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--listed-incremental ¤Ê¤·¤Î --level ¤Ï̵°ÕÌ£¤Ç¤¹"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: ¥Ü¥ê¥å¡¼¥à¥é¥Ù¥ë¤¬Ä¹¤¹¤®¤Þ¤¹ (%lu ¥Ð¥¤¥ÈÀ©¸Â)"
-msgstr[1] "%s: ¥Ü¥ê¥å¡¼¥à¥é¥Ù¥ë¤¬Ä¹¤¹¤®¤Þ¤¹ (%lu ¥Ð¥¤¥ÈÀ©¸Â)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "¥Þ¥ë¥Á¥Ü¥ê¥å¡¼¥à¥¢¡¼¥«¥¤¥Ö¤ò³Îǧ¤Ç¤­¤Þ¤»¤ó"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "°µ½Ì¤µ¤ì¤¿¥¢¡¼¥«¥¤¥Ö¤Ï³Îǧ¤Ç¤­¤Þ¤»¤ó"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "¥Þ¥ë¥Á¥Ü¥ê¥å¡¼¥à¤Ë°µ½Ì¤µ¤ì¤¿¥¢¡¼¥«¥¤¥Ö¤Ï»È¤¨¤Þ¤»¤ó"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "°µ½Ì¤µ¤ì¤¿¥¢¡¼¥«¥¤¥Ö¤ÏÏ¢·ë¤Ç¤­¤Þ¤»¤ó"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "¥Ü¥ê¥å¡¼¥àĹ¤Ï¥ì¥³¡¼¥É¥µ¥¤¥º¤è¤ê¾®¤µ¤¯¤Æ¤Ï¤¤¤±¤Þ¤»¤ó"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order ¤Ï --listed-incremental ¤ÈξΩ¤·¤Þ¤»¤ó"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "¶õ¤Î¥¢¡¼¥«¥¤¥ÖºîÀ®¤Ï¤´ÍƼϴꤤ¤Þ¤¹"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "¥ª¥×¥·¥ç¥ó `-Aru' ¤È `-f -' ¤È¤ÏÁêÍƤì¤Þ¤»¤ó"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr ""
-"`-Acdtrux' ¤Þ¤¿¤Ï `--test-label' ¥ª¥×¥·¥ç¥ó¤Î¤¦¤Á¡¢¤¤¤º¤ì¤« 1¤Ä¤ò»ØÄꤷ¤Ê¤±¤ì"
-"¤Ð¤Ê¤ê¤Þ¤»¤ó"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Á°¤Î¥¨¥é¡¼¤Ë¤è¤ê¼ºÇÔ¥¹¥Æ¡¼¥¿¥¹¤Ç½ªÎ»¤·¤Þ¤¹"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: ¥Õ¥¡¥¤¥ë¤¬ %s ¥Ð¥¤¥È¾®¤µ¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
-msgstr[1] "%s: ¥Õ¥¡¥¤¥ë¤¬ %s ¥Ð¥¤¥È¾®¤µ¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "¥­¡¼¥ï¡¼¥É %s ¤Ï̤ÃΤޤ¿¤Ï̤¼ÂÁõ"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "¥¿¥¤¥à¥¹¥¿¥ó¥×¤¬µö²Ä¤µ¤ì¤¿Èϰϳ°¤Ç¤¹"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "¥Ñ¥¿¡¼¥ó %s ¤Ï»È¤¨¤Þ¤»¤ó"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "¥­¡¼¥ï¡¼¥É %s ¤Ïʤ¤»¤Þ¤»¤ó"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: Ä¹¤µ¤Î»ØÄ꤬¤¢¤ê¤Þ¤»¤ó"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "³ÈÄ¥¥Ø¥Ã¥ÀĹ¤Ïµö²Ä¤µ¤ì¤¿Èϰϳ°¤Ç¤¹"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "³ÈÄ¥¥Ø¥Ã¥ÀĹ %*s ¤ÏÈϰϳ°¤Ç¤¹"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: Ä¹¤µ¤Î¸å¤Ë¥Ö¥é¥ó¥¯¤¬¤¢¤ê¤Þ¤»¤ó"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: = (¥¤¥³¡¼¥ë) µ­¹æ¤¬¤¢¤ê¤Þ¤»¤ó"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: ²þ¹Ô¤¬¤¢¤ê¤Þ¤»¤ó"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "̤ÃΤγÈÄ¥¥Ø¥Ã¥À¥­¡¼¥ï¡¼¥É `%s' ¤ò̵»ë"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "À¸À®¤µ¤ì¤¿¥­¡¼¥ï¡¼¥É¤ÈÃͤΥڥ¢¤¬Ä¹²á¤®¤Þ¤¹ (¥­¡¼¥ï¡¼¥É=%s, Ä¹¤µ=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "³ÈÄ¥¥Ø¥Ã¥À %s=%s ¤Ï %s..%s ¤ÎÈÏ°ÏÆâ¤Ë¤¢¤ê¤Þ¤»¤ó"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: %s=%s ¤ÏÉÔÀµ"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: %s=%s ¤Ï;ʬ"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: %s ¤Ï̵¸ú: Í½´ü¤»¤Ì¶èÀÚ¤êʸ»ú %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: %s ¤Ï̵¸ú: ´ñ¿ôÃÍ"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Ìµ¸ú¤Ê¥¿¥¤¥à¥¢¥¦¥È"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: Ì¤ÃΤθ¡Ìä½èÍý"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "½ñ¤­¹þ¤ß"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "Æɤ߽Ф·"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "¥Á¥§¥Ã¥¯¥Ý¥¤¥ó¥È %u ¤ò½ñ¤­½Ð¤·¤Þ¤¹"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "¥Á¥§¥Ã¥¯¥Ý¥¤¥ó¥È %u ¤òÆɤ߹þ¤ß¤Þ¤¹"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile ¤Ï GNU paxutils ¥Æ¥¹¥È¥»¥Ã¥È¤ËÂФ·¤Æ¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë¤òÁàºî¤·¤Þ¤¹.\n"
-"¥ª¥×¥·¥ç¥ó¤Ï:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "¥Õ¥¡¥¤¥ëºîÀ®¥ª¥×¥·¥ç¥ó:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "SIZE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "»ØÄꤵ¤ì¤¿ SIZE ¤Î¥Õ¥¡¥¤¥ë¤òºîÀ®"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "ɸ½à½ÐÎϤÎÂå¤ï¤ê¤Ë¥Õ¥¡¥¤¥ë NAME ¤Ë½ÐÎÏ"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "FILE ¤«¤é¥Õ¥¡¥¤¥ë̾¤òÆɤ߹þ¤ß"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T ¤Ï null ¤Ç½ª¤ï¤ë̾Á°¤òÆɤ߹þ¤ß¤Þ¤¹"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"»ØÄꤵ¤ì¤¿ PATTERN ¤Ç¥Õ¥¡¥¤¥ë¤òËä¤á¤Þ¤¹. PATTERN ¤Ï 'default' ¤Þ¤¿¤Ï 'zeros'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "¤Þ¤Ð¤é¤Ê (sparse) ¥Õ¥¡¥¤¥ë¤Î¥Ö¥í¥Ã¥¯¥µ¥¤¥º"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"¤Þ¤Ð¤é¤Ê (sparse) ¥Õ¥¡¥¤¥ë¤òÀ¸À®. »Ä¤ê¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¤Ç¥Õ¥¡¥¤¥ë¥Þ¥Ã¥×¤ò»ØÄê."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "¥ª¥Õ¥»¥Ã¥È"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "¥Ç¡¼¥¿¤ò½ñ¤­½Ð¤¹Á°¤Ë»ØÄꤵ¤ì¤¿¥ª¥Õ¥»¥Ã¥È¤Þ¤Ç¸¡º÷"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "¥Õ¥¡¥¤¥ëÅý·×¥ª¥×¥·¥ç¥ó:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr "³Æ¡¹¤Î»ØÄê¥Õ¥¡¥¤¥ë¤ËÂФ·¤Æ struct stat ¤ÎÆâÍƤòɽ¼¨. É¸½à FORMAT ¤Ï: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Ʊ»þ¼Â¹Ô¥ª¥×¥·¥ç¥ó:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPTION"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"ARGS ¤ò¼Â¹Ô. --checkpoint ¤ª¤è¤Ó --cut, --append, --touch, --unlink ¤ÎÃæ¤Î 1"
-"¤Ä¤È¤È¤â¤Ë»ÈÍѤ¹¤ë¤È¤è¤¤"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "¥Á¥§¥Ã¥¯¥Ý¥¤¥ó¥È NUMBER Åþã»þ¤Ë»ØÄꤵ¤ì¤¿¥¢¥¯¥·¥ç¥ó (²¼µ­»²¾È) ¤ò¼Â¹Ô"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "¼¡¤Î --touch ¥ª¥×¥·¥ç¥ó¤ÇÆüÉÕ¤òÀßÄê"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "¼Â¹Ô¤µ¤ì¤¿¥Á¥§¥Ã¥¯¥Ý¥¤¥ó¥È¤È COMMAND ¤Î½ªÎ»¥¹¥Æ¡¼¥¿¥¹¤òɽ¼¨"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Ʊ»þ¼Â¹Ô¥¢¥¯¥·¥ç¥ó. ¤³¤ì¤é¤Ï --checkpoint option ¤Ç»ØÄꤵ¤ì¤¿¥Á¥§¥Ã¥¯¥Ý¥¤¥ó¥È"
-"ÈÖ¹æ¤ËÅþ㤷¤¿¤È¤­¤Ë¼Â¹Ô¤µ¤ì¤ë."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"FILE ¤ò --length ¥ª¥×¥·¥ç¥ó (¤Þ¤¿¤Ï»ØÄ꤬¤Ê¤±¤ì¤Ð 0) ¤Ç»ØÄꤵ¤ì¤¿¥µ¥¤¥º¤ËÀÚ¤ê"
-"¼Î¤Æ"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr "FILE ¤Ë SIZE ¥Ð¥¤¥ÈÄɵ­. SIZE ¤ÏÁ°¤Î --length ¥ª¥×¥·¥ç¥ó¤Ç»ØÄê."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "FILE ¤ÎºÇ½ª¥¢¥¯¥»¥¹»þ¹ï¤ÈºÇ½ª¹¹¿·»þ¹ï¤ò¹¹¿·"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "COMMAND ¤ò¼Â¹Ô"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "FILE ¤ò unlink"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "̵¸ú¤Ê¥µ¥¤¥º: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Èֹ椬µö²Ä¤µ¤ì¤¿Èϰϳ°: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Éé¤Î¥µ¥¤¥º: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) ¼ºÇÔ"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "Í׵ᤵ¤ì¤¿¥Õ¥¡¥¤¥ëĹ %lu, ¼ÂºÝ¤ÎÃÍ %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "ºîÀ®¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤Ï¥¹¥Ñ¡¼¥¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "`%s' ¤Î¶á¤¯¤Ç¿ô»ú¤ò¹½Ê¸Ê¬ÀÏ»þ¤Ë¥¨¥é¡¼"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "̤ÃΤÎÆüÉÕ·Á¼°"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGS...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "`%s' ¤ò³«¤±¤Þ¤»¤ó"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "Áܤ·½Ð¤»¤Þ¤»¤ó"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "¥Õ¥¡¥¤¥ë̾¤¬¥Ì¥ëʸ»ú¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"¤Þ¤Ð¤é¤Ê (sparse) ¥Õ¥¡¥¤¥ë¤òɸ½à½ÐÎϤ˽ñ¤­½Ð¤»¤Þ¤»¤ó. --file ¥ª¥×¥·¥ç¥ó¤ò»ÈÍÑ"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "ÉÔÀµ¤Ê¥Þ¥¹¥¯ (`%s' ¤Ë¶á¤¤)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "̤ÃΤΥե£¡¼¥ë¥É `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "`%s' ¤Ë»þ¹ï¤òÀßÄê¤Ç¤­¤Þ¤»¤ó"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "`%s' ¤ò unlink ¤Ç¤­¤Þ¤»¤ó"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "¥³¥Þ¥ó¥É¤¬Àµ¾ï½ªÎ»\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "¥³¥Þ¥ó¥É¤¬¥¹¥Æ¡¼¥¿¥¹ %d ¤Ç¼ºÇÔ\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "¥³¥Þ¥ó¥É¤¬¥·¥°¥Ê¥ë %d ¤Ç½ªÎ»\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "¥³¥Þ¥ó¥É¤¬¥·¥°¥Ê¥ë %d ¤ÇÄä»ß\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "¥³¥Þ¥ó¥É¤¬¥³¥¢¤ò¥À¥ó¥×\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "¥³¥Þ¥ó¥É¤¬½ªÎ»\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat ¤Ë¤Ï¥Õ¥¡¥¤¥ë̾¤¬É¬Í×"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "¥ï¡¼¥¯¥Ç¥£¥ì¥¯¥È¥ê¤òÊݸ¤Ç¤­¤Þ¤»¤ó"
diff --git a/po/ko.gmo b/po/ko.gmo
deleted file mode 100644 (file)
index e23cebc..0000000
Binary files a/po/ko.gmo and /dev/null differ
diff --git a/po/ko.po b/po/ko.po
deleted file mode 100644 (file)
index 0bc6422..0000000
--- a/po/ko.po
+++ /dev/null
@@ -1,3354 +0,0 @@
-# Korean messages for GNU tar
-# Copyright (C) 1996 Free Software Foundation, Inc.
-# Bang Jun-Young <bangjy@nownuri.net>, 1996-1997.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU tar 1.12\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 1997-05-30 22:55+0900\n"
-"Last-Translator: Bang Jun-Young <bangjy@nownuri.net>\n"
-"Language-Team: Korean <ko@li.org>\n"
-"Language: ko\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=EUC-KR\n"
-"Content-Transfer-Encoding: 8-bit\n"
-
-#: gnu/argmatch.c:135
-#, fuzzy, c-format
-msgid "invalid argument %s for %s"
-msgstr "ºÎÀûÀýÇÑ ³¯Â¥ Çü½Ä `%s'"
-
-#: gnu/argmatch.c:136
-#, fuzzy, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "¸ðÈ£ÇÑ ÆÐÅÏ `%s'"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr ""
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"»ç¿ë¹ý: %s [¿É¼Ç]...\n"
-"\n"
-
-#
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "´õ ¸¹Àº Á¤º¸¸¦ º¸·Á¸é `%s --help' ÇϽʽÿÀ.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "¾Ë ¼ö ¾ø´Â ½Ã½ºÅÛ ¿À·ù"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr ""
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "record_size·Î ºÎÀûÀýÇÑ °ª"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-#, fuzzy
-msgid "memory exhausted"
-msgstr "¸Þ¸ð¸®°¡ ¹Ù´Ú³²"
-
-#
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "ÇöÀç µð·ºÅ丮¸¦ ¾Ë ¼ö ¾ø½À´Ï´Ù"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr ""
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr ""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"<tar-bugs@gnu.ai.mit.edu>·Î ¹ö±×¸¦ º¸°íÇØ ÁֽʽÿÀ.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"<tar-bugs@gnu.ai.mit.edu>·Î ¹ö±×¸¦ º¸°íÇØ ÁֽʽÿÀ.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, fuzzy, c-format
-msgid "%s: Cannot %s"
-msgstr "%s¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr ""
-
-#: lib/paxerror.c:93
-#, fuzzy, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: ¸ðµå¸¦ %0.4o·Î ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#: lib/paxerror.c:101
-#, fuzzy, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: ¼ÒÀ¯ÀÚ¸¦ uid %d, gid %d·Î ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: lib/paxerror.c:127
-#, fuzzy, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "¸µÅ© %s¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%ld ¹ÙÀÌƮ°¿¡¼­ Àб⠿À·ù, %d ¹ÙÀÌÆ® ÀÐÀ½, ÆÄÀÏ %s"
-msgstr[1] "%ld ¹ÙÀÌƮ°¿¡¼­ Àб⠿À·ù, %d ¹ÙÀÌÆ® ÀÐÀ½, ÆÄÀÏ %s"
-
-#
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%ld ¹ÙÀÌƮ°¿¡¼­ Àб⠿À·ù, %d ¹ÙÀÌÆ® ÀÐÀ½, ÆÄÀÏ %s"
-msgstr[1] "%ld ¹ÙÀÌƮ°¿¡¼­ Àб⠿À·ù, %d ¹ÙÀÌÆ® ÀÐÀ½, ÆÄÀÏ %s"
-
-#
-#: lib/paxerror.c:259
-#, fuzzy, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s¿¡ ¾µ ¼ö ¾ø½À´Ï´Ù"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr ""
-
-#: lib/paxerror.c:284
-#, fuzzy, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: `%s'¿¡ ´ëÇÑ ±âÈ£¸µÅ©¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: %d ¹ÙÀÌÆ®(%d ¹ÙÀÌÆ® Áß)¸¸ ½è½À´Ï´Ù"
-msgstr[1] "%s: %d ¹ÙÀÌÆ®(%d ¹ÙÀÌÆ® Áß)¸¸ ½è½À´Ï´Ù"
-
-#
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Àý´ë ¸µÅ©µé¿¡¼­ ¾Õ¿¡ ºÙÀº `/'¸¦ Á¦°ÅÇÔ"
-
-#
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Àý´ë ¸µÅ©µé¿¡¼­ ¾Õ¿¡ ºÙÀº `/'¸¦ Á¦°ÅÇÔ"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr ""
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: ¾µ ¼ö ¾ø´Â ¼­ºñ½º"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "Ç¥ÁØÀÔ·Â"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "Ç¥ÁØÃâ·Â"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "¿ø°Ý ¼ÐÀ» ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr ""
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¸ðµå°¡ ÁÖ¾îÁü"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "ºÎÀûÀýÇÑ ³¯Â¥ Çü½Ä `%s'"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr ""
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¼ÒÀ¯ÀÚ°¡ ÁÖ¾îÁü"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr ""
-
-#
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: À߸øµÈ eof\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "record_size·Î ºÎÀûÀýÇÑ °ª"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "¾ÆÄ«À̺꿡 ¿¹±âÄ¡ ¾ÊÀº EOF"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "¾µ¸ð¾ø´Â ¸í·É"
-
-#
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "ÀÌ°ÍÀº tar ¾ÆÄ«À̺êó·³ º¸ÀÌÁö ¾Ê½À´Ï´Ù"
-
-#
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "ÃÑ ¾²¿©Áø ¹ÙÀÌÆ®: "
-
-#
-#: src/buffer.c:528 src/buffer.c:542
-#, fuzzy
-msgid "Total bytes read"
-msgstr "ÃÑ ¾²¿©Áø ¹ÙÀÌÆ®: "
-
-#
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "ÃÑ ¾²¿©Áø ¹ÙÀÌÆ®: "
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr ""
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "record_size·Î ºÎÀûÀýÇÑ °ª"
-
-#
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "¾ÆÄ«À̺ê À̸§ÀÌ ÁÖ¾îÁöÁö ¾Ê¾Ò½À´Ï´Ù"
-
-#
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Ç¥ÁØÀÔ/Ãâ·Â ¾ÆÄ«À̺긦 °ËÁõÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "¾ÐÃàµÈ ¾ÆÄ«À̺긦 °»½ÅÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Å×ÀÌÇÁÀÇ ½ÃÀÛ ºÎºÐ¿¡¼­ Áö±Ý Á¾·áÇÔ"
-
-#
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "¿À·ù°¡ ³Ê¹« ¸¹¾Æ¼­ Á¾·áÇÕ´Ï´Ù"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "·¹ÄÚµå Å©±â = %d ºí·°"
-msgstr[1] "·¹ÄÚµå Å©±â = %d ºí·°"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr ""
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr ""
-
-#
-#: src/buffer.c:1123
-#, fuzzy, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "º¼·ý #%d(%s¸¦ À§ÇÑ)¸¦ ÁغñÇÏ°í ¸®ÅÏÀ» Ä¡¼¼¿ä: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "»ç¿ëÀÚÀÇ ÀÀ´äÀÌ ÇÊ¿äÇÑ °÷¿¡ EOF°¡ ÀÖÀ½"
-
-#
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "°æ°í: ¾ÆÄ«À̺갡 ºÒ¿ÏÀüÇÕ´Ï´Ù"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [À̸§]   ´ÙÀ½(°ú ±× ÀÌÈÄÀÇ) º¼·ý¿¡ ´ëÇÑ »õ ÆÄÀÏ À̸§À» ÁöÁ¤ÇÕ´Ï´Ù\n"
-" q          tar¸¦ Áß´ÜÇÕ´Ï´Ù\n"
-" !          ¼­ºê¼ÐÀ» ½ÇÇàÇÕ´Ï´Ù\n"
-" ?          ÀÌ ¸ñ·ÏÀ» ÀμâÇÕ´Ï´Ù\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "»õ º¼·ýÀÌ ¾Æ´Ô; Á¾·á.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr ""
-
-#
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s´Â ÀÌ º¼·ý¿¡ ¿¬¼ÓµÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù"
-
-#
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s´Â ÀÌ º¼·ý¿¡ ¿¬¼ÓµÇ¾î ÀÖÁö ¾Ê½À´Ï´Ù"
-
-#
-#: src/buffer.c:1457
-#, fuzzy, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s´Â À߸øµÈ Å©±âÀÔ´Ï´Ù (%ld != %ld + %ld)"
-
-#
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "ÀÌ º¼·ýÀº ¼ø¼­¸¦ ¹þ¾î³µ½À´Ï´Ù"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, fuzzy, c-format
-msgid "Archive not labeled to match %s"
-msgstr "`%s'¿Í ÀÏÄ¡Çϵµ·Ï ¶óº§ÀÌ ºÙÁö ¾ÊÀº ¾ÆÄ«À̺ê"
-
-#: src/buffer.c:1580
-#, fuzzy, c-format
-msgid "Volume %s does not match %s"
-msgstr "º¼·ý `%s'°¡ `%s'¿Í ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "ºí·° °æ°è°¡ ¾Æ´Ñ ºÎºÐ¿¡¼­ ¾ÆÄ«À̺ê %sÀÇ EOF °ËÃâ"
-
-#
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "%d ¹ÙÀÌÆ®(%ld ¹ÙÀÌÆ® Áß)¸¸ ÀÐÀ» ¼ö ÀÖ½À´Ï´Ù"
-msgstr[1] "%d ¹ÙÀÌÆ®(%ld ¹ÙÀÌÆ® Áß)¸¸ ÀÐÀ» ¼ö ÀÖ½À´Ï´Ù"
-
-#: src/compare.c:105 src/compare.c:382
-#, fuzzy
-msgid "Contents differ"
-msgstr "¸ðµå°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "¾ÆÄ«À̺꿡 ¿¹±âÄ¡ ¾ÊÀº EOF"
-
-#
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-#, fuzzy
-msgid "File type differs"
-msgstr "Å©±â°¡ ´Ù¸¨´Ï´Ù"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "¸ðµå°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "uid°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "gid°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "º¯°æ ½Ã°¢ÀÌ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Å©±â°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "%s¿¡ ¿¬°áµÇÁö ¾ÊÀ½"
-
-#
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "±âÈ£¸µÅ©°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#: src/compare.c:316
-#, fuzzy
-msgid "Device number differs"
-msgstr "ÀåÄ¡ ¹øÈ£°¡ ¹Ù²î¾úÀ½"
-
-#
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "°ËÁõ "
-
-#
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: ¾Ë ¼ö ¾ø´Â ÆÄÀϠŸÀÔ; ÆÄÀÏÀÌ ¹«½ÃµÊ"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "°ËÁõ ½ÇÆÐ: %d°³ÀÇ ºÎÀûÀýÇÑ Çì´õ°¡ °ËÃâµÊ"
-msgstr[1] "°ËÁõ ½ÇÆÐ: %d°³ÀÇ ºÎÀûÀýÇÑ Çì´õ°¡ °ËÃâµÊ"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr ""
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr ""
-
-#
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: º¯°æµÇÁö ¾Ê¾Ò½À´Ï´Ù; ´ýÇÁµÇÁö ¾ÊÀ½"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-
-#
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: º¯°æµÇÁö ¾Ê¾Ò½À´Ï´Ù; ´ýÇÁµÇÁö ¾ÊÀ½"
-
-#
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: ÆÄÀÏÀÌ %d ¹ÙÀÌÆ® ÁÙ¾îµë, (¿Í¿ì!)"
-msgstr[1] "%s: ÆÄÀÏÀÌ %d ¹ÙÀÌÆ® ÁÙ¾îµë, (¿Í¿ì!)"
-
-#
-#: src/create.c:1160
-#, fuzzy, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: ´Ù¸¥ ÆÄÀϽýºÅÛ »ó¿¡ ÀÖÀ½; ´ýÇÁµÇÁö ¾ÊÀ½"
-
-#
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-#, fuzzy
-msgid "contents not dumped"
-msgstr " (ÄÚ¾î Ãâ·ÂµÊ)"
-
-#
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: ¾Ë ¼ö ¾ø´Â ÆÄÀϠŸÀÔ; ÆÄÀÏÀÌ ¹«½ÃµÊ"
-
-#
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " %s·Î ¸µÅ©\n"
-
-#
-#: src/create.c:1690
-#, fuzzy, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: º¯°æµÇÁö ¾Ê¾Ò½À´Ï´Ù; ´ýÇÁµÇÁö ¾ÊÀ½"
-
-#
-#: src/create.c:1699
-#, fuzzy, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s´Â ¾ÆÄ«À̺êÀÔ´Ï´Ù; ´ýÇÁµÇÁö ¾ÊÀ½"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr ""
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr ""
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr ""
-
-#
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "´ÙÀ½ Çì´õ·Î °Ç³Ê ¶Ü"
-
-#
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "¾ÆÄ«À̺꿡¼­ ºñÇì´õ ºÎºÐÀ» Á¦°ÅÇÔ"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr ""
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr ""
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "¿¬¼ÓµÇ¾î Àִ ÆÄÀÏÀ» ÀϹݠÆÄÀϷΠÃßÃâÇÔ"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "±âÈ£ ¸µÅ©¸¦ Çϵ堸µÅ©·Î ÃßÃâÇÏ°í ÀÖ½À´Ï´Ù"
-
-#: src/extract.c:1353
-#, fuzzy, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "`%s'¸¦ ÃßÃâÇÒ ¼ö ¾ø½À´Ï´Ù -- ÀÌ ÆÄÀÏÀº ´Ù¸¥ º¼·ý¿¡ ¿¬¼ÓµÇ¾î ÀÖ½À´Ï´Ù"
-
-#
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "¾ÆÄ«À̺ê ÆÄÀÏ¿¡ ¿¹±âÄ¡ ¾ÊÀº EOF"
-
-#
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: ¾Ë ¼ö ¾ø´Â ÆÄÀϠŸÀÔ; ÆÄÀÏÀÌ ¹«½ÃµÊ"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: ÀÌ ÆÄÀÏÀ» ¹é¾÷ÇÒ ¼ö ¾ø¾ú½À´Ï´Ù"
-
-#
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s¸¦ %s·Î À̸§À» ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s µð·ºÅ丮´Â À̸§ÀÌ ¹Ù²î¾ú½À´Ï´Ù"
-
-#
-#: src/incremen.c:486
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s µð·ºÅ丮´Â À̸§ÀÌ ¹Ù²î¾ú½À´Ï´Ù"
-
-#
-#: src/incremen.c:531
-#, fuzzy, c-format
-msgid "%s: Directory is new"
-msgstr "%s´Â »õ µð·ºÅ丮ÀÔ´Ï´Ù"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr ""
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¸ðµå°¡ ÁÖ¾îÁü"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr ""
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr ""
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#
-#: src/incremen.c:1120 src/incremen.c:1158
-#, fuzzy
-msgid "Read error in snapshot file"
-msgstr "%s¿¡¼­ Àб⠿À·ù"
-
-#
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "¾ÆÄ«À̺ê ÆÄÀÏ¿¡ ¿¹±âÄ¡ ¾ÊÀº EOF"
-
-#
-#: src/incremen.c:1129 src/incremen.c:1169
-#, fuzzy
-msgid "Unexpected field value in snapshot file"
-msgstr "¾ÆÄ«À̺ê ÆÄÀÏ¿¡ ¿¹±âÄ¡ ¾ÊÀº EOF"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "%s·Î µð·ºÅ丮¸¦ ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr ""
-
-#
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s¸¦ Áö¿ò\n"
-
-#
-#: src/incremen.c:1703
-#, fuzzy, c-format
-msgid "%s: Cannot remove"
-msgstr "%s¸¦ Áö¿ï ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/list.c:190
-#, fuzzy, c-format
-msgid "%s: Omitting"
-msgstr "%s¸¦ »ý·«"
-
-#: src/list.c:207
-#, fuzzy, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "ºí·° %10ld: ** NUL·Î µÈ ºí·° **\n"
-
-#: src/list.c:233
-#, fuzzy, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "ºí·° %10ld: ** ÆÄÀÏÀÇ ³¡ **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, fuzzy, c-format
-msgid "block %s: "
-msgstr "ºí·° %10ld: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr ""
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr ""
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-
-#
-#: src/list.c:844
-#, fuzzy, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "ÀÌ º¼·ýÀº ¼ø¼­¸¦ ¹þ¾î³µ½À´Ï´Ù"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr ""
-
-#
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " %s·Î ¸µÅ©\n"
-
-#
-#: src/list.c:1269
-#, fuzzy, c-format
-msgid " unknown file type %s\n"
-msgstr " ¾Ë ¼ö ¾ø´Â ÆÄÀϠŸÀÔ `%c'\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--º¼·ý Çì´õ--\n"
-
-#
-#: src/list.c:1303
-#, fuzzy, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--%ld ¹ÙÀÌÆ® Â°¿¡ °è¼ÓµÊ--\n"
-
-#
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "µð·ºÅ丮¸¦ ¸¸µå´Â Áß:"
-
-#
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "%s·Î µð·ºÅ丮¸¦ ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/misc.c:571
-#, fuzzy, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s¸¦ %s·Î À̸§ ¹Ù²Þ"
-
-#
-#: src/misc.c:580 src/misc.c:599
-#, fuzzy, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s¸¦ %s·Î À̸§À» ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/misc.c:604
-#, fuzzy, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s¸¦ %s·Î À̸§ ¹Ù²Þ"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr ""
-
-#
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s µð·ºÅ丮´Â À̸§ÀÌ ¹Ù²î¾ú½À´Ï´Ù"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr ""
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr ""
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: ¾ÆÄ«À̺꿡 ¾øÀ½"
-
-#
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: ¾ÆÄ«À̺꿡 ¾øÀ½"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "`%s'¿Í ÀÏÄ¡Çϵµ·Ï ¶óº§ÀÌ ºÙÁö ¾ÊÀº ¾ÆÄ«À̺ê"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "`-%s'°ú `-%s' ¿É¼ÇÀº ¸ðµÎ Ç¥ÁØ ÀÔ·ÂÀÌ ÇÊ¿äÇÕ´Ï´Ù"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "ºÎÀûÀýÇÑ ³¯Â¥ Çü½Ä `%s'"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "¾ÆÄ«À̺꿡 ¿¹±âÄ¡ ¾ÊÀº EOF"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#
-#: src/tar.c:453
-#, fuzzy
-msgid "remove files after adding them to the archive"
-msgstr "¾ÆÄ«À̺꿡 Àִ À̸§µé¿¡¼­ µå¶óÀ̺ê ÁöÁ¤¹®À» Á¦°ÅÇÔ"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr ""
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "´ÙÁß-º¼·ý ¾ÆÄ«À̺긦 °ËÁõÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Ç¥ÁØÀԷ¿¡ ´ëÇÑ ¾ÆÄ«À̺ê"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Çò°¥¸®´Â ¾ÐÃ࠿ɼÇ"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "¾ÐÃà ÇÁ·Î±×·¥¿¡ ¾µ ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "¾ÐÃà ÇÁ·Î±×·¥¿¡ ¾µ ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "%s·Î µð·ºÅ丮¸¦ ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Àý´ë ¸µÅ©µé¿¡¼­ ¾Õ¿¡ ºÙÀº `/'¸¦ Á¦°ÅÇÔ"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "º¼·ý `%s'°¡ `%s'¿Í ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¸ðµå°¡ ÁÖ¾îÁü"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#
-#: src/tar.c:764
-#, fuzzy
-msgid "ask for confirmation for every action"
-msgstr "»ç¿ëÀÚÀÇ È®ÀÎÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "`-Acdtrux' ¿É¼Ç Áß Çϳª ÀÌ»óÀ» ÁöÁ¤Çϸ頾ȠµË´Ï´Ù"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Çò°¥¸®´Â ¾ÐÃ࠿ɼÇ"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr "¾Ë ¼ö ¾ø´Â ÆÐÅÏ `%s'"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr ""
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr ""
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr ""
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr ""
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr ""
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr ""
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr ""
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¼ÒÀ¯ÀÚ°¡ ÁÖ¾îÁü"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¸ðµå°¡ ÁÖ¾îÁü"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr ""
-
-#: src/tar.c:1934
-#, fuzzy
-msgid "Invalid owner"
-msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¼ÒÀ¯ÀÚ°¡ ÁÖ¾îÁü"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-#, fuzzy
-msgid "Invalid record size"
-msgstr "record_size·Î ºÎÀûÀýÇÑ °ª"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "·¹ÄÚµå Å©±â´Â %dÀÇ ¹è¼ö°¡ µÇ¾î¾ß ÇÕ´Ï´Ù."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr ""
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, fuzzy, c-format
-msgid "Unknown density: `%c'"
-msgstr "¾Ë ¼ö ¾ø´Â ÆÐÅÏ `%s'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "`-[0-7][lmh]' ¿É¼ÇÀº ÀÌ tar¿¡¼± Áö¿øµÇÁö ¾Ê½À´Ï´Ù"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "¿À·¡µÈ ¿É¼Ç `%c'´Â Àμö°¡ ÇÊ¿äÇÕ´Ï´Ù."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "´ÙÁß ¾ÆÄ«À̺ê ÆÄÀÏÀº `-M' ¿É¼ÇÀÌ ÇÊ¿äÇÕ´Ï´Ù"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr ""
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] ""
-msgstr[1] ""
-
-#
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "´ÙÁß-º¼·ý ¾ÆÄ«À̺긦 °ËÁõÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "¾ÐÃàµÈ ¾ÆÄ«À̺긦 °ËÁõÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "¾ÐÃàµÈ ´ÙÁß-º¼·ý ¾ÆÄ«À̺긦 »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "¾ÐÃàµÈ ¾ÆÄ«À̺긦 °»½ÅÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr ""
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "`-Aru' ¿É¼ÇÀº `-f -'°ú µ¿½Ã¿¡ ¾µ ¼ö ¾ø½À´Ï´Ù"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "`-Acdtrux' ¿É¼Çµé Áß Çϳª¸¦ ÁöÁ¤ÇؾߠÇÕ´Ï´Ù"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: ÆÄÀÏÀÌ %d ¹ÙÀÌÆ® ÁÙ¾îµë, (¿Í¿ì!)"
-msgstr[1] "%s: ÆÄÀÏÀÌ %d ¹ÙÀÌÆ® ÁÙ¾îµë, (¿Í¿ì!)"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr ""
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr ""
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr ""
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "°Ë»çÁöÁ¡ %d¸¦ ¾¸"
-
-#
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "°Ë»çÁöÁ¡ %d¸¦ ÀÐÀ½"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "GNU tar ½ÃÇè µµ±¸¿ë µ¥ÀÌÅÍ ÆÄÀÏÀ» »ý¼ºÇÕ´Ï´Ù.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Çò°¥¸®´Â ¾ÐÃ࠿ɼÇ"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr ""
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"»ç¿ë¹ý: %s [¿É¼Ç]...\n"
-"\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-#, fuzzy
-msgid "Update the access and modification times of FILE"
-msgstr "%s: Á¢±Ù ½Ã°¢°ú ¼öÁ¤ ½Ã°¢À» ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "ºÎÀûÀýÇÑ ³¯Â¥ Çü½Ä `%s'"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr ""
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "¾Ë ¼ö ¾ø´Â ½Ã½ºÅÛ ¿À·ù"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, fuzzy, c-format
-msgid "cannot open `%s'"
-msgstr "%s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "%s¸¦ ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr "¾Ë ¼ö ¾ø´Â ÆÐÅÏ `%s'"
-
-#
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s¸¦ statÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr ""
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr ""
-
-#
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "%s·Î µð·ºÅ丮¸¦ ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s¸¦ %s·Î À̸§À» ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Reading %s\n"
-#~ msgstr "%s¸¦ Àд Áß\n"
-
-#
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: ¹öÆÛ °ø°£À» ÇÒ´çÇÒ ¼ö ¾ø½À´Ï´Ù\n"
-
-#
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "¹öÆÛ °ø°£À» ÇÒ´çÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "´õ ¸¹Àº Á¤º¸¸¦ º¸·Á¸é `%s --help' ÇϽʽÿÀ.\n"
-
-#
-#~ msgid "Premature end of file"
-#~ msgstr "À߸øµÈ ÆÄÀÏ ³¡"
-
-#~ msgid "Cannot close file #%d"
-#~ msgstr "ÆÄÀÏ #%d¸¦ ´ÝÀ» ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Cannot close descriptor %d"
-#~ msgstr "±â¼úÀÚ %d¸¦ ´ÝÀ» ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "%s¸¦ Á¦´ë·Î º¹»çÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "¾ÐÃàµÈ ¾ÆÄ«À̺곪 ¿ø°Ý ¾ÆÄ«À̺긦 »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "ÆÄÀÌÇÁ¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Cannot fork"
-#~ msgstr "forkÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (ÀÚ½Ä)"
-
-#
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(ÀÚ½Ä) Ç¥ÁØÀԷ¿¡ ´ëÇÑ ÆÄÀÌÇÁ"
-
-#
-#~ msgid "Cannot open archive %s"
-#~ msgstr "%s ¾ÆÄ«À̺긦 ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Archive to stdout"
-#~ msgstr "Ç¥ÁØÃâ·Â¿¡ ´ëÇÑ ¾ÆÄ«À̺ê"
-
-#
-#~ msgid "Child cannot fork"
-#~ msgstr "ÀÚ½ÄÀº forkÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((ÀÚ½Ä)) Ç¥ÁØÃâ·Â¿¡ ´ëÇÑ ÆÄÀÌÇÁ"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (¼ÕÀÚ)"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(¼ÕÀÚ) Ç¥ÁØÀԷ¿¡ ´ëÇÑ ÆÄÀÌÇÁ"
-
-#
-#~ msgid "Cannot read from compression program"
-#~ msgstr "¾ÐÃà ÇÁ·Î±×·¥À¸·ÎºÎÅÍ ÀоîµéÀÏ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(ÀÚ½Ä) Ç¥ÁØÃâ·Â¿¡ ´ëÇÑ ÆÄÀÌÇÁ"
-
-#
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((ÀÚ½Ä)) Ç¥ÁØÀԷ¿¡ ´ëÇÑ ÆÄÀÌÇÁ"
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(¼ÕÀÚ) Ç¥ÁØÃâ·Â¿¡ ´ëÇÑ ÆÄÀÌÇÁ"
-
-#
-#~ msgid "Could not allocate memory for blocking factor %d"
-#~ msgstr "ºí·° °è¼ö %d¿¡ ´ëÀÀÇϴ ¸Þ¸ð¸®¸¦ ÇÒ´çÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Only wrote %u of %u bytes to %s"
-#~ msgstr "%u ¹ÙÀÌÆ®(%u ¹ÙÀÌÆ® Áß)¸¸ %s¿¡ ½è½À´Ï´Ù"
-
-#
-#~ msgid "WARNING: No volume header"
-#~ msgstr "°æ°í: º¼·ý Çì´õ ¾øÀ½"
-
-#
-#~ msgid "Only read %d bytes from archive %s"
-#~ msgstr "%d ¹ÙÀÌÆ®¸¸ ¾ÆÄ«À̺ê %s¿¡¼­ Àоú½À´Ï´Ù"
-
-#
-#~ msgid "WARNING: Cannot close %s (%d, %d)"
-#~ msgstr "°æ°í: %s¸¦ ´ÝÀ» ¼ö ¾ø½À´Ï´Ù (%d, %d)"
-
-#
-#~ msgid "Child died with signal %d%s"
-#~ msgstr "ÀÚ½ÄÀÌ ½ÅÈ£ %d%s¿Í ÇÔ²² Á×¾úÀ½"
-
-#
-#~ msgid "Child returned status %d"
-#~ msgstr "ÀÚ½ÄÀÌ »óÅ %d¸¦ µÇµ¹·Á ÁÖ¾ú½À´Ï´Ù"
-
-#
-#~ msgid "Cannot fork!"
-#~ msgstr "forkÇÒ ¼ö ¾ø½À´Ï´Ù!"
-
-#
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "%s ¼ÐÀ» ½ÇÇàÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "Removing leading `/' from absolute path names in the archive"
-#~ msgstr "¾ÆÄ«À̺꠾ȿ¡ Àִ Àý´ë °æ·Î¸í¿¡¼­ ¾Õ¿¡ ºÙÀº `/'¸¦ Á¦°ÅÇÔ"
-
-#
-#~ msgid "Wrote %ld of %ld bytes to file %s"
-#~ msgstr "%ld ¹ÙÀÌÆ®(%ld ¹ÙÀÌÆ® Áß)¸¦ ÆÄÀÏ %s¿¡ ½è½À´Ï´Ù"
-
-#
-#~ msgid "Amount actually written is (I hope) %d.\n"
-#~ msgstr "½ÇÁ¦·Î ¾²¿©Áø ¾çÀº (¹Ù¶ó°Ç´ë) %dÀÔ´Ï´Ù.\n"
-
-#
-#~ msgid "Cannot add file %s"
-#~ msgstr "ÆÄÀÏ %s¸¦ Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Cannot add directory %s"
-#~ msgstr "%s µð·ºÅ丮¸¦ Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Cannot open directory %s"
-#~ msgstr "%s µð·ºÅ丮¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "File name %s%s too long"
-#~ msgstr "ÆÄÀÏ À̸§ %s%s´Â ³Ê¹« ±é´Ï´Ù"
-
-#
-#~ msgid "Could not allocate memory for diff buffer of %d bytes"
-#~ msgstr "%d ¹ÙÀÌÆ®ÀÇ diff ¹öÆÛ¿¡ ¸Þ¸ð¸®¸¦ ÇÒ´çÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Cannot read %s"
-#~ msgstr "%s¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Data differs"
-#~ msgstr "ÀÚ·á°¡ ´Ù¸¨´Ï´Ù"
-
-#
-#~ msgid "File does not exist"
-#~ msgstr "ÆÄÀÏÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù"
-
-#
-#~ msgid "Not a regular file"
-#~ msgstr "ÀϹÝÀûÀΠÆÄÀÏÀÌ ¾Æ´Ô"
-
-#
-#~ msgid "Error while closing %s"
-#~ msgstr "%s¸¦ ´Ý´Â µ¿¾È ¿À·ù ¹ß»ý"
-
-#
-#~ msgid "Does not exist"
-#~ msgstr "°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù"
-
-#
-#~ msgid "No such file or directory"
-#~ msgstr "±×·± ÆÄÀÏÀ̳ª µð·ºÅ丮°¡ ¾øÀ½"
-
-#
-#~ msgid "Mode or device-type changed"
-#~ msgstr "¸ðµå ¶Ç´Â ÀåÄ¡ Å¸ÀÔÀÌ º¯°æµÊ"
-
-#
-#~ msgid "No longer a directory"
-#~ msgstr "´õ ÀÌ»ó µð·ºÅ丮°¡ ¾Æ´Ô"
-
-#
-#~ msgid "Cannot open file %s"
-#~ msgstr "%s ÆÄÀÏÀ» ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#, fuzzy
-#~ msgid "Cannot seek to %ld in file %s"
-#~ msgstr "ÆÄÀÏ %sÀÇ %ld±îÁö Å½»öÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Could not rewind archive file for verify"
-#~ msgstr "°ËÁõÀ» À§ÇØ ¾ÆÄ«À̺ê ÆÄÀÏÀ» µÇ°¨À» ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Could not re-position archive file"
-#~ msgstr "¾ÆÄ«À̺ê ÆÄÀÏÀ» ÀçÀ§Ä¡½Ãų ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Cannot lchown to uid %d gid %d"
-#~ msgstr "%s: ¼ÒÀ¯ÀÚ¸¦ uid %d gid %d·Î ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Cannot chown to uid %d gid %d"
-#~ msgstr "%s: ¼ÒÀ¯ÀÚ¸¦ uid %d gid %d·Î ¹Ù²Ù¾ú½À´Ï´Ù"
-
-#~ msgid "%s: Could not write to file"
-#~ msgstr "%s: ÆÄÀÏ¿¡ ¾µ ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Could not create file"
-#~ msgstr "%s: ÆÄÀÏÀ» ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Error while closing"
-#~ msgstr "%s: ´Ý´Â µ¿¾È ¿À·ù ¹ß»ý"
-
-#~ msgid "%s: Could not link to `%s'"
-#~ msgstr "%s: `%s'¿¡ ¸µÅ©ÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Could not make node"
-#~ msgstr "%s: ³ëµå¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Could not make fifo"
-#~ msgstr "%s: fifo¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-
-#~ msgid "%s: Could not create directory"
-#~ msgstr "%s: µð·ºÅ丮¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Added write and execute permission to directory %s"
-#~ msgstr "%s µð·ºÅ丮¿¡ ¾²±â¿Í ½ÇÇà ±ÇÇÑÀ» ºÎ°¡Çß½À´Ï´Ù"
-
-#
-#~ msgid "Visible long name error"
-#~ msgstr "°¡½ÃÀûÀΠ±ä À̸§ ¿À·ù"
-
-#
-#~ msgid "Could not get current directory: %s"
-#~ msgstr "ÇöÀç µð·ºÅ丮¸¦ ¾Ë ¼ö ¾ø½À´Ï´Ù: %s"
-
-#
-#~ msgid "File name %s/%s too long"
-#~ msgstr "ÆÄÀÏ À̸§ %s/%s´Â ³Ê¹« ±é´Ï´Ù"
-
-#
-#~ msgid "Cannot chdir to %s"
-#~ msgstr "%s·Î µð·ºÅ丮¸¦ ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Error while deleting %s"
-#~ msgstr "%s¸¦ Áö¿ì´Â µ¿¾È ¿À·ù ¹ß»ý"
-
-#
-#~ msgid "Hmm, this doesn't look like a tar archive"
-#~ msgstr "Èì, ÀÌ°ÍÀº tar ¾ÆÄ«À̺êó·³ º¸ÀÌÁö ¾Ê´Â±º¿ä"
-
-#
-#~ msgid "Skipping to next file header"
-#~ msgstr "´ÙÀ½ ÆÄÀÏ Çì´õ·Î °Ç³Ê ¶Ü"
-
-#
-#~ msgid "EOF in archive file"
-#~ msgstr "¾ÆÄ«À̺ê ÆÄÀÏ¿¡ EOF"
-
-#
-#~ msgid "Only wrote %ld of %ld bytes to file %s"
-#~ msgstr "%ld ¹ÙÀÌÆ®(%ld ¹ÙÀÌÆ® Áß)¸¸ ÆÄÀÏ %s¿¡ ½è½À´Ï´Ù"
-
-#
-#~ msgid "Visible longname error"
-#~ msgstr "°¡½ÃÀûÀΠ±äÀ̸§ ¿À·ù"
-
-#
-#~ msgid "Cannot symlink %s to %s"
-#~ msgstr "%s¸¦ %s·Î ±âÈ£¸µÅ©ÇÒ ¼ö ¾ø½À´Ï´Ù"
-
-#
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s¿¡¼­ %s·Î ±âÈ£¸µÅ©µÇ¾úÀ½"
-
-#
-#~ msgid "Missing file name after -C"
-#~ msgstr "-C µÚ¿¡ ÆÄÀÏ À̸§ÀÌ ºüÁ³À½"
-
-#
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: ¾µ¸ð¾ø´Â ¸í·É %c\n"
-
-#
-#~ msgid ""
-#~ "\n"
-#~ "Usage: %s [OPTION]... [FILE]...\n"
-#~ msgstr ""
-#~ "\n"
-#~ "»ç¿ë¹ý: %s [¿É¼Ç]... [ÆÄÀÏ]...\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ÁÖ¿ä µ¿ÀÛ ¸ðµå:\n"
-#~ "  -t, --list              ¾ÆÄ«À̺êÀÇ ³»¿ë¹°À» Ãâ·ÂÇÕ´Ï´Ù\n"
-#~ "  -x, --extract, --get    ¾ÆÄ«À̺꿡¼­ ÆÄÀÏÀ» ÃßÃâÇÕ´Ï´Ù\n"
-#~ "  -c, --create            »õ·Î¿î ¾ÆÄ«À̺긦 ¸¸µì´Ï´Ù\n"
-#~ "  -d, --diff, --compare   ¾ÆÄ«À̺ê¿Í ÆÄÀÏ ½Ã½ºÅÛ°£ÀÇ Â÷ÀÌÁ¡À» ºñ±³ÇÕ´Ï´Ù\n"
-#~ "  -r, --append            ¾ÆÄ«À̺꠳¡¿¡ ÆÄÀÏÀ» Ãß°¡ÇÕ´Ï´Ù\n"
-#~ "  -u, --update            ¾ÆÄ«À̺꠾ÈÀÇ °Íº¸´Ù »õ·Î¿î ÆÄÀϸ¸ Ãß°¡ÇÕ´Ï´Ù\n"
-#~ "  -A, --catenate          ¾ÆÄ«À̺꿡 tar ÆÄÀÏÀ» Ãß°¡ÇÕ´Ï´Ù\n"
-#~ "      --concatenate       -A¿Í °°À½\n"
-#~ "      --delete            ¾ÆÄ«À̺ê·ÎºÎÅÍ Á¦°ÅÇÕ´Ï´Ù (ÀÚ±â Å×ÀÌÇÁ¿¡¼± ¾È"
-#~ "µÊ!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't overwrite existing files when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental   handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "µ¿ÀÛ º¯°æÀÚ:\n"
-#~ "  -W, --verify               ¾ÆÄ«À̺긦 ±â·ÏÇÑ ´ÙÀ½ °ËÁõÇϵµ·Ï ÇÕ´Ï´Ù\n"
-#~ "      --remove-files         ¾ÆÄ«À̺꿡 ÆÄÀÏÀ» Ãß°¡ÇÑ ´ÙÀ½ Áö¿ó´Ï´Ù\n"
-#~ "  -k, --keep-old-files       ÃßÃâÇÒ ¶§ À̹̠Á¸ÀçÇϴ ÆÄÀÏÀ» µ¤¾î¾²Áö ¾Ê½À"
-#~ "´Ï´Ù\n"
-#~ "  -U, --unlink-first         ÃßÃâÇϱ⿡ ¾Õ¼­ ´ë»ó ÆÄÀÏÀ» Áö¿ó´Ï´Ù\n"
-#~ "      --recursive-unlink     µð·ºÅ丮¸¦ ÃßÃâÇϱ⿡ ¾Õ¼­ ±× Ã¼°è¸¦ ºñ¿ó´Ï"
-#~ "´Ù\n"
-#~ "  -S, --sparse               ½ºÆĽº ÆÄÀÏÀ» È¿À²ÀûÀ¸·Î Ã³¸®ÇÕ´Ï´Ù\n"
-#~ "  -O, --to-stdout            Ç¥ÁØ Ãâ·ÂÀ¸·Î ÆÄÀÏÀ» ÃßÃâÇÕ´Ï´Ù\n"
-#~ "  -G, --incremental          ¿À·¡µÈ GNU Çü½ÄÀÇ Á¡ÁøÀû ¹é¾÷ ÆÄÀÏÀ» Ã³¸®ÇÕ´Ï"
-#~ "´Ù\n"
-#~ "  -g, --listed-incremental   »õ·Î¿î GNU Çü½ÄÀÇ Á¡ÁøÀû ¹é¾÷ ÆÄÀÏÀ» Ã³¸®ÇÕ´Ï"
-#~ "´Ù\n"
-#~ "      --ignore-failed-read   ÀÐÀ» ¼ö ¾ø´Â ÆÄÀÏ¿¡ ´ëÇØ ¿µ ¾Æ´Ñ °ªÀ¸·Î Á¾·á"
-#~ "ÇÏÁö\n"
-#~ "                             ¾Ê½À´Ï´Ù\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ÀåÄ¡ ¼±Åðú Àüȯ:\n"
-#~ "  -f, --file=ARCHIVE             ¾ÆÄ«À̺ê ÆÄÀÏ ¶Ç´Â ARCHIVE ÀåÄ¡¸¦ »ç¿ëÇÕ"
-#~ "´Ï´Ù\n"
-#~ "      --force-local              À̸§¿¡ ÄÝ·ÐÀÌ Àִ ¾ÆÄ«À̺ê ÆÄÀϵµ Áö¿ª "
-#~ "ÆÄÀÏ·Î\n"
-#~ "                                 ÀνÄÇÕ´Ï´Ù\n"
-#~ "      --rsh-command=COMMAND      rsh ´ë½Å ¿ø°Ý COMMAND¸¦ »ç¿ëÇÕ´Ï´Ù\n"
-#~ "  -[0-7][lmh]                    µå¶óÀ̺ê¿Í ±â·Ï ¹Ðµµ¸¦ ÁöÁ¤ÇÕ´Ï´Ù\n"
-#~ "  -M, --multi-volume             ´ÙÁß º¼·ý ¾ÆÄ«À̺긦 »ý¼º/Ãâ·Â/ÃßÃâÇÕ´Ï"
-#~ "´Ù\n"
-#~ "  -L, --tape-length=NUM          NUM x 1024 ¹ÙÀÌÆ®¸¦ ¾´ µÚ¿¡ Å×ÀÌÇÁ¸¦ ¹Ù²ß"
-#~ "´Ï´Ù\n"
-#~ "  -F, --info-script=FILE         °¢ Å×ÀÌÇÁÀÇ ³¡¿¡¼­ ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÕ´Ï"
-#~ "´Ù\n"
-#~ "                                 (-MÀ» Æ÷ÇÔÇÔ)\n"
-#~ "      --new-volume-script=FILE   -F FILE°ú °°À½\n"
-#~ "      --volno-file=FILE          FILE ¾È¿¡ Àִ º¼·ý ¹øÈ£¸¦ »ç¿ë/°»½ÅÇÕ´Ï"
-#~ "´Ù\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ÀåÄ¡ ºí·° ¼³Á¤:\n"
-#~ "  -b, --blocking-factor=BLOCK    ·¹ÄÚµå´ç BLOCK x 512 ¹ÙÀÌÆ®\n"
-#~ "      --record-size=SIZE         ·¹ÄÚµå´ç SIZE ¹ÙÀÌÆ®, 512ÀÇ ¹è¼ö\n"
-#~ "  -i, --ignore-zeros             ¾ÆÄ«À̺꿡¼­ ¿µÀ¸·Î µÈ ºí·°À» ¹«½ÃÇÕ´Ï"
-#~ "´Ù\n"
-#~ "                                 (EOF¸¦ ÀǹÌÇÔ)\n"
-#~ "  -B, --read-full-records        ÀÐÀº °ÍÀ» Àçºí·°È­ÇÕ´Ï´Ù (4.2BSD ÆÄÀÌÇÁ¿ë"
-#~ "À¸·Î)\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX conformant archive\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "¾ÆÄ«À̺ê Çü½Ä ¼±ÅÃ:\n"
-#~ "  -V, --label=NAME                   º¼·ý¸íÀÌ NAMEÀΠ¾ÆÄ«À̺긦 ¸¸µì´Ï´Ù\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   V7 Çü½ÄÀÇ ¾ÆÄ«À̺긦 ¾¹´Ï´Ù\n"
-#~ "      --posix                        POSIX¸¦ µû¸£´Â ¾ÆÄ«À̺긦 ¾¹´Ï´Ù\n"
-#~ "  -z, --gzip, --ungzip               ¾ÆÄ«À̺긦 gzip¿¡ ¿©°úÇÕ´Ï´Ù\n"
-#~ "  -Z, --compress, --uncompress       ¾ÆÄ«À̺긦 compress¿¡ ¿©°úÇÕ´Ï´Ù\n"
-#~ "      --use-compress-program=PROG    PROG(-d¸¦ ÀνÄÇؾߠÇÔ)¿¡ ¿©°úÇÕ´Ï´Ù\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime            compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATE             DATE ÀÌÈÄÀÇ ÆÄÀϵ鸸 ÀúÀåÇÕ´Ï´Ù\n"
-#~ "      --newer-mtime            µ¥ÀÌÅÍ°¡ ¹Ù²î¾úÀ» ¶§¸¸ ³¯Â¥¿Í ½Ã°£À» ºñ±³ÇÕ"
-#~ "´Ï´Ù\n"
-#~ "      --after-date=DATE        -N°ú °°À½\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Á¤º¸ Ãâ·Â¿¡ °üÇÑ ¿É¼Ç:\n"
-#~ "      --help            ÀÌ µµ¿ò¸»À» ÀμâÇÏ°í ³¡³À´Ï´Ù\n"
-#~ "      --version         tar ÇÁ·Î±×·¥ÀÇ ¹öÀü ¹øÈ£¸¦ ÀμâÇÏ°í ³¡³À´Ï´Ù\n"
-#~ "  -v, --verbose         Ã³¸®µÇ´Â ÆÄÀÏÀ» ¼ø¼­´ë·Î Ãâ·ÂÇÕ´Ï´Ù\n"
-#~ "      --checkpoint      ¾ÆÄ«À̺긦 ÀÐÀ» µ¿¾È µð·ºÅ丮 À̸§À» ÀμâÇÕ´Ï´Ù\n"
-#~ "      --totals          ¾ÆÄ«À̺긦 ¸¸µé µ¿¾È ¾²¿©Áø ÃÑ ¹ÙÀÌÆ® ¼ö¸¦ ÀμâÇÕ"
-#~ "´Ï´Ù\n"
-#~ "  -R, --block-number    °¢ ¸Þ½ÃÁö¸¶´Ù ¾ÆÄ«À̺곻ÀÇ ºí·° ¹øÈ£¸¦ Ç¥½ÃÇÕ´Ï"
-#~ "´Ù\n"
-#~ "  -w, --interactive     ¸ðµç Çൿ¿¡ ´ëÇØ È®ÀÎÀ» ¿ä±¸ÇÕ´Ï´Ù\n"
-#~ "      --confirmation    -w¿Í °°À½\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; and FILE may be a file\n"
-#~ "or a device.  *This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar´Â `--posix' ¾ÆÄ«À̺긦 Àаųª ¸¸µé¾î ³¾ ¼ö ¾ø½À´Ï´Ù.  ¸¸¾à\n"
-#~ "POSIXLY_CORRECT°¡ È¯°æ¿¡¼­ ¼³Á¤µÇ¾î ÀÖ´Ù¸é, GNU È®ÀåÀº `--posix'À» ÅëÇØ\n"
-#~ "ºñÈ°¼ºÈ­µË´Ï´Ù.  POSIX Áö¿øÀº °Ü¿ì ºÎºÐÀûÀ¸·Î¸¸ ±¸ÇöµÇ¾úÀ¸¹Ç·Î ¾ÆÁ÷ ½Å·Ú\n"
-#~ "ÇÏÁö´Â ¸¶½Ê½Ã¿À.  ARCHIVE´Â FILE, HOST:FILE, ¶Ç´Â USER@HOST:FILEÀÌ µÉ ¼ö\n"
-#~ "ÀÖÀ¸¸ç, ¿©±â¼­ FILEÀº ÆÄÀÏÀ̳ª ÀåÄ¡°¡ µÉ ¼ö ÀÖ½À´Ï´Ù.  ÀÌ `tar'ÀÇ\n"
-#~ "³»Á¤°ªÀº `-f%s -b%d'ÀÔ´Ï´Ù.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "--blocking-factor¿¡ Æ÷ÇԵǾµ¸ð¾ø°Ô µÈ ¿É¼Ç"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "--block-factor·Î ´ëüµÇ¾î ¾µ¸ð¾ø°Ô µÈ ¿É¼Ç À̸§"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "--read-full-records·Î ´ëüµÇ¾î ¾µ¸ð¾ø°Ô µÈ ¿É¼Ç À̸§"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "--touch·Î ´ëüµÇ¾î ¾µ¸ð¾ø°Ô µÈ ¿É¼Ç À̸§"
-
-#~ msgid "Conflicting archive format options"
-#~ msgstr "Çò°¥¸®´Â ¾ÆÄ«À̺ê Çü½Ä ¿É¼Ç"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "--absolute-names·Î ´ëüµÇ¾î ¾µ¸ð¾ø°Ô µÈ ¿É¼Ç À̸§"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "--block-number·Î ´ëüµÇ¾î ¾µ¸ð¾ø°Ô µÈ ¿É¼Ç À̸§"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "--backupÀ¸·Î ´ëüµÇ¾î ¾µ¸ð¾ø°Ô µÈ ¿É¼Ç À̸§"
-
-#~ msgid "Invalid group given on option"
-#~ msgstr "¿É¼Ç¿¡ ºÎÀûÀýÇÑ ±×·ìÀÌ ÁÖ¾îÁü"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, "
-#~ "Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ÀúÀ۱Ǡ(C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Written by John Gilmore and Jay Fenlason.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "John Gilmore¿Í Jay FenlasonÀÌ ¸¸µé¾ú½À´Ï´Ù.\n"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "±ä ¿É¼Ç¿¡ ºÎ°¡µÇ´Â Àμö°¡ ÀÖÀ» ¶§, À̴ µ¿ÀÏÇÑ ÀǹÌÀǠªÀº ¿É¼Ç¿¡µµ\n"
-#~ "Àû¿ëµË´Ï´Ù.\n"
-#~ "\n"
-#~ "  -l, --file-length=±æÀÌ     »ý¼ºµÇ´Â ÆÄÀÏÀÇ ±æÀÌ\n"
-#~ "  -p, --pattern=ÆÐÅÏ         ÆÐÅÏÀº `default'³ª `zeros'ÀÔ´Ï´Ù\n"
-#~ "      --help                 ÀÌ µµ¿ò¸»À» º¸¿©ÁÖ°í ¸¶Ä¨´Ï´Ù\n"
-#~ "      --version              ¹öÀü Á¤º¸¸¦ Ãâ·ÂÇÏ°í ¸¶Ä¨´Ï´Ù\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ÀúÀ۱Ǡ(C) 1995, 1996, 1997 Free Software Foundation, Inc.\n"
-
-# fake msgid -ke-
-#~ msgid ""
-#~ "\n"
-#~ "Written by Fran,cois Pinard <pinard@iro.umontreal.ca>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Fran,cois Pinard <pinard@iro.umontreal.ca>°¡ ¸¸µé¾ú½À´Ï´Ù.\n"
diff --git a/po/ky.gmo b/po/ky.gmo
deleted file mode 100644 (file)
index 6340dfe..0000000
Binary files a/po/ky.gmo and /dev/null differ
diff --git a/po/ky.po b/po/ky.po
deleted file mode 100644 (file)
index 57c8af1..0000000
--- a/po/ky.po
+++ /dev/null
@@ -1,2850 +0,0 @@
-# Translation of tar-1.18 messages to Kirghiz/Kyrgyz
-# Copyright (C) 2007 Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# Azilet Beishenaliev <aziletb@gmail.com>, 2007.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.18\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2007-09-01 01:06+0100\n"
-"Last-Translator: Azilet Beishenaliev <aziletb@gmail.com>\n"
-"Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
-"Language: ky\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Poedit-Language: Kyrgyz\n"
-"X-Poedit-Country: KYRGYZSTAN\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "%2$s үчүн %1$s аргументи жарабайт"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "%2$s үчүн %1$s аргументи так эмес"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Жарактуу аргументтер мындай:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s, %s'тен кичине же барабар"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT параметринин мааниси болуш керек"
-
-# положительный кыргызча кандайле?
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT параметринин мааниси оң болуш керек"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: ARGP_HELP_FMT параметри белгисиз"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "ARGP_HELP_FMT параметри бузук: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Толук жазылган опцияларда колдонулган аргументтер сөзсүз түрдө же тилекке "
-"жараша жазылса, кыска жазылган опциялар менен да сөзсүз түрдө же тилекке "
-"жараша жазылат."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Колдонулушу:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  же: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [ОПЦИЯ...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Толук маалымат үчүн `%s --help' же `%s --usage' деп жазгыла.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Каталарды бул жерге билдиргиле %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Белгисиз система катасы"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "Бул жардам тизмесин көрсөтөт"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "Колдонуу жөнүндө кыска маалымат көрсөтөт"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "АТЫ"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "Программага ат кой"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "СЕК"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "СЕК секунда күтүңүз (алдынала - 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "программанын версиясын көрсөтөт"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(ПРОГРАММАДА КАТА) Версиясы белгисиз!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Аргументтердин саны көп\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(ПРОГРАММАДА КАТА) Опция билиниш керек болчу!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: `%s' опциясы так эмес\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: `--%s' опциясы менен аргумент колдонулбайт\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: `%c%s' опциясы менен аргумент колдонулбайт\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: `%s' опциясы менен аргумент болуш керек\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: бул опция түшүнүксүз `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: бул опция түшүнүксүз `%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: жараксыз опция -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: бул опциянын аргументи болуш керек -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: `-W %s' опциясы так эмес\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: `-W %s' опциясы менен аргумент колдонулбайт\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: `%s' опциясы менен аргумент болуш керек\n"
-
-# Памятты эмне дейбиз яя? ;)
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "Память жетпей калды"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Учурдагы папка алмаштырылбайтат"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Учурдагы папка сакталбайтат"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "„"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "“"
-
-# Ооба/ооба
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[оО]"
-
-# жок/Жок
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[жЖ]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Каталарды бул жерге билдиргиле %s.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Каталарды бул жерге билдиргиле <%s>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: %s кылалбайтат"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Эскертүү: %s кылалбайтат"
-
-#  mode: права доступа, муну укук абалы деп койдум
-#  жакшыраак вариант болсо алмаштырыш керек
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Укук абалын %s түрүнө алмаштыралбай калды"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Ээлик uid = %lu, gid = %lu деп алмашпай койду"
-
-#  hard link'ти түз шилтеме дебатам
-#  symbolic болсо символикалык болот
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: %s'ке түз шилтеме болбойтат"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%1$s: %3$lu байт окуу учурунда %2$s адресинде ката байт окуду"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"%1$s: Эскертүү: %3$lu байт окуу учурунда %2$s адресинде ката байт окуду"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: %s орунуна баралбай жатат"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Эскертүү: %s орунуна баралбай жатат"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: %s'ке символикалык шилтеме жасалбайтат"
-
-#  %s: жалпы %2$lu байттан %1$lu байт гана жазылды
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%1$s: жалпы %3$lu байттан %2$lu байт гана жазылды"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Мүчө аттарынын башындагы `%s' алынып салды"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Түз шилтемелер көрсөтүп турган файлдардын башындагы `%s' алынып салды"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Бош болгон мүчө аттын ордуна `.' коюлду"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Түз шилтеме көрсөтүп турган бош файлдын ордуна `.' коюлду"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: сервис жок"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Алыстагы команда процессору иштетилген жок"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Издөө жолу диапазондун тышында"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Опцияда жарабаган укук абалы берилди"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Жараксыз көлөм: %s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Издөө даражасы диапазондун тышында"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Лентанын узундугу жараксыз"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Издөө даражасы диапазондун тышында"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Файлдын соңу эрте келди\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Негизги иштөө абалы:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Архивде күтүлбөгөн жерде файлдын соңу бар"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "N"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "ФАЙЛ"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "`%s' ачылбай жатат"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "аргументтердин саны көп"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Туура эмес команда"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Бул tar-архиви эмес окшойт"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Жазылган жалпы байт"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Алынган жалпы байт"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Өчүрүлгөн жалпы байт: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(канал)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "record_size мааниси жарабайт"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Архивдин аты берилген жок"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Архивдин stdin/stdout текшерүүсү болбой жатат"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Архив кысыштырылган абалда. %s опциясын колдонгула"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Кысыштырылган архивдерди жаңырталбай калды"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Лентанын башына келди, иш бүттү"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Өтө көп ката бар, иш бүттү"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Маалыматтын көлөмү = %lu блок"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Архивде түз жайлашпаган блок бар (%lu байт)"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Архивдеги файл өчпөй калды; архив ачылбаса -i деп колдонгула"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek маалыматтын чегинде токтогон жок"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: жараксыз том номери бар"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Томдун номери батпай калды"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "%2$s үчүн %1$d-томду даярдап Enter'ди басыңыз: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Колдонуучудан жооп күтүбатканда файлдын соңу келип калды"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ЭСКЕРТҮҮ: Архив толук эмес"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n аты\tЭмики (жана андан кийинки) томдорго жаңы ат жазыңыз\n"
-" q\t\ttar программасынын ишин бүтүр\n"
-"y же Ввод\t\tИшти улант\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Команда строкасын ач\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Бул тизмени жаз\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Жаңы том жок; иш бүттү.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Файлдын аты берилген жок. Кайра жазып көргүлө.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Туура эмес ввод. Жардам үчүн ? жазгыла.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s командасы аткарылбай калды"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s бул томдо уланса керек: башкы-маалыматта аты кыскартылыптыр"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s мунун бул томдо уландысы жок"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s көлөмү туура эмес (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Бул том иретте эмес"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Архивдин тамгасы %s менен келишпей жатат"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "%s тому %s менен келишпей жатат"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: файлдын аты көп-томдук GNU башкы-маалымат үчүн өтө узун, кыскартылды"
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "rmtlseek маалыматтын чегинде токтогон жок"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "%2$lu байттан %1$lu гана окулду"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Мазмундары окшобойт"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Архивде күтүлбөгөн жерде файлдын соңу бар"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Файл түрү окшошпойт"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Укук абалдары окшошпойт"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid окшошпойт"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid окшошпойт"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Алмаштыруу убактылары окшошпойт"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Көлөмү окшошпойт"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "%s жака шилтенген эмес"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Символикалык шилтеме окшошпойт"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Аспап номери окшошпойт"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Текшерүү "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: `%c' файл түрү бүлгисиз, жөнөкөй файл катары салыштырды"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Архивдин ичинде префикстери алынган файл аттары бар."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Текшерүү учурунда алгачкы файлдар табылбай калышы мүмкүн."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "ТЕКШЕРҮҮ КАТАСЫ: %d жараксыз башкы маалымат табылды"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "%s болгон жерде нөлдүк блок бар"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: мунун ичинде %s деген кэш-папка белгиси бар; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "%s мааниси %s диапазонунун тышында %s..%s; ордуна %s коюлат"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "%s мааниси %s диапазонунун тышында %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Терс сегиздик системасында башкы маалыматтар даярдалууда"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: файлдын аты өтө узун (эң көп %d болот); кошулбайт"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: файлдын аты өтө узун (бөлүнбөйт); кошулбайт"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: шилтеменин аты өтө узун; кошулбайт"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Файл %s байтка азайды; нөлдөр менен толтурулат"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: файл башка файл-системасында; кошулбайт"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "астындагылар кошулган жок"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Файлдын түрү белгисиз; файл каралбайт"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "%s жака шилтемелер жок.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: файл алмашкан жок; кошулбайт"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: файл архив экен; кошулбайт"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "папка кошулган жок"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: файлды окуу учурунда файл алмашты"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: сокет каралбайт"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door каралбайт"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Эмики башкы-маалыматка өттү"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Архивде башкы-маалымат болбогондор өчүрүлөт"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: %s убакыт тамгасы өтө эски"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: %s убакыт тамгасы %s сек. келечекте"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Папка ачыбатканда күтүлбөгөн нерселер болду"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Папканын статусу билинелектен мурун аты алмашып кетти"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Удаа болгон файлдар жөнөкөй файл катары чыгарылып жатат"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Символикалык шилтемелерди түз шилтеме катары чыгарууга аракет кылынат"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Чыгарылган жок -- файл башка томдон уланып келиптир"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Башкы-маалымат узун"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: `%c' файл түрү бүлгисиз, жөнөкөй файл катары чыгарылды"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Азыркы %s жаңыраак же бирдей"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Бул файлдын резерв копиясы алыналбай калды"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s файлы %s деп алмаштыралбай калды"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Папканын эски аты %s эле"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Папка алмаштырылды"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Папка жаңы"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Жараксыз убакыт тамгасы"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Алмашуу убагы туура эмес (секундалары)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Алмашуу убагы туура эмес (нано-секундалары)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Аспаптын номери жараксыз "
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Inode номери жараксыз"
-
-# фиелд, снэпшот дегендер кандай болот?
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Снэпшот файлды окубатканда ото узун поле чыкты"
-
-# snapshot?
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Снэпшот файлды окубатканда ката болду"
-
-# snapshot?
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Снэпшот файлда күтүлбөгөн жерде файлдын соңу (EOF) бар"
-
-# фиелд кандай болот? snapshot?
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Снэпшот файлда күтүлбөгөн поле(фиелд) бар"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Записьтерди бөлүүчү символ жок"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Файлдын форматы туура эмес"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Форматтын бул версиясы иштетиле албайт: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Кошулуучу папка бузук: '%c' күтүлгөн бирок %#3o келди"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Кошулуучу папка бузук: 'X' копиялары бар"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Кошулуучу папка бузук: 'R' менен берилген ат бош"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Кошулуучу папка бузук: 'T'дан мурун 'R' жок"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Кошулуучу папка бузук: 'T' менен берилген ат бош"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Кошулуучу папка бузук: '%c' күтүлгөн бирок датанын соңу келди"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Кошулуучу папка бузук: 'X' эч колдонулган жок"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "%s шаблонун колдонуп убактылуу жаңы папка ачылган жок"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Папка өчүрүлгөн жок: stat иштебей койду"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: бул папка башка аспапта жайгашкан: өчүрүлбөйт"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s өчүрүлүп жатат\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Өчүрүлбөй жатат"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Муну аттады"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "блок %s: ** нөлдөр болгон блок **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "блок %s: ** Файлдын соңу **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "блок %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Башкы-маалыматта сан түрүндө %s болотурган жерде бош жерлер бар"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Архивдин сегиздик системадагы мааниси болгон %.*s %s диапазонунун тышында; "
-"экилик системадагы терси алынды"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr ""
-"Архивдин сегиздик системадагы мааниси болгон %.*s %s диапазонунун тышында"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Архивде эски түрдөгү base-64 башкы-маалымат бар"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Архивдеги base-64 түрүндөгү %s сөзү %s диапазонунун тышында"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Архивдин base-256 мааниси %s диапазонунун тышында"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr ""
-"Архивдин ичинде %.*s бар, алардын ордунда сан түрүндө %s болушу керек эле"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Архивдин %s мааниси %s түрүнүн %s..%s диапазонунда эмес"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " %s жака шилтеме\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " белгисиз файл түрү %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Узун шилтеме--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Узун ат--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Томдун башкы-маалыматы--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--%s-байттан баштап уланды--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Жаңы папка ачылыбатат:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Учурдагы папка алмаштырылбайтат"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s'тин атын %s деп алмаштырды\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Аты %s деп алмаштыралбай калды"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s'тин атын кайра %s деп алмаштырды\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Файл окулганча өчүрүлүп кетти"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Файл окулганча өчүрүлүп кетти"
-
-#  орусчада дочерный процесс, бир процесс өз ичинен жаңы бир
-#  процесс жаратканда ошол чайлд процесс болот. Биз эмне дейбиз?
-#  Мен туулган процесс дейм.
-#: src/misc.c:887
-msgid "child process"
-msgstr "туулган процесс"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "процесс-аралык канал"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "Файлдын аттарында уйкаштарды издөө үчүн колдонулган тамгалар бар."
-
-#: src/names.c:596
-#, fuzzy
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Уйкаштарды издөө үчүн --wildcards опциясын колдонуңуз, же --no-wildcards"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Архивде табылган жок"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Керектүү нерселер архивде табылган жок"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Архивдин тамгасы %s менен келишпей жатат"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "`-%s' жана `-%s' опцияларына стандарт кирүү(input) керек"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Архивдин форматы жарабайт"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Бул форматтагы архив үчүн жарабаган GNU өзгөчөлүктөрү суралууда"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Ковычкалардын түрү белгисиз - `%s'. Тизмени көрүүгө `%s --quoting-"
-"style=help' жазгыла."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' командасы бир нече файлды бир магниттик лентага сактайт же дискте "
-"архив түрүнө айландырат, жана ошол архивден файлдарды кайра өзү-өзүнчө "
-"чыгарууга жарайт.\n"
-"\n"
-"Мисал үчүн:\n"
-"  tar -cf archive.tar foo bar  # foo жана bar деген файлдардан archive.tar "
-"деген архив жасайт.\n"
-"  tar -tvf archive.tar         # Аты archive.tar болгон архивдин ичиндеги "
-"баардык файлдарды толук маалыматы менен тизмелейт.\n"
-"  tar -xf archive.tar          # Аты archive.tar болгон архивдин ичиндеги "
-"баардык файлдарды чыгарат.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Резерв копиясы, эгер --suffix же SIMPLE_BACKUP_SUFFIX менен алмаштырылбаган "
-"болсо, `~' суффикси менен сакталат.\n"
-"Версияларды контролдоо --backup же VERSION_CONTROL менен баштатылат, мындай "
-"варианттар бар:\n"
-"\n"
-"  none, off       резерв копиялар эч качан сакталбайт\n"
-"  t, numbered     резерв копиялар номердүү болуп сакталат\n"
-"  nil, existing   номердүү резерв копиялар бар болсо номердүү, болбосо "
-"жөнөкөй вариант\n"
-"  never, simple   ар дайым жөнөкөй резерв копиялар сакталат\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Негизги иштөө абалы:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "архивдин ичиндеги файлдарды тизмелейт"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "архивден файлдарды чыгарат"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "жаңы архив жаратат"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "архив менен файл система айырмаларын табат"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "файлдарды архивдин аягына кошот"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "архивдин ичиндегилерден жаңы болгон файлдарды гана кошот"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "tar файлын архивге кошот"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "архивден өчүрөт (магниттик ленталарда жарабайт!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "архивдик томдун атын текшерет анан бүтүрөт"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Иштөөнүн модификаторлору:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "кеңири жайлашкан файлдарды эфектүү түрдө колго ал"
-
-# major, minor
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "БАШКЫ[.КИЙИНКИ]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"кеңири жайлаштыруу форматынын версиясын тандайт (--sparce опциясы кошулган "
-"болот)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "эски GNU форматындагы резервдөө методун колго ал"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "жаңы GNU форматындагы резервдөө методун колго ал"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "окулбаган файлдар келгенде нөл болбогон статус менен ишти бүтүрбө"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"архивдеги ар бир файлдын N-чи копиясын гана ишке алат. Бул опция --delete, --"
-"diff, --extract же --list опциялардын бирөөсү менен кошо жазылганда жана "
-"файлдардын аттары команда строкасында же -T опциясы менен берилгенде гана "
-"жарактуу болот. N-дин мааниси алдынала 1ге барабар."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "Архивдин ичиндегилерди издесе болот"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "Архивдин ичиндегилерди издесе болот"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "үстүнө көчүрүү контролу:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "архивди сактагандан кийин текшерүүгө аракет кылат"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "файлдарды архивге кошулгандан кийин өчүрөт"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "файлдарды чыгаруу учурунда мурун бар болгон файлдардын ордуна көчүрбө"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "мурун бар болгон файл архивдеги копиясындан жаңы болсо аны алмаштырба"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "чыгаруу учурунда мурун бар болгон файлдардын ордуна көчүрөт"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "бар болгон файлдын ордуна көчүрүүдөн мурун ал файлды өчүрөт"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "папканы чыгарардан мурун баардык иерархияларды өчүрөт"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "мурун бар болгон папкалардын мета-касиеттерин корго"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"чыгаруу учурунда бар болгон папкалардын мета-даталардын үстүнө жазылат "
-"(алдынала тандалат)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Чыгаруу() жолун танда:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "файлдарды стандарт чыгарууга (output) жөнөт"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "КОМАНДА"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-"архивден чыккан файлдарды канал(pipe) жолу менен башка программага жөнөтөт"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "туулган процесстердин бүтүрүү кодторуна караба"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "туулган процесстердин нөл болбогон бүтүрүү кодторун ката деп ишке ал"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Файлдын өзгөчөлүктөрүн колго алууда:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "кошулган файлдардын ээсин АТЫ деп кой"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "кошулган файлдардын группасын АТЫ деп кой"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "ДАТА-ЖЕ-ФАЙЛ"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "кошулган файлдардын алмашуу убактысын ДАТА-ЖЕ-ФАЙЛ дан ал"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "УКУК"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "кошулган файлдардын укук абалын УКУК деп кой"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "МЕТОД"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"кошулган файлдардын колдонуу убакыттарын сакта; окугандан кийинки убактарын "
-"сакта (МЕТОД='replace'; алдынала тандалат) же колдонуу убакыттарын "
-"алмашырбай туруп сактап кал (МЕТОД='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "файлдын алмаштыруу убактын чыгарбайт"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "ээсин ошол бойдон калтырып файлдарды чыгарууга аракет кылат"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "файлдарды өзүңдүкү катары чыгарат"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "ээси/группа аттарын ардайым номерлер менен көрсөтөт"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"файлдын уруксат маалыматын да чыгар (суперколдонуучуга алдынала тандалат)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"архивден уруксат маалыматын чыгарыбатканда колдонуучунун umask'ын колдон "
-"(жөн колдонуучуларга алдынала тандлат)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "чыгатурган файлдарды архивдегидей кылып сортто"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "-p жана -s менен бирдей"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"чыгарылган папкалардын колдонуу убакыттарын жана уруксаттарын чыгаруу иши "
-"бүткөндөн кийин коёт"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "--delay-directory-restore опциясынын эффектин токтотот"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Аспапты тандоо жана ага өтүү:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "АРХИВ"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "АРХИВ деген архивдик файлды же аспапты колдонот"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "архивдик файлда эки точка болушуна карабастан ал локалдуу"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "rmt'нин ордуна КОМАНДА колдонулат"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "rsh'тын ордуна КОМАНДА колдонулат"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "драйв жана анын тыгыздыгын белгиле"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "көп томдуу архивди жарат/тизмеле/чыгар"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "N x 1024 байт жазгандан кийин лентаны алмаштыр"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "ар лентанын аягында скриптти иштет (-M опциясы колдонулат)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "ФАЙЛ файлынын ичиндеги том номерин колдон/жаңырт"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Аспаптын блоктолушу:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "БЛОК"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "ар маалыматка БЛОК x 512 байт түшөт"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "Ар маалыматка N байт түшөт, 512 көбөйтүндүсү"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "архивдеги нөлдүү блокторду өтүп кетет (EOF жөнүндө)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "окубатканда кайрадан блокторго бөлүп чык (4.2BSD каналдары үчүн)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Архивдин форматын тандоо:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "ФОРМАТ"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "тандалган форматта архив жаратат"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "ФОРМАТ булардан бирөө болот:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "эски V7 tar форматы"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "tar <= 1.12 версиясында болгондой GNU форматы"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x форматы"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) форматы"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) форматы"
-
-# pax деген gid,atime сияктуу нерселер
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "pax менен бирдей"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "--format=v7 менен бирдей"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "--format=posix менен бирдей"
-
-# keyword эмне болот?
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "ачкыч-сөз[[:]=мааниси][,ачкыч-сөз[[:]=мааниси]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "контролдоо үчүн pax ачкыч сөздөрү"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "ТЕКСТ"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"том аты ТЕКСТ болгон архив жарат; тизмелөө/чыгаруу учурунда, ТЕКСТ дегенди "
-"том атынын глоб шаблону катары колдон"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Бирбирине келишпеген кысыштыруу опциялары берилди"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "ПРОГ"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "ПРОГ менен ишке ал (-d опциясы болушу керек)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Локалдуу файлдарды тандоо:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "ФАЙЛды архивге кош (файлдын аты тире менен баштаган учурда пайдалуу)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "ПАПКА"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "ПАПКА папкасына өт"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "чыгарылатурган же жаңы ачылатурган файлдарды АТЫ деген файлдан кара"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T опциясы нөл менен бүткөн аттарды окуйт, -C опциясы өчүрүлөт"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"-T менен алынган файлдардын аттарындагы ковычкалар өчүрүлөт (алдынала "
-"тандалат)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "-T менен алынган файлдардын аттарындагы ковычкалар калаберет"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "ШАБЛОН"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "ШАБЛОН менен уйкаш файлдар ишке алынбайт"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "ФАЙЛда тизмеленген шаблондор менен уйкаш файлдар ишке алынбайт"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"CACHEDIR.TAG файлы болгон папкалардын астындагылары тэг файлдан тышкарысы "
-"кошулбайт"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "CACHEDIR.TAG файлы болгон папкалардын астындагыларынын баары кошулбайт"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "CACHEDIR.TAG файлы болгон папкалар кошулбайт"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"ФАЙЛ файлы болгон папкалардын астындагылары ФАЙЛ файлындан тышкарысы "
-"кошулбайт"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "ФАЙЛ файлы болгон папкалардын астындагыларынын баары кошулбайт"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "ФАЙЛ файлы болгон папкалар кошулбайт"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "папкалардын тереңине кирип кетүүнү токтот"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "архивди жасабатканда локалдуу файл системасында кал"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "папкалардын тереңине кирет (алдынала тандалган)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "файл аттарынын башындагы '/'терди өчүрбө"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"символикалык шилтемелерге барат; алар көрсөткөн файлдарды архивге кошот"
-
-#: src/tar.c:687
-#, fuzzy
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"символикалык шилтемелерге барат; алар көрсөткөн файлдарды архивге кошот"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "МҮЧӨНҮН-АТЫ"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "архивдеги МҮЧӨНҮН-АТЫ мүчөсүнөн башта"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "ДАТА-ЖЕ-ФАЙЛ'дан жаңы болгон файлдарды гана сакта"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "ДАТА"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "датасы алмашканда гана дата жана убактысын салыштыр"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "өчүрөрдөн мурун копиясын сактап кал, CONTROL версиясын танда"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRING"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"өчүрөрдөн мурун копиясын сактап калат, жалпы колдонулган суфикс кошулат (бул "
-"суфикс SIMPLE_BACKUP_SUFFIX жолу менен алмаштырылбаган болсо '~' болот)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Файлдын атынын алмашуулары:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "чыгаруу учурунда файл аттарынын башындагы N компонентти алып салат"
-
-# выражение кыргызча кандай? СҮЙЛӨМ башка жерде да бар
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "СҮЙЛӨМ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "файлдардын аттарын алмаштыруу үчүн sed replace EXPRESSION колдонгула"
-
-# inclusion, exclusion - Kyrgyz equiv?
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr "Файлдын атына уйкаштыруу опциялары (бардык шаблондорго тиешелүү):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "тамгалардын чоң-кичинесине каралбайт"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "шаблондор файлдын атынын башталышы менен уйкаштырылат"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"шаблондор `/' символунан кийин келген ар жерде уйкашына каралат (алдынала "
-"тандалган)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "уйкаштырууда тамгалардын чоң-кичинесине каралат (алдынала тандалган)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "шаблондор колдонулат (иштен алынбаган файлдарга алдынала тандалат)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "кандай жазылса ошондой колдонулат"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "шаблондор `/' символун издебейт"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "шаблондор `/' символун издейт (алдынала тандалган)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Маалыматтандыруу:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "ишке алынган файлдарды кеңири маалыматы менен тизмеле"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "үстүнө көчүрүү контролу:"
-
-#  Ушу 'record' сөзүнө жакшы котормо табалбай койдум
-#  'маалымат' деп жазыбаттым эле, бул жерде келишпей калаткен
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "ар N записьтен кийин маалымат берип турат (алдынала 10 болот)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "баардык шилтемелер кошулбай калса билдирүү жазып чыгар"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "СИГНАЛ"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"архивди колдонгондон кийин жалпы байт көлөмүн жазат; аргументи бар болсо - "
-"бул СИГНАЛ келгенде байт көлөмүн жазат; Колдонулган сигналдар мындай: "
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 жана SIGUSR2; SIG префикси жазылбаган "
-"аттарын да колдонсо болот."
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "файлды алмаштыруу датасын UTC түрүндө көрсөт"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "чыккан кеңири маалыматты ФАЙЛ файлына жибер"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "ар билдирүүдө архивдин ичиндеги блок номерин көрсөт"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "ар ишти аткарууга макулдук сурап тур"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "tar'да алдынала коюлган опцияларды көрсөтөт"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"тизмелөө же чыгаруу учурунда издөө критериясына жатпаган папкаларды да "
-"тизмелейт"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "алмаштыруудан кийин файлдын же архивдин аттарын көрсөтөт"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "СТИЛЬ"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"аттарга ковычка кошуу стилин тандаңыз; жарактуу СТИЛЬ түрдөрү төмөндө "
-"көрсөтүлөт."
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "STRING ичинде болгон тамгаларга кошумча ковычка кошот"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "STRING ичинде болгон тамгаларга ковычка кошпойт"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Келишүү опциялары:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"жаңы архив жасабатканда --old-archive менен бирдей; чыгарыбатканда --no-same-"
-"owner менен бирдей"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Башка опциялар:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "зыяндуу көрүнгөн опцияларды колдонууга тыюуу салат"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "`-Acdtrux' опцияларынан бирөөнү гана колдоно аласыңар"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Бирбирине келишпеген кысыштыруу опциялары берилди"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Сигналдын аты белгисиз: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Датанын шаблон файлы табылган жок"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Белгисиз %1$s дата форматынын ордуна %2$s коюлат"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "%s опциясы: `%s' датасын %s деп алды"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: файл тизмеси окулган"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: алынган файлдын атында бош тамгалар бар"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "архивди gzip менен ишке ал"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "--quoting-style опциясы үчүн мындай аргументтер бар:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Бул* tar алдынала мындай иштетилет:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Блок көлөмү жараксыз"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Лентанын узундугу жараксыз"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "Файлдын форматы туура эмес"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Бирден көп ченемдөөчү дата бар"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "кеңири жайлаштыруу форматынын версиясы жарактуу эмес"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "Бул платформада --atime-preserve='system' опциясы иштебейт"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint опциясына жазылган аргумент сан эмес"
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Жараксыз группа"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Опцияда жарабаган укук абалы берилди"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Жарабаган номер"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Ээси жарабайт"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Маалымат көлөмү жарабайт"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Маалыматтын көлөмү %d көбөйтүндүсү болушу керек."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Элементтердин саны жарабайт"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "--to-command опциясы бир эле жолу жазылыш керек"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Тыгыздык аргументи туура эмес: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Түшүнүксүз тыгыздык: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "*Бул* tar `-[0-7][lmh]' опцияларын иштетпейт"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[ФАЙЛ]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Эски болгон `%c' опциясына параметр керек."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "Файл тизмеси болбосо --occurrence дегендин мааниси болбойт"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "Колдонулган иштетүү абалда --occurrence колдонулбайт"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Бир нече архив файлы болсо `-M' опциясы колдонулушу керек"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental менен --newer чогу колдонулбайт"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "Файл тизмеси болбосо --occurrence дегендин мааниси болбойт"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Томдун тамгасы өтө узун (эң көп %lu байт боло алат)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Көп-томдуу архивдерди текшералбай калды"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Кысыштырылган архивдерди текшералбай калды"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Көп-томдуу кысыштырылган архивдерди колдоналбай калды"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Кысыштырылган архивдер кошулалбайт"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option POSIX архивдеринде гана колдонула алат"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Бош архив жаратуудан уялып баш тартып жатат"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "`-Aru' опциялары `-f -' менен келишпейт"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "`-Acdtrux' опцияларынан бирөөнү тандап колдонуңуз"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Файл %s байтка азайды"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "%s сөзү белигсиз же азырынча киргизилген эмес"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Сан жарактуу маанилердин тышында: %s"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "%s шаблону колдонулбайт"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "%s ачкыч сөзү алмаштырылбайт"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Кеңейтилген башкы-маалымат бузук: узундук жок"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Кеңейтилген башкы-маалыматтын узундугу жарактуу маанилердин тышында"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Кеңейтилген башкы-маалыматтын узундугу - %*s - диапазондун тышында"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-"Кеңейтилген башкы-маалымат бузук: узундуктан кийин бош жер (пробел) жок"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Кеңейтилген башкы-маалымат бузук: барабар символу жок"
-
-# newline эмне болот?
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Кеңейтилген башкы-маалымат бузук: жаңы сап жок"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Кеңейтилген башкы-маалыматта белгисиз `%s' сөзү каралбайт"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Чыккан ачкыч-сөз/маани экилиги ото узун (ачкыч-сөз=%s, узундугу=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "%s=%s түрүндөгү кеңейтилген башкы-маалымат %s..%s диапазондун тышында"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Кеңейтилген башкы-маалымат бузук: %s=%s туура эмес"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Кеңейтилген башкы-маалымат бузук: %s=%s ашыкча көп"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Кеңейтилген башкы-маалымат бузук: туура эмес %s: күтүлбөгөн жерде бул - %c - "
-"бөлүүчү символ бар"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Кеңейтилген башкы-маалымат бузук: туура эмес %s: так санда маани бар"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Жараксыз группа"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Жазууну текшерүү жери: %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Окуунун текшерүү жери: %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile, GNU paxutils пакетинин дата файлдарын ишке алат.\n"
-"ОПЦИЯЛАР мындай:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Жаңы файл ачуу опциялары:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "КӨЛӨМ"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Көсөтүлгөн КӨЛӨМдө жаңы файл ач"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Стандарт чыгарууга жазбай, АТЫ деген файлга жаз"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Файлдын аттарын ФАЙЛдан ал"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T опциясы бош/нөл (null) менен бүткөн аттарды окуйт"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Файлды тандалган ШАБЛОН менен толтурат. ШАБЛОН 'default' же 'zeros' болот"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Кеңири жайлашкан файлдын блок көлөмү"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Файлды кеңири жайлаштыр. Кийинки команда строкаларында файлдын картасы бар."
-
-#: tests/genfile.c:144
-#, fuzzy
-msgid "OFFSET"
-msgstr "ОРУН"
-
-# seek the given offset - orunga jyl
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "данный(data) жазаардан мурун айтылган орунга жыл"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Файлдын статистикасынын опциялары:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Алынган ар бир файл үчүн struct stat курамын көрсөтөт. Алдынала тандалган "
-"ФОРМАТ мындай: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Синхрондуу иштетүүнүн опциялары:"
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [ОПЦИЯ...]"
-
-#: tests/genfile.c:164
-#, fuzzy
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Жазылган КОМАНДАны иштет. Бул --checkpoint жана --cut, --append, --touch "
-"бирөөсү менен колдонулганда пайдалуу"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "N текшерүү жерине жеткенде буларды (төмөндү карагыла) аткар"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Эмики --touch опциясы үчүн дата жазгыла"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Өтүлгөн текшерүү жердерди жана КОМАНДАнын бүтүрүү статусун көрсөтөт"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Синхрондуу аткаруу иштери. Булар --checkpoint опциясы менен берилгенн "
-"текшерүү жерине жеткенде аткарылат."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"ФАЙЛды --length опциясы менен берилген көлөмгө кыскартат (берилбеген болсо 0 "
-"болот)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr "ФАЙЛга КӨЛӨМ байт кошот. КӨЛӨМ --length опциясы менен берилет."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "ФАЙЛдын колдонуу жана алмашуу убакыттарын жаңылайт."
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Бул команданы иштеткиле - КОМАНДА"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Жараксыз көлөм: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Сан жарактуу маанилердин тышында: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Көлөмү терс сан: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) аткарылбай калды"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "`%s' жанындагы санды окубатканда ката чыкты"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Датанын форматы түшүнүксүз"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[АРГУМЕНТТЕР...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "`%s' ачылбай жатат"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "издөө болбой калды"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "файлдын атында бош тамга бар"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"кеңири(чоң) файлдарды стандарт чыгарууга жибералбайт, --file опциясын "
-"колдонуңуз"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "туура эмес маска (`%s' жанында)"
-
-# фиелд деген кандай болот?
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Белгисиз поле `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "`%s'ке убакыт аталган жок"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "`%s' ачылбай жатат"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Команда толук аткарылды\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Команда %d статусу менен аткарылбай калды\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Команда %d сигналы менен жабылды\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Команда %d сигналы менен токтотулду\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Команда core dump менен бүттү\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Команда жабылды\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat опциясы менен файл аттары жазылыш керек"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Учурдагы папка сакталбайтат"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s файлы %s деп алмаштыралбай калды"
-
-#~ msgid "suppress this warning."
-#~ msgstr "опциясы менен бул эскертүүнү көрсөтпөс кыл."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: мындай опция колдонулбайт -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "%s жактан окуп жатат\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Каталарды бул жерге билдиргиле <%s>.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "архивди bzip2 менен ишке ал"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "архивди gzip менен ишке ал"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "архивди compress менен ишке ал"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "архивди gzip менен ишке ал"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "архивди gzip менен ишке ал"
-
-# Input string дегендин ордуна жакшы нерсе билсеңер алмаштырсаңар болот
-#~ msgid "Input string too long"
-#~ msgstr "Жазылган сүйлөм өтө узун"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Номердин жазуусунда ката бар"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Буфер үчүн жер алыналган жок\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr " Буфер үчүн жер алыналган жок"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Толук маалымат үчүн `%s --help' деп жазгыла.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Колдонулушу: %s [ОПЦИЯ]\n"
-#~ "Башка процесстен командалрды алып \"магниттик лентада сактоочту\" "
-#~ "колдон.\n"
-#~ "\n"
-#~ "  --version  Версия маалыматын көрсөт.\n"
-#~ "  --help  Бул маалыматты көрсөт.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Издөө даражасы туура эмес"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Файлдын соңу эрте келди"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Оңолбогон ката: иш бүттү "
-
-#~ msgid "block size"
-#~ msgstr "бир блоктун көлөмү"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]N"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Эскертүү: -I опциясы иштетилбейт; балким -j же -T дегиңиз келди эле?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Ката үчүн ишти бүтүрүү, мурунку каталардан улам кеч аткарылды"
diff --git a/po/ms.gmo b/po/ms.gmo
deleted file mode 100644 (file)
index 7f3a6ed..0000000
Binary files a/po/ms.gmo and /dev/null differ
diff --git a/po/ms.po b/po/ms.po
deleted file mode 100644 (file)
index 008c41e..0000000
--- a/po/ms.po
+++ /dev/null
@@ -1,2940 +0,0 @@
-# tar : Perisian membina arkib fail
-# Copyright (C) 2002 Free Software Foundation, Inc.
-# Hasbullah Bin Pit <sebol@ikhlas.com>, 2002.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.13.25\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2002-11-23 02:38+0800\n"
-"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
-"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
-"Language: ms\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "hujah tidak sah %s bagi %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "hujah kabur %s bagi %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Hujah sah adalah:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Pengunaan : %s [OPSYEN]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Cuba '%s --help' untuk maklumat lanjut.\n"
-
-#: gnu/argp-help.c:1710
-#, fuzzy, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"\n"
-"Lapor pepijat ke <bug-tar@gnu.org>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Ralat sistem tidak diketahui"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: opsyen `%s' memerlukan hujah\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: opsyen `%s' adalah kabur\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: opsyen `--%s' tidak mengizinkan hujah\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: opsyen %c%s'  tidak mengizinkan hujah\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: opsyen `%s' memerlukan hujah\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opsyen tidak dikenali `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opsyen tidak dikenali '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opsyen tidak sah -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: opsyen memerlukan hujah -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: opsyen `-W %s' adalah kabur\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: opsyen `-W %s' tidak mengizinkan hujah\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: opsyen `%s' memerlukan hujah\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memori keletihan"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Tak dapat tukar direktori kerja"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Tak dapat simpan direktori kerja"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-# ui/galeon.glade.h:3
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Ditulis oleh F. Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Ditulis oleh F. Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Ditulis oleh F. Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Lapor pepijat ke <bug-tar@gnu.org>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Lapor pepijat ke <bug-tar@gnu.org>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Tak dapat %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Amaran: Tak dapat %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Tak dapat menukar mod ke %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Tak dapat menukar pemilikan ke uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Tak dapat memaut keras ke %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: ralat pembacaan pada byte %s, membaca %lu byte"
-msgstr[1] "%s: ralat pembacaan pada byte %s, membaca %lu byte"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Amaran: Ralat pembacaan pada byte %s, membaca %lu byte"
-msgstr[1] "%s: Amaran: Ralat pembacaan pada byte %s, membaca %lu byte"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Tak dapat rayau ke %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Amaran: tidak dapat rayau ke %s "
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Tak dapat mencipta symlink ke %s"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Ditulis hanya %lu drpd %lu byte"
-msgstr[1] "%s: Ditulis hanya %lu drpd %lu byte"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Membuang awalan  `%.*s' drpd nama ahli"
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Membuang awalan  `%.*s' drpd nama ahli"
-
-#: lib/paxnames.c:169
-#, fuzzy
-msgid "Substituting `.' for empty member name"
-msgstr "Membuang awalan  `%.*s' drpd nama ahli"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Tiada servis"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Tak boleh laksanakan shell jauh"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Hala rayauan diluar julat"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Mod tidak sah diberi pada opsyen"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Setem masa tidak sah"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Offset rayauan diluar julat"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "panjang pita tidak sah"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Offset rayauan diluar julat"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: eof tak matang\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "%s: opsyen tidak sah -- %c\n"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "EOF tanpa diduga pada arkib"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Tak dapat rayau ke %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Arahan sampah"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Ia nampaknya bukan seperti arkib tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Jumlah byte ditulis: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Jumlah byte ditulis: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(paip)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Nilai tidak sah bagi record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Tiada nama arkib diberi"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Tak dapat menentusahkan arkib stdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Tak dapat mengemaskini arkib termampat"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Pada permulaan pita, keluar sekarang"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Terlalu banyak ralat, keluar"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Saiz rekod = %lu blok"
-msgstr[1] "Saiz rekod = %lu blok"
-
-#: src/buffer.c:913
-#, fuzzy, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Blok tidak dijajar (%lu byte) pada arkib"
-msgstr[1] "Blok tidak dijajar (%lu byte) pada arkib"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "tak dapat backspace fail arkib; ia mungkin tak boleh dibaca tanpa -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: mengandungi nombor volum yg tidak sah"
-
-#: src/buffer.c:1108
-#, fuzzy
-msgid "Volume number overflow"
-msgstr "Nombor volum melimpah"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Menyedia volum #%d bagi %s dan tekan return: "
-
-# libgnomeui/gnome-app-helper.c:127
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF dimana maklumbalas pengguna dijangka"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "AMARAN: Arkib tidak lengkap"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [nama]   Beri nama fail baru bagi volum berikutnya\n"
-" q          Batal tar\n"
-" !          Spawn  subshell\n"
-" ?          Cetak senarai ini\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Tiada volum baru; keluar.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "Arahan '%s' gagal"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s tidak bersambung pada volum ini"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s tidak bersambung pada volum ini"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s adalah salah saiz (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Volum ini tidak dalam turutan"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arkib tidak dilabelkan supaya memadan %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Volum %s tidak sepadan %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Hanya boleh membaca  %lu drpd  %lu byte"
-msgstr[1] "Hanya boleh membaca  %lu drpd  %lu byte"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Kandungan berlainan"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "EOF tanpa diduga pada arkib"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Jenis fail berbeza"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Mod berbeza"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid berbeza"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid berbeza"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Masa mod berbeza"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Saiz berbeza"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Tidak dipautkan ke %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symlink berbeza"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Nombor beranti berbeza"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Tentusah"
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Jenis fail tak dikenali '%c', berlainan dengan fail normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "GAGAL TENTUSAH: %d pengepala tak sah dikesan"
-msgstr[1] "GAGAL TENTUSAH: %d pengepala tak sah dikesan"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "nilai %s diluar julat %s %s..%s; menggantikan %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "nilai %s diluar julat %s %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Menjana pengepala oktal negatif"
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: fail tidak berubah; tidak dilonggokkan"
-
-#: src/create.c:622
-#, fuzzy, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: fail tidak berubah; tidak dilonggokkan"
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: fail tidak berubah; tidak dilonggokkan"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Fail mengucup sebanyak %s byte; pad dengan sifar"
-msgstr[1] "%s: Fail mengucup sebanyak %s byte; pad dengan sifar"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: fail adalah pada sistemfail lain; tidak dilonggokkan"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Jenis fail tak dikenali; fail diabaikan"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Pautan ke %s\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: fail tidak berubah; tidak dilonggokkan"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: fail adalah arkib; tidak dilonggokkan"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: fail berubah bila kami membacanya"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: soket diabaikan"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: pintu diabaikan"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Melangkah ke pengepala berikut"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Memadam bukan-pengepala drpd arkib"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: setem masa %s adalah %lu pada masa akan datang"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Ketidakkonsistenan luar dugaan bila membuat direktori"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Direktori ditukarnama sebelum statusnya boleh diekstrak"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Mengekstrak fail bersambung sebagai fail biasa"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Cuba mengekstrak pautan simbolik sebagai pautan keras"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Tak dapat ekstrak -- fail bersambung dari volum lain"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Penghujungan tanpa diduga data imej PNM"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Jenis fail tak dikenali '%c', diekstrak sebagai fail biasa"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Tak dapat backup fail ini"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Tak dapat menukarnama ke %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Direktori telah ditukarnama"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Direktori telah ditukarnama"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Direktori adalah baru"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Setem masa tidak sah"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Mod tidak sah diberi pada opsyen"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Nombor peranti tidak sah"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Nombot inod tidak sah"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "EOF tanpa diduga pada arkib"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Tak dapat memperuntukkan memori bagi faktor pemblokan %d"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, fuzzy, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: fail adalah pada sistemfail lain; tidak dilonggokkan"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Memadam %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: tak dapat buang"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr ""
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok TIADA **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Akhir Fail **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Pengepala kosong dimana nilai %s numerik dijangka"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "Nilai oktal arkib %.*s diluar julat %s; anggap kedua-dua pelengkap"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Nilai oktal arkib %.*s diluar julat %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr ""
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Rentetan %s base-64 ditandatangani arkibadalah diluar julat %s "
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Nilai base-256 arkub adalah diluar julat %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arkib mengandungi %.*s dimana nilai %s numerik dijangka"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Nilai %s arkib adalah dijuar julat %s %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr "Pautan ke %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr "jenis fail tak diketahui %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Pengepala Volum--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Bersambung pada byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Mencipta direktori:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Tak dapat tukar direktori kerja"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Menukarnama %s ke %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Tak dapat menukarnama ke %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Menukarnama %s kembali ke %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Fail dibuang sebelum kami membacanya"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Fail dibuang sebelum kami membacanya"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proses anak"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "saluran antaraproses"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Tak dijumpai pada arkib"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Tak dijumpai pada arkib"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arkib tidak dilabelkan supaya memadan %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Opsyen `-%s' dan `-%s' kedua-duanya memerlukan input piawai"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Kumpulan tidak sah"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"\n"
-"Penggunaan: %s [OPSYEN]... [FAIL]...\n"
-"\n"
-"Contoh:\n"
-"  %s -cf arkib.tar foo bar   # Cipta arkib.tar drpd fail foo dan bar.\n"
-"  %s -tvf arkib.tar          # Senarai semua fail pada arkib secara "
-"verbose.\n"
-"  %s -xf arkib.tar           # Ekstrak semua fail drpd arkib.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "EOF tanpa diduga pada arkib"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr ""
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-#, fuzzy
-msgid "extract files to standard output"
-msgstr "Ralat ketika menulis ke output piawai"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Tak dapat menentusah arkib multi-volume"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "opsyen format arkib konflik"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Opsyen mampatan konflik"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Tak dapat tukar direktori kerja"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Membuang awalan  `%.*s' drpd nama ahli"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "Volum %s tidak sepadan %s"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Mod tidak sah diberi pada opsyen"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr ""
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Anda tak boleh nyatakan lebih drpd satu opsyen `-Acdtrux'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Opsyen mampatan konflik"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr "jenis fail tak diketahui %s\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Fail tarikh tidak dijumpai"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Mengganti %s bagi format tarikh tak diketahui %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: fail adalah arkib; tidak dilonggokkan"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "%s: fail adalah arkib; tidak dilonggokkan"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Faktor pemblokan tidak sah"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "panjang pita tidak sah"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr ""
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Kumpulan tidak sah"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Mod tidak sah diberi pada opsyen"
-
-#: src/tar.c:1912
-#, fuzzy
-msgid "Invalid number"
-msgstr "Nombot inod tidak sah"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Pemilik tidak sah"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Saiz rekod tidak sah"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Saiz rekod mesti dalam gandaan %d."
-
-#: src/tar.c:2019
-#, fuzzy
-msgid "Invalid number of elements"
-msgstr "panjang pita tidak sah"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr ""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opsyen `-[0-7][lmh]' tak disokong oleh tar *ini*"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "OPsyen lama `%c' memerlukan hujah."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Fail akrib beraneka memerlukan opsyen `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Tak boleh gabung  --listed-incremental dengan --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, fuzzy, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Label volum adalah terlalu panjang (had adalah %lu byte)"
-msgstr[1] "%s: Label volum adalah terlalu panjang (had adalah %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Tak dapat menentusah arkib multi-volume"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Tak dapat menentusahkan arkib termampat"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Tak dapat menggunakan arkib multi-volume termampat"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Tak dapat mengemaskini arkib termampat"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Secara dayus enggan mencipta arkib kosong"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Opsyen `-Aru' tak serasi dengan  `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Anda mesti nyatakan satu drpd opsyen `-Acdtrux'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Fail mengecil sebanyak %s byte"
-msgstr[1] "%s: Fail mengecil sebanyak %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Setem masa diluar julat"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Rentetan %s base-64 ditandatangani arkibadalah diluar julat %s "
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Nilai %s arkib adalah dijuar julat %s %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Kumpulan tidak sah"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Menulis titiksemak %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Membaca titiksemak %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Menjana fail data untuk suit ujian GNU tar.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Opsyen mampatan konflik"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "Ralat ketika menulis ke output piawai"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Pengunaan : %s [OPSYEN]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Setem masa tidak sah"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Nombor inod diluar julat"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Ralat sistem tidak diketahui"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Tak dapat tutup"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr "jenis fail tak diketahui %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Tak dapat rayau ke %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Tak dapat rayau ke %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "Anak mati dengan isyarat %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "Nama fail modul"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Tak dapat simpan direktori kerja"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Tak dapat menukarnama ke %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: opsyen salah  -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Membaca %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Lapor pepijat ke <bug-tar@gnu.org>.\n"
-
-#, fuzzy
-#~ msgid "filter the archive through compress"
-#~ msgstr "%s: fail adalah arkib; tidak dilonggokkan"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "%s: fail adalah arkib; tidak dilonggokkan"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "%s: fail adalah arkib; tidak dilonggokkan"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: tak dapat memperuntukkan ruang penimbal\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Tak dapat memperuntukkan ruang penimbal"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Cuba '%s --help' untuk maklumat lanjut.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Penggunaan: %s [OPSYEN]\n"
-#~ "Manupulasi pemacu pita, menerima arahan drpd proses jauh.\n"
-#~ "\n"
-#~ "  --version  Output maklumat versi.\n"
-#~ "  --help  Output bantuan ini.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Offset rayauan diluar julat"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Akhir fail tak matang"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Ralat adalah tidak boleh dipulihkan: keluar sekarang"
-
-#~ msgid "block size"
-#~ msgstr "saiz blok"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Tak dapat dup"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Tak dapat mengguna arkib dimampat atau jauh"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (anak)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (cucu)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "AMARAN: Tiada pengepala volum"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Anak mengembalikan status %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Nama ahli mengandungi '..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: nama ahli mengandungi `..'"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Ralat nama panjang boleh tampak"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Nombor peranti diluar julat"
-
-#, fuzzy
-#~ msgid "Visible longname error"
-#~ msgstr "Ralat nama panjang tampak"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "%s ditukarnama ke %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Tak dapat symlink ke %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s disymlink ke %s"
-
-#, fuzzy
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Pengkodan tidak diketahui: %s"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Kehilangan nama fail selepas -C"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Program ini datang TANPA WARANTI, ke tahap yang diizinkan oleh undang-"
-#~ "undang\n"
-#~ "Anda boleh mengagihkan ia dibawah syarat Lesen Awam Umum GNU;\n"
-#~ "lihat fail bernama COPYING untuk maklumat lanjut"
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Arahan Sampah %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU tar menyimpan banyak fail bersama ke satu pita atak arkib cakera, "
-#~ "dan\n"
-#~ " boleh memulihkan fail secara individu daripada arkib.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Jika opsyen panjang menunjukkan hujah adalah mandatori, maka ianya "
-#~ "mandatori\n"
-#~ "bagi opsyen pendek juga. Sama juga dengan hujah opsyenal.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Mod operasi utama:\n"
-#~ "  -t, --list              senarai kandungan drpd satu arkib\n"
-#~ "  -x, --extract, --get    ekstrak fail drpd satu arkib\n"
-#~ "  -c, --create            cipta arkib baru\n"
-#~ "  -d, --diff, --compare   cari perbezaan antara arkib dan sistem fail\n"
-#~ "  -r, --append            tambah fail ke hujung arkib\n"
-#~ "  -u, --update            hanya tambah fail lebih baru drpd salinan dlm "
-#~ "arkib\n"
-#~ "  -A, --catenate          tambah fail tar ke arkib\n"
-#~ "      --concatenate       sama seperti -A\n"
-#~ "      --delete            padam drpd arkib (bukan pada pita magnetik!)\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=KAWALAN]       backup sebelum buang, pilih versi kawalan\n"
-#~ "      --suffix=SUFFIKS         backup sebelum buang, tindih suffiks "
-#~ "biasa\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Output bermaklumat:\n"
-#~ "      --help            cetak bantuan ini, kemudian keluar\n"
-#~ "      --version         cetak nombor versi program tar, kemudian keluar\n"
-#~ "  -v, --verbose         senarai fail diproses verbosely\n"
-#~ "      --checkpoint      cetak nama direktori bila membaca arkib\n"
-#~ "      --totals          cetak jumlah byte ditulis bila mencipta arkib\n"
-#~ "  -R, --block-number    papar nombor blok di dalam arkib dengan setiap "
-#~ "mesej\n"
-#~ "  -w, --interactive     tanya kepastian untuk setipa aksi\n"
-#~ "      --confirmation    sama seperti -w\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Opsyen ditelan zaman, kini menggunakan --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Opsyen ditelan zaman diganti dengan  --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Nama opsyen ditelan zaman diganti dengan --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Amaran: opsyen -I tidak disokong; mungkin and amaksudkan -j atau -T?"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Nama opsyen ditelan zaman diganti dengan --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Opsyen ditelan zaman diganti dengan  --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Opsyen ditelan zaman diganti dengan  --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Amaran: opsyen -y tidak disokong; mungkin anda maksudkan -j?"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Nama opsyen ditelan zaman diganti dengan --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Ditulis oleh John Gilmore dan Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Ralat keluar dilewatkan drpd ralat terdahulu"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Jika opsyen panjang memapar hujah sebagai mandatori, maka ianya "
-#~ "mandatori\n"
-#~ " bagi  opsyen pendek yg setara juga\n"
-#~ "\n"
-#~ "  -l, --file-length=PANJANG  PANJANG bagi fail dijana\n"
-#~ "  -p, --pattern=CORAK        CORAK adalah `default' atau `zeros'\n"
-#~ "      --help                 papar bantuan ini dan keluar\n"
-#~ "      --version              output maklumat versi dan keluar\n"
diff --git a/po/nb.gmo b/po/nb.gmo
deleted file mode 100644 (file)
index e1baa17..0000000
Binary files a/po/nb.gmo and /dev/null differ
diff --git a/po/nb.po b/po/nb.po
deleted file mode 100644 (file)
index eb27283..0000000
--- a/po/nb.po
+++ /dev/null
@@ -1,3344 +0,0 @@
-# Norwegian messages for GNU tar.  (bokmål dialect)
-# Copyright (C) 1996 Free Software Foundation, Inc.
-# Karl Anders Øygard <Karl.Oygard@fou.telenor.no>, 1996.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU tar 1.12\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 1997-06-05 19:39 MET DST\n"
-"Last-Translator: Espen Skjelnes Johnsen <espejohn@sn.no>\n"
-"Language-Team: Norwegian-bokmål <no@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8-bit\n"
-
-#: gnu/argmatch.c:135
-#, fuzzy, c-format
-msgid "invalid argument %s for %s"
-msgstr "Ugyldig datoformat «%s»"
-
-#: gnu/argmatch.c:136
-#, fuzzy, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "Tvetydig mønster «%s»"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr ""
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Bruk: %s [FLAGG]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Tast «%s --help» for mer informasjon.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Unkjent systemfeil"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr ""
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "Ugyldig verdi for record_size"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-#, fuzzy
-msgid "memory exhausted"
-msgstr "Minne oppbrukt"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Kunne ikke finne navnet på aktiv filkatalog"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr ""
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr ""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Rapporter feil til <tar-bugs@gnu.ai.mit.edu>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Rapporter feil til <tar-bugs@gnu.ai.mit.edu>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, fuzzy, c-format
-msgid "%s: Cannot %s"
-msgstr "Kan ikke eksekvere %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr ""
-
-#: lib/paxerror.c:93
-#, fuzzy, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Kan ikke endre modus til %0.4o"
-
-#: lib/paxerror.c:101
-#, fuzzy, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Kan ikke endre eier til uid %d, gid %d"
-
-#: lib/paxerror.c:127
-#, fuzzy, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "Kan ikke lese link %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "Lesefeil ved byte %ld under lesing av %d bytes i fil %s"
-msgstr[1] "Lesefeil ved byte %ld under lesing av %d bytes i fil %s"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "Lesefeil ved byte %ld under lesing av %d bytes i fil %s"
-msgstr[1] "Lesefeil ved byte %ld under lesing av %d bytes i fil %s"
-
-#: lib/paxerror.c:259
-#, fuzzy, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "Kan ikke skrive til %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr ""
-
-#: lib/paxerror.c:284
-#, fuzzy, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Kunne ikke lage symbolisk link til «%s»"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Kunne bare skrive %d av %d bytes'"
-msgstr[1] "%s: Kunne bare skrive %d av %d bytes'"
-
-#
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Tar bort ledende «/» fra absolutte linker"
-
-#
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Tar bort ledende «/» fra absolutte linker"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr ""
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Tjenesten er ikke tilgjengelig"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Kan ikke eksekvere \"remote shell\""
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr ""
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Ugyldig modus gitt i flagg"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Ugyldig datoformat «%s»"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr ""
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Ugyldig eier gitt i flagg"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr ""
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: For tidlig filslutt\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Ugyldig verdi for record_size"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Uventet filslutt i ødelagte navn"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "Kan ikke åpne %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Ugyldig kommando"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Dette ser ikke ut som et tar-arkiv"
-
-#
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Totalt antall bytes skrevet: "
-
-#
-#: src/buffer.c:528 src/buffer.c:542
-#, fuzzy
-msgid "Total bytes read"
-msgstr "Totalt antall bytes skrevet: "
-
-#
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Totalt antall bytes skrevet: "
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr ""
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Ugyldig verdi for record_size"
-
-#
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Arkivnavn er ikke oppgitt"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Kan ikke verifisere stdin/stdout-arkiv"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Kan ikke oppdatere komprimerte arkiver"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "På begynnelsen av båndet, avslutter nå"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "For mange feil, avslutter"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Blokkstørrelse = %d enheter"
-msgstr[1] "Blokkstørrelse = %d enheter"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/buffer.c:990
-#, fuzzy
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Kunne ikke gå tilbake i arkivfilen.  Den kan være uleselig uten -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr ""
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr ""
-
-#: src/buffer.c:1123
-#, fuzzy, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "\aGjør klar volum nummer %d for %s og trykk return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF der svar fra bruker var forventet"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ADVARSEL: Arkivet er ufullstendig"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [navn]   Gi et filnavn for neste (og etterfølgende) volum(er)\n"
-" q          Avbryt tar\n"
-" !          Start et shell\n"
-" ?          Skriv denne listen\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Ikke nytt volum; avslutter.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr ""
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s fortsetter ikke i dette volumet"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s fortsetter ikke i dette volumet"
-
-#: src/buffer.c:1457
-#, fuzzy, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s har feil størrelse (%ld != %ld + %ld)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Dette volumet kommer ute av rekkefølge"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, fuzzy, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arkivet er ikke navngitt for å passe med «%s»"
-
-#: src/buffer.c:1580
-#, fuzzy, c-format
-msgid "Volume %s does not match %s"
-msgstr "Volumet «%s» stemmer ikke overens med «%s»"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "Arkiv %s sluttet ikke ved en blokkgrense"
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Kunne bare lese %d av %ld bytes"
-msgstr[1] "Kunne bare lese %d av %ld bytes"
-
-#: src/compare.c:105 src/compare.c:382
-#, fuzzy
-msgid "Contents differ"
-msgstr "Modus er ulik"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Uventet filslutt i arkivet"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-#, fuzzy
-msgid "File type differs"
-msgstr "Størrelse er ulik"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Modus er ulik"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid er ulik"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid er ulik"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Modifiseringstid er ulik"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Størrelse er ulik"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Ikke linket til %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symbolsk link er ulik"
-
-#: src/compare.c:316
-#, fuzzy
-msgid "Device number differs"
-msgstr "Enhetsnummer er endret"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verifisering "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "Ukjent filtype «%c» for %s, diffet som en vanlig fil"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "VERIFIKASJONSFEIL: %d ukjente arkivhoder funnet"
-msgstr[1] "VERIFIKASJONSFEIL: %d ukjente arkivhoder funnet"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr ""
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr ""
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: er uendret; ikke lagret"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: er uendret; ikke lagret"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "Filen %s krympet med %d bytes, fyller ut med nuller"
-msgstr[1] "Filen %s krympet med %d bytes, fyller ut med nuller"
-
-#: src/create.c:1160
-#, fuzzy, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: På et annet filesystem.  Ikke lagret"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-#, fuzzy
-msgid "contents not dumped"
-msgstr " (minnet lagret)"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Ukjent filtype; filen ble ignorert"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " link til %s\n"
-
-#: src/create.c:1690
-#, fuzzy, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: er uendret; ikke lagret"
-
-#: src/create.c:1699
-#, fuzzy, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s er arkivet; ikke lagret"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr ""
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr ""
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr ""
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Hopper til neste startseksjon"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Tar bort ikke-hodedata fra arkivet"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr ""
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr ""
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Ekstraherer sammenhengende filer som vanlige filer"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Forsøker å ekstrahere symbolske linker som harde linker"
-
-#: src/extract.c:1353
-#, fuzzy, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "Kan ikke ekstrahere «%s» -- filen fortsetter fra et tidligere volum"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Uventet filslutt i arkivfilen"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "Ukjent filtype «%c» for %s, ekstrahert som en vanlig fil"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Kunne ikke lage sikkerhetskopi av denne filen"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Kan ikke endre navn på %s til %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "Filkatalogen %s har endret navn"
-
-#: src/incremen.c:486
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed"
-msgstr "Filkatalogen %s har endret navn"
-
-#: src/incremen.c:531
-#, fuzzy, c-format
-msgid "%s: Directory is new"
-msgstr "Filkatalogen %s er ny"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr ""
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Ugyldig modus gitt i flagg"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr ""
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr ""
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-#, fuzzy
-msgid "Read error in snapshot file"
-msgstr "Lesefeil på %s"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Uventet filslutt i arkivfilen"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-#, fuzzy
-msgid "Unexpected field value in snapshot file"
-msgstr "Uventet filslutt i arkivfilen"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Kan ikke gå til filkatalogen %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr ""
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Sletter %s\n"
-
-#: src/incremen.c:1703
-#, fuzzy, c-format
-msgid "%s: Cannot remove"
-msgstr "Kan ikke slette %s"
-
-#: src/list.c:190
-#, fuzzy, c-format
-msgid "%s: Omitting"
-msgstr "Utelater %s"
-
-#: src/list.c:207
-#, fuzzy, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blokk %10ld: ** Blokk med NUL-er **\n"
-
-#: src/list.c:233
-#, fuzzy, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blokk %10ld: ** Slutt på fil **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, fuzzy, c-format
-msgid "block %s: "
-msgstr "blokk %10ld: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr ""
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr ""
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-
-#: src/list.c:844
-#, fuzzy, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Dette volumet kommer ute av rekkefølge"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr ""
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " link til %s\n"
-
-#: src/list.c:1269
-#, fuzzy, c-format
-msgid " unknown file type %s\n"
-msgstr " ukjent filtype «%c»\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Volumhode--\n"
-
-#: src/list.c:1303
-#, fuzzy, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Fortsetter ved byte %ld--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Lager filkatalog:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Kan ikke gå til filkatalogen %s"
-
-#: src/misc.c:571
-#, fuzzy, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Endret navn på %s til %s"
-
-#: src/misc.c:580 src/misc.c:599
-#, fuzzy, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "Kan ikke endre navn på %s til %s"
-
-#: src/misc.c:604
-#, fuzzy, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Endret navn på %s til %s"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr ""
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "Filkatalogen %s har endret navn"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr ""
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr ""
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Finnes ikke i arkivet"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Finnes ikke i arkivet"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arkivet er ikke navngitt for å passe med «%s»"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Flaggene «-%s» and «-%s» vil begge ta standard inn"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "Ugyldig datoformat «%s»"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU-funksjoner forsøkt på inkompatibelt arkiv-format"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"\n"
-"Suffikset for sikkerhetskopiering er «~», med mindre det er satt med --"
-"suffix\n"
-"eller SIMPLE_BACKUP_SUFFIX.  Versjonskontroll kan settes med --backup eller\n"
-"VERSION_CONTROL.  Gyldige verdier er:\n"
-"\n"
-"  t, numbered     lag nummererte sikkerhetskopier\n"
-"  nil, existing   nummererte, dersom nummererte sikkerhetskopier "
-"eksisterer,\n"
-"                  ellers enkle\n"
-"  never, simple   lag enkle sikkerhetskopier\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Uventet filslutt i arkivet"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-#, fuzzy
-msgid "remove files after adding them to the archive"
-msgstr "Tar bort enhetsnavn fra navn i arkivet"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr ""
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Kan ikke verifisere arkiv som går over flere volum"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Arkivér til stdin"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Konflikt i kompresjonsflagg"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "Kan ikke skrive til komprimeringsprogrammet"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "Kan ikke skrive til komprimeringsprogrammet"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Kan ikke gå til filkatalogen %s"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Tar bort ledende «/» fra absolutte linker"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "Volumet «%s» stemmer ikke overens med «%s»"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Ugyldig modus gitt i flagg"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-#, fuzzy
-msgid "ask for confirmation for every action"
-msgstr "Kan ikke lese bekreftelse fra brukeren"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Du kan ikke angi mer enn ett av «-Acdtrux»-flaggene"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Konflikt i kompresjonsflagg"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr "Ukjent mønster «%s»"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr ""
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr ""
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr ""
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr ""
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr ""
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr ""
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Mer enn én grense-dato"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "Ugyldig eier gitt i flagg"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Ugyldig modus gitt i flagg"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr ""
-
-#: src/tar.c:1934
-#, fuzzy
-msgid "Invalid owner"
-msgstr "Ugyldig eier gitt i flagg"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-#, fuzzy
-msgid "Invalid record size"
-msgstr "Ugyldig verdi for record_size"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Blokkstørrelse må være delbart på %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr ""
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, fuzzy, c-format
-msgid "Unknown density: `%c'"
-msgstr "Ukjent mønster «%s»"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Flaggene «-[0-7][lmh]» støttes ikke av *denne* implementasjonen av tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Gammelt flagg «%c» behøver et argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Ved flere arkivfiler behøves «-M»-flagget"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr ""
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Kan ikke verifisere arkiv som går over flere volum"
-
-#
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Kan ikke verifisere komprimerte arkiver"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Kan ikke bruke komprimerte arkiv som går over flere volum"
-
-#
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Kan ikke oppdatere komprimerte arkiver"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "For feig til å lage et tomt arkiv"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Flaggene «-Aru» er inkompatible med «-f -»"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Du må angi ett av «-Acdtrux»-flaggene"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Filen krympet med %d bytes, (øh!)"
-msgstr[1] "%s: Filen krympet med %d bytes, (øh!)"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr ""
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr ""
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr ""
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Skriver kontrollpunkt %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Leser kontrollpunkt %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Genrerer datafiler for GNU tar testpakke.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Konflikt i kompresjonsflagg"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr ""
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Bruk: %s [FLAGG]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-#, fuzzy
-msgid "Update the access and modification times of FILE"
-msgstr "%s: Kunne ikke endre aksess- og modifiseringstider"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Ugyldig datoformat «%s»"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr ""
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Unkjent systemfeil"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, fuzzy, c-format
-msgid "cannot open `%s'"
-msgstr "Kan ikke åpne %s"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Kan ikke eksekvere %s"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr "Ukjent mønster «%s»"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "Kan ikke gjøre «stat» på %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "Kan ikke åpne %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr ""
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Ødelagte filnavn--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Kan ikke gå til filkatalogen %s"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Kan ikke endre navn på %s til %s"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Leser %s\n"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Kan ikke allokere buffer\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Kan ikke allokere plass til buffer"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Tast «%s --help» for mer informasjon.\n"
-
-#~ msgid "Premature end of file"
-#~ msgstr "For tidlig filslutt"
-
-#~ msgid "Cannot close file #%d"
-#~ msgstr "Kan ikke lukke fil #%d"
-
-#~ msgid "Cannot close descriptor %d"
-#~ msgstr "Kan ikke lukke fildeskriptor %d"
-
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "Kan ikke duplisere %s"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Kan ikke bruke komprimerte arkiver eller arkiver på en annen maskin"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "Kan ikke lage en pipe"
-
-#~ msgid "Cannot fork"
-#~ msgstr "Kan ikke lage ny prosess med «fork»"
-
-#
-#~ msgid "tar (child)"
-#~ msgstr "tar (barn)"
-
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(barn) Pipe til stdin"
-
-#~ msgid "Cannot open archive %s"
-#~ msgstr "Kan ikke åpne arkivet %s"
-
-#~ msgid "Archive to stdout"
-#~ msgstr "Arkivér til stdout"
-
-#~ msgid "Child cannot fork"
-#~ msgstr "Barnet kan ikke gjøre «fork»"
-
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((barn)) Pipe til stdout"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (barnebarn)"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(barnebarn) Pipe til stdin"
-
-#~ msgid "Cannot read from compression program"
-#~ msgstr "Kan ikke lese fra komprimeringsprogrammet"
-
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(barn) Pipe til stdout"
-
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((barn)) Pipe til stdin"
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(barnebarn) Pipe til stdout"
-
-#~ msgid "Write to compression program short %d bytes"
-#~ msgstr "Skrev %d bytes for lite til komprimeringsprogrammet"
-
-#~ msgid "Could not allocate memory for blocking factor %d"
-#~ msgstr "Kunne ikke allokere minne for blokk-faktor %d"
-
-#~ msgid "Only wrote %u of %u bytes to %s"
-#~ msgstr "Skrev bare %u av %u bytes til %s"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "ADVARSEL: Manglende volumhode"
-
-#~ msgid "Only read %d bytes from archive %s"
-#~ msgstr "Leste bare %d bytes fra arkivet %s"
-
-#~ msgid "WARNING: Cannot close %s (%d, %d)"
-#~ msgstr "ADVARSEL: Kan ikke lukke %s (%d, %d)"
-
-#~ msgid "Child died with signal %d%s"
-#~ msgstr "Barnet døde med signal %d%s"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Barnet avsluttet med status %d"
-
-#~ msgid "Cannot fork!"
-#~ msgstr "Kan ikke lage ny prosess med «fork»!"
-
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "Kan ikke eksekvere et shell %s"
-
-#
-#~ msgid "Removing leading `/' from absolute path names in the archive"
-#~ msgstr "Tar bort ledende «/» fra absolutte filnavn i arkivet"
-
-#~ msgid "Wrote %ld of %ld bytes to file %s"
-#~ msgstr "Skrev %ld av %ld bytes til fil %s"
-
-#~ msgid "Read error at byte %ld, reading %d bytes, in file %s"
-#~ msgstr "Lesefeil ved byte %ld ved lesing av %d bytes fra fil %s"
-
-#~ msgid "Amount actually written is (I hope) %d.\n"
-#~ msgstr "Faktisk skrevet mengde er %d (håper jeg).\n"
-
-#~ msgid "Cannot add file %s"
-#~ msgstr "Kan ikke legge til fil %s"
-
-#~ msgid "Cannot add directory %s"
-#~ msgstr "Kan ikke legge til filkatalogen %s"
-
-#~ msgid "Cannot open directory %s"
-#~ msgstr "Kan ikke åpne filkatalogen %s"
-
-#~ msgid "File name %s%s too long"
-#~ msgstr "Filnavnet %s%s er for langt"
-
-#~ msgid "Could not allocate memory for diff buffer of %d bytes"
-#~ msgstr "Kunne ikke allokere minne for diff-buffer på %d bytes"
-
-#~ msgid "Cannot read %s"
-#~ msgstr "Kan ikke lese %s"
-
-#~ msgid "Data differs"
-#~ msgstr "Data er ulike"
-
-#~ msgid "File does not exist"
-#~ msgstr "Filen eksisterer ikke"
-
-#~ msgid "Not a regular file"
-#~ msgstr "Ikke en vanlig fil"
-
-#~ msgid "Error while closing %s"
-#~ msgstr "Feil ved lukking av %s"
-
-#~ msgid "Does not exist"
-#~ msgstr "Eksisterer ikke"
-
-#~ msgid "No such file or directory"
-#~ msgstr "Fil eller filkatalog finnes ikke"
-
-#~ msgid "Mode or device-type changed"
-#~ msgstr "Modus eller enhetstype er endret"
-
-#~ msgid "No longer a directory"
-#~ msgstr "Ikke lenger en filkatalog"
-
-#~ msgid "Cannot open file %s"
-#~ msgstr "Kan ikke åpne filen %s"
-
-#~ msgid "Cannot seek to %ld in file %s"
-#~ msgstr "Kan ikke søke til posisjon %ld i filen %s"
-
-#~ msgid "Could not rewind archive file for verify"
-#~ msgstr "Kunne ikke gå til begynnelsen av arkivfilen for verifisering"
-
-#~ msgid "Could not re-position archive file"
-#~ msgstr "Kunne ikke endre posisjon i arkivfilen"
-
-#~ msgid "%s: Cannot lchown to uid %d gid %d"
-#~ msgstr "%s: Kan ikke endre eier til uid %d gid %d med lchown()"
-
-#~ msgid "%s: Cannot chown to uid %d gid %d"
-#~ msgstr "%s: Kan ikke endre eier til uid %d gid %d med chown()"
-
-#~ msgid "%s: Could not write to file"
-#~ msgstr "%s: Kunne ikke skrive til filen"
-
-#~ msgid "%s: Could not create file"
-#~ msgstr "%s: Kunne ikke lage fil"
-
-#~ msgid "%d at %d\n"
-#~ msgstr "%d ved %d\n"
-
-#~ msgid "%s: Error while closing"
-#~ msgstr "%s: Feil under lukking"
-
-#~ msgid "%s: Could not link to `%s'"
-#~ msgstr "%s: Kunne ikke lage link til «%s»"
-
-#~ msgid "%s: Could not make node"
-#~ msgstr "%s: Kunne ikke lage node"
-
-#~ msgid "%s: Could not make fifo"
-#~ msgstr "%s: Kunne ikke lage fifo"
-
-#~ msgid "%s: Could not create directory"
-#~ msgstr "%s: Kunne ikke lage filkatalog"
-
-#~ msgid "Added write and execute permission to directory %s"
-#~ msgstr "Satte skrive- og eksekveringsrettigheter for filkatalog %s"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Feil på et langt navn"
-
-#~ msgid "Cannot stat %s"
-#~ msgstr "Kan ikke utføre «stat» på filen %s"
-
-#~ msgid "Could not get current directory: %s"
-#~ msgstr "Kunne ikke finne navnet på aktiv filkatalog: %s"
-
-#~ msgid "File name %s/%s too long"
-#~ msgstr "Filnavnet %s/%s er for langt"
-
-#~ msgid "Cannot chdir to %s"
-#~ msgstr "Kan ikke gå til filkatalogen %s"
-
-#~ msgid "Error while deleting %s"
-#~ msgstr "Feil ved sletting av %s"
-
-#~ msgid "Hmm, this doesn't look like a tar archive"
-#~ msgstr "Hmm, dette ser ikke ut som et tar-arkiv"
-
-#~ msgid "Skipping to next file header"
-#~ msgstr "Hopper til neste filhode"
-
-#~ msgid "EOF in archive file"
-#~ msgstr "Filslutt i arkivfilen"
-
-#~ msgid "Only wrote %ld of %ld bytes to file %s"
-#~ msgstr "Skrev bare %ld av %ld bytes til filen %s"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Feil på et langt navn"
-
-#~ msgid "Cannot symlink %s to %s"
-#~ msgstr "Kan ikke lage en symbolisk link fra %s til %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s symbolsk linket til %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Ukjent kommando %s ved rekonstruering av navn"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Mangler filnavn etter -C"
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Ugyldig kommando %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU «tar» lagrer mange filer i ett arkiv, og kan hente ut enkeltstående\n"
-#~ "filer fra arkivet.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Usage: %s [OPTION]... [FILE]...\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Bruk: %s [FLAGG]... [FIL]...\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Dersom et langt flagg har et obligatorisk argument, er argumentet også\n"
-#~ "obligatorisk for det korte flagget.  Tilsvarende gjelder dersom "
-#~ "argumentet\n"
-#~ "kan sløyfes.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Hovedoperasjonsmodi:\n"
-#~ "  -t, --list              list innholdet av arkivet\n"
-#~ "  -x, --extract, --get    ekstrahér filer fra arkivet\n"
-#~ "  -c, --create            lage et nytt arkiv\n"
-#~ "  -d, --diff, --compare   vise forskjeller mellom arkivet og filsystemet\n"
-#~ "  -r, --append            legg til filer på slutten av arkivet\n"
-#~ "  -u, --update            legg til bare filer som er nyere enn de i "
-#~ "arkivet\n"
-#~ "  -A, --catenate          legg en arkivfil sammen med arkivet\n"
-#~ "      --concatenate       samme som -A\n"
-#~ "      --delete            slett fra arkivet (ikke for arkiv på bånd!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't overwrite existing files when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental   handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Flagg for operasjonsmodi:\n"
-#~ "  -W, --verify               forsøk å verifisere arkivet etter å ha laget "
-#~ "det\n"
-#~ "      --remove-files         slett filer etter å ha lagt dem til arkivet\n"
-#~ "  -k, --keep-old-files       ikke overskriv eksisterende filer\n"
-#~ "  -U, --unlink-first         slett alle filer før ekstrahering til dem\n"
-#~ "      --recursive-unlink     tøm filkataloger før ekstrahering\n"
-#~ "  -S, --sparse               håndtér filer med hull mer effektivt\n"
-#~ "  -O, --to-stdout            ekstrahér filer til stdout\n"
-#~ "  -G, --incremental          bruk det gamle GNU formatet for "
-#~ "inkrementell\n"
-#~ "                             sikkerhetskopiering\n"
-#~ "  -g, --listed-incremental   bruk det nye GNU-formatet for inkrementell\n"
-#~ "                             sikkerhetskopiering\n"
-#~ "      --ignore-failed-read   ignorér feil under lesing av filer\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract all protection information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Håndtering av filattributter:\n"
-#~ "      --owner=NAVN             bruk NAVN som eier for nye filer\n"
-#~ "      --gruppe=NAVN            bruk NAVN som gruppe for nye filer\n"
-#~ "      --mode=OKTAL             bruk OKTAL som modus for nye filer\n"
-#~ "      --atime-preserve         ikke endre aksesstider på lagrede filer\n"
-#~ "  -m, --modification-time      ikke ekstrahér modifiseringstiden\n"
-#~ "      --same-owner             forsøk å ekstrahere filer med samme eier\n"
-#~ "      --numeric-owner          bruk nummer for bruker/gruppe-navn\n"
-#~ "  -p, --same-permissions       forsøk å ekstrahere filer med samme\n"
-#~ "                               filbeskyttelse\n"
-#~ "      --preserve-permissions   samme som -p\n"
-#~ "  -s, --same-order             sorter navn som skal ekstraheres slik at\n"
-#~ "                               de passer med arkivet\n"
-#~ "      --preserve-order         samme som -s\n"
-#~ "      --preserve               samme som både -p og -s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Enhetsvalg og enhetsskifte:\n"
-#~ "  -f, --file=ARKIV               bruk arkivfil eller enhet ARKIV\n"
-#~ "      --force-local              arkivfil er lokal selv om den har et "
-#~ "kolon\n"
-#~ "      --rsh-command=KOMMANDO     bruk KOMMANDO i stedet for rsh\n"
-#~ "  -[0-7][lmh]                    angi enhet og tetthet\n"
-#~ "  -M, --multi-volume             behandle arkivet som et flervolumsarkiv\n"
-#~ "  -L, --tape-length=NUMMER       bytt bånd etter at NUMMER x 1024 bytes "
-#~ "er\n"
-#~ "                                 skrevet\n"
-#~ "  -F, --info-script=FIL          kjør kommandofil FIL ved slutten av "
-#~ "hvert\n"
-#~ "                                 bånd (setter -M automatisk)\n"
-#~ "      --new-volume-script=FIL    samme som -F FIL\n"
-#~ "      --volno-file=FIL           bruk/oppdater volumnummeret i FIL\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Blokkhåndtering:\n"
-#~ "  -b, --blocking-factor=ENHETER  sett blokkstørrelse ENHETER x 512 bytes\n"
-#~ "      --record-size=STØRRELSE    STØRRELSE bytes per enhet (delbart på "
-#~ "512)\n"
-#~ "  -i, --ignore-zeros             ignorér blokker som inneholder nuller\n"
-#~ "                                 (betyr filslutt)\n"
-#~ "  -B, --read-full-records        blokk om ved lesing (for 4.2BSD pipes)\n"
-
-#
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX conformant archive\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Valg av arkivformat:\n"
-#~ "  -V, --label=NAVN                   lag et arkiv med volumnavn NAVN\n"
-#~ "              MØNSTER                filer som skal tas med ved listing "
-#~ "eller\n"
-#~ "                                     ekstrahering (tillatt med "
-#~ "jokertegn)\n"
-#~ "  -o, --old-archive, --portability   lag et arkiv i V7 format\n"
-#~ "      --posix                        lag et POSIX-konformt arkiv\n"
-#~ "  -z, --gzip, --ungzip               send arkivet gjennom gzip\n"
-#~ "  -Z, --compress, --uncompress       send arkivet gjennom compress\n"
-#~ "      --use-compress-program=PROG    send arkivet gjennom PROG (må forstå "
-#~ "-d)\n"
-
-#
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a globbing "
-#~ "PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude globbing patterns listed in FILE\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Valg av lokale filer:\n"
-#~ "  -C, --directory=KATALOG      endre filkatalog til KATALOG\n"
-#~ "  -T, --files-from=FIL         hent navn for ekstrahering eller "
-#~ "arkivering\n"
-#~ "\t\t\t       fra filen FIL\n"
-#~ "      --null                   -T leser null-terminerte navn, tillater "
-#~ "ikke -C\n"
-#~ "      --exclude=MØNSTER        ta ikke med filer (tillatt med jokertegn)\n"
-#~ "  -X, --exclude-from=FIL       ta ikke med filer navngitte i filen FIL\n"
-#~ "                               (tillatt med jokertegn)\n"
-#~ "  -P, --absolute-names         ta ikke bort ledende «/» fra filnavn\n"
-#~ "  -h, --dereference            arkivér det symboliske linker peker på\n"
-#~ "      --no-recurse             ta ikke med filer i underkataloger\n"
-#~ "  -l, --one-file-system        ta ikke med filer fra andre filsystemer\n"
-#~ "  -K, --starting-file=NAVN     begynn med filen NAVN i arkivet\n"
-
-#
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime            compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATO             arkivér bare filer som er nyere enn DATO\n"
-#~ "      --newer-mtime            sammenlign tidsstempel bare når data er "
-#~ "endret\n"
-#~ "      --after-date=DATO        samme som -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removel, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=KONTROLL]      lag sikkerhetskopi før sletting, med\n"
-#~ "                               versjonskontroll\n"
-#~ "      --suffix=SUFFIKS         lag sikkerhetskopi før sletting, med\n"
-#~ "                               overstyring av det vanlige suffikset\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Utskrift av informasjon:\n"
-#~ "      --help            vis denne hjelpeteksten og avslutt\n"
-#~ "      --version         vis programversjon og avslutt\n"
-#~ "  -v, --verbose         vis hver fil som behandles\n"
-#~ "      --checkpoint      vis filkatalognavn når arkivet leses\n"
-#~ "      --totals          vis totalt antall bytes skrevet\n"
-#~ "  -R, --block-number    vis enhetsnummer i arkivet sammen med alle "
-#~ "meldinger\n"
-#~ "  -w, --interactive     spør etter bekreftelse for hver operasjon\n"
-#~ "      --confirmation    samme som -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; and FILE may be a file\n"
-#~ "or a device.  *This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar kan hverken lese eller skrive «--posix»-arkiver.  Dersom\n"
-#~ "miljøvariabelen POSIXLY_CORRECT er satt, er GNU-funksjoner ikke tillatt\n"
-#~ "sammen med «--posix».  Støtte for POSIX er bare delvis implementert, så\n"
-#~ "stol ikke på den ennå.\n"
-#~ "ARKIV kan være FIL, MASKIN:FIL eller BRUKER@MASKIN:FIL; og FIL kan være "
-#~ "en\n"
-#~ "fil eller en enhet.  *Denne* versjonen av tar har «-f%s -b%d» som "
-#~ "forvalg.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Utdatert flagg, nå implisert av --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Utdatert flagg skiftet ut med --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Utdatert flagg skiftet ut med --read-full-records"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Utdatert flagg skiftet ut med --touch"
-
-#~ msgid "Conflicting archive format options"
-#~ msgstr "Konflikt i flaggene for arkiv-format"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Utdatert flagg skiftet ut med --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Utdatert flagg skiftet ut med --block-number"
-
-#
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Utdatert flagg skiftet ut med --backup"
-
-#~ msgid "Invalid group given on option"
-#~ msgstr "Ugyldig gruppe gitt i flagg"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, "
-#~ "Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, "
-#~ "Inc.\n"
-
-#~ msgid ""
-#~ "This is free software; see the source for copying conditions.  There is "
-#~ "NO\n"
-#~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
-#~ "PURPOSE.\n"
-#~ msgstr ""
-#~ "Dette er fri programvare.  Se kildekoden for kopieringsbetingelser.\n"
-#~ "Programvaren har ingen garanti, ikke en gang for SALGBARHET eller "
-#~ "EGNETHET\n"
-#~ "TIL NOEN SPESIELL OPPGAVE.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Written by John Gilmore and Jay Fenlason.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Skrevet av John Gilmore and Jay Fenlason.\n"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Utsatt feil-avslutning for tidligere feil"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Obligatoriske argumenter for lange flagg er obligatoriske også for korte "
-#~ "flagg.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGDE    lengde av generert fil\n"
-#~ "  -p, --pattern=MØNSTER       gyldige mønster er «default» eller «zeros»\n"
-#~ "      --help                  vis denne hjelpeteksten og avslutt\n"
-#~ "      --version               vis programversjon og avslutt\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Written by François Pinard <pinard@iro.umontreal.ca>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Skrevet av François Pinard <pinard@iro.umontreal.ca>\n"
diff --git a/po/nl.gmo b/po/nl.gmo
deleted file mode 100644 (file)
index 2e385fe..0000000
Binary files a/po/nl.gmo and /dev/null differ
diff --git a/po/nl.po b/po/nl.po
deleted file mode 100644 (file)
index 9395734..0000000
--- a/po/nl.po
+++ /dev/null
@@ -1,2770 +0,0 @@
-# Dutch translations for tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-#
-# Elros Cyriatan <cyriatan@fastmail.fm>, 2004.
-# Erwin Poeze <erwin.poeze@gmail.com>, 2009.
-# Benno Schulenberg <benno@vertaalt.nl>, 2005, 2006, 2007, 2008, 2010.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar-1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-12 10:28+0200\n"
-"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
-"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
-"Language: nl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.0\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "ongeldig argument %s van %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argument %s van %s is niet eenduidig"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Geldige argumenten zijn:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: waarde voor '%s' is kleiner of gelijk aan %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Parameter in ARGP_HELP_FMT vereist een waarde"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: Parameter in ARGP_HELP_FMT moet positief zijn"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Onbekende parameter in ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Rommel in ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Een argument dat verplicht of optioneel is voor een lange optie, is dat\n"
-"ook voor de overeenkomstige korte optie."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Gebruik: "
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "     of: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPTIE...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Typ '%s --help' of '%s --usage' voor meer informatie.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"Rapporteer gebreken in het programma aan %s;\n"
-"meld fouten in de vertaling aan <vertaling@vrijschrift.org>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Onbekende systeemfout"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "deze hulptekst tonen"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "een korte gebruikssamenvatting tonen"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAAM"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "de programmanaam instellen"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SECONDEN"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "dit aantal seconden pauzeren (standaard 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "programmaversie tonen"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "**Interne programmafout**: geen versie bekend!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Te veel argumenten\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "**Interne programmafout**: optie had herkend moeten worden!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "schrijffout"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: optie '%s' is niet eenduidig\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: optie '--%s' staat geen argument toe\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: optie '%c%s' staat geen argument toe\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: optie '--%s' vereist een argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: onbekende optie '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: onbekende optie '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: ongeldige optie -- '%c'\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: optie vereist een argument -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: optie '-W %s' is niet eenduidig\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: optie '-W %s' staat geen argument toe\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: optie '-W %s' vereist een argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "onvoldoende geheugen beschikbaar"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "kan de huidige werkmap niet vastleggen"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "kan niet terugkeren naar de initiële werkmap"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "‘"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "’"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[jJyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "In pakketvorm gebracht door %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "In pakketvorm gebracht door %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Dit is vrije software: u mag het vrijelijk wijzigen en verder verspreiden.\n"
-"De precieze licentie is GPL-3+: GNU General Public License versie 3 of "
-"later.\n"
-"Zie http://gnu.org/licenses/gpl.html voor de volledige (Engelse) tekst.\n"
-"Deze software kent GEEN GARANTIE, voor zover de wet dit toestaat.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Geschreven door %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Geschreven door %s en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Geschreven door %s, %s en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Geschreven door %s, %s, %s\n"
-"en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Geschreven door %s, %s, %s,\n"
-"%s en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Geschreven door %s, %s, %s,\n"
-"%s, %s en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Geschreven door %s, %s, %s,\n"
-"%s, %s, %s en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Geschreven door %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Geschreven door %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s en %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Geschreven door %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s en anderen.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Rapporteer gebreken in het programma aan <%s>;\n"
-"meld fouten in de vertaling aan <vertaling@vrijschrift.org>.\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"Rapporteer gebreken in het programma '%s' aan <%s>;\n"
-"meld fouten in de vertaling aan <vertaling@vrijschrift.org>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Webpagina van %s: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Webpagina van %s: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Algemene hulp bij gebruik van GNU-software: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Functie %s() is mislukt"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Waarschuwing: functie %s() is mislukt"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Kan modus niet wijzigen naar %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Kan eigenaar niet wijzigen naar UID %lu, GID %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "Kan geen harde koppeling maken van %s naar %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Leesfout op byte %s, tijdens lezen van %lu byte"
-msgstr[1] "%s: Leesfout op byte %s, tijdens lezen van %lu bytes"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Waarschuwing: leesfout op byte %s, tijdens lezen van %lu byte"
-msgstr[1] "%s: Waarschuwing: leesfout op byte %s, tijdens lezen van %lu bytes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Kan in bestand niet naar %s springen"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Waarschuwing: kan in bestand niet naar %s springen"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "Kan geen symbolische koppeling maken van %s naar %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Slechts %lu van %lu byte geschreven"
-msgstr[1] "%s: Slechts %lu van %lu bytes geschreven"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Leidende '%s' wordt uit lidnamen weggelaten"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Leidende '%s' wordt uit doelen van harde koppelingen weggelaten"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Lege lidnaam wordt vervangen door '.'"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Lege doelnaam van harde koppeling wordt vervangen door '.'"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Dienst is niet beschikbaar"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "standaardinvoer"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "standaarduitvoer"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Kan geen verbinding maken met %s: herleiding is mislukt"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Kan gindse shell niet uitvoeren"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Sprongrichting valt buiten bereik"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Ongeldige sprongrichting"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Ongeldige sprongpositie"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Sprongpositie valt buiten bereik"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Ongeldig byte-aantal"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Byte-aantal valt buiten bereik"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Voortijdig einde van bestand"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Ongeldige bewerkingscode"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Bewerking wordt niet ondersteund"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Onverwachte argumenten"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Een magneetband manipuleren, en opdrachten accepteren van een ander proces."
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "AANTAL"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "debug-niveau instellen"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "BESTAND"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "naam van debug-uitvoerbestand instellen"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "kan %s niet openen"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "te veel argumenten"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Ongeldige opdracht"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Dit ziet er niet uit als een tar-archief"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Totaal aantal geschreven bytes"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Totaal aantal gelezen bytes"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Totaal aantal verwijderde bytes: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pijp)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Ongeldige waarde voor recordgrootte"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Geen archiefnaam opgegeven"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Kan archieven op standaardinvoer of -uitvoer niet verifiëren"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Archief is gecomprimeerd.  Gebruik optie '%s'."
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Kan ingepakte archieven niet bijwerken"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Aan het begin van de band -- tar sluit nu af."
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Te veel fouten -- tar sluit nu af."
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Recordgrootte = %lu blok"
-msgstr[1] "Recordgrootte = %lu blokken"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Niet-uitgelijnd blok (%lu byte) in archief"
-msgstr[1] "Niet-uitgelijnd blok (%lu bytes) in archief"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Kan niet terugzoeken in archiefbestand; het kan onleesbaar zijn zonder -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek() is niet gestopt op een recordgrens"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: bevat een ongeldig deelnummer"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Deelnummer-overloop"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Zet deel #%d voor %s klaar en druk op Enter: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "een lege tekst, terwijl gebruikersinvoer werd verwacht"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "WAARSCHUWING: Archief is onvolledig"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n naam      een nieuwe bestandsnaam opgeven voor het volgende deel en de\n"
-"               daarop volgende delen\n"
-" q           tar afbreken\n"
-" y of Enter  doorgaan\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !           een subshell starten\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?           dit lijstje tonen\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Geen nieuw deel -- tar sluit af.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Geen bestandsnaam opgegeven.  Probeer het nog eens.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Ongeldige invoer.  Typ ? voor hulp.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Opdracht %s is mislukt"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s gaat mogelijk verder in dit deel: de kop bevat een afgekapte naam"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s gaat niet verder in dit deel"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s heeft een verkeerde grootte (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Dit deel valt buiten de reeks (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Archief bevat geen label, kan niet overeenkomen met %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Deel %s komt niet overeen met %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: bestandsnaam is te lang om opgeslagen te worden in een GNU-meerdelenkop; "
-"afgekapt"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "schrijven is niet gestopt op een recordgrens"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Kon slechts %lu van %lu byte lezen"
-msgstr[1] "Kon slechts %lu van %lu bytes lezen"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Inhouden verschillen"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Onverwacht einde-van-bestand in archief"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Bestandssoort verschilt"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Modus verschilt"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "UID verschilt"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "GID verschilt"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Wijzigingstijd verschilt"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Grootte verschilt"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Niet gekoppeld aan %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symbolische koppeling verschilt"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Apparaatnummer verschilt"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verifiëren "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Onbekende bestandssoort '%c'; gedifft als gewoon bestand"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Archief bevat bestandsnamen waarvan de prefixen verwijderd zijn."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Een verificatie kan mogelijk de originele bestanden niet vinden."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "Verificatie is MISLUKT: %d ongeldige kop gevonden"
-msgstr[1] "Verificatie is MISLUKT: %d ongeldige koppen gevonden"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Een los blok met nullen op %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: map bevat cache-markering %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "waarde %s valt buiten bereik voor %s (%s..%s); wordt vervangen door %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "waarde %s valt buiten bereik voor %s (%s..%s)"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Er worden negatieve octale koppen gemaakt"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: bestandsnaam is te lang (max %d); niet gearchiveerd"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: bestandsnaam is te lang (kan niet worden gesplitst); niet gearchiveerd"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: koppelingsnaam is te lang; niet gearchiveerd"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Bestand is gekrompen met %s byte; aangevuld met nullen"
-msgstr[1] "%s: Bestand is gekrompen met %s bytes; aangevuld met nullen"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: bestand staat op een ander bestandssysteem; niet gearchiveerd"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "inhoud niet gearchiveerd"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Onbekende bestandssoort; bestand genegeerd"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Ontbrekende koppelingen naar %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: bestand is ongewijzigd; niet gearchiveerd"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: bestand is het archief zelf; niet gearchiveerd"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "map is niet gearchiveerd"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: bestand is gewijzigd tijdens het lezen"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socket genegeerd"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: deur genegeerd"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Alles tot aan volgende kop wordt overgeslagen"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Niet-kop wordt uit archief verwijderd"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: onwaarschijnlijk oude tijdsstempel %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: tijdsstempel %s ligt %s seconden in de toekomst"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Onverwachte inconsistentie tijdens aanmaken van map"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Map werd hernoemd voordat de status ervan kon worden bepaald"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Aaneengesloten bestanden worden uitgepakt als gewone bestanden"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr ""
-"Poging om symbolische koppelingen als harde koppelingen uit te pakken..."
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Kan niet uitpakken -- bestand gaat door vanuit een ander deel"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Onverwachte langenaamkop"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Onbekende bestandssoort '%c'; uitgepakt als gewoon bestand"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Huidige %s is nieuwer of even oud"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Kan geen reservekopie van dit bestand maken"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Kan %s niet tot %s hernoemen"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Map is hernoemd van %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Map is hernoemd"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Map is nieuw"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Ongeldig tijdsstempel"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Ongeldige wijzigingstijd (seconden)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Ongeldige wijzigingstijd (nanoseconden)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Ongeldig apparaatnummer"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Ongeldig inode-nummer"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Veld is te lang, tijdens lezen van snapshot-bestand"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Leesfout tijdens lezen van snapshot-bestand"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Onverwacht einde-van-bestand in snapshot-bestand"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Onverwachte veldwaarde in snapshot-bestand"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Ontbrekende record-afsluiting"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Onjuiste incrementele bestandsindeling"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-"Niet-ondersteunde versie (%<PRIuMAX>) van incrementele bestandsindeling"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Onjuiste archiveringsmap: '%c' werd verwacht maar %#3o gevonden"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Onjuiste archiveringsmap: 'X' staat er dubbel"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Onjuiste archiveringsmap: lege naam in 'R'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Onjuiste archiveringsmap: 'T' werd niet voorafgegaan door 'R'"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Onjuiste archiveringsmap: lege naam in 'T'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"Onjuiste archiveringsmap: '%c' werd verwacht, maar de gegevens houden op"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Onjuiste archiveringsmap: 'X' is nergens gebruikt"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Kan met sjabloon %s geen tijdelijke map aanmaken"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Map wordt niet leeggemaakt: kan de status ervan niet bepalen"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: Map staat op een ander bestandssysteem; niet leeggemaakt"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Verwijderen van %s...\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Kan niet verwijderen"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Overgeslagen"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok van NUL-tekens **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Einde-van-bestand **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Witruimte in kop waar numerieke waarde voor %s werd verwacht"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Octaalwaarde %.*s in archief valt buiten bereik voor %s; 2-complement wordt "
-"aangenomen"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Octaalwaarde %.*s in archief valt buiten bereik voor %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Archief bevat ouderwetse grondtal-64 koppen"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Tekenreeks %s (met grondtal-64-met-teken) valt buiten bereik voor %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Grondtal-256 waarde in archief valt buiten bereik voor %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Archief bevat %.*s waar numerieke waarde voor %s werd verwacht"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Waarde %s in archief valt buiten bereik voor %s (%s..%s)"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " koppeling naar %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " onbekende bestandssoort %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Lange koppeling--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Lange naam--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Deelkop--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Verder bij byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Aanmaken van map:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Kan werkmap niet wijzigen"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Hernoemen van %s tot %s...\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Kan niet tot %s hernoemen"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Hernoemen van %s terug tot %s...\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Bestand werd verwijderd voordat het gelezen kon worden"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Map werd verwijderd voordat deze gelezen kon worden"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "dochterproces"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "interproces-kanaal"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Bestandsnamen bevatten jokertekens."
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Gebruik '--wildcards' om patroonovereenkomsten in te schakelen,\n"
-"of '--no-wildcards' om deze waarschuwing te onderdrukken."
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Komt niet voor in archief"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Is vereist maar komt niet voor in archief"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Archieflabel komt niet overeen"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Met '--listed-incremental' is '-C' niet toegestaan binnen een bestandenlijst"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Met '--listed-incremental' is slechts één '-C' toegestaan"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Opties '-%s' en '-%s' willen beide standaardinvoer gebruiken"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Ongeldige archiefindeling"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU-functies gevraagd bij een incompatibele archiefindeling"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Onbekende aanhalingsstijl '%s'.  Probeer '%s --quoting-style=help' voor een "
-"overzicht."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU 'tar' bewaart veel bestanden samen op een enkele magneetband of in een "
-"enkel schijfarchief, en kan individuele bestanden uit het archief "
-"herstellen.\n"
-"\n"
-"Voorbeelden:\n"
-"  tar -cf archief.tar foo bar  # Bestand archief.tar aanmaken van foo en "
-"bar.\n"
-"  tar -tvf archief.tar         # Alle bestanden in archief.tar opsommen.\n"
-"  tar -xf archief.tar          # Alle bestanden van archief.tar uitpakken.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Het reservekopie-achtervoegsel is '~', tenzij anders ingesteld met\n"
-"'--suffix' of met omgevingsvariabele SIMPLE_BACKUP_SUFFIX.\n"
-"Het versiebeheer kan worden ingesteld met '--backup' of met\n"
-"omgevingsvariabele VERSION_CONTROL; mogelijke waarden zijn:\n"
-"\n"
-"  none, off       nooit reservekopieën maken\n"
-"  t, numbered     genummerde reservekopieën maken\n"
-"  nil, existing   genummerd als ze al bestaan, anders simpel\n"
-"  never, simple   altijd simpele reservekopieën maken\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Hoofdbewerkingen:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "de inhoud van een archief opsommen"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "bestanden uit een archief uitpakken"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "een nieuw archief aanmaken"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "verschillen tussen archief en bestandssyteem vinden"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "bestanden aan het eind van een archief toevoegen"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-"alleen bestanden toevoegen die nieuwer zijn dan hun versie in het archief"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "tar-bestanden aan een archief toevoegen"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "uit het archief verwijderen (niet gebruiken bij magneetbanden!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "label van archiefdeel controleren en stoppen"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Werkingsaanpassers:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "luchtige bestanden efficiënt verwerken"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "HOOFD[.SUB]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "versie van te gebruiken luchtige indeling (impliceert --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "oude GNU-indeling van incrementeel archief verwerken"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "nieuwe GNU-indeling van incrementeel archief verwerken"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "dump-niveau voor aan te maken incrementeel archief"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "niet afsluiten met een foutcode bij onleesbare bestanden"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"alleen het AANTALste voorkomen van elk bestand in het archief verwerken; "
-"deze optie is alleen geldig samen met een van de subopdrachten --delete, --"
-"diff, --extract of --list, en wanneer een lijst van bestanden gegeven is op "
-"de opdrachtregel of via de optie -T; AANTAL is standaard 1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "in archief kan worden gesprongen"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "in archief kan niet worden gesprongen"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-"geen apparaatnummers controleren tijdens aanmaken van incrementele archieven"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"apparaatnummers controleren tijdens aanmaken van incrementele archieven "
-"(standaard)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Overschrijvingsopties:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "het archief na het schrijven proberen te verifiëren"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "bestanden na hun toevoeging aan het archief verwijderen"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "bij het uitpakken bestaande bestanden niet vervangen"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"bestaande bestanden die nieuwer zijn dan die in het archief niet vervangen"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "bestaande bestanden bij het uitpakken overschrijven"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "elk bestand verwijderen alvorens eroverheen uit te pakken"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "bestaande mappen leegmaken alvorens eroverheen uit te pakken"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "metagegevens van bestaande mappen behouden"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"de metagegevens van bestaande mappen bij het uitpakken overschrijven "
-"(standaard)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Selecteren van uitvoerkanaal:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "bestanden uitpakken naar standaarduitvoer"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "OPDRACHT"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "uitgepakte bestanden via pijp naar gegeven programma sluizen"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "afsluitwaardes van dochterprocessen negeren"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-"afsluitwaardes van dochterprocessen die niet nul zijn als fout behandelen"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Behandeling van bestandskenmerken:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "toegevoegde bestanden krijgen NAAM als eigenaar"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "toegevoegde bestanden krijgen NAAM als groep"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATUM-OF-BESTAND"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-"wijzigingstijd zetten van bestanden die wegens DATUM-OF-BESTAND zijn "
-"toegevoegd"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "WIJZIGINGEN"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "toegevoegde bestanden krijgen (symbolische) WIJZIGINGEN in hun modus"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "MANIER"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"toegangstijdsstempels van gearchiveerde bestanden behouden: door het "
-"herstellen van de tijdsstempels na het lezen (MANIER='replace'; standaard), "
-"of door de tijdsstempels met rust te laten (MANIER='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "bestandswijzigingstijden niet uitpakken"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"bestanden proberen uit te pakken met dezelfde eigenaar als in het archief "
-"(standaard voor root)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "bestanden uitpakken als uzelf (standaard voor gewone gebruikers)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "altijd getallen gebruiken voor gebruikers- en groepsnamen"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "bestandspermissies ook uitpakken (standaard voor root)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"de umask van de gebruiker toepassen bij het uitpakken van bestandspermissies "
-"(standaard voor gewone gebruikers)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-"uit te pakken namen sorteren zodanig dat ze overeenkomen met de volgorde in "
-"het archief"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "hetzelfde als -p en -s samen"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"het zetten van permissies en tijdsstempels van mappen uitstellen tot na het "
-"uitpakken"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "het effect van de optie --delay-directory-restore ongedaan maken"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Apparaatselectie en -wisseling:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIEF"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "archiefbestand of apparaat ARCHIEF gebruiken"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "archiefbestand is lokaal, zelfs als het een dubbele punt bevat"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "deze OPDRACHT gebruiken in plaats van 'rmt'"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "deze OPDRACHT gebruiken in plaats van 'rsh'"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "schijf en dichtheid opgeven"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "meerdelig archief aanmaken/opsommen/uitpakken"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "band wisselen na schrijven van AANTAL x 1024 bytes"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "script uitvoeren aan einde van elke band (impliceert -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "het deelnummer in BESTAND gebruiken/bijwerken"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blokverwerking:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKKEN"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOKKEN x 512 bytes per record"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "AANTAL bytes per record (een veelvoud van 512)"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "blokken met nullen in archief negeren (betekenen einde-van-bestand)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "doorgaan met lezen tot blok compleet is (voor 4.2BSD-pijpen)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Archiefindelingskeuze:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "INDELING"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "een archief maken in de gekozen indeling"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "INDELING is een van de volgende:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "oude V7 tar-indeling"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU-indeling van tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU-indeling van tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar-indeling)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax-indeling)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "hetzelfde als pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "hetzelfde als --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "hetzelfde als --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "sleutelwoord[[:]=waarde][,sleutelwoord[[:]=waarde]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "het aangeven van pax-sleutelwoorden"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEKST"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"een archief met deelnaam TEKST maken; bij opsommen/uitpakken TEKST als "
-"zoekpatroon voor de deelnaam gebruiken"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Compressie-opties:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "compressieprogramma afleiden uit bestandsachtervoegsel"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "compressieprogramma niet afleiden uit bestandsachtervoegsel"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROGRAMMA"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "het archief door dit programma filteren (moet '-d' accepteren)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Lokale bestandskeuze:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"het gegeven BESTAND aan het archief toevoegen (handig als de naam begint met "
-"een '-')"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "MAP"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "naar MAP gaan"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "namen van in of uit te pakken bestanden uit BESTAND halen"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "'-T' leest met NUL afgesloten namen, schakelt '-C' uit"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "het resultaat van de vorige '--null'-optie ongedaan maken"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"aanhalingstekens verwijderen rond bestandsnamen gelezen met '-T' (standaard)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "aanhalingstekens niet verwijderen rond bestandsnamen gelezen met '-T'"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATROON"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "bestanden uitsluiten, gegeven als een PATROON"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "uitsluitingspatronen staan opgesomd in BESTAND"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"inhoud van mappen die CACHEDIR.TAG bevatten uitsluiten, behalve CACHEDIR.TAG "
-"zelf"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "alles onder mappen die CACHEDIR.TAG bevatten uitsluiten"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "mappen die CACHEDIR.TAG bevatten uitsluiten"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"inhoud van mappen die BESTAND bevatten uitsluiten, behalve BESTAND zelf"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "alles onder mappen die BESTAND bevatten uitsluiten"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "mappen die BESTAND bevatten uitsluiten"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "systeemmappen van versiebeheer uitsluiten"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "reservekopieën en vergrendelingsbestanden uitsluiten"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "niet automatisch afdalen in mappen"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "in het lokale bestandssysteem blijven bij maken van archief"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "recursief in mappen afdalen (standaard)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "leidende '/' niet uit bestandsnamen verwijderen"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"symbolische koppelingen volgen; de bestanden waar ze naar verwijzen "
-"archiveren"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"harde koppelingen volgen; de bestanden waar ze naar verwijzen archiveren"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "LIDNAAM"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "beginnen bij lid LIDNAAM in het archief"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "alleen bestanden opslaan die nieuwer zijn dan DATUM-OF-BESTAND"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATUM"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "datum en tijd alleen vergelijken wanneer gegevens veranderd zijn"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "MANIER"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "voor verwijdering een reservekopie maken, op de aangegeven MANIER"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "TEKENREEKS"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"voor verwijdering een reservekopie maken, met TEKENREEKS als achtervoegsel "
-"(in plaats van '~', die standaard is tenzij door omgevingsvariable "
-"SIMPLE_BACKUP_SUFFIX veranderd)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Bestandsnaam-transformaties:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "dit AANTAL leidende componenten uit bestandsnamen verwijderen"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "EXPRESSIE"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-"deze vervangings-EXPRESSIE gebruiken om bestandsnamen met 'sed' te "
-"transformeren"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr "Bestandsnaamselectie-opties (voor zowel in- als uitsluitingspatronen):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "verschil tussen hoofd- en kleine letters negeren"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "patronen komen overeen met begin van bestandsnaam"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"patronen komen overeen met alles na een '/' (is standaard bij uitsluiting)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "hoofdlettergevoelige vergelijking (standaard)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "jokertekens gebruiken (is standaard bij uitsluiting)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "exacte tekenreeksvergelijking"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "jokertekens komen niet overeen met '/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "jokertekens komen overeen met '/' (is standaard bij uitsluiting)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informatieve uitvoer:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "de verwerkte bestanden opsommen"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "SLEUTELWOORD"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "waarschuwingsbeleid"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "voortgangsberichten tonen voor elk AANTALste record (standaard 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ACTIE"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "bij elk controlepunt deze ACTIE uitvoeren"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "een bericht tonen als niet alle links gearchiveerd werden"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"na verwerking van het archief het totaal aantal bytes printen; als een "
-"argument gegeven is, dan het totaal aantal bytes printen als dit SIGNAAL "
-"ontvangen wordt; mogelijke signalen zijn: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 "
-"en SIGUSR2; de namen zonder het voorvoegsel SIG worden ook geaccepteerd"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "bestandswijzigingstijden in UTC tonen"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "bestandstijden in volledige resolutie tonen"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "gedetailleerde uitvoer naar BESTAND sturen"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "blokgetal binnen archief tonen bij elk bericht"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "bij elke actie om toestemming vragen"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "standaardinstellingen van tar tonen"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"bij opsommen of uitpakken: elke map opsommen die niet aan zoekcriteria "
-"voldoet"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "bestands- of archiefnamen na transformatie tonen"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STIJL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"aanhalingsstijl voor namen instellen (zie verderop voor geldige waarden van "
-"STIJL)"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "ook de tekens in TEKENREEKS aanhalen"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "de tekens in TEKENREEKS niet aanhalen"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Compatibiliteitsopties:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"bij aanmaken hetzelfde als --old-archive; bij uitpakken hetzelfde als --no-"
-"same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Andere opties:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-"het gebruik van potentieel gevaarlijke opties of opdrachten uitschakelen"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Slechts één van de opties '-Acdtrux' of '--test-label' is mogelijk"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Conflicterende compressie-opties"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Onbekende signaalnaam: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Voorbeeldbestand voor tijdsstempel niet gevonden"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Onbekende datumopmaak %2$s wordt vervangen door %1$s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Optie %s: datum '%s' wordt begrepen als %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: bestandenlijst is al gelezen"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: gelezen bestandsnaam bevat een NUL-teken"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "het archief door '%s' filteren"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Geldige argumenten van de optie '--quoting-style' zijn:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Deze* tar gebruikt de volgende standaardwaarden:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Ongeldige blokkenfactor"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Ongeldige bandlengte"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Onjuiste waarde van incrementeel niveau"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Meerdere drempeldata"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Ongeldig versienummer voor luchtige indeling"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' is op dit platform niet mogelijk"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "Waarde van '--checkpoint' is geen geheel getal"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Ongeldige groep"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Ongeldige modus gegeven bij optie"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Ongeldig nummer"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Ongeldige eigenaar"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"De optie '--preserve' is vervallen; gebruik nu '--preserve-permissions --"
-"preserve-order'."
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Ongeldige recordgrootte"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Recordgrootte moet een veelvoud zijn van %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Ongeldig aantal elementen"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Slechts één optie '--to-command' is toegestaan"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Ongeldig dichtheidsargument: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Onbekende dichtheid: '%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opties '-[0-7][lmh]' worden niet ondersteund door *deze* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[BESTAND]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Oude optie '%c' vereist een argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "'--occurrence' betekent niets zonder een bestandenlijst"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "'--occurrence' kan niet worden gebruikt in de gevraagde werkingsmodus"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Voor meerdere archiefbestanden is de optie '-M' vereist"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Opties '--listed-incremental' en '--newer' gaan niet samen"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "Optie '--level' is betekenisloos zonder '--listed-incremental'"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Deellabel is te lang (grens is %lu byte)"
-msgstr[1] "%s: Deellabel is te lang (grens is %lu bytes)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Kan meerdelige archieven niet verifiëren"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Kan ingepakte archieven niet verifiëren"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Kan geen meerdelige ingepakte archieven verwerken"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Kan ingepakte archieven niet samenvoegen"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "optie '--pax' kan alleen worden gebruikt bij POSIX-archieven"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Deellengte kan niet kleiner zijn dan de recordgrootte"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "Opties '--preserve-order' en '--listed-incremental' gaan niet samen"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Een geheel leeg archief wordt niet aangemaakt"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Opties '-Aru' gaan niet samen met '-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "U dient een van de opties '-Acdtrux' of '--test-label' op te geven"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Gestopt in fouttoestand vanwege eerdere fouten"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Bestand is gekrompen met %s byte"
-msgstr[1] "%s: Bestand is gekrompen met %s bytes"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Sleutelwoord %s is onbekend of nog niet geïmplementeerd"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Tijdsstempel valt buiten toegestaan bereik"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Patroon %s kan niet worden gebruikt"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Sleutelwoord %s kan niet worden overstegen"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Onjuiste uitgebreide kop: ontbrekende lengte"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Lengte van uitgebreide kop valt buiten bereik"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Lengte %*s van uitgebreide kop valt buiten bereik"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Onjuiste uitgebreide kop: ontbrekende witruimte na de lengte"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Onjuiste uitgebreide kop: ontbrekend isgelijkteken"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Onjuiste uitgebreide kop: ontbrekend regeleinde"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Genegeerd: onbekend sleutelwoord '%s' in uitgebreide kop"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Aangemaakt paar van sleutelwoord en waarde is te lang (sleutelwoord=%s, "
-"lengte=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr ""
-"Waarde %2$s in uitgebreide kop valt buiten bereik voor %1$s (%3$s..%4$s)"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Onjuiste uitgebreide kop: ongeldige %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Onjuiste uitgebreide kop: overtollige %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Onjuiste uitgebreide kop: ongeldige %s: onverwacht scheidingsteken %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Onjuiste uitgebreide kop: ongeldige %s: oneven aantal waarden"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: ongeldige tijdswaarde"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: onbekende actie voor controlepunt"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "schrijven"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "lezen"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Schrijfcontrolepunt %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Leescontrolepunt %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile manipuleert gegevensbestanden voor de testreeksen van GNU paxutils.\n"
-"OPTIES zijn:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Bestandsaanmaak-opties:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "GROOTTE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "een bestand van de gegeven GROOTTE aanmaken"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "naar het bestand NAAM schrijven i.p.v. naar standaarduitvoer"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "bestandsnamen uit BESTAND lezen"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T leest met NUL afgesloten namen"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"het bestand met het gegeven PATROON vullen; PATROON is 'default' (standaard) "
-"of 'zeros' (nullen)"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "blokgrootte voor luchtig bestand"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"luchtig bestand genereren; de rest van de opdrachtregel specificeert de "
-"indeling"
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "POSITIE"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "naar deze positie springen alvorens met schrijven te beginnen"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Bestandsstatistieken-opties:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"voor elk gegeven bestand de inhoud van de struct 'stat' printen; de "
-"standaard INDELING is: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Synchrone-uitvoer-opties:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPTIE"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"gegeven ARGUMENTEN uitvoeren; dit is nuttig bij '--checkpoint' samen met één "
-"van '--cut', '--append', '--touch', of '--unlink'"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"de gegeven actie uitvoeren (zie verderop) bij bereiken van het AANTALste "
-"controlepunt"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "de datum voor de volgende '--touch'"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "de uitgevoerde controlepunten en de afsluitwaarde van OPDRACHT tonen"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Synchroon uit te voeren acties.  Deze worden uitgevoerd bij het bereiken van "
-"het controlepunt opgegeven met de optie '--checkpoint'."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"BESTAND afkappen tot de grootte opgegeven met een voorafgaande optie '--"
-"length' (of 0 als niet gegeven)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"BESTAND met GROOTTE aantal bytes vergroten; deze GROOTTE is met een "
-"voorafgaande optie '--length' opgegeven"
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "de toegangs- en wijzigingstijdsstempels van BESTAND bijwerken"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "OPDRACHT uitvoeren"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "BESTAND verwijderen"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Ongeldige grootte: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Getal valt buiten toegestaan bereik: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negatieve grootte: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "Kan status van %s niet bepalen"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "gevraagde bestandslengte is %lu, werkelijke is %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "aangemaakt bestand is niet luchtig"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Fout tijdens getalsontleding, nabij '%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Onbekende datumopmaak"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENTEN]..."
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "Kan '%s' niet openen"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "Kan niet springen"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "Bestandsnaam bevat een NUL-teken"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"Kan geen luchtige bestanden genereren op standaarduitvoer; gebruik de optie "
-"'--file'"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "Onjuist masker (nabij '%s')"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Onbekend veld '%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "Kan tijdsstempel van '%s' niet zetten"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "Kan '%s' niet verwijderen"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Opdracht is succesvol afgesloten\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Opdracht is mislukt met afsluitwaarde %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Opdracht is afgebroken door signaal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Opdracht is gestopt door signaal %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Opdracht resulteerde in een core-dump\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Opdracht is afgebroken\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "Optie '--stat' vereist bestandsnamen"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Kan werkmap niet opslaan"
diff --git a/po/pl.gmo b/po/pl.gmo
deleted file mode 100644 (file)
index e8c8f1f..0000000
Binary files a/po/pl.gmo and /dev/null differ
diff --git a/po/pl.po b/po/pl.po
deleted file mode 100644 (file)
index c926027..0000000
--- a/po/pl.po
+++ /dev/null
@@ -1,2765 +0,0 @@
-# Polish translation of GNU tar
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Rafał Maszkowski <rzm@icm.edu.pl>, 1996, 1997, 2000, 2001, 2003, 2004, 2006-2010.   „”
-# Thanks to Jakub Bogusz for remarks and corrections, 2003, 2004, 2007, 2008
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-13 14:50+0200\n"
-"Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
-"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "błędny argument %s opcji %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "niejednoznaczny argument %s opcji %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Prawidłowe argumenty to:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: wartość %s jest mniejsza lub równa %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Parametr ARGP_HELP_FMT wymaga podania wartości"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: Parametr ARGP_HELP_FMT musi być dodatni"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Nieznany parametr ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Śmieci w ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Argumenty obowiązkowe lub opcjonalne dla opcji długich są również "
-"obowiązkowe lub opcjonalne również dla odpowiadających im opcji krótkich."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Składnia:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  albo: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr "[OPCJE...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Użyj `%s --help' albo `%s --usage' żeby otrzymać więcej informacji\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Raporty o błędach należy wysyłać do %s .\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Nieznany błąd systemu"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "wyświetlenie tego opisu"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "krótka informacja o opcjach"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAZWA"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "ustawienie nazwy programu"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEK"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "poczekaj SEK sekund (domyślnie 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "informacja o wersji programu"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(BŁĄD PROGRAMU) Nieznana wersja!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Za dużo argumentów\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(BŁĄD PROGRAMU) Opcja powinna była być rozpoznana!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "błąd zapisu"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: opcja '%s' jest niejednoznaczna\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: opcja '--%s' nie może mieć argumentu\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: opcja '%c%s' nie może mieć argumentu\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: opcja '--%s' wymaga argumentu\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: nierozpoznana opcja '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: nierozpoznana opcja '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: błędna opcja -- '%c'\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: opcja wymaga argumentu -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: opcja '-W %s' jest niejednoznaczna\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: opcja '-W %s' nie może mieć argumentu\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: opcja '-W %s' wymaga argumentu\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "brak pamięci"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "nie udało się zapisać bieżącego katalogu"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "nie udało się powrócić do początkowego katalogu bieżącego"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yYtT]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Pakowane przez %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Pakowane przez %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licencja GPLv3+: GNU GPL wersja 3 albo późniejsza http://gnu.org/licenses/"
-"gpl.html\n"
-"To jest wolne oprogramowanie: możesz je modyfikować i rozpowszechniać.\n"
-"Autorzy NIE DAJĄ GWARANCJI w granicach dozwolonych prawem.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Napisany przez %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Napisany przez %s i %s\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Napisany przez %s, %s i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Napisany przez %s, %s, %s i\n"
-"%s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Napisany przez %s, %s, %s,\n"
-"%s i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Napisany przez %s, %s, %s,\n"
-"%s, %s i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Napisany przez %s, %s, %s,\n"
-"%s, %s, %s i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Napisany przez %s, %s, %s,\n"
-"%s, %s, %s, %s i\n"
-"%s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Napisany przez %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s i %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Napisany przez %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s i innych.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"O błędach programu poinformuj %s\n"
-"O błędach tłumaczenia poinformuj translation-team-pl@lists.sourceforge.net\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Raporty o błędach %s należy wysyłać do %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Strona domowa %s: %s\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Strona domowa %s: http://www.gnu.org/software/%s/\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Informacje o używaniu oprogramowania GNU: http://www.gnu.org/gethelp/\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Nie można %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Uwaga: Nie można %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Nie można zmienić uprawnień na %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Nie można zmienić właściciela na uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Nie można utworzyć łącza do %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Błąd czytania, bajt %s, przy czytaniu %lu bajtu"
-msgstr[1] "%s: Błąd czytania, bajt %s, przy czytaniu %lu bajtów"
-msgstr[2] "%s: Błąd czytania, bajt %s, przy czytaniu %lu bajtów"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Uwaga: Błąd czytania, bajt %s, przy czytaniu %lu bajtu"
-msgstr[1] "%s: Uwaga: Błąd czytania, bajt %s, przy czytaniu %lu bajtów"
-msgstr[2] "%s: Uwaga: Błąd czytania, bajt %s, przy czytaniu %lu bajtów"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Nie można ustawić pozycji %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Uwaga: Nie można ustawić wskaźnika na %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Nie można było utworzyć łącza symbolicznego do %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Można było zapisać tylko %lu z %lu bajtu"
-msgstr[1] "%s: Można było zapisać tylko %lu z %lu bajtów"
-msgstr[2] "%s: Można było zapisać tylko %lu z %lu bajtów"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Usunięcie początkowego `%s' z nazw plików"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr ""
-"Usunięcie początkowego `%s' z nazw plików wskazywanych przez łącza zwykłe"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Podstawienie `.' zamiast pustej nazwy"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Podstawienie `.' zamiast pustej nazwy wskazywanej przez łącze zwykłe"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Usługa niedostępna"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-"Nie można połączyć się z %s: nie udało się przetłumaczyć nazwy na adres"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Nie można uruchomić zdalnego shella"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Sposób ustawiania pozycji w pliku spoza zakresu"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Błędne kierunek przesuwania wskaźnika pozycji"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Błędne przesunięcie wskaźnika pozycji"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Pozycja w pliku poza zakresem"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Błędna liczba bajtów"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Liczba bajtów poza zakresem"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Przedwczesny EOF"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Błędny kod operacji"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operacja nie przewidziana"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Nieoczekiwany argumenty"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Posługiwanie się napędem taśmowym, przyjmowanie poleceń od zdalnego procesu"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "LICZBA"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "ustawienie poziomu wypisywania informacji diagnostycznych"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "PLIK"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "plik do zapisywania informacji diagnostycznych"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "nie można otworzyć %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "za dużo argumentów"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Bezsensowna komenda"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "To nie wygląda jak archiwum tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Licza zapisanych bajtów"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Liczba przeczytanych bajtów"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Liczba skasowanych bajtów: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Błędna wartość record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Nie podana nazwa archiwum"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Nie można zweryfikować archiwum z/do stdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Archiwum jest skompresowane. Należy użyć opcji %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Nie można uaktualnić archiwum skompresowanego"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Na początku taśmy, teraz kończę"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Za dużo błędów, kończę"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Rozmiar rekordu = %lu blok"
-msgstr[1] "Rozmiar rekordu = %lu bloki"
-msgstr[2] "Rozmiar rekordu = %lu bloków"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Nierówny blok (%lu bajt) w archiwum"
-msgstr[1] "Nierówny blok (%lu bajty) w archiwum"
-msgstr[2] "Nierówny blok (%lu bajtów) w archiwum"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Nie można się cofnąć w pliku archiwum; może nie być czytelny bez -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek nie zatrzymał się na granicy rekordów"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: zawiera błędny numer części"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Przepełnienie numeru części"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Przygotuj część numer %d dla %s i naciśnij return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF kiedy była oczekiwana odpowiedź użytkownika"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "UWAGA: Archiwum jest niekompletne"
-
-# rare case when `for parts' translates into `części' for both sing. and plural in Polish - rzm
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n nazwa       Podanie nowej nazwy dla następnej (i kolejnych) części\n"
-" q             Zakończenie programu tar\n"
-" y albo Enter  Kontynuacja\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Uruchomienie powłoki\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Wypisanie tej listy\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Brak nowej części; zakończenie pracy.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Brak nazwy pliku. Spróbuj jeszcze raz.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-"Błędne dane wejściowe. Wciśnij ? żeby przeczytać informacje pomocnicze\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s polecenie zwróciło błąd"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s prawdopodobnie jest kontynuowany w tej części: nagłówek zawiera skróconą "
-"nazwę"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s nie jest kontynuowany w tej części"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s to zły rozmiar (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Ta część nie jest w kolejności (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Etykieta archiwum nie pasuje do %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Część %s nie pasuje do %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: nazwa pliku jest za długa do zapisania w nagłówku wieloczęściowego "
-"archiwum GNU, zostanie skrócona"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "zapis nie zakończył się na granicy bloków"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Można było przeczytać tylko %lu z %lu bajtu"
-msgstr[1] "Można było przeczytać tylko %lu z %lu bajtów"
-msgstr[2] "Można było przeczytać tylko %lu z %lu bajtów"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Zawartości się różnią"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Nieoczekiwany EOF w archiwum"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Różne typy plików"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Uprawnienia się różnią"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid się różni"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid się różni"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Czas modyfikacji się różni"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Rozmiar się różni"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Nie dołączony do %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Łącze symboliczne się różni"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Różnią się numery urządzeń"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Sprawdzanie "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Nieznany typ pliku `%c' porównywany jako zwykły plik"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Archiwum zawiera nazwy plików bez początkowych elementów ścieżek."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Podczas weryfikacji mogą nie być znalezione pliki lokalne"
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "BŁĄD WERYFIKACJI: wykryto %d błędny nagłówek"
-msgstr[1] "BŁĄD WERYFIKACJI: wykryto %d błędne nagłówki"
-msgstr[2] "BŁĄD WERYFIKACJI: wykryto %d błędnych nagłówków"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Samotny blok zerowy przy %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: zawiera znacznik katalogu pamięci podręcznej %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "wartość %s z %s poza zakresem %s..%s; podstawione %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "wartość %s z %s poza zakresem %s..%s"
-
-# hm? - rzm
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Tworzenie ujemnych nagłówków ósemkowych"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: nazwa pliku jest za długa (powyżej %d); nie została zapisana"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-"%s: nazwa pliku jest za długa (nie może być podzielona); nie została zapisana"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: nazwa łącza jest za długa; nie została zapisana"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Plik skurczył się o %s bajt; jest dopełniany zerami"
-msgstr[1] "%s: Plik skurczył się o %s bajty; jest dopełniany zerami"
-msgstr[2] "%s: Plik skurczył się o %s bajtów; jest dopełniany zerami"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: plik w innym systemie plików; nie został zapisany"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "zawartość nie została zapisana"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Nieznany typ pliku; plik zignorowany"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Brakujące łącza do %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: plik jest niezmieniony; nie został zapisany"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: plik jest w tym archiwum; nie został zapisany"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "katalog nie został zapisany"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: plik zmienił się w trakcie czytania"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: zignorowane gniazdo z nazwą"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: zignorowany plik door"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Przeskoczenie do następnego nagłówka"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Kasowanie z archiwum nie-nagłówka"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: niemożliwie stara data %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: znacznik czasowy %s jest przesunięty o %s s w przyszłość"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Nieoczekiwana niespójność przy zakładaniu katalogu"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Katalog zmienił nazwę zanim można było odtworzyć jego status"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Odtwarzanie plików ciągłych (nie sparse) jako zwykłych"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Próba odtworzenia łącza symbolicznego jako zwykłego"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Nie można odtworzyć -- plik jest kontynuowany z innej części"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Niespodziewany nagłówek z długą nazwą"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Nieznany typ pliku `%c', odtworzony jako plik zwykły"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Aktualny %s jest nowszy albo w tym samym wieku"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Nie można było zrobić kopii zapasowej tego pliku"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Nie można przemianować %s na %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Nazwa katalogu została zmieniona z %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Nazwa katalogu została zmieniona"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Katalog jest nowy"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Błędny czas pliku"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Błędny czas modyfikacji (sekundy)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Błędny czas modyfikacji (nanosekundy)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Błędny numer urządzenia"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Błędny numer inodu"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Za długie pole w pliku migawkowym"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Błąd czytania pliku migawkowego"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Nieoczekiwany EOF w pliku migawkowym"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Nieoczekiwana wartość pola w pliku migawkowym"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Brakujące zakończenie rekordu"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Zły format pliku przyrostowego"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Nie obsługiwana wersja formatu przyrostowego: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Zły format katalogu zrzutów: oczekiwano '%c', znaleziono %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Zły format katalogu zrzutów: powtórzone 'X'"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Zły format katalogu zrzutów: pusta nazwa w 'R'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Zły format katalogu zrzutów: 'T' nie jest poprzedzone przez 'R'"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Zły format katalogu zrzutów: pusta nazwa w 'T'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Zły format katalogu zrzutów: oczekiwano '%c', znaleziono koniec danych"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Zły format katalogu zrzutów: nigdy nie użyte 'X'"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Nie można utworzyć katalogu tymczasowego przy użyciu wzorca %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Bez skasowania katalogu: nie można odczytać stanu"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: katalog na innym urządzeniu: bez skasowania"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Usunięcie %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Nie można usunąć"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Pominięty"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok zer **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok: %s: ** Koniec pliku **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Odstępy w nagłówku zamiast spodziewanej wartości numerycznej %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Wartość ósemkowa %.*s w archiwum jest spoza zakresu %s; będzie traktowana "
-"jak uzupełnienie dwójkowe"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Wartość ósemkowa %.*s w archiwum jest spoza zakresu %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Archiwum zawiera przestarzałe nagłówki base64"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "W archiwum jest łańcuch base64 %s spoza zakresu %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Wartość base256 w archiwum jest spoza zakresu %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Archiwum zawiera %.*s tam gdzie oczekiwana była liczba %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Wartość %s w archiwum jest spoza zakresu %s %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " łącze do %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " nieznany typ pliku %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Długie łącze--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Długa nazwa--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Nagłówek części--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Kontynuacja od bajtu %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Tworzony jest katalog:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Nie można zmienić katalogu"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Nazwa %s zmieniona na %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Nie można przemianować na %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Nazwa zmieniona z %s z powrotem na %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Plik usunięty zanim został przeczytany"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Katalog usunięty zanim został przeczytany"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proces potomny"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "kanał między procesami"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "W nazwach plików użyto znaków dopasowania wzorców"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Użyj --wildcards aby włączyć porównywanie wzorców albo --no-wildcards żeby "
-"wyłączyć to ostrzeżenie"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Nie znalazłem w archiwum"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Brak podanego wystąpienia pliku w archiwum"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Nie pasująca etykieta archiwum"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Nie jest dozwolone używanie opcji -C wewnątrz listy plików razem z --listed-"
-"incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Z --listed-incremental można użyć tylko jednej opcji -C"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Opcje `-%s' i `-%s' obie chcą dostępu do standardowego wejścia"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Błędny format archiwum"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Próba użycia rozszerzeń GNU z niekompatybilnym formatem archiwum"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Nieznany styl cytowania `%s'. Użyj `%s --quoting-style=help' żeby zobaczyć "
-"listę."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"`tar' GNU zapisuje wiele plików razem na na jednej taśmie lub archiwum "
-"dyskowym i może odzyskać poszczególne pliki z archiwum.\n"
-"\n"
-"Przykłady:\n"
-"  tar -cf archive.tar foo bar  # utworzenie archive.tar z plików foo i bar.\n"
-"  tar -tvf archive.tar         # wypisanie szczegółowe plików w archive."
-"tar.\n"
-"  tar -xf archive.tar          # rozpakowanie plików z archive.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Przyrostek kopii zapasowej to `~', jeżeli nie został zmieniony przez --"
-"suffix\n"
-"lub SIMPLE_BACKUP_SUFFIX.  Sposób zarządzania wersjami może być zmieniony "
-"przez\n"
-"--backup lub VERSION_CONTROL, możliwe wartości:\n"
-"\n"
-"  none, off       bez kopii zapasowych\n"
-"  t, numbered     zrobienie numerowanych kopii zapasowych\n"
-"  nil, existing   numerowane jeżeli takie już są, w przeciwnym wypadku "
-"proste\n"
-"  never, simple   proste kopie zapasowe\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Podstawowe tryby działania:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "wypisanie zawartości archiwum"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "rozpakowanie plików z archiwum"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "utworzenie nowego archiwum"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "sprawdzenie różnic między archiwum i plikami na dysku"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "dołączenie plików na końcu archiwum"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "dołączenie tylko plików nowszych niż kopie w archiwum"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "dołączenie plików tar do archiwum"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "skasowanie plików z archiwum (nie na taśmie!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "przetestowanie etykiety archiwum i wyjście"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modyfikatory działania:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "efektywne przetwarzanie plików rzadkich"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "ustawienie wersji używanego formatu plików rzadkich (włącza --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "backup przyrostowy w starym formacie GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "backup przyrostowy w nowym formacie GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "numer poziomu tworzonej albo oglądanej przyrostowej kopii zapasowej"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "bez zakończenia błędem jeżeli niedostępne pliki"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"przetwarzanie tylko co LICZBA wystąpienie każdego pliku w archiwum. Opcja "
-"działa tylko razem z --delete, --diff, --extract albo --list oraz gdy lista "
-"plików jest podana w linii poleceń albo przez opcję -T. LICZBA domyślnie "
-"wynosi 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "archiwum o swobodnym dostępie"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "archiwum bez swobodnego dostępu"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "bez sprawdzania numerów urządzeń przy tworzeniu archiwów przyrostowych"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr "ze sprawdzaniem numerów urządzeń przy tworzeniu archiwów przyrostowych"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Sterowanie zamazywaniem"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "próba weryfikacji archiwum po zapisaniu"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "usunięcie plików po dodaniu do archiwum"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "bez zamazania istniejących plików rozpakowanymi"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"bez zastępowania istniejących plików, które są nowsze niż ich kopie w "
-"archiwum"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "nadpisywanie istniejących plików"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "usunięcie każdego pliku przed zamazaniem go rozpakowanym plikiem"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "opróżnianie starych katalogów przed rozpakowaniem kopii z archiwum"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "zachowanie metadanych istniejących katalogów"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"nadpisywanie metadanych istniejących katalogów przy rozpakowywaniu "
-"(domyslnie)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Wybór strumienia wyjściowego"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "rozpakowanie plików na standardowe wyjście"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "POLECENIE"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "przekazanie rozpakowywanych plików do innego programu"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "zignorowanie kodów wyjścia procesów potomnych"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-"traktowanie niezerowych kodów wyjściowych procesów potomnych jako błędu"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Przetwarzanie atrybutów plików:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "nadanie właściciela NAZWA dodanym plikom"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "nadanie grupy NAZWA dodanym plikom"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATA_ALBO_PLIK"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "ustawianie czasu modyfikacji dodanych plików z DATA_ALBO_PLIK"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ZMIANY"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "ZMIANA uprawnień dodanych plików (podanych symbolicznie)"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODA"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"zachowanie czasów dostępu archiwizowanych plików przez ich odtworzenie po "
-"czytaniu (METODA='replace'; domyślnie) albo przez nieustawianie czasu "
-"(METODA='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "bez odtworzenia czasu modyfikacji rozpakowanego pliku"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"staranie się o odtworzenie właścicieli plików według zapisu w archiwum "
-"(domyślnie dla superusera)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"rozpakowanie plików jako własności rozpakowującego (domyślnie dla zwykłych "
-"użytkowników)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "używanie numerów, nie nazw użytkowników/grup"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"odtworzenie informacji o uprawnieniach plików (domyślnie dla superusera)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"użycie umask użytkownika przy odtwarzaniu uprawnień z archiwum (domyślnie "
-"dla zwykłych użytkowników)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "pliki do rozpakowania posortowane jak w archiwum"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "to samo co równocześnie -p i -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"ustawianie czasów zmian i uprawnień odtworzonych katalogów opóźnione do "
-"końca rozpakowywania"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "wyłączenie efektu opcji --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Wybór i przełączanie urządzeń:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIWUM"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "użycie pliku lub urządzenia ARCHIWUM"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "plik archiwum lokalny, nawet jeżeli ma dwukropek"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "użyj POLECENIA zamiast /etc/rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "użyj POLECENIA zamiast rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "podanie napędu i gęstości"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "tworzenie/wypisanie/rozpakowanie archiwum wieloczęściowego"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "zmiana taśmy po zapisaniu LICZBA x 1024 bajtów"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "uruchomienie skryptu na końcu taśmy (włącza -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "użycie/uaktualnienie numeru części w PLIKU"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Parametry bloków:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKI"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOKI x 512 bajtów na rekord"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "LICZBA bajtów w rekordzie, wielokrotność 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ignorowanie wyzerowanych bloków w archiwum (oznacza EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "podzielenie na bloki przy odczycie (dla pipe 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Wybór formatu archiwum:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "utworzenie archiwum w danym formacie."
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT może być jednym z następujących:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "stary format tara z V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "format GNU dla tara <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "format tara GNU 1.13"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "format POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "format POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "to samo co pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "to samo co --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "to samo co --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "słowo_kluczowe[[:]=wartość][,słowo_kluczowe[[:]=wartość]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "ustawianie słów kluczowych formatu pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEKST"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"utworzenie archiwum z nazwą wolumenu TEKST. Przy wypisywaniu/rozpakowaniu "
-"TEKST będzie użyty jako wzorzec dopasowania dla nazwy"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Opcje kompresji"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "użycie przyrostka nazwy archiwum do ustalenia programu kompresującego"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-"bez używania przyrostka nazwy archiwum do wyznaczenia programu kompresującego"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROGRAM"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtrowanie przez PROGRAM (akceptujący -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Wybór plików lokalnych:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"dodanie podanego PLIKU do archiwum (przydatne jeżeli jego nazwa startuje od "
-"myślnika)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "KATALOG"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "przejście do KATALOGU"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "nazwy plików do rozpakowania lub spakowania z PLIKU"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T czyta nazwy zakończone zerem, wyłącz -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "wyłączenie efektu użycia opcji --null"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-"usunięcie znaków cytowania z nazw plików czytanych poprzez opcję -T "
-"(domyślnie)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "bez usuwania znaków cytowania z nazw plików czytanych poprzez opcję -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "WZORZEC"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "wykluczenie nazw pasujących do WZORCA"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "wykluczenie nazw pasujących do wzorców w PLIKU"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"wykluczenie katalogów zawierających znacznik pamięci podręcznej CACHEDIR."
-"TAG, oprócz samych plików znacznika"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "wykluczenie katalogów zawierających CACHEDIR.TAG i ich podkatalogów"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "wykluczenie katalogów zawierających CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "wykluczenie katalogów zawierających PLIK, ale nie samego PLIKU"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "wykluczenie katalogów zawierających PLIK i ich podkatalogów"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "wykluczenie katalogów zawierających PLIK"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "wykluczenie katalogów systemu administrowania wersjami"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "wykluczenie plików kopii zapasowych i rezerwacji zasobów"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "bez automatycznego zagłębiania się w katalogi"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "pozostanie w jednym systemie plików"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "zagłębianie się w podkatalogi (domyślnie)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "bez usuwania początkowego `/' z nazw plików"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "archiwizacja plików, na które wskazują łącza symboliczne"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "archiwizacja plików, na które wskazują łącza zwykłe"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NAZWA-PLIKU"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "zaczęcie od pliku NAZWA-PLIKU w archiwum"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "zapisanie tylko plików nowszych niż DATA albo data PLIKU"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "porównywanie daty i czasu tylko dla zmienionych danych"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "TRYB"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "kopia zapasowa przed usunięciem, wybranie TRYBU zarządzania wersjami"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "NAPIS"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"kopia zapasowa przed usunięciem, zmiana domyślnego przyrostka ('~', jeżeli "
-"nie zmieniony przez zmienną środowiska SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Zmiany nazwy plików:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"ucięcie przed rozpakowaniem LICZBY początkowych elementów ścieżki z nazw "
-"plików"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "WYRAŻENIE"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "użycie WYRAŻENIA zamiany sed-a do przekształcenia nazw plików"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Opcje filtracji nazw plików (dotyczą zarówno wzorców wykluczania jak "
-"włączania):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "traktowanie tak samo małych i wielkich liter"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "nazwy porównywane od początków nazw plików"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "wzorce odnoszą się do nazw po każdym / (domyślnie)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "odróżnianie małych i wielkich liter (domyślnie)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "używanie wildcards (domyślnie dla wykluczania)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "dosłowne porównywanie napisów"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "wildcards nie są porównywane z `/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "wildcards są porównywane z '/' (domyślnie dla wykluczania)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informacje:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "wypisywanie szczegółów o przetwarzanych plikach"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "SŁOWO KLUCZOWE"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "sterowanie ostrzeżeniami"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"wypisywanie co ILE rekordów informacji o przetwarzaniu (domyslnie co 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "AKCJA"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "wykonanie AKCJI przy każdym punkcie kontrolnym"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "wypisanie komunikatu jeżeli nie wszytkie łącza zostały zapisane"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SYGNAŁ"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"wypisanie całkowitej liczby bajtów po przetworzeniu archiwum; z argumentem - "
-"wypisanie całkowitej liczby bajtów kiedy zostanie wysłany SYGNAŁ; Dozwolone "
-"sygnały: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 i SIGUSR2; nazwy bez prefiksu SIG "
-"są też akceptowane"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "wypisanie czasów modyfikacji plików w UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "wypisanie czasu pliku z pełną dokładnością"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "zapisanie dokładnych informacji w PLIKU"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "pokazanie przy każdym komunikacie numeru bloku w archiwum"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "proszenie o potwierdzenie każdego działania"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "wypisanie domyślnych ustawień tar-a"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"wypisywanie każdego katalogu nie pasującego do kryteriów szukania przy "
-"wypisywaniu albo rozpakowywaniu archiwum"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "pokazanie nazw plików albo archiwów po przeszktałceniu"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STYL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"ustawienie stylu ujmowania nazw w cudzysłowy; poniżej dozwolone wartości "
-"STYLU"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "dodatkowe ujmowanie w znaki cytowania znaków z ŁAŃCUCHA"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "wyłączenie ujmowania w znaki cytowania znaków z ŁAŃCUCHA"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Opcje kompatybilności:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"przy tworzeniu: to samo co --old-archive przy odtwarzaniu: to co --no-same-"
-"owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Inne opcje:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "wyłączenie używania potencjalnie szkodliwych opcji"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Nie można podać więcej niż jednej opcji z `-Acdtrux' albo `--test-label'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Niezgodne opcje kompresji"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Nieznana nazwa sygnału: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Nie znaleziono pliku z datą"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Postawienie %s w miejscu nieznanego formatu daty %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Opcja %s: Potraktowanie daty `%s' jako %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: lista plików już przeczytana"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: przeczytana nazwa pliku zawiera znak NUL"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "filtrowanie archiwum przez %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Prawidłowe argumenty dla opcji --quoting-style:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Ten* tar ma domyślne parametry:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Błędny współczynnik łączenia w bloki"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Błędna długość taśmy"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Błędny numer poziomu przyrostowej kopii zapasowej"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Więcej niż jedna data graniczna"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Błędna wartość wersji plików rzadkich"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "ten system nie pozwala na użycie --atime-preserve='system'"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "wartość --checkpoint nie jest liczbą całkowitą"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Błędna grupa"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Błędne uprawnienia podane w opcji"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Błędny numer"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Błędny właściciel"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Opcja --preserve jest przestarzała, zamiast niej użyj --preserve-permissions "
-"--preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Błędna wielkość rekordu"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Rozmiar rekordu musi być wielokrotnością %d"
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Błędna ilość elementów"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Wolno użyć tylko jednej opcji polecenia --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Błędna specyfikacja gęstości: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Nieznana gęstość: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opcje `-[0-7][lmh]' nie są używane w *tym* tarze"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[PLIK]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Stara opcja `%c' wymaga argumentu."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence nie ma znaczenia bez listy plików"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence nie może być użyte w tym trybie"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Archiwum składające się z wielu plików wymaga opcji `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Nie można połączyć --listed-incremental z --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "opcja --level nic nie znaczy bez użycia --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Za długa etykieta części (może mieć do %lu bajtu)"
-msgstr[1] "%s: Za długa etykieta części (może mieć do %lu bajtów)"
-msgstr[2] "%s: Za długa etykieta części (może mieć do %lu bajtów)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Nie można zweryfikować archiwum wieloczęściowego"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Nie można zweryfikować archiwum skompresowanego"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Nie można używać wieloczęściowego archiwum skompresowanego"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Nie można połączyć skompresowanych archiwów"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option może być użyta tylko przy archiwach POSIX-owych"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Długość części nie może być mniejsza od wielkości rekordu"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "opcja --preserve-order nie może być używana z --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Tchórzliwie odmawiam utworzenia pustego archiwum"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Opcje `-Aru' są niekompatybilne z `-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Musisz podać jedną z opcji `-Acdtrux' albo `--test-label'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Zakończenie w stanie błędu z powodu uprzednich błędów"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Plik skurczył się o %s bajt"
-msgstr[1] "%s: Plik skurczył się o %s bajty"
-msgstr[2] "%s: Plik skurczył się o %s bajtów"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Słowo kluczowe %s jest nieznane albo jeszcze nie zaimplementowane"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Czas spoza dozwolonego zakresu"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Nie może być użyty wzorzec %s"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Słowo kluczowe %s nie może być zastąpione"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Błędny nagłówek rozszerzony: brakuje długości"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Długość nagłówka rozszerzonego jest poza dozwolonym zakresem"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Długośc nagłówka rozszerzonego %*s jest poza zakresem"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Błędny nagłówek rozszerzony: brakuje odstępu po długości"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Błędny nagłówek rozszerzony: brakuje znaku równości"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Błędny nagłówek rozszerzony: brakuje znaku mowej linii"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Zignorowane nieznane słowo kluczowe nagłówka rozszerzonego `%s'"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Wygenerowana para słowo kluczowe/wartość jest za długa (słowo kluczowe=%s, "
-"długość=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Nagłówek rozszerzony - %s=%s jest poza zakresem %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Błędny nagłówek rozszerzony: błędny %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Błędny nagłówek rozszerzony: nadmiarowe %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Błędny nagłówek rozszerzony: błędny %s: niespodziewany ogranicznik %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Błędny nagłówek rozszerzony: błędny %s: nieparzysta liczba wartości"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: błędna specyfikacja ograniczenia czasu"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: nieznana akcja przy punkcie kontrolnym"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "zapis"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "odczyt"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Punkt kontrolny zapisu %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Punkt kontrolny czytania %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile służy do operacji na plikach w ramach zestawu testów GNU paxutils.\n"
-"OPCJE:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Opcje tworzenia plików:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "ROZMIAR"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Utworzenie pliku o podanym ROZMIARZE"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Pisanie na pliku NAZWA zamiast na standardowe wyjście"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Czytanie nazw plików z PLIKU"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T czyta nazwy zakończone zerem"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "Wypełnienie pliku podanym WZORCEM. WZORZEC to 'default' albo 'zeros'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Rozmiar bloku pliku rzadkiego"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Utworzenie pliku rzadkiego. Reszta argumentów określa mapę pliku."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "POZYCJA"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Ustawienie pozycji zapisu przez zapisem danych"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Opcje statystyki plików"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Wypisanie zawartości  struct stat  dla każdego podanego pliku. Domyślny "
-"FORMAT: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Opcje równoczesnego wykonywania:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPCJA"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Wykonanie ARGUMENTÓW. Przydatne z --checkpoint i jednym z --cut, --append, --"
-"touch albo --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Wykonanie podanej akcji (zobacz niżej) po napotkaniu punktu kontrolnego NUMER"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Ustaw datę następnej opcji --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Wypisanie wykonanych punktów kontrolnych i kodu wyjścia POLECENIA"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Akcje równoczesnego wykonania. Są podejmowane po osiągnięciu punktu "
-"kontrolnego o numerze podanym przez opcję --checkpoint"
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Obcięcie PLIKU do rozmiaru podanego przez poprzednia opcję --length (albo 0, "
-"jeżeli nie został podany)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Dodanie ROZMIAR bajtów do PLIKU. ROZMIAR jak podany przez poprzednią opcję --"
-"length."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Uaktualnienie czasów dostepu i modyfikacji PLIKU"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Wykonanie POLECENIA"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Usunięcie PLIKU"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Błędny rozmiar: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Liczba spoza dozwolonego zakresu: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Ujemny rozmiar: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "błąd stat(%s)"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "żądana długość pliku %lu, faktyczna %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "utworzony plik nie jest rzadki"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Błąd przetwarzania liczby blisko `%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Nieznany format daty"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENTY...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "nie można otworzyć `%s'"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "nie można ustawić pozycji"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "nazwa pliku zawiera znak NUL"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"nie można utworzyć pliku rzadkiego na standardowym wyjściu, użyj opcji --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "nieprawidłowa maska (koło `%s')"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr " Nieznane pole `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "nie można ustawić czasu na `%s'"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "nie można usunąć `%s'"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Polecenie zakończyło się poprawnie\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Polecenie zakończyło się niepoprawnie z kodem %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Polecenie zostało zakończone sygnałem %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Polecenie zostało zatrzymane sygnałem %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Został zapisany obraz pamięci (core dump) polecenia\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Polecenie zakończone\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat wymaga podania nazwy pliku"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Nie można zapisać bieżącego katalogu"
diff --git a/po/pt.gmo b/po/pt.gmo
deleted file mode 100644 (file)
index b0e164e..0000000
Binary files a/po/pt.gmo and /dev/null differ
diff --git a/po/pt.po b/po/pt.po
deleted file mode 100644 (file)
index 5f99848..0000000
--- a/po/pt.po
+++ /dev/null
@@ -1,3497 +0,0 @@
-# Portuguese translation of the "tar" messages
-# Copyright (1995) Free Software Foundation, Inc.
-# António José Coutinho <ajc@di.uminho.pt>
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.11.9\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 1996-04-20 21:50\n"
-"Last-Translator: António José Coutinho <ajc@di.uminho.pt>\n"
-"Language-Team: Portuguese <pt@li.org>\n"
-"Language: pt\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8-bit\n"
-
-#: gnu/argmatch.c:135
-#, fuzzy, c-format
-msgid "invalid argument %s for %s"
-msgstr "Formato de data inválido \"%s\""
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr ""
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr ""
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-#, fuzzy
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Os argumentos obrigatórios ou opcionais para as opções longas também\n"
-"são obrigatórios ou opcionais para as correspondentes opções curtas.\n"
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Forma de usar: %s [OPÇÃO]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Para mais informação, tente \"%s --help\".\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Erro desconhecido, do sistema"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr ""
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-#, fuzzy
-msgid "write error"
-msgstr "Escreve-se registo\n"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "Valor inválido para tamanho de registo (record_size)"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr ""
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Não se conseguiu determinar a directoria corrente"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr ""
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr ""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Mudou-se o nome %s para %s"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, fuzzy, c-format
-msgid "%s: Cannot %s"
-msgstr "Não se consegue duplicar %s com \"dup\""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr ""
-
-#: lib/paxerror.c:93
-#, fuzzy, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Não se pode mudar para o modo para %0.4o"
-
-#: lib/paxerror.c:101
-#, fuzzy, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Não se pode mudar o dono (owner) para \"uid\" %d, \"gid\" %d"
-
-#: lib/paxerror.c:127
-#, fuzzy, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "Não se consegue ler a ligação (\"link\") %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"Erro de leitura no \"byte\" %ld, durante a leitura de %d \"bytes\" do "
-"ficheiro %s"
-msgstr[1] ""
-"Erro de leitura no \"byte\" %ld, durante a leitura de %d \"bytes\" do "
-"ficheiro %s"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-"Erro de leitura no \"byte\" %ld, durante a leitura de %d \"bytes\" do "
-"ficheiro %s"
-msgstr[1] ""
-"Erro de leitura no \"byte\" %ld, durante a leitura de %d \"bytes\" do "
-"ficheiro %s"
-
-#: lib/paxerror.c:259
-#, fuzzy, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "Não se consegue escrever em %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr ""
-
-#: lib/paxerror.c:284
-#, fuzzy, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Não se conseguiu criar uma ligação simbólica (link) para `%s'"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Apenas se conseguiu escrever %d de um total de %d bytes"
-msgstr[1] "%s: Apenas se conseguiu escrever %d de um total de %d bytes"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Retira-se \"/\" das ligações (\"links\") absolutas "
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Retira-se \"/\" das ligações (\"links\") absolutas "
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr ""
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Serviço indisponível"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr ""
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr ""
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Não se consegue executar uma \"shell\" remota"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr ""
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr ""
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Formato de data inválido \"%s\""
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr ""
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr ""
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr ""
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Fim de ficheiro prematuro\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Valor inválido para tamanho de registo (record_size)"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Fim de ficheiro inesperado nos nomes truncados"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "Não se consegue abrir %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Comando desconhecido"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Isto  não se parece a um arquivo \"tar\""
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Número total de de \"bytes\" escritos: %d\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-#, fuzzy
-msgid "Total bytes read"
-msgstr "Número total de de \"bytes\" escritos: %d\n"
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Número total de de \"bytes\" escritos: %d\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr ""
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Valor inválido para tamanho de registo (record_size)"
-
-#: src/buffer.c:647
-#, fuzzy
-msgid "No archive name given"
-msgstr "Não deram nome de arquivo, que  fazer?"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Não se pode  de verificar arquivos stdin ou stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-#, fuzzy
-msgid "Cannot update compressed archives"
-msgstr "Não se pode actualizar o verificar um arquivo comprimido"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "No princípio da fita, pára-se imediatamente"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Erros de mais: termina-se"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Tamanho de bloco (blocksize) = blocos de %d"
-msgstr[1] "Tamanho de bloco (blocksize) = blocos de %d"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/buffer.c:990
-#, fuzzy
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Não se conseguiu recuar o arquivo; pode ser ilegível sem -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr ""
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr ""
-
-#: src/buffer.c:1123
-#, fuzzy, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "\aPreparar o volume no. %d para  %s e premir \"Return\": "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr ""
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ATENÇÃO: O arquivo está incompleto"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [nome]   Dar um novo nome para o próximo (e seguintes) volume(s)\n"
-" q          Cancelar o tar\n"
-" !          Criar uma \"sub-shell\" (interpretador de comandos)\n"
-" ?          Escrever esta lista\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Não há novo volume; termina-se. \n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr ""
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s não tem continuidade neste volume"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s não tem continuidade neste volume"
-
-#: src/buffer.c:1457
-#, fuzzy, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s não é a dimensão correcta (%ld != %ld + %ld)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Este volume está fora da sequência"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, fuzzy, c-format
-msgid "Archive not labeled to match %s"
-msgstr "O arquivo não tem etiqueta e não condiz com %s"
-
-#: src/buffer.c:1580
-#, fuzzy, c-format
-msgid "Volume %s does not match %s"
-msgstr "O volume não condiz!  %s!=%s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr ""
-"O fim-de-ficheiro do arquivo %s não se encontra na fronteira de um bloco"
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "%s: Só se pôde ler  %d de um total de %ld \"bytes\"\n"
-msgstr[1] "%s: Só se pôde ler  %d de um total de %ld \"bytes\"\n"
-
-#: src/compare.c:105 src/compare.c:382
-#, fuzzy
-msgid "Contents differ"
-msgstr "Tempo de modificação"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Fim de ficheiro inesperado no arquivo"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-#, fuzzy
-msgid "File type differs"
-msgstr "%s: Ligação (\"link\") simbólica é diferente\n"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr ""
-
-#: src/compare.c:205
-#, fuzzy
-msgid "Uid differs"
-msgstr "%s: %s diferente\n"
-
-#: src/compare.c:207
-#, fuzzy
-msgid "Gid differs"
-msgstr "%s: %s diferente\n"
-
-#: src/compare.c:211
-#, fuzzy
-msgid "Mod time differs"
-msgstr "Tempo de modificação"
-
-#: src/compare.c:215 src/compare.c:414
-#, fuzzy
-msgid "Size differs"
-msgstr "%s: Ligação (\"link\") simbólica é diferente\n"
-
-#: src/compare.c:263
-#, fuzzy, c-format
-msgid "Not linked to %s"
-msgstr "%s: Não está ligado a %s\n"
-
-#: src/compare.c:287
-#, fuzzy
-msgid "Symlink differs"
-msgstr "%s: Ligação (\"link\") simbólica é diferente\n"
-
-#: src/compare.c:316
-#, fuzzy
-msgid "Device number differs"
-msgstr "%s: Os números do periférico mudaram\n"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificação"
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"Tipo de ficheiro \"%c\" desconhecido para %s; comparado como um ficheiro "
-"normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "ERRO DE VERIFICAÇÃO: Encontraram-se %d cabeçalhos inválidos"
-msgstr[1] "ERRO DE VERIFICAÇÃO: Encontraram-se %d cabeçalhos inválidos"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr ""
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr ""
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: não foi modificado; não será arquivado"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: não foi modificado; não será arquivado"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "O ficheiro %s diminuiu em %d \"bytes\", será completado com zeros"
-msgstr[1] "O ficheiro %s diminuiu em %d \"bytes\", será completado com zeros"
-
-#: src/create.c:1160
-#, fuzzy, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: Está num outro sistema de ficheiros; não será arquivado"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-#, fuzzy
-msgid "contents not dumped"
-msgstr " (imagem da memória despejada \"core dumped\")"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tipo de ficheiro desconhecido; ficheiro ignorado"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " ligação para %s\n"
-
-#: src/create.c:1690
-#, fuzzy, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: não foi modificado; não será arquivado"
-
-#: src/create.c:1699
-#, fuzzy, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s é o arquivo; não será arquivado"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr ""
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr ""
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr ""
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Salta para próximo cabeçalho"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Apaga-se do arquivo um não-cabeçalho"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr ""
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr ""
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Estão-se a extrair ficheiros contíguos como sendo ficheiros normais"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr ""
-"Está-se a tentar extrair ligações simbólicas (sym. links) como ligações "
-"físicas (hard links)"
-
-#: src/extract.c:1353
-#, fuzzy, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr ""
-"Não se pode extraír `%s' -- é a continuação de um ficheiro de outro volume"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Fim de ficheiro inesperado no ficheiro de arquivo"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr ""
-"Tipo \"%c\" do ficheiro \"%s\" desconhecido; extrai-se como um ficheiro "
-"normal"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr ""
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Não se consegue mudar o nome de %s para %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "Mudou-se o nome do directoria %s"
-
-#: src/incremen.c:486
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed"
-msgstr "Mudou-se o nome do directoria %s"
-
-#: src/incremen.c:531
-#, fuzzy, c-format
-msgid "%s: Directory is new"
-msgstr "O directoria %s é novo"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr ""
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr ""
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr ""
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr ""
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-#, fuzzy
-msgid "Read error in snapshot file"
-msgstr "Erro de leitura sobre %s"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Fim de ficheiro inesperado no ficheiro de arquivo"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-#, fuzzy
-msgid "Unexpected field value in snapshot file"
-msgstr "Fim de ficheiro inesperado no ficheiro de arquivo"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Não se pode mudar para a directoria %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr ""
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Apaga-se  %s\n"
-
-#: src/incremen.c:1703
-#, fuzzy, c-format
-msgid "%s: Cannot remove"
-msgstr "Não se consegue apagar %s"
-
-#: src/list.c:190
-#, fuzzy, c-format
-msgid "%s: Omitting"
-msgstr "Omite-se %s"
-
-#: src/list.c:207
-#, fuzzy, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloco %10ld: ** Bloco de NULs **\n"
-
-#: src/list.c:233
-#, fuzzy, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloco %10ld: ** Fim-de-ficheiro **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, fuzzy, c-format
-msgid "block %s: "
-msgstr "bloco %10ld: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr ""
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr ""
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-
-#: src/list.c:844
-#, fuzzy, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Este volume está fora da sequência"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr ""
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " ligação para %s\n"
-
-#: src/list.c:1269
-#, fuzzy, c-format
-msgid " unknown file type %s\n"
-msgstr " tipo de ficheiro desconhecido \"%c\"\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Cabeçalho de volume--\n"
-
-#: src/list.c:1303
-#, fuzzy, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continua no \"byte\" %ld--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Criação de directoria::"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Não se pode mudar para a directoria %s"
-
-#: src/misc.c:571
-#, fuzzy, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Mudou-se o nome %s para %s"
-
-#: src/misc.c:580 src/misc.c:599
-#, fuzzy, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "Não se consegue mudar o nome de %s para %s"
-
-#: src/misc.c:604
-#, fuzzy, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Mudou-se o nome %s para %s"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr ""
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "Mudou-se o nome do directoria %s"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr ""
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr ""
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Não foi encontrado no arquivo"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Não foi encontrado no arquivo"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "O arquivo não tem etiqueta e não condiz com %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Ambas as opções `-%s' e `-%s' precisam do \"standard input\""
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "Formato de data inválido \"%s\""
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-"Estão-se a querer propriedades GNU num arquivo com formato incompatível"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Fim de ficheiro inesperado no arquivo"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-#, fuzzy
-msgid "remove files after adding them to the archive"
-msgstr "Retira-se a especificação do \"drive\" aos nomes no arquivo"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr ""
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Não se pode verificar arquivos multi-volume"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Arquivo para stdin"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Há conflitos entre as opções de compressão"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "Não se consegue escrever para o programa de compressão"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "Não se consegue escrever para o programa de compressão"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Não se pode mudar para a directoria %s"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Retira-se \"/\" das ligações (\"links\") absolutas "
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr ""
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr ""
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-#, fuzzy
-msgid "ask for confirmation for every action"
-msgstr "Não se consegue obter confirmação, do utilizador"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Não se pode especificar mais do que uma das opções \"-Acdtrux\""
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Há conflitos entre as opções de compressão"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr "Opção \"%c\" desconhecida"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr ""
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr ""
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr ""
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr ""
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr ""
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr ""
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr ""
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "Valor inválido para tamanho de registo (record_size)"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr ""
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr ""
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr ""
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-#, fuzzy
-msgid "Invalid record size"
-msgstr "Valor inválido para tamanho de registo (record_size)"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "O tamanho dos registos tem que ser múltiplo de %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr ""
-
-#: src/tar.c:2039
-#, fuzzy
-msgid "Only one --to-command option allowed"
-msgstr "Só se permite uma opção de compressão"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, fuzzy, c-format
-msgid "Unknown density: `%c'"
-msgstr "Opção \"%c\" desconhecida"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "As opções \"-[0-7][lmh]\" não são suportadas por *este* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "A antiga opção `%c' exige um argumento."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Para usar vários arquivos é necessária a opção \"-M\""
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr ""
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Não se pode verificar arquivos multi-volume"
-
-#: src/tar.c:2438
-#, fuzzy
-msgid "Cannot verify compressed archives"
-msgstr "Não se pode actualizar o verificar um arquivo comprimido"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Não se pode de usar arquivos multi-volume comprimidos"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Não se pode actualizar o verificar um arquivo comprimido"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Recusa-se, covardemente, a criar um arquivo vazio"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "As opções \"-Aru\" são imcompatíveis com \"-f -\""
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Tem que se especificar uma das opções \"-Acdtrux\""
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: O ficheiro diminui em %d bytes, (desgraça!)"
-msgstr[1] "%s: O ficheiro diminui em %d bytes, (desgraça!)"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr ""
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr ""
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr ""
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Escreve-se o ponto de verificação %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Leu-se o ponto de verificação %d"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Há conflitos entre as opções de compressão"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr ""
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Forma de usar: %s [OPÇÃO]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-#, fuzzy
-msgid "Update the access and modification times of FILE"
-msgstr "Não se conseguiu modificar os tempos de acesso e modificação de %s"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Formato de data inválido \"%s\""
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr ""
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Erro desconhecido, do sistema"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, fuzzy, c-format
-msgid "cannot open `%s'"
-msgstr "Não se consegue abrir %s"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Não se consegue executar %s"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr "Opção \"%c\" desconhecida"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "Não se consegue executar \"stat\" para o ficheiro %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "Não se consegue abrir %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr ""
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Nomes de ficheiros truncados--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Não se pode mudar para a directoria %s"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Não se consegue mudar o nome de %s para %s"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Leitura de %s\n"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Não se consegue reservar espaço temporário (\"buffers\")\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Não se consegue reservar espaço temporário (\"buffer\")"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Para mais informação, tente \"%s --help\".\n"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Fim-de-ficheiro prematuro"
-
-#~ msgid "Cannot close file #%d"
-#~ msgstr "Não se consegue fechar o ficheiro #%d"
-
-#~ msgid "Cannot close descriptor %d"
-#~ msgstr "Não se consegue fechar  o ficheiro de descritor %d"
-
-#, fuzzy
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "Não se consegue redireccionar %s"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Não se pode usar arquivos comprimidos ou remotos"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "Não se consegue abrir \"pipe\""
-
-#~ msgid "Cannot fork"
-#~ msgstr "Não se consegue criar processo ( \"fork\" )"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (filho)"
-
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(filho) \"pipe\" para \"stdin\""
-
-#~ msgid "Cannot open archive %s"
-#~ msgstr "Não se consegue abrir  o arquivo %s"
-
-#~ msgid "Archive to stdout"
-#~ msgstr "Arquivo para stdout"
-
-#~ msgid "Child cannot fork"
-#~ msgstr "Processo filho não consegue executar \"fork\""
-
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((filho)) \"pipe\" para \"stdout\""
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (neto)"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(neto)  \"Pipe\" para \"stdout\""
-
-#~ msgid "Cannot read from compression program"
-#~ msgstr "Não se consegue ler do programa de compressão"
-
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(filho) \"pipe\" para \"stdout\""
-
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((filho)) \"pipe\" para \"stdin\""
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(neto) \"Pipe\" para \"stdout\""
-
-#~ msgid "Write to compression program short %d bytes"
-#~ msgstr "Faltam %d bytes no que se escreveu para o programa de compressão"
-
-#~ msgid "Could not allocate memory for blocking factor %d"
-#~ msgstr "Não se conseguiu reservar memória para um factor de bloco %d"
-
-#~ msgid "Only wrote %u of %u bytes to %s"
-#~ msgstr "Só se escreveram  %u \"bytes\" de um total de %u em %s"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "ATENÇÃO: Não há cabeçalho de volume"
-
-#~ msgid "Only read %d bytes from archive %s"
-#~ msgstr "Só se leram %d \"bytes\" do arquivo %s"
-
-#~ msgid "WARNING: Cannot close %s (%d, %d)"
-#~ msgstr "ATENÇÃO: Não se consegue  fechar %s (%d, %d)"
-
-#~ msgid "Child died with signal %d%s"
-#~ msgstr "Processo filho morreu com o sinal %d%s"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Processo filho terminou com estado %d"
-
-#~ msgid "Cannot fork!"
-#~ msgstr "Não se consegue criar processo! ( \"fork\" )"
-
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "Não se consegue executar uma \"shell\" %s"
-
-#, fuzzy
-#~ msgid "Removing leading `/' from absolute path names in the archive"
-#~ msgstr "Retira-se / dos caminhos dos ficheiros (path names), no arquivo"
-
-#~ msgid "Wrote %ld of %ld bytes to file %s"
-#~ msgstr "Escreveram-se %ld \"bytes\" de um total de %ld, no ficheiro %s"
-
-#~ msgid "Read error at byte %ld, reading %d bytes, in file %s"
-#~ msgstr ""
-#~ "Erro de leitura no \"byte\" %ld, durante a leitura de %d \"bytes\" do "
-#~ "ficheiro %s"
-
-#~ msgid "Amount actually written is (I hope) %d.\n"
-#~ msgstr "A quantidade realmente escrita é %d (esperemos!).\n"
-
-#~ msgid "Cannot add file %s"
-#~ msgstr "Não é possível acrescentar o ficheiro %s"
-
-#, fuzzy
-#~ msgid "Cannot add directory %s"
-#~ msgstr "Não se consegue abrir a directoria %s"
-
-#~ msgid "Cannot open directory %s"
-#~ msgstr "Não se consegue abrir a directoria %s"
-
-#~ msgid "File name %s%s too long"
-#~ msgstr "Nome de ficheiro %s%s longo demais"
-
-#~ msgid "Could not allocate memory for diff buffer of %d bytes"
-#~ msgstr ""
-#~ "Não se conseguiu reservar memória para um \"buffer\" de comparação, de %d "
-#~ "\"bytes\""
-
-#~ msgid "Cannot read %s"
-#~ msgstr "Não se consegue ler %s"
-
-#, fuzzy
-#~ msgid "Data differs"
-#~ msgstr "%s: Os dados são diferentes\n"
-
-#, fuzzy
-#~ msgid "File does not exist"
-#~ msgstr "%s: Não existe\n"
-
-#, fuzzy
-#~ msgid "Not a regular file"
-#~ msgstr "%s: Não é um ficheiro normal\n"
-
-#~ msgid "Error while closing %s"
-#~ msgstr "Erro durante o fecho de %s"
-
-#, fuzzy
-#~ msgid "Does not exist"
-#~ msgstr "%s: Não existe\n"
-
-#, fuzzy
-#~ msgid "No such file or directory"
-#~ msgstr "%s: Ficheiro, ou directoria, não existe\n"
-
-#, fuzzy
-#~ msgid "Mode or device-type changed"
-#~ msgstr "%s: O modo ou o tipo de periférico mudou\n"
-
-#, fuzzy
-#~ msgid "No longer a directory"
-#~ msgstr "%s: Já não é uma directoria\n"
-
-#~ msgid "Cannot open file %s"
-#~ msgstr "Não se consegue abrir o ficheiro %s"
-
-#~ msgid "Cannot seek to %ld in file %s"
-#~ msgstr "Não se consegue mudar (\"seek\") para a posição  %ld do ficheiro %s"
-
-#~ msgid "Could not rewind archive file for verify"
-#~ msgstr "Não se conseguiu rebobinar o arquivo para verificação"
-
-#~ msgid "Could not re-position archive file"
-#~ msgstr "Não se conseguiu reposicionar o ficheiro arquivo"
-
-#~ msgid "%s: Could not change access and modification times"
-#~ msgstr "%s: Não se conseguiu mudar os tempos de acesso e modificação"
-
-#, fuzzy
-#~ msgid "%s: Cannot lchown to uid %d gid %d"
-#~ msgstr "%s: Não se pode fazer \"chown\" para \"uid\" %d \"gid\" %d"
-
-#~ msgid "%s: Cannot chown to uid %d gid %d"
-#~ msgstr "%s: Não se pode fazer \"chown\" para \"uid\" %d \"gid\" %d"
-
-#~ msgid "%s: Could not write to file"
-#~ msgstr "%s: Não se conseguiu escrever para o ficheiro"
-
-#~ msgid "%s: Could not create file"
-#~ msgstr "%s: Não foi possível criar o ficheiro"
-
-#~ msgid "%d at %d\n"
-#~ msgstr "%d em %d\n"
-
-#~ msgid "%s: Error while closing"
-#~ msgstr "%s: Erro ao fechar"
-
-#~ msgid "%s: Could not link to `%s'"
-#~ msgstr "%s: Não se pôde fazer ligação (link) para `%s'"
-
-#~ msgid "%s: Could not make node"
-#~ msgstr "%s: Não se pôde criar um nodo"
-
-#~ msgid "%s: Could not make fifo"
-#~ msgstr "%s: Não se pôde criar um \"fifo\""
-
-#~ msgid "%s: Could not create directory"
-#~ msgstr "%s: Não se pôde criar uma directoria"
-
-#~ msgid "Added write and execute permission to directory %s"
-#~ msgstr "Acrescentaram-se permissões de escrita e de leitura à directoria %s"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Erro evidente num nome longo"
-
-#~ msgid "Cannot stat %s"
-#~ msgstr "Não se consegue executar \"stat\" para %s"
-
-#~ msgid "Could not get current directory: %s"
-#~ msgstr "Não se conseguiu determinar a directoria corrente: %s"
-
-#, fuzzy
-#~ msgid "File name %s/%s too long"
-#~ msgstr "Nome de ficheiro %s%s longo demais"
-
-#~ msgid "Cannot chdir to %s"
-#~ msgstr "Não se pode mudar para a directoria %s"
-
-#~ msgid "Error while deleting %s"
-#~ msgstr "Erro quando se apagava %s"
-
-#~ msgid "Hmm, this doesn't look like a tar archive"
-#~ msgstr "Pois é..., isto não parece ser um arquivo \"tar\""
-
-#~ msgid "Skipping to next file header"
-#~ msgstr "Salta para o próximo cabeçalho de ficheiro"
-
-#~ msgid "EOF in archive file"
-#~ msgstr "Fim-de-ficheiro no arquivo"
-
-#~ msgid "Only wrote %ld of %ld bytes to file %s"
-#~ msgstr "Só se escreveram  %ld \"bytes\" de um total de %ld  no ficheiro %s"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Erro evidente num nome longo"
-
-#~ msgid "Cannot symlink %s to %s"
-#~ msgstr "Não se pode criar uma ligação (\"link\") simbólica de  %s para %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s ligado simbolicamente a %s (\"link\")"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Comando desconhecido \"%s\" para decifrar os nomes truncados"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Falta um nome de ficheiro após \"-C\""
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Comando \"%c\" não faz sentido\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Usage: %s [OPTION]... [FILE]...\n"
-#~ msgstr "Utilização: %s [OPÇÃO]... [FICHEIRO]...\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Principal modo de funcionamento:\n"
-#~ "  -t, --list              inventário do arquivo\n"
-#~ "  -x, --extract, --get    extrair ficheiros do arquivo\n"
-#~ "  -c, --create            criar um novo arquivo\n"
-#~ "  -d, --diff, --compare   comparar o arquivo com os actuais ficheiros \n"
-#~ "  -r, --append            acrescentar os ficheiros no fim do arquivo\n"
-#~ "  -u, --update            só acrescentar os ficheiros mais novos do que "
-#~ "as versões presentes no arquivo\n"
-#~ "  -A, --catenate          juntar outros arquivos \"tar\" ao arquivo\n"
-#~ "      --concatenate       o mesmo que \"-A\"\n"
-#~ "      --delete            apagar no arquivo (excepto para fitas "
-#~ "magnéticas!)\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't overwrite existing files when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental   handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modificadores do modo de funcionamento:\n"
-#~ "  -W, --verify               tentar verificar o arquivo depois de o "
-#~ "escrever\n"
-#~ "      --remove-files         apagar os ficheiros depois de serem "
-#~ "guardados no arquivo\n"
-#~ "  -k, --keep-old-files       na extracção, não destruir nenhum ficheiro\n"
-#~ "  -U, --unlink-first         remove cada ficheiro antes de extrair para "
-#~ "cima dele\n"
-#~ "\t\t\t     (aparecendo duas vezes, até apaga directorias completas\n"
-#~ "  -S, --sparse               tratar eficientemente ficheiros dispersos \n"
-#~ "                             (os que têm buracos) \n"
-#~ "  -O, --to-stdout            extrair os ficheiros para o \"stdout\" \n"
-#~ "  -G, --incremental          tratar um arquivo no velho formato "
-#~ "incremental GNU\n"
-#~ "  -g, --listed-incremental   tratar arquivo no novo formato incremental "
-#~ "GNU\n"
-#~ "      --ignore-failed-read   ignorar os ficheiros que não se consegue "
-#~ "ler.\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract all protection information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Tratamento dos atributos dos ficheiros:\n"
-#~ "      --atime-preserve         não alterar as datas de acesso dos "
-#~ "ficheiros\n"
-#~ "  -m, --modification-time      não extrair a data de modificação dos "
-#~ "ficheiros\n"
-#~ "      --same-owner             extrair os ficheiros tentando manter o "
-#~ "mesmo \n"
-#~ "                               dono (owner)\n"
-#~ "      --numeric-owner          usar sempre números para os nomes de \n"
-#~ "                               utilizador/grupo \n"
-#~ "  -p, --same-permissions       na extracção, manter as protecções do "
-#~ "ficheiros\n"
-#~ "      --preserve-permissions   o mesmo que -p\n"
-#~ "  -s, --same-order             ordernar os nomes a extrair segundo a sua "
-#~ "ordem\n"
-#~ "                               no arquivo\n"
-#~ "      --preserve-order         o mesmo que -s\n"
-#~ "      --preserve               o mesmo que -p conjugado com -s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Escolha do periférico e mudanças de fita magnética:\n"
-#~ "  -f, --file=ARQ                tratar o arquivo, ou periférico ARQ\n"
-#~ "      --force-local             o arquivo é local, mesmo que tenha \":\"\n"
-#~ "      --rsh-command=COM         usar o comando remoto COM, em vez de \"rsh"
-#~ "\"\n"
-#~ "  -[0-7][lmh]                   escolher o periférico e a densidade\n"
-#~ "  -M, --multi-volume            tratar arquivos multi-volume\n"
-#~ "  -L, --tape-length=NUM         tratar NUM x 1024 \"bytes\" por fita "
-#~ "magnética\n"
-#~ "  -F, --info-script=FICH        executar FICH nas mudanças de fita "
-#~ "magnética\n"
-#~ "                                    (força a escolha de \"-M\")\n"
-#~ "      --new-volume-script=FICH  o mesmo que \"-F FICH\"\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Características dos blocos no periférico (device):\n"
-#~ "  -b, --blocking-factor=BLOCOS   BLOCOS x 512 \"bytes\" por registo\n"
-#~ "      --record-size=DIM          DIM bytes por registo, múltiplo de 512\n"
-#~ "  -i, --ignore-zeros             ignorar os blocos constituídos por "
-#~ "zeros\n"
-#~ "                                 (implicam  fim-de-ficheiro)\n"
-#~ "  -B, --read-full-records        dividir a leitura em blocos \n"
-#~ "                                 (para os \"pipes\" 4.2BSD)\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX conformant archive\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selecção do formato do arquivo:\n"
-#~ "  -V, --label=NOME                   cria um aruivo com volume de nome "
-#~ "NOME\n"
-#~ "              REGEXP                 ao extrair/listar, o nome é uma "
-#~ "expressão\n"
-#~ "                                     regular\n"
-#~ "  -o, --old-archive, --portability   escreve um arquivo no formato V7\n"
-#~ "      --posix                        escreve um arquivo conforme com "
-#~ "POSIX\n"
-#~ "  -z, --gzip, --ungzip               filtra o arquivo através de \"gzip"
-#~ "\"\n"
-#~ "  -Z, --compress, --uncompress       filtra o arquivo através de "
-#~ "\"compress\"\n"
-#~ "      --use-compress-program=PROG    filtra o arquivo através de PROG \n"
-#~ "\t\t\t\t     (este tem que aceitar -d)\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a globbing "
-#~ "PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude globbing patterns listed in FILE\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Selecção local de ficheiros:\n"
-#~ "  -C, --directory DIR        mudar para a directoria DIR\n"
-#~ "  -T, --files-from=NOME      obter do ficheiro NOME  a lista de ficheiros "
-#~ "a \n"
-#~ "                             criar ou extrair\n"
-#~ "      --null                 faz com que \"-T\" leia nomes terminados por "
-#~ "NULO,\n"
-#~ "                             também inibe \"-C\"\n"
-#~ "      --exclude=PADRÃO       excluir os ficheiros descritos pelo PADRÃO\n"
-#~ "  -X, --exclude-from=FICH    excluir ficheiros, segundo os padrões "
-#~ "guardados em\n"
-#~ "\t\t\t     FICH\n"
-#~ "  -P, --absolute-names       preservar os \"\\\" iniciais nos nomes dos "
-#~ "ficheiros\n"
-#~ "  -h, --dereference          usar os próprios ficheiros, em lugar das "
-#~ "ligações\n"
-#~ "                             simbólicas (symlinks) que os referenciam\n"
-#~ "      --no-recurse           não descer pela árvore de directorias\n"
-#~ "  -l, --one-file-system      não sair do sistema local de ficheiros, ao "
-#~ "criar o\n"
-#~ "                             arquivo\n"
-#~ "  -K, --starting-file=NOME   começar pelo ficheiro NOME, no arquivo\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime            compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATA           só guardar ficheiros mais recentes do que "
-#~ "DATA\n"
-#~ "      --newer-mtime          só comparar data e hora quando os dados "
-#~ "mudarem\n"
-#~ "      --after-date=DATA      o mesmo que \"-N\"\n"
-#~ "),"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Prestação de informações:\n"
-#~ "      --help            mostrar esta mensagem de ajuda e terminar\n"
-#~ "      --version         indicar a versão do programa \"tar\" e terminar\n"
-#~ "  -v, --verbose         escrever a lista dos ficheiros tratados\n"
-#~ "      --checkpoint      indicar os nomes das directorias durante a "
-#~ "leitura\n"
-#~ "      --totals          indicar o número de \"bytes\" escritos durante a "
-#~ "criação\n"
-#~ "                        do arquivo\n"
-#~ "  -R, --block-number    escrever o número de bloco, dentro do arquivo, \n"
-#~ "                        em cada mensagem\n"
-#~ "  -w, --interactive     pedir confirmação para todas as acções\n"
-#~ "      --confirmation    o mesmo que \"-w\"\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; and FILE may be a file\n"
-#~ "or a device.  *This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "O programa tar GNU anterior à versão 1.12 não consegue ler arquivos \"--"
-#~ "posix\".\n"
-#~ "Se a variável POSIXLY_CORRECT estiver definida no ambiente, as extensões "
-#~ "GNU\n"
-#~ "são inibidas com \"--posix\". O suporte para POSIX está apenas "
-#~ "parcialmente \n"
-#~ "implementado, pelo que não se fiem muito nele, por agora.\n"
-#~ "ARQUIVO pode ser FICHEIRO, HOST:FICHEIRO ou UTILIZADOR@HOST:FICHEIRO; e \n"
-#~ "FICHEIRO pode ser um ficheiro ou um periférico.\n"
-#~ "*Este* tar assume, por defeito, \"-f%s -b %d\".\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Opção obsoleta, é agora \"-blocking-factor\" implica-a"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Nome de opção obsoleto, foi substituído por \"--blocking-factor\""
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Nome de opção obsoleto, foi substituído por \"--read-full-records\""
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Nome de opção obsoleto, foi substituído por \"--touch\""
-
-#~ msgid "Conflicting archive format options"
-#~ msgstr "Há conflitos entre as opções de formato do arquivo"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Nome de opção obsoleto, foi substituído por \"--absolute-names\""
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Nome de opção obsoleto, foi substituído por \"--block-number\""
-
-#, fuzzy
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Nome de opção obsoleto, foi substituído por \"--touch\""
-
-#, fuzzy
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Erro só assinalado no fim da execução"
-
-#, fuzzy
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Os argumentos obrigatórios para as opções longas também o são para as "
-#~ "curtas.\n"
-#~ "\n"
-#~ "      --help            mostra esta informação e termina\n"
-#~ "      --version         identifica a versão e termina\n"
-
-#~ msgid "EOF?  What does that mean?"
-#~ msgstr "Fim-de-ficheiro?  Que significa isto?"
-
-#~ msgid "Mode"
-#~ msgstr "Modo"
-
-#~ msgid "Uid"
-#~ msgstr "\"Uid\""
-
-#~ msgid "Gid"
-#~ msgstr "\"Gid\""
-
-#~ msgid "Size"
-#~ msgstr "Tamanho"
-
-#~ msgid "Missing filename after -C"
-#~ msgstr "Falta um nome de ficheiro após \"-C\""
-
-#~ msgid "Invalid date format in `-N %s'"
-#~ msgstr "Formato inválido para data em \"-N %s\""
-
-#~ msgid "Bad regular expression: %s"
-#~ msgstr "Expressão regular errada: %s"
-
-#~ msgid "File %s\n"
-#~ msgstr "Ficheiro %s\n"
-
-#~ msgid "Junk files\n"
-#~ msgstr "Ficheiros de lixo\n"
-
-#~ msgid "file %s\n"
-#~ msgstr "ficheiro %s\n"
-
-#~ msgid "Skip %ld\n"
-#~ msgstr "Salta %ld\n"
-
-#~ msgid "Out of first loop\n"
-#~ msgstr "Fora do primeiro ciclo\n"
-
-#~ msgid "Saved %d blocks, need %d more\n"
-#~ msgstr "Guardaram-se %d blocos, ainda são precisos %d\n"
-
-#~ msgid "New record\n"
-#~ msgstr "Novo registo\n"
-
-#~ msgid "Header type %d\n"
-#~ msgstr "Tipo de cabeçalho %d\n"
-
-#~ msgid "File %s "
-#~ msgstr "Ficheiro %s"
-
-#~ msgid "Flush it\n"
-#~ msgstr "Esvazia-o\n"
-
-#~ msgid "Flushing %d blocks from %s\n"
-#~ msgstr "Esvaziam-se %d blocos de %s\n"
-
-#~ msgid "Block: %d <= %d  "
-#~ msgstr "Bloco: %d <= %d  "
-
-#~ msgid "Block %d left\n"
-#~ msgstr "Deixou-se o bloco %d \n"
-
-#~ msgid "Final %d\n"
-#~ msgstr "Final %d\n"
-
-#~ msgid "Need %d kept_in %d keep %d\n"
-#~ msgstr "Precisa %d mantem dentro %d mantem %d\n"
-
-#~ msgid "Flush...\n"
-#~ msgstr "Esvaziamento...\n"
-
-#~ msgid "Copying %d\n"
-#~ msgstr "Copia de %d\n"
-
-#~ msgid "Now new %d  need %d  keep %d  keep_in %d block %d/%d\n"
-#~ msgstr ""
-#~ "Novos agora %d precisa %d mantem %d mantem dentro %d bloco %d/%d\n"
-#~ "(N.T. Isto também é incompreensível em Inglês)\n"
-
-#, fuzzy
-#~ msgid "Fore to %x\n"
-#~ msgstr "Fore to %x\n"
-
-#~ msgid "Write block\n"
-#~ msgstr "Escreve-se  o bloco\n"
-
-#~ msgid "Could not make %s"
-#~ msgstr "Não se conseguiu fazer %s"
-
-#~ msgid "Options [0-7][lmh] not supported by *this* tar"
-#~ msgstr "As opções [0-7][lmh] não funcionam neste \"tar\""
-
-#~ msgid "Cannot allocate %d bytes for restore"
-#~ msgstr "Não se consegue reservar %d bytes para a recuperação"
-
-#~ msgid "Saved %d recs, need %d more\n"
-#~ msgstr "Guardaram-se %d registos, ainda são precisos %d\n"
-
-#~ msgid "Could not link %s to %s"
-#~ msgstr "Não se conseguiu ligar  %s a %s"
-
-#~ msgid "%c: Argument missing"
-#~ msgstr "%c: Falta argumento"
-
-#~ msgid "Could not create directory %s"
-#~ msgstr "Não se conseguiu criar a directoria %s"
-
-#~ msgid "Cannot change to directory %d"
-#~ msgstr "Não se pode mudar para a directoria %d"
-
-#~ msgid "rec %10ld: "
-#~ msgstr "reg %10ld: "
-
-#~ msgid "Flushing %d recs from %s\n"
-#~ msgstr "Estão-se a esvaziar %d registos de um total de %s\n"
-
-#~ msgid "Multiple archive files requires --multi-volume"
-#~ msgstr "Múltiplos ficheiros de arquivo exigem \"--multi-volume\""
-
-#~ msgid "Cannot change directory to %d"
-#~ msgstr "Não se pode mudar de directoria para %d"
-
-#~ msgid "[child] Pipe to stdin"
-#~ msgstr "[filho] \"Pipe\" para o stdin"
-
-#~ msgid "Cannot change owner of %s to uid %d gid %d"
-#~ msgstr "Não se pode mudar o dono de %s para  \"uid\" %d \"gid\" %d"
-
-#~ msgid "Cannot change mode of file %s to %lo"
-#~ msgstr "Não se pode mudar o modo do ficheiro %s para %lo"
-
-#~ msgid "[child] Pipe to stdout"
-#~ msgstr "[filho] \"Pipe\" para o stdout"
-
-#~ msgid "Could not write to file %s"
-#~ msgstr "Não se conseguiu escrever no ficheiro %s"
-
-#~ msgid "Blocksize = %d records"
-#~ msgstr "Tamanho do bloco = %d registos"
-
-#~ msgid "%s: %s: Cannot link to %s, copying instead\n"
-#~ msgstr ""
-#~ "%s: %s: Não é possível fazer ligação para %s, em vez disso, copia-se\n"
-
-#~ msgid "Cannot close a file #%d"
-#~ msgstr "Não se consegue fechar  o ficheiro de descritor %d"
-
-#~ msgid "Could not create symlink to %s"
-#~ msgstr "Não se conseguiu criar uma ligação (\"link\") simbólica para  %s"
-
-#~ msgid "Now new %d  need %d  keep %d  keep_in %d rec %d/%d\n"
-#~ msgstr ""
-#~ "Now new %d  need %d  keep %d  keep_in %d rec %d/%d\n"
-#~ " (FIXME)"
-
-#~ msgid "Too many args with -T option"
-#~ msgstr "Argumentos demais para a opção \"-T\""
-
-#~ msgid "New block\n"
-#~ msgstr "Novo bloco\n"
-
-#~ msgid "Invalid value for blocksize"
-#~ msgstr "Valor inválido para o tamanho do bloco"
-
-#~ msgid "Cannot chown file %s to uid %d gid %d"
-#~ msgstr "Não se pode mudar o dono de %s para \"uid\" %d \"gid\" %d"
-
-#~ msgid "Cannot open a pipe"
-#~ msgstr "Não se consegue abrir  um \"pipe\""
-
-#~ msgid "Could only write %d of %d bytes to file %s"
-#~ msgstr ""
-#~ "Só se conseguiu escrever %d \"bytes\" de um total de  %d, no ficheiro %s"
-
-#~ msgid "Could not create file %s"
-#~ msgstr "Não se conseguiu criar o ficheiro %s"
-
-#~ msgid "Cannot keep old files on this system"
-#~ msgstr "Não se consegue manter os ficheiros antigos neste sistema"
-
-#~ msgid ""
-#~ "Skip %ld\n"
-#~ " ##################"
-#~ msgstr "Salta %ld\n"
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
deleted file mode 100644 (file)
index 77ec8ee..0000000
Binary files a/po/pt_BR.gmo and /dev/null differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
deleted file mode 100644 (file)
index 184dd42..0000000
+++ /dev/null
@@ -1,3228 +0,0 @@
-# tar: translation to Brazilian Portuguese (pt_BR)
-# Copyright (C) 1995, 2002 Free Software Foundation, Inc.
-# Alexandre Folle de Menezes <afmenez@terra.com.br>, 2002.
-# based on the previous translation to pt_BR (1.13.17) by
-# João Luiz Barbosa Silva <jl@conectiva.com.br>, 1997.
-# based on the translation to Portuguese (pt) by
-# António José Coutinho <ajc@di.uminho.pt>, 1996.
-# Marcus Moreira de Souza <marcusms@frb.br>
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.13.25\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2002-11-27 20:30-0300\n"
-"Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n"
-"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
-"Language: pt_BR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8-bit\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argumento %s inválido para %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argumento %s ambíguo para %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Os argumentos válidos são:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Uso: %s [OPÇÃO]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Tente `%s --help' para mais informações.\n"
-
-#: gnu/argp-help.c:1710
-#, fuzzy, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"\n"
-"Informar erros no programa para <bug-tar@gnu.org>.\n"
-"Informar erros na tradução para <afmenez@terra.com.br>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Erro de sistema desconhecido"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: a opção `%s' exige um argumento\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: a opção `%s' é ambígua\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: a opção `--%s' não admite um argumento\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: a opção `%c%s' não admite um argumento\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: a opção `%s' exige um argumento\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opção `--%s' não reconhecida\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opção `%c%s' não reconhecida\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opção inválida -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: a opção exige um argumento -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: a opção `-W %s' é ambígua\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: a opção `-W %s' não aceita um argumento\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: a opção `%s' exige um argumento\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memória esgotada"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Impossível mudar o diretório de trabalho"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Impossível salvar diretório de trabalho"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Escrito por François Pinard"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Escrito por François Pinard"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Escrito por François Pinard"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Informar erros no programa para <bug-tar@gnu.org>.\n"
-"Informar erros na tradução para <afmenez@terra.com.br>.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Informar erros no programa para <bug-tar@gnu.org>.\n"
-"Informar erros na tradução para <afmenez@terra.com.br>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Não é possível %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Atenção: Não é possível %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Impossível mudar modo para %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Impossível alterar dono para uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Impossível fazer link para %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Erro de leitura no byte %s, lendo %lu bytes"
-msgstr[1] "%s: Erro de leitura no byte %s, lendo %lu bytes"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Aviso: Erro de leitura no byte %s, lendo %lu bytes"
-msgstr[1] "%s: Aviso: Erro de leitura no byte %s, lendo %lu bytes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Impossível saltar para %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Aviso: Não é possível saltar para %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Impossível criar link simbólico para %s"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Gravados apenas %lu de um total de %lu bytes"
-msgstr[1] "%s: Gravados apenas %lu de um total de %lu bytes"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Removendo `%.*s' inicial dos nomes dos membros"
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Removendo `%.*s' inicial dos nomes dos membros"
-
-#: lib/paxnames.c:169
-#, fuzzy
-msgid "Substituting `.' for empty member name"
-msgstr "Removendo `%.*s' inicial dos nomes dos membros"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Serviço não disponível"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "entrada padrão (stdin)"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "saída padrão (stdout)"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Impossível executar um shell remoto"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Direção de procura fora de faixa"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Modo inválido informado na opção"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Carimbo de horário inválido"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Deslocamento de procura fora de faixa"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Tamanho da fita inválido"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Deslocamento de procura fora de faixa"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Fim de arquivo prematuro\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "%s: opção inválida -- %c\n"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Final-de-arquivo inesperado no arquivo-tar"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Impossível saltar para %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Comando sem sentido"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Este não parece ser um arquivo-tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Total de bytes escritos: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Total de bytes escritos: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Valor inválido para \"record_size\""
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Nome de arquivo-tar não informado"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr ""
-"Impossível verificar arquivos-tar de entrada/saída padrão (stdin/stdout)"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Impossível atualizar arquivos-tar compactados"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "No princípio da fita, encerrando agora"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Muitos erros, encerrando"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Tamanho de registro = %lu blocos"
-msgstr[1] "Tamanho de registro = %lu blocos"
-
-#: src/buffer.c:913
-#, fuzzy, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloco desalinhado (%lu bytes) no arquivo-tar"
-msgstr[1] "Bloco desalinhado (%lu bytes) no arquivo-tar"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Impossível recuar no arquivo-tar; pode estar ilegível sem -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: contém um número de volume inválido"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Sobrecarga de número de volumes"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Prepare o volume #%d para %s e tecle Enter: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Fim-de-arquivo onde era esperado resposta do usuário"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "AVISO: O arquivo-tar está incompleto"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [nome]   Dar um novo nome para o próximo volume (e os subseqüentes)\n"
-" q          Abortar tar\n"
-" !          Criar um \"sub-shell\"\n"
-" ?          Mostra esta lista\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Nenhum volume novo; encerrando.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "comando `%s' falhou"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s não continua neste volume"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s não continua neste volume"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s é o tamanho errado (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Este volume está fora de sequência"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "O arquivo-tar não rotulado para casar com %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "O volume %s não casa com %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Só foi possível ler %lu de %lu bytes"
-msgstr[1] "Só foi possível ler %lu de %lu bytes"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "O conteúdo é diferente"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Final-de-arquivo inesperado no arquivo-tar"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "O tipo de arquivo é diferente"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Os modos são diferentes"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Os uid são diferentes"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "os gid são diferentes"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Os horários de modificação são diferentes"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Os tamanhos são diferentes"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Não está \"linkado\" a %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "O (\"Link\") simbólico é diferente"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "O número de dispositivo é diferente"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificar "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: Tipo de arquivo \"%c\" desconhecido, comparado como um arquivo normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "ERRO DE VERIFICAÇÃO: detectados %d cabeçalhos inválidos"
-msgstr[1] "ERRO DE VERIFICAÇÃO: detectados %d cabeçalhos inválidos"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "valor %s fora da faixa %s: %s..%s; substituindo %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "valor %s fora da faixa %s: %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Gerando cabeçalhos octais negativos"
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: arquivo sem alterações; não será arquivado"
-
-#: src/create.c:622
-#, fuzzy, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: arquivo sem alterações; não será arquivado"
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: arquivo sem alterações; não será arquivado"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: o arquivo diminuiu %s bytes; completando com zeros"
-msgstr[1] "%s: o arquivo diminuiu %s bytes; completando com zeros"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: arquivo está em outro sistema de arquivos; não será arquivado"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tipo de arquivo desconhecido; arquivo ignorado"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " link para %s\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: arquivo sem alterações; não será arquivado"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: arquivo é o arquivo-tar; não será arquivado"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: arquivo alterado enquanto estava sendo lido"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: \"socket\" ignorado"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: porta ignorada"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Pulando para o próximo cabeçalho"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Removendo um não-cabeçalho do arquivo-tar"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: o carimbo de horário %s está %lu s no futuro"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Inconsistência inesperada ao criar diretório"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Diretório renomeado antes de se poder extrair seu estado"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extraindo arquivos contíguos como sendo arquivos normais"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Tentativa de extrair \"links\" simbólicos como \"links\" físicos"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Impossível extrair -- arquivo é a continuação de outro volume"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Fim de arquivo inesperado nos nomes cifrados"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tipo de arquivo '%c' desconhecido; extraindo como arquivo normal"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Impossível fazer backup deste arquivo"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Impossível renomear para %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Diretório foi renomeado"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Diretório foi renomeado"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: O diretório é novo"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Carimbo de horário inválido"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Modo inválido informado na opção"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Número de dispositivo inválido"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Número de inode inválido"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Final-de-arquivo inesperado no arquivo-tar"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Impossível alocar memória para um fator de bloco %d"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, fuzzy, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: arquivo está em outro sistema de arquivos; não será arquivado"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Removendo %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Impossível remover"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Omitindo"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloco %s: ** Bloco de NULs **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloco %s: ** Fim-de-arquivo **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloco %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Espaço em branco no cabeçalho onde valor numérico `%s' era esperado"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"O valor octal do arquivo-tar %.*s está fora de faixa %s; assumindo "
-"complemento de dois"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "O valor octal do arquivo-tar %.*s está fora de faixa %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "o arquivo-tar contém cabeçalhos base-64 obsoletos"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "A string base-64 assinada do arquivo-tar %s está fora de faixa %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "O valor base-256 de arquivo-tar está fora da faixa %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "O arquivo-tar contém %.*s onde valor numérico %s era esperado"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "o valor do arquivo-tar %s está fora da faixa %s: %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " link para %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tipo de arquivo \"%s\" desconhecido\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Cabeçalho de volume--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continua no byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Criando de diretório:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Impossível mudar o diretório de trabalho"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Renomeando %s para %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Impossível renomear para %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Renomeando %s de volta para %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: arquivo removido antes de ser lido"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: arquivo removido antes de ser lido"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "processo filho"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "canal interprocesso"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Não foi encontrado no arquivo-tar"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Não foi encontrado no arquivo-tar"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "O arquivo-tar não rotulado para casar com %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Ambas as opções `-%s' e `-%s' exigem a entrada padrão"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Grupo inválido"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Desejadas características GNU num arquivo-tar com formato incompatível"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"\n"
-"Uso: %s [OPÇÃO]... [ARQUIVO]...\n"
-"\n"
-"Exemplos:\n"
-"  %s -cf arquivo.tar foo bar  # Cria arquivo.tar através dos arquivos foo e "
-"bar.\n"
-"  %s -tvf arquivo.tar         # Lista todos os arquivos em arquivo.tar.\n"
-"  %s -xf arquivo.tar          # Extrai todos os arquivos de arquivo.tar\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"\n"
-"Sufixo do backup é `~', a menos que usado --suffix ou SIMPLE_BACKUP_SUFFIX.\n"
-"Os controles de versão que podem ser usados com --backup ou "
-"VERSION_CONTROL,\n"
-"são:\n"
-"\n"
-"  t, numbered     faz backups numerados\n"
-"  nil, existing   numera se existe backup numerado, se não faz simples\n"
-"  never, simple   sempre faz backups simples\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Final-de-arquivo inesperado no arquivo-tar"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr ""
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-#, fuzzy
-msgid "extract files to standard output"
-msgstr "Erro ao escrever para saída padrão"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Impossível verificar arquivos-tar multi-volume"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Opções de formato do arquivo-tar conflitantes"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Opções de compressão conflitantes"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Impossível mudar o diretório de trabalho"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Removendo `%.*s' inicial dos nomes dos membros"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "O volume %s não casa com %s"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Modo inválido informado na opção"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr ""
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Não é possível especificar mais do que uma das opções \"-Acdtrux\""
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Opções de compressão conflitantes"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " tipo de arquivo \"%s\" desconhecido\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Arquivo de datas não encontrado"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Substituindo %s pelo formato de data desconhecido %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: arquivo é o arquivo-tar; não será arquivado"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "%s: arquivo é o arquivo-tar; não será arquivado"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Fator de blocagem inválido"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Tamanho da fita inválido"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Mais do que uma data limite"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Grupo inválido"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Modo inválido informado na opção"
-
-#: src/tar.c:1912
-#, fuzzy
-msgid "Invalid number"
-msgstr "Número de inode inválido"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Dono inválido"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Tamanho de registro inválido"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "O tamanho dos registros tem que ser múltiplo de %d."
-
-#: src/tar.c:2019
-#, fuzzy
-msgid "Invalid number of elements"
-msgstr "Tamanho da fita inválido"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr ""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "As opções \"-[0-7][lmh]\" não são suportadas por *este* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "A opção antiga `%c' exige um argumento."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Múltiplos arquivos-tar é exigem a opção \"-M\""
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Impossivel combinar --listed-incremental com --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, fuzzy, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: O rótulo do volume é longo demais (o limite é %lu bytes)"
-msgstr[1] "%s: O rótulo do volume é longo demais (o limite é %lu bytes)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Impossível verificar arquivos-tar multi-volume"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Impossível verificar arquivos-tar compactados"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Impossível usar arquivos-tar compactados multi-volume"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Impossível atualizar arquivos-tar compactados"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Recusando a criar um arquivo-tar vazio"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "As opções `-Aru' são incompatíveis com `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Deve ser especificada uma das opções \"-Acdtrux\""
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: O arquivo encolheu %s bytes"
-msgstr[1] "%s: O arquivo encolheu %s bytes"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Carimbo de horário fora da faixa"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "A string base-64 assinada do arquivo-tar %s está fora de faixa %s"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "o valor do arquivo-tar %s está fora da faixa %s: %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Grupo inválido"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Ponto de verificação de escrita %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Ponto de verificação de leitura %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Gera arquivos de dados para pacote de testes GNU tar.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Opções de compressão conflitantes"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "Erro ao escrever para saída padrão"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Uso: %s [OPÇÃO]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Carimbo de horário inválido"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Número do inode fora de faixa"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Erro de sistema desconhecido"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Impossível fechar"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " tipo de arquivo \"%s\" desconhecido\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Impossível saltar para %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Impossível saltar para %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "O processo filho morreu com o sinal %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Nomes de arquivos truncados--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Impossível salvar diretório de trabalho"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Impossível renomear para %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: opção ilegal -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Lendo %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Informar erros no programa para <bug-tar@gnu.org>.\n"
-#~ "Informar erros na tradução para <afmenez@terra.com.br>.\n"
-
-#, fuzzy
-#~ msgid "filter the archive through compress"
-#~ msgstr "%s: arquivo é o arquivo-tar; não será arquivado"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "%s: arquivo é o arquivo-tar; não será arquivado"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "%s: arquivo é o arquivo-tar; não será arquivado"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Impossível alocar espaço para buffer\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Impossível alocar espaço para buffer"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Tente `%s --help' para mais informações.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Uso: %s [OPÇÃO]\n"
-#~ "Manipula uma unidade de fita, aceitando comandos de um processo remoto.\n"
-#~ "\n"
-#~ "  --version  Mostra informações de versão.\n"
-#~ "  --help   Mostra esta ajuda.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Deslocamento de procura fora de faixa"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Fim de arquivo prematuro"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Erro não é recuperável: saindo agora"
-
-#~ msgid "block size"
-#~ msgstr "tamanho de bloco"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Impossível duplicar (\"dup\")"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Impossível usar arquivos-tar compactados ou remotos"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (filho)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (neto)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "AVISO: Não há cabeçalho de volume"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "O processo filho retornou estado %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Os nomes dos membros contém `..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: O nome do membro contém `..'"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Erro evidente de nome longo"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Número do dispositivo fora de faixa"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Erro de nome longo evidente"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Renomeado %s para %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Impossível fazer link simbólico para %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s ligado simbolicamente a %s (\"link\")"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Comando de decifragem \"%s\" desconhecido"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Falta um nome de arquivo após \"-C\""
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Esse programa não possui NENHUMA GARANTIA, até onde permitido pela lei.\n"
-#~ "Pode ser redistribuído sob os termos da Licença Publica Geral GNU;\n"
-#~ "veja o arquivo COPYING para maiores detalhes."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Comando \"%c\" não faz sentido\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "O GNU `tar' salva vários arquivos em um único arquivo-tar em fita ou "
-#~ "disco,\n"
-#~ "e pode restaurar arquivos individualmente.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Se uma opção longa aparece como argumento obrigatório, então também o é "
-#~ "para a\n"
-#~ "opção curta equivalente. Idem para argumentos opcionais.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modo de operação principal:\n"
-#~ "  -t, --list              lista o conteúdo de um arquivo-tar\n"
-#~ "  -x, --extract, --get    extrai arquivos do arquivo-tar\n"
-#~ "  -c, --create            cria um novo arquivo-tar\n"
-#~ "  -d, --diff, --compare   compara o arquivo-tar com arquivos atuais\n"
-#~ "  -r, --append            anexa arquivos no fim do arquivo-tar\n"
-#~ "  -u, --update            atualiza arquivos contidos no arquivo-tar\n"
-#~ "  -A, --catenate          anexa outros arquivos-tar a um arquivo-tar\n"
-#~ "      --concatenate       o mesmo que \"-A\"\n"
-#~ "      --delete            remove do arquivo-tar (exceto para fitas)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modificadores de operação:\n"
-#~ "  -W, --verify               tenta verificar o arquivo-tar após gravação\n"
-#~ "      --remove-files         remove arquivos depois de incluí-los no "
-#~ "arquivo-tar\n"
-#~ "  -k, --keep-old-files       não sobrescreve arquivo existente ao "
-#~ "extrair\n"
-#~ "      --overwrite            sobrescreve arquivos existentes ao extrair\n"
-#~ "      --overwrite-dir        sobrescreve dados sobre diretórios ao "
-#~ "extrair\n"
-#~ "  -U, --unlink-first         remove cada arquivo antes de extraí-lo\n"
-#~ "      --recursive-unlink     remove hierarquia antes de extrair "
-#~ "diretórios\n"
-#~ "  -S, --sparse               trata arquivos esparsos eficientemente\n"
-#~ "  -O, --to-stdout            extrai os arquivos para stdout\n"
-#~ "  -G, --incremental          trata antigo formato incremental GNU\n"
-#~ "  -g, --listed-incremental=ARQUIVO\n"
-#~ "                             trata novo formato incremental GNU\n"
-#~ "      --ignore-failed-read   não sai com erro em arquivos ilegíveis.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Tratamento dos atributos dos arquivos:\n"
-#~ "      --owner=NOME             força NOME como dono dos arquivos "
-#~ "adicionados\n"
-#~ "      --group=GRUPO            força GRUPO como grupo dos arquivos "
-#~ "adicionados\n"
-#~ "      --mode=PERM              força permissões PERM para arquivos "
-#~ "adicionados\n"
-#~ "      --atime-preserve         não altera as datas de acesso dos "
-#~ "arquivos\n"
-#~ "  -m, --modification-time      não extrai a data de modificação dos "
-#~ "arquivos\n"
-#~ "      --same-owner             extrai os arquivos tentando manter o dono\n"
-#~ "      --no-same-owner          extrai os arquivos com o usuário atual "
-#~ "como dono\n"
-#~ "      --numeric-owner          usa sempre números para nomes de usuário e "
-#~ "grupo\n"
-#~ "  -p, --same-permissions       mantém as permissões dos arquivos na "
-#~ "extração\n"
-#~ "      --no-same-permissions    não extrai as informações de permissões\n"
-#~ "      --preserve-permissions   o mesmo que -p\n"
-#~ "  -s, --same-order             ordena os nomes a extrair segundo a ordem "
-#~ "do arquivo-tar\n"
-#~ "      --preserve-order         o mesmo que -s\n"
-#~ "      --preserve               o mesmo que -p e -s juntos\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Escolha e substituição de dispositivo:\n"
-#~ "  -f, --file=ARQ                 usa o arquivo ou dispositivo ARQ\n"
-#~ "      --force-local              o arquivo é local, mesmo que tenha \":"
-#~ "\"\n"
-#~ "      --rsh-command=COM          usar o comando remoto COM, em vez de "
-#~ "\"rsh\"\n"
-#~ "  -[0-7][lmh]                    escolher o acionador e a densidade\n"
-#~ "  -M, --multi-volume             tratar arquivos multi-volume\n"
-#~ "  -L, --tape-length=NUM          tratar NUM x 1024 \"bytes\" por fita "
-#~ "magnética\n"
-#~ "  -F, --info-script=ARQ          executar ARQ no final de cada fita "
-#~ "(implica em -M)\n"
-#~ "      --new-volume-script=ARQ    o mesmo que \"-F ARQ\"\n"
-#~ "      --volno-file=ARQ           usa/atualiza o número do volume em ARQ\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Blocagem no dispositivo:\n"
-#~ "  -b, --blocking-factor=BLOCOS   BLOCOS x 512 bytes por registro\n"
-#~ "      --record-size=TAM          TAM bytes por registro, múltiplo de 512\n"
-#~ "  -i, --ignore-zeros             ignorar os blocos zerados no arquivo-"
-#~ "tar\n"
-#~ "                                 (significam fim-de-arquivo)\n"
-#~ "  -B, --read-full-records        dividir leitura em blocos (para pipes "
-#~ "4.2BSD)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Seleção do formato do arquivo-tar:\n"
-#~ "  -V, --label=NOME                  cria um arquivo com nome de volume "
-#~ "NOME\n"
-#~ "              REGEXP                ao extrair/listar, NOME é expressão "
-#~ "regular\n"
-#~ "  -o, --old-archive, --portability  gravar um arquivo no-tar formato V7\n"
-#~ "      --posix                       gravar um arquivo-tar conforme com "
-#~ "POSIX\n"
-#~ "  -j, --bzip2                       filtra o arquivo-tar através do "
-#~ "bzip2\n"
-#~ "  -z, --gzip, --ungzip              filtra o arquivo-tar através do gzip\n"
-#~ "  -Z, --compress, --uncompress      filtra o arquivo-tar através do "
-#~ "compress\n"
-#~ "      --use-compress-program=PROG   filtra através de PROG (precisa "
-#~ "aceitar -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Seleção local de arquivos:\n"
-#~ "  -C, --directory DIR        mudar para diretório DIR\n"
-#~ "  -T, --files-from=NOME      obter do arquivo NOME a lista de arquivos a\n"
-#~ "                             criar ou extrair\n"
-#~ "      --null                 faz com que \"-T\" leia nomes terminados por "
-#~ "NULO,\n"
-#~ "                             também inibe \"-C\"\n"
-#~ "      --exclude=PADRÃO       excluir os arquivos descritos pelo PADRÃO\n"
-#~ "  -X, --exclude-from=ARQ     excluir arquivos, segundo os padrões em ARQ\n"
-#~ "      --anchored             padrões de exclusão combinam com início do "
-#~ "nome do arquivo (padrão)\n"
-#~ "      --no-anchored          padrões de exclusão combinam depois de "
-#~ "qualquer /\n"
-#~ "      --ignore-case          exclusão ignora maiúsculas/minúsculas\n"
-#~ "      --no-ignore-case       exclusão considera maiúsculas/minúsculas "
-#~ "(padrão)\n"
-#~ "      --wildcards            padrões de exclusão usam coringas (padrão)\n"
-#~ "      --no-wildcards         padrões de exclusão são strings simples\n"
-#~ "      --wildcards-match-slash coringas dos padrões de exclusão combinam "
-#~ "com '/' (default)\n"
-#~ "      --no-wildcards-match-slash coringas dos padrões de exclusão não "
-#~ "combinam com '/'\n"
-#~ "  -P, --absolute-names       preservar os \"\\\" iniciais nos nomes dos "
-#~ "arquivos\n"
-#~ "  -h, --dereference          usar os próprios arquivos, em lugar dos "
-#~ "ligações\n"
-#~ "                             simbólicas (symlinks) que os referenciam\n"
-#~ "      --no-recurse           não descer pela árvore de diretórios\n"
-#~ "  -l, --one-file-system      não sair do sistema local de arquivos, ao "
-#~ "criar o\n"
-#~ "                             arquivo-tar\n"
-#~ "  -K, --starting-file=NOME   começar pelo arquivo NOME, no arquivo-tar\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATA           guardar apenas arquivos mais recentes que "
-#~ "DATA\n"
-#~ "      --newer-mtime=DATE     comparar apenas data e hora quando os dados "
-#~ "mudarem\n"
-#~ "      --after-date=DATA      o mesmo que -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]     copia antes de remover, possibilita escolha\n"
-#~ "                             de controle de versão\n"
-#~ "      --suffix=SUFIXO        copia antes de remover, ignora sufixo usual\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Prestação de informações:\n"
-#~ "      --help            mostra esta ajuda e sai\n"
-#~ "      --version         mostra número da versão do programa tar e sai\n"
-#~ "  -v, --verbose         mostra lista de arquivos processados\n"
-#~ "      --checkpoint      indica os nomes dos diretórios ao ler o arquivo-"
-#~ "tar\n"
-#~ "      --totals          indica o total de bytes gravados ao criar o "
-#~ "arquivo-tar\n"
-#~ "  -R, --block-number    mostra o número de bloco do arquivo-tar, para "
-#~ "cada mensagem\n"
-#~ "  -w, --interactive     pede confirmação para cada ação\n"
-#~ "      --confirmation    o mesmo que -w\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "O programa tar GNU não consegue ler arquivos-tar \"--posix\".  Se a "
-#~ "variável\n"
-#~ "POSIXLY_CORRECT estiver definida no ambiente, as extensões GNU podem ser\n"
-#~ "inibidas com \"--posix\". O suporte para POSIX está apenas parcialmente\n"
-#~ "implementado, pelo que não se confie muito nele, por enquanto.\n"
-#~ "ARQUIVO-TAR pode ser ARQUIVO, HOST:ARQUIVO ou USUÁRIO@HOST:ARQUIVO; e \n"
-#~ "ARQUIVO pode ser um arquivo ou um dispositivo.\n"
-#~ "*Este* `tar' assume, por default, \"-f%s -b %d\".\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Opção obsoleta, agora subentendida por --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Nome de opção obsoleta substituída por --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Nome de opção obsoleta substituído por --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Aviso: a opção -I não é suportada; talvez a intenção fosse -j ou -T?"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Nome de opção obsoleta substituído por --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Nome de opção obsoleta substituída por --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Nome de opção obsoleta substituída por --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Aviso: a opção -y não é suportada; talvez a intenção fosse -j?"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Nome de opção obsoleta substituída por --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Escrito por John Gilmore e Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Saída por erro atrasada pelos erros anteriores"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Os argumentos obrigatórios para as opções longas também são obrigatórios\n"
-#~ "para as opções curtas equivalentes.\n"
-#~ "\n"
-#~ "  -l, --file-length=TAM      TAManho do arquivo gerando\n"
-#~ "  -p, --pattern=PADRÃO       PADRÃO é `default' ou `zeros'\n"
-#~ "      --help                 exibe esta ajuda e sai\n"
-#~ "      --version              exibe informações de versão e sai\n"
diff --git a/po/ro.gmo b/po/ro.gmo
deleted file mode 100644 (file)
index bd7f0d1..0000000
Binary files a/po/ro.gmo and /dev/null differ
diff --git a/po/ro.po b/po/ro.po
deleted file mode 100644 (file)
index d57e049..0000000
--- a/po/ro.po
+++ /dev/null
@@ -1,2958 +0,0 @@
-# Mesajele în limba românã pentru GNU tar
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# Laurentiu Buzdugan <lbuz@rolix.org>>, 2005.
-#
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.15.1\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2005-07-15 12:00-0500\n"
-"Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n"
-"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
-"Language: ro\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argument invalid %s pentru %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argument ambiguu %s pentru %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Argumente valide sunt:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: parametrul ARGP_HELP_FMT necesitã o valoare"
-
-#: gnu/argp-help.c:228
-#, fuzzy, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: parametrul ARGP_HELP_FMT necesitã o valoare"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: parametru ARGP_HELP_FMT necunoscut"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Gunoi în ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Argumentele obligatorii sau opþionale pentru opþiunile lungi sunt "
-"obligatorii sau opþionale ºi pentru opþiunile corespunzãtoare scurte."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Folosire:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " sau: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [OPÞIUNE...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr ""
-"Încercaþi `%s --help' sau `%s --usage'  pentru informaþii suplimentare.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Raportaþi bug-uri la %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Eroare sistem necunoscutã"
-
-#: gnu/argp-parse.c:83
-#, fuzzy
-msgid "give this help list"
-msgstr "Afiºeazã aceastã listã de ajutor"
-
-#: gnu/argp-parse.c:84
-#, fuzzy
-msgid "give a short usage message"
-msgstr "Afiºeazã un scurt mesaj despre folosire"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NUME"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-#, fuzzy
-msgid "print program version"
-msgstr "Afiºeazã versiunea programului"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: opþiunea `%s' necesitã un argument\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: opþiunea `%s' este ambiguã\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: opþiunea `--%s' nu permite un argument\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: opþiunea `%c%s' nu permite un argument\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: opþiunea `%s' necesitã un argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: opþiunea `--%s' nu este recunoscutã\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: opþiunea `%c%s' bu este recunoscutã\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: opþiune invalidã -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: opþiunea necesitã un argument -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: opþiunea `-W %s' este ambiguã\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: opþiunea `-W %s' nu permite un argument\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: opþiunea `%s' necesitã un argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "memorie epuizatã"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Nu pot schimba directorul în care lucrez"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Nu pot salva directorul în care lucrez"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Raportaþi bug-uri la %s.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Raportaþi bug-uri la <%s>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Nu pot %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Avertisment: Nu pot %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Nu pot schimba modul ca %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Nu pot schimba proprietatea cãtre uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Nu pot crea hard link cãtre %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Eroare citire la octet %s, citind %lu octet"
-msgstr[1] "%s: Eroare citire la octet %s, citind %lu octeþi"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Avertisment: Eroare citire la octet %s, citind %lu octet"
-msgstr[1] "%s: Avertisment: Eroare citire la octet %s, citind %lu octeþi"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Nu pot cãuta (seek) cãtre %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Avertisment: Nu pot cãuta (seek) cãtre %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Nu pot crea symlink cãtre %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Am scris numai %lu din %lu octet"
-msgstr[1] "%s: Am scris numai %lu din %lu octeþi"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Eliminãm primul `%s' din numele membrilor"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Eliminãm primul `%s' din destinaþiile hard link"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Înlocuiesc `.' pentru nume de membrii goale"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Înlocuiesc `.' pentru destinaþii hard link goale"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Serviciu indisponibil"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Nu pot executa shell remote"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Direcþie cãutare (seek direction) în afara domeniului"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Mod invalid furnizat ca opþiune"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Înregistrare timp invalidã"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Decalaj cãutare (seek offset) în afara domeniului"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Lungime de bandã invalidã"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Decalaj cãutare (seek offset) în afara domeniului"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: eof prematur\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Mod de operare principal:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "EOF neaºteptat în arhivã"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NUMÃR"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FIªIER"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Nu pot cãuta (seek) cãtre %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Comandã gunoi"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Aceasta nu pare a fi o arhivã tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Numãr total octeþi scriºi: %s (%s, %s/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Numãr total octeþi scriºi: %s (%s, %s/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(pipe)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Valoare invalidã pentru record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Nume arhivã nu a fost furnizat"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Nu pot verifica arhive atdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Arhiva este compresatã. Folosiþi opþiunea %s."
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Nu pot actualiza arhive comprimate"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "La începutul benzii, ieºim acum"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Prea multe erori, ieºim"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Dimensiune înregistrare = %lu bloc"
-msgstr[1] "Dimensiune înregistrare = %lu blocuri"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Bloc ne-aliniat (%lu octet) în arhivã"
-msgstr[1] "Bloc ne-aliniat (%lu octeþi) în arhivã"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Nu pot backspace fiºierul arhivã; acesta ar putea fi de necitit fãrã -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek nu s-a oprit la limita unei înregistrãri"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: conþine numãr volum invalid"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Depãºire domeniu numãr volum"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Preparã volum #%d pentru %s ºi apasã tasta return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "EOF unde era aºteptat rãspunsul utilizatorului"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "AVERTISMENT: Arhiva este incompletã"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [nume]   Daþi un nume de fiºier nou pentru urmatoarele volume\n"
-" q          Abandoneazã tar\n"
-" !          Lanseazã un subshell\n"
-" ?          Afiºeazã aceastã listã de opþiuni\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Nici un volum nou; terminãm.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "`%s' comanda a eºuat"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s nu este continuat pe acest volum"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s nu este continuat pe acest volum"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s este de dimensiune greºitã (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Acest volum este în afara secvenþei"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arhiva nu este etichetatã sã se potriveascã cu %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Volumul %s nu se potriveºte cu %s"
-
-#: src/buffer.c:1674
-#, fuzzy, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: nume fiºier prea lung pentru a fi storat într-un antet GNU multivolum"
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "rmtlseek nu s-a oprit la limita unei înregistrãri"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Am putut citi doar %lu din %lu octet"
-msgstr[1] "Am putut citi doar %lu din %lu octeþi"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Conþinuturile diferã"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "EOF neaºteptat în arhivã"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Tipul fiºierelor diferã"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Modurile diferã"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid diferã"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid diferã"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Timp modificare diferã"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Dimensiunea diferã"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Nu este link-at cãtre %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symlink diferã"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Numãr dispozitiv diferã"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verificã "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: Tip de fiºier necunoscut '%c', folosesc diff ca pentru un fiºier normal"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arhiva conþine nume de fiºiere cu prefixele îndepãrtate."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Verificare ar putea eºua sã gãseascã fiºierele originale."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "VERIFICàEªEC: detectat %d antet invalid"
-msgstr[1] "VERIFICàEªEC: detectat %d antete invalide"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Un bloc zero singuratic la %s"
-
-#: src/create.c:72
-#, fuzzy, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: conþine o etichetã de director cache; nimic generat"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "valoarea %s în afara %s intervalului %s..%s; înlocuiesc %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "valoarea %s în afara %s intervalului %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Generez antete octale negative"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: numele fiºierul este prea lung (maxim %d); nimic generat"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: numele fiºierul este prea lung (nu poate fi spart); nimic generat"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: numele link-ului este prea lung; nimic generat"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Fiºier scurtat cu %s octet; completat cu zerouri"
-msgstr[1] "%s: Fiºier scurtat cu %s octeþi; completat cu zerouri"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: fiºierul este pe un sistem de fiºiere diferit; nimic generat"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Tip de fiºier necunoscut; fiºier ignorat"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Link lipsã cãtre '%s'.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: fiºierul este neschimbat; nimic generat"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: fiºierul este în arhivã; nimic generat"
-
-#: src/create.c:1723 src/incremen.c:575
-#, fuzzy
-msgid "directory not dumped"
-msgstr "%s: conþine o etichetã de director cache; nimic generat"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: fiºier schimbat în timp ce îl citeam"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socket ignorat"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: uºã ignoratã"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Sãrim la urmãtorul antet"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "ªtergem non-antet din arhivã"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: înregistrare de timp neverosimilã %s"
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: înregistrare timp %s este %lu sec în viitor"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Inconsistenþã neaºteptatã când cream directorul"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Director redenumit înainte de a fi putut extrage starea sa"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extragem fiºiere contigue ca fiºiere normale"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Încerc extragerea link-urilor simbolice ca link-uri hard"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Nu pot extrage -- fiºierul este continuat din altã arhivã"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "EOF neaºteptat în numele amestecate"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Tip de fiºier necunoscut '%c', extras ca fiºier normal"
-
-#: src/extract.c:1393
-#, fuzzy, c-format
-msgid "Current %s is newer or same age"
-msgstr "`%s' curent este mai nou"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Nu am putut arhiva (backup) acest fiºier"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: Nu pot redenumi ca %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Directorul a fost redenumit"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Directorul a fost redenumit"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Directorul este nou"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Înregistrare timp invalidã"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Mod invalid furnizat ca opþiune"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Numãr dispozitiv invalid"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Numãr inode invalid"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "EOF neaºteptat în arhivã"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Argument densitate malformat: '%s'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Argument densitate malformat: '%s'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr ""
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Nu curãþ director: nu pot determina statistici"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: directorul este pe un dispozitiv (device) diferit; necurãþat"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: ªtergem %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Nu pot ºterge"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Omis"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "bloc %s: ** Bloc de NUL-uri **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "bloc %s: ** Sfârºit de fiºier **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "bloc %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Spaþii libere în antet unde valoare %s numericã aºteptatã"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Valoare octalã %.*s este în afara %s intervalului; presupunem complementul "
-"lui doi"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Valoare octalã arhivã %.*s este în afara %s intervalului"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arhiva conþine antete în baza-64 depãºite"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "ªir în baza-64 (semnãtura arhivei) %s este în afara %s intervalului"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Valoare baza-256 a arhivei este în afara %s intervalului"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arhiva conþine %.*s unde valoare %s numericã aºteptatã"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, fuzzy, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Valoare arhivã %s este în afara %s intervalului %s.%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " link cãtre %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " tip fiºier necunoscut %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Link Lung--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Nume Lung--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Antet Volum--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Continuat la octet %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Creez director:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Nu pot schimba directorul în care lucrez"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Redenumesc %s ca %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Nu pot redenumi ca %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Redenumesc %s înapoi ca %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Fiºier ºters înainte de a-l putea citi"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Fiºier ºters înainte de a-l putea citi"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proces copil"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "canal între-procese"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "pattern-urile de excludere potrivesc începutul numelor de fiºiere"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Nu a fost gãsit în arhivã"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Lucrul cerut nu a fost gãsit în arhivã"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arhiva nu este etichetatã sã se potriveascã cu %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Opþiunile `-%s' ºi `-%s' vor amândouã intrarea standard"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Format arhivã invalid"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Capabilitãþi GNU cerute pentru un format de arhivã incompatibil"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU tar salveazã mai multe fiºiere împreunã într-o singurã arhivã pe bandã "
-"sau disc ºi poate restaura fiºiere individuale din arhivã.\n"
-"\n"
-"Exemple:\n"
-"  tar -cf arhiva.tar foo bar  # Creazã arhiva.tar din fiºierele foo ºi bar.\n"
-"  tar -tvf arhiva.tar         # Listeazã cu amãnunte toate fiºierele din "
-"arhiva.tar.\n"
-"  tar -xf arhiva.tar          # Extrage toate fiºierele din arhiva.tar.\n"
-"\vSufixul pentru backup este `~', dacã nu este setat cu --suffix sau "
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Versiunea de control poate fi setatã cu --backup sau VERSION_CONTROL, "
-"valorile permise sunt:\n"
-"\n"
-"  t, numbered     creazã backup numerotat\n"
-"  nil, existing   numeroteazã dacã existã backup numerotat, altfel simplu\n"
-"  never, simple   întotdeauna creazã backup simplu\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"GNU tar salveazã mai multe fiºiere împreunã într-o singurã arhivã pe bandã "
-"sau disc ºi poate restaura fiºiere individuale din arhivã.\n"
-"\n"
-"Exemple:\n"
-"  tar -cf arhiva.tar foo bar  # Creazã arhiva.tar din fiºierele foo ºi bar.\n"
-"  tar -tvf arhiva.tar         # Listeazã cu amãnunte toate fiºierele din "
-"arhiva.tar.\n"
-"  tar -xf arhiva.tar          # Extrage toate fiºierele din arhiva.tar.\n"
-"\vSufixul pentru backup este `~', dacã nu este setat cu --suffix sau "
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Versiunea de control poate fi setatã cu --backup sau VERSION_CONTROL, "
-"valorile permise sunt:\n"
-"\n"
-"  t, numbered     creazã backup numerotat\n"
-"  nil, existing   numeroteazã dacã existã backup numerotat, altfel simplu\n"
-"  never, simple   întotdeauna creazã backup simplu\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Mod de operare principal:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "listeazã conþinutul unei arhive"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "extrage fiºiere dintr-o arhivã"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "creazã o nouã arhivã"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "gãseºte diferenþele dintre arhive ºi sistemul de fiºiere"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "adaugã fiºiere la sfârºitul unei arhive"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "adaugã numai fiºierele mai noi decât copia din arhivã"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "adaugã fiºiere tar la o arhivã"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "ºterge din arhivã (nu pe benzi magnetice!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modificatori operaþie:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "manipuleazã eficient fiºierele rerefiate (sparse)"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "foloseºte vechiul format GNU pentru backup incremental"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "foloseºte noul format GNU pentru backup incremental"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "nu termina cu non-zero pentru fiºiere ce nu pot fi citite"
-
-#: src/tar.c:429
-#, fuzzy
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"proceseazã numai a NUM-ãra apariþie a fiecãrui fiºier în arhivã. Aceastã "
-"opþiune este validã numai în combinaþie cu una dintre subcomenzile --delete, "
-"--diff, --extract sau --list ºi când o listã de fiºiere este datã fie în "
-"linia de comandã sau folosind opþiunea -T.  Implicit, NUMBER=1."
-
-#: src/tar.c:435
-#, fuzzy
-msgid "archive is seekable"
-msgstr "Arhiva este cãutabilã"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "Arhiva este cãutabilã"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "încearcã sã verifici arhiva dupã scrierea sa"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "ºterge fiºierele dupã ce acestea sunt adãugate la arhivã"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "nu înlocui fiºierele existente la extragere"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"nu înlocui fiºierele existente care sunt mai noi decât copiile acestora din "
-"arhivã"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "supra-scrie fiºierele existente la extragere"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "ºterge fiecare fiºier înainte de a extrage peste acesta"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "goleºte ierarhiile înainte de a extrage un director"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "pãstrazã metadata directoarelor existente"
-
-#: src/tar.c:467
-#, fuzzy
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "supra-scrie fiºierele existente la extragere"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "extrage fiºierele la ieºirea standard"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "COMANDÃ"
-
-#: src/tar.c:478
-#, fuzzy
-msgid "pipe extracted files to another program"
-msgstr "extrage fiºierele la ieºirea standard"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Manipulare atribute fiºiere:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "forþeazã NUME ca proprietar pentru fiºierele adãugate"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "forþeazã NUME ca grup pentru fiºierele adãugate"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATA-FIªIERULUI"
-
-#: src/tar.c:494
-#, fuzzy
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "stocheazã numai fiºiere mai noi decât DATA-FIªIERULUI"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "SCHIMBÃRI"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "forþeazã mod (simbolic) SCHIMBÃRI pentru fiºierele adãugate"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "nu extrage timpul de modificare al fiºierului"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "încearcã extragerea fiºierelor cu aceleaºi drepturi (ownership)"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "extrage fiºierele ca dvs. însuºi"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "foloseºte întotdeauna numere pentru numele utilizator/grup"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "sorteazã numele de extras sã se potriveascã cu arhiva"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "la fel ca -p ºi -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Selectare ºi schimbare unitate:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARHIVÃ"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "foloseºte fiºier arhivã sau unitate ARHIVÃ"
-
-#: src/tar.c:535
-#, fuzzy
-msgid "archive file is local even if it has a colon"
-msgstr "fiºier arhivã este local chiar când are un :"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "foloseºte rmt COMANDàîn loc de rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "foloseºte remote COMANDàîn loc de rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "specificã unitate ºi densitate"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "creazã/listeazã/extrage arhiva pe volume multiple"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "schimbã banda dupã scriere a NUMÃR x 1024 octeþi"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "ruleazã script la terminarea fiecãrei benzi (implicã -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "foloseºte/actualizeazã numãrul de volum în FIªIER"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blocuri unitate:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCURI"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOCURI x 512 octeþi pe întregistrare"
-
-#: src/tar.c:574
-#, fuzzy
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "DIMENSIUNE octeþi pe înregistrare, multiplu de 12"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ignorã blocuri zero-uate în arhivã (înseamnã EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "redimensioneazã bloc în timpul citirii (pentru pipe-uri BSD4.2"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Selecþie format arhivã:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-#, fuzzy
-msgid "create archive of the given format"
-msgstr "creazã arhiva de formatul dat."
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT este unul din urmãtoarele"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "vechiul format tar V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "oldgnu    formatul GNU format ca pentru tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "formatul GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "formatul POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "formatul POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-#, fuzzy
-msgid "same as pax"
-msgstr "ca ºi pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "ca ºi --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "ca ºi --format=posix"
-
-#: src/tar.c:606
-#, fuzzy
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "cuvânt_cheie[[:]=valoare][,cuvânt_cheie[[:]=valoare], ...]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "controleazã cuvintele cheie pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXT"
-
-#: src/tar.c:609
-#, fuzzy
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"creazã arhivã nu nume volum NUME. La listare/extragere, foloseºte TEXT ca "
-"pattern de globbing"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Opþiunile de compresie sunt în conflict"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtreazã prin PROG (trebuie sã accepte -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Selecþie fiºier local:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "schimbã în directorul DIR"
-
-#: src/tar.c:644
-#, fuzzy
-msgid "get names to extract or create from FILE"
-msgstr "obþine numele de extras sau creat din fiºierul NUME"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T citeºte nume terminate cu null, deactiveazã cu -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATTERN"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "exclude fiºiere, date ca un PATTERN"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "pattern-urile de excludere sunt listate în FIªIER"
-
-#: src/tar.c:658
-#, fuzzy
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "exclude directoarele ce conþin o etichetã cache"
-
-#: src/tar.c:661
-#, fuzzy
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "exclude directoarele ce conþin o etichetã cache"
-
-#: src/tar.c:664
-#, fuzzy
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "exclude directoarele ce conþin o etichetã cache"
-
-#: src/tar.c:666
-#, fuzzy
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "exclude directoarele ce conþin o etichetã cache"
-
-#: src/tar.c:669
-#, fuzzy
-msgid "exclude everything under directories containing FILE"
-msgstr "exclude directoarele ce conþin o etichetã cache"
-
-#: src/tar.c:671
-#, fuzzy
-msgid "exclude directories containing FILE"
-msgstr "exclude directoarele ce conþin o etichetã cache"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "evitã coborârea automatã în directoare"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "stai în sistemul de fiºire local la creare arhivei"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "coboarã recursiv în directoare (implicit)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "nu elimina primul `/' din numele fiºierelor"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NUME-MEMBRU"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "începe la membrul NUME-MEMBRU în arhivã"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "stocheazã numai fiºiere mai noi decât DATA-FIªIERULUI"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATA"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "comparã data ºi timpul numai când a fost schimbatã data"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "fã backup înainte de ºtergere, alege CONTROL pentru versiuni"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "ªIR"
-
-#: src/tar.c:698
-#, fuzzy
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"fã backup înainte de ºtergere, înlocuieºte prefixul normal ('~' în afarã de "
-"cazul când este determinat de variabila de mediu SIMPLE_BACKUP_SUFFIX"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-#, fuzzy
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "eliminã NUMÃR componente de la începutul numelor fiºierelor"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-#, fuzzy
-msgid "ignore case"
-msgstr "în excluderi ignorã cazul caracterelor (minuscule/majuscule)"
-
-#: src/tar.c:719
-#, fuzzy
-msgid "patterns match file name start"
-msgstr "pattern-urile de excludere potrivesc începutul numelor de fiºiere"
-
-#: src/tar.c:721
-#, fuzzy
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "pattern-urile de excludere potrivesc dupã orice / (implicit)"
-
-#: src/tar.c:723
-#, fuzzy
-msgid "case sensitive matching (default)"
-msgstr "excluderea depinde de caz (minuscule/majuscule) (implicit)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "wildcard-urile în pattern-urile de excludere nu potrivesc '/'"
-
-#: src/tar.c:731
-#, fuzzy
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "wildcard-urile din pattern-urile de excludere potrivesc '/' (implicit)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Ieºire informativã:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "listeazã cu amãnunte fiºierele procesate"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-#, fuzzy
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "afiºeazã mesaje despre progres la fiecare al 10-a înregistrare"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "afiºeazã un mesaj dacã nu toate link-urile sunt prelucrate"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "afiºeazã datele de modificare a fiºierelor în UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "trimite ieºire detaliatã în FIªIER"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "aratã numãrul blocului din arhivã pentru fiecare mesaj"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "cere confirmare pentru fiecare acþiune"
-
-#: src/tar.c:767
-#, fuzzy
-msgid "show tar defaults"
-msgstr "Aratã valorire implicite folosite de tar"
-
-#: src/tar.c:769
-#, fuzzy
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"La listare sau extragere, listeazã fiecare director care nu se potriveºte cu "
-"criteriile de cãutare"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Opþiuni compatibilitate:"
-
-#: src/tar.c:787
-#, fuzzy
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "la creare, ca ºi --old-archive.  La extragere, ca ºi --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Alte opþiuni:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Nu puteþi specifica mai mult de una dintre opþiunile `-Acdtrux'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Opþiunile de compresie sunt în conflict"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " tip fiºier necunoscut %s\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Fiºier date nu a fost gãsit"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Înlocuim %s pentru format de datã necunoscut %s"
-
-#: src/tar.c:1057
-#, fuzzy, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Tratez data `%s' ca %s + %ld nanosecundã"
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: fiºierul este în arhivã; nimic generat"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "filtreazã arhiva prin gzip"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Acest* tar foloseºte implicit:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Factor blocuri invalid"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Lungime de bandã invalidã"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Mai mult de o singurã datã limitã"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Grup invalid"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Mod invalid furnizat ca opþiune"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Numãr invalid"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Proprietar invalid"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Dimensiune înregistrare invalidã"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Dimensiune înregistrare trebuie sã fie un multiplu de %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Numãr invalid de elemente"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, fuzzy, c-format
-msgid "Malformed density argument: %s"
-msgstr "Argument densitate malformat: '%s'"
-
-#: src/tar.c:2145
-#, fuzzy, c-format
-msgid "Unknown density: `%c'"
-msgstr "Densitate necunoscutã: '%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Opþiunile `-[0-7][lmh]' nu sunt suportate de *acest* tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FIªIER]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Vechea opþiune `%c' necesitã un argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence n-are sens fãrã o listã de fiºiere"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence nu poate fi folosit în modul de operare cerut"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Fiºiere de arhivã multiple necesitã opþiunea `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Nu puteþi combina --listed-incremental cu --newer"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--occurrence n-are sens fãrã o listã de fiºiere"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Eticheta volumului este prea lungã (limita este %lu octet)"
-msgstr[1] "%s: Eticheta volumului este prea lungã (limita este %lu octeþi)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Nu pot verifica arhive pe volume multiple"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Nu pot verifica arhive comprimate"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Nu pot folosi arhive comprimate pe volume multiple"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Nu pot actualiza arhive comprimate"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option poate fi folosit numai pentru arhive POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Refuz categoric sã creez o arhivã goalã"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Opþiunile `-Aru' sunt incompatibile cu `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Trebuie sã specificaþi una din opþiunile `-Acdtrux'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Fiºier scurtat cu %s octet"
-msgstr[1] "%s: Fiºier scurtat cu %s octeþi"
-
-#: src/xheader.c:164
-#, fuzzy, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Cuvânt_cheie %s necunoscut sau încã neimplementat"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Înregistrare timp în afara domeniului"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Pattern-ul %s nu poate fi folosit"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Cuvânt_cheie %s nu poate fi înlocuit (overridden)"
-
-#: src/xheader.c:542
-#, fuzzy
-msgid "Malformed extended header: missing length"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "ªir în baza-64 (semnãtura arhivei) %s este în afara %s intervalului"
-
-#: src/xheader.c:569
-#, fuzzy
-msgid "Malformed extended header: missing blank after length"
-msgstr "Antet extins malformat: lipseºte spaþiu liber dupã lungime"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/xheader.c:583
-#, fuzzy
-msgid "Malformed extended header: missing newline"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Valoare arhivã %s este în afara %s intervalului %s.%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, fuzzy, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/xheader.c:1379
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/xheader.c:1389
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Antet extins malformat: lipseºte semnul egal"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Grup invalid"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Scrie punct de verificare %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Citeºte punct de verificare %d"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Alte opþiuni:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-#, fuzzy
-msgid "Create file of the given SIZE"
-msgstr "creazã arhiva de formatul dat."
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "extrage fiºierele la ieºirea standard"
-
-#: tests/genfile.c:133
-#, fuzzy
-msgid "Read file names from FILE"
-msgstr "Am citit %s octeþi de la %s"
-
-#: tests/genfile.c:135
-#, fuzzy
-msgid "-T reads null-terminated names"
-msgstr "-T citeºte nume terminate cu null, deactiveazã cu -C"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-#, fuzzy
-msgid "Seek to the given offset before writing data"
-msgstr "încearcã sã verifici arhiva dupã scrierea sa"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [OPÞIUNE...]"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-#, fuzzy
-msgid "Execute COMMAND"
-msgstr "COMANDÃ"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Înregistrare timp invalidã"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Numãr inode în afara intervalului"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Eroare sistem necunoscutã"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "%s: Nu pot cãuta (seek) cãtre %s"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " tip fiºier necunoscut %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Nu pot cãuta (seek) cãtre %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Nu pot cãuta (seek) cãtre %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr ""
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Amestecat numele fiºierelor--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Nu pot salva directorul în care lucrez"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: Nu pot redenumi ca %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: opþiune ilegalã -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Citesc %s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Raportaþi bug-uri la <%s>.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "filtrazã arhiva prin bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "filtreazã arhiva prin gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "filtreazã arhiva prin compress"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "filtreazã arhiva prin gzip"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "filtreazã arhiva prin gzip"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Nu pot aloca spaþiu memorie intermediarã\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Nu pot aloca spaþiu memorie intermediarã"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Încercaþi `%s --help' pentru informaþii suplimentare.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Folosire: %s [OPÞIUNE]\n"
-#~ "Manipuleazã o unitate de bandã, acceptând comenzi de la un proces "
-#~ "remote.\n"
-#~ "\n"
-#~ "  --version   Afiºeazã informaþii versiune.\n"
-#~ "  --help      Afiºeazã acest mesaj.\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Decalaj cãutare (seek offset) în afara domeniului"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Sfârºit de fiºier prematur"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Nu-mi pot reveni din eroare: termin acum"
-
-#~ msgid "block size"
-#~ msgstr "dimensiune bloc"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Acest program vine fãrã NICI O GARANÞIE, în conformitate cu sistemul "
-#~ "legal.\n"
-#~ "Îl puteþi redistribui conform termenilor din GNU General Public License;\n"
-#~ "vedeþi fiºierul numit COPYING pentru detalii."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Comandã gunoi %c\n"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "AVERTISMENT: Nici un antet de volum"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Eroare nume lung evidentã"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Numãr dispozitiv în afara intervalului"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Eroare nume lung evidentã"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Redenumit %s ca %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Nu pot crea symlink cãtre %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "Creat symlink %s cãtre %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Comanda de-amestecare necunoscutã %s"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Nume fiºier absent dupã -C"
-
-#~ msgid "don't change access times on dumped files"
-#~ msgstr "nu schimba timpurile de acces pentru fiºierele prelucrate"
-
-#~ msgid "extract permissions information"
-#~ msgstr "extrage informaþii permisiuni"
-
-#~ msgid "do not extract permissions information"
-#~ msgstr "nu extrage informaþii permisiuni"
-
-#~ msgid "FILE-OF-NAMES"
-#~ msgstr "FIªIER-DE-NUME"
-
-#~ msgid "exclude patterns are plain strings"
-#~ msgstr "pattern-urile de excludere sunt ºiruri simple"
-
-#~ msgid "dump instead the files symlinks point to"
-#~ msgstr "foloseºte în schimb fiºierele cãtre care point-eazã symlink-urile"
-
-#~ msgid "same as -N"
-#~ msgstr "ca ºi -N"
-
-#~ msgid "exclude patterns use wildcards (default)"
-#~ msgstr "pattern-urile de excludere folosesc wildcard-uri (implicit)"
-
-#~ msgid "print total bytes written while creating archive"
-#~ msgstr "afiºeazã numãrul total de octeþi scriºi la crearea arhivei"
-
-#~ msgid "Print license and exit"
-#~ msgstr "Afiºeazã licenþa ºi terminã"
-
-#~ msgid ""
-#~ "Based on the work of John Gilmore and Jay Fenlason. See AUTHORS\n"
-#~ "for complete list of authors.\n"
-#~ msgstr ""
-#~ "Bazat pe munca lui John Gilmore ºi Jay Fenlason. Vedeþi AUTHORS\n"
-#~ "pentru o listã completã a autorilor.\n"
-
-#~ msgid ""
-#~ "   GNU tar is free software; you can redistribute it and/or modify\n"
-#~ "   it under the terms of the GNU General Public License as published by\n"
-#~ "   the Free Software Foundation; either version 2 of the License, or\n"
-#~ "   (at your option) any later version.\n"
-#~ "\n"
-#~ "   GNU tar is distributed in the hope that it will be useful,\n"
-#~ "   but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-#~ "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
-#~ "   GNU General Public License for more details.\n"
-#~ "\n"
-#~ "   You should have received a copy of the GNU General Public License\n"
-#~ "   along with GNU tar; if not, write to the Free Software\n"
-#~ "   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  "
-#~ "USA\n"
-#~ "\n"
-#~ msgstr ""
-#~ "   GNU tar este software liber (free software); îl puteþi redistribui\n"
-#~ "   ºi/sau modifica conform termenilor licenþei GNU General Public "
-#~ "License\n"
-#~ "   publicatã de Free Software Foundation; fie versiunea 2 a Licenþei,\n"
-#~ "   fie (la latitudinea dvs.) orice versiune ulterioarã.\n"
-#~ "\n"
-#~ "   GNU tar este distribuit în speranþa cã va fi folositor,\n"
-#~ "   dar FÃRàNICI O GARANÞIE; fãrã chiar garanþia implicitã de\n"
-#~ "   VANDABILITATE sau POTRIVIRE PENTRU UN SCOP ANUME.  Vedeþi\n"
-#~ "   licenþa GNU General Public License pentru detalii suplimentare.\n"
-#~ "\n"
-#~ "   Ar fi trebuit sã fi primit o copie a licenþei GNU General Public "
-#~ "License\n"
-#~ "   împreunã cu GNU tar; dacã nu, scrieþi la Free Software Foundation, "
-#~ "Inc.,\n"
-#~ "   59 Temple Place, Suite 330, Boston, MA 02111-1307  USA\n"
-#~ "\n"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Avertisment: opþiunea -I nu este suportatã; aþi dorit cumva -j sau -T?"
-
-#~ msgid "Semantics of -l option will change in the future releases."
-#~ msgstr "Semantica opþiunii -l se va schimba în versiunile viitoare."
-
-#~ msgid "Please use --one-file-system option instead."
-#~ msgstr "Vã rugãm folosiþi opþiunea --one-file-system în schimb."
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Avertisment: opþiunea -y nu este suportatã, aþi dorit cumva -j?"
-
-#~ msgid "Error in writing to standard output"
-#~ msgstr "Eroare de scriere la ieºirea standard"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Terminare cu eroare întârziatã de erori precedente"
-
-#~ msgid "Quitting now."
-#~ msgstr "Termin acum."
diff --git a/po/ru.gmo b/po/ru.gmo
deleted file mode 100644 (file)
index ee38d68..0000000
Binary files a/po/ru.gmo and /dev/null differ
diff --git a/po/ru.po b/po/ru.po
deleted file mode 100644 (file)
index 79e7529..0000000
--- a/po/ru.po
+++ /dev/null
@@ -1,2843 +0,0 @@
-# Translation of tar messages to Russian
-# Copyright (C) 1998, 1999, 2004, 2006, 2009 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Const Kaplinsky <const@ce.cctpu.edu.ru>, 1998, 1999.
-# Pavel Maryanov <acid_jack@ukr.net>, 2004, 2006, 2008.
-# Yuri Kozlov <yuray@komyakino.ru>, 2009.
-# Pavel Maryanov <acid@jack.kiev.ua>, 2010.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-05-08 19:30+0200\n"
-"Last-Translator: Pavel Maryanov <acid@jack.kiev.ua>\n"
-"Language-Team: Russian <gnu@mx.ru>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "недопустимый аргумент %s для %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "неоднозначный аргумент %s для %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Допустимые аргументы:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: Значение %s меньше или равно %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Для параметра ARGP_HELP_FMT требуется значение"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: Параметра ARGP_HELP_FMT должен быть положительным"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Неизвестный параметр ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Мусор в ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Обязательные или необязательные аргументы для длинных параметров также "
-"являются обязательными или необязательными для соответствующих коротких "
-"параметров."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Использование:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " или: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [ПАРАМЕТР...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr ""
-"Попробуйте `%s --help' или `%s --usage' для получения дополнительных "
-"сведений.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Отчёты об ошибках отправляйте по адресу: %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Неизвестная системная ошибка"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "вывод этой справки"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "вывод короткого сообщения об использовании"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "ИМЯ"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "определяет название программы"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "СЕК"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "ожидание в течение заданных СЕКУНД (по умолчанию 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "вывод версии программы"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(ОШИБКА ПРОГРАММЫ) Неизвестная версия?!"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Слишком много аргументов\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(ОШИБКА ПРОГРАММЫ) Параметр должен был быть распознан?!"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "ошибка записи"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: параметр «%s» не однозначен\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: с параметром «--%s» нельзя использовать аргумент\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: с параметром «%c%s» нельзя использовать аргумент\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: для параметра «%s» требуется аргумент\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: нераспознанный параметр «--%s»\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: нераспознанный параметр «%c%s»\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: недопустимый параметр -- «%c»\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: для параметра требуется аргумент -- «%c»\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: параметр «-W %s» неоднозначен\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: с параметром «-W %s» нельзя использовать аргумент\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: для параметра «%s» требуется аргумент\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "недостаточно памяти"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "невозможно зарегистрировать текущий рабочий каталог"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "не удалось вернуться в первоначальный рабочий каталог"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "«"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "»"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Упакован %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Упакован %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Лицензия GPLv3+: GNU GPL версии 3 или новее <http://gnu.org/licenses/gpl."
-"html>\n"
-"Это свободное ПО: вы можете продавать и распространять его.\n"
-"Нет НИКАКИХ ГАРАНТИЙ до степени, разрешённой законом.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Автор: %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Авторы: %s и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Авторы: %s, %s и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Авторы: %s, %s, %s\n"
-"и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Авторы: %s, %s, %s,\n"
-"%s и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Авторы: %s, %s, %s,\n"
-"%s, %s и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Авторы: %s, %s, %s,\n"
-"%s, %s, %s и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Авторы: %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Авторы: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s и %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Авторы: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s и другими.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Отчёты об ошибках отправляйте по адресу: %s\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Отчёты об ошибках %s отправляйте по адресу <%s>\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Домашняя страница %s: %s\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Домашняя страница %s: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "Справка по работе с ПО GNU: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Функция %s завершилась с ошибкой"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Предупреждение: Функция %s завершилась с ошибкой"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Невозможно изменить права доступа на %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Невозможно изменить владельца на uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Невозможно создать жёсткую ссылку на %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Ошибка чтения с позиции %s при чтении %lu байта"
-msgstr[1] "%s: Ошибка чтения с позиции %s при чтении %lu байт"
-msgstr[2] "%s: Ошибка чтения с позиции %s при чтении %lu байт"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Предупреждение: Ошибка чтения с позиции %s при чтении %lu байта"
-msgstr[1] "%s: Предупреждение: Ошибка чтения с позиции %s при чтении %lu байт"
-msgstr[2] "%s: Предупреждение: Ошибка чтения с позиции %s при чтении %lu байт"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Невозможно найти в %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Предупреждение: Невозможно найти в %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Невозможно создать символическую ссылку на %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Записан только %lu байт из %lu"
-msgstr[1] "%s: Записано только %lu байта из %lu"
-msgstr[2] "%s: Записано только %lu байт из %lu"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Удаляется начальный `%s' из имен объектов"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Удаляются начальные `%s' из целей жестких ссылок"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "`.' заменяются пустыми именами объектов"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "`.' заменяются пустыми целями жестких ссылок"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Служба недоступна"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Не удаётся подключиться к %s: ошибка разрешения"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Не удаётся запустить удалённый командный процессор"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Направление поиска за пределами диапазона"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Недопустимое направление поиска"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Недопустимое смещение поиска"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Смещение поиска за пределами диапазона"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Недопустимое число байт"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Число байт за пределами диапазона"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Неожиданный конец файла"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Недопустимый код операции"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Операция не поддерживается"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Неожиданные аргументы"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-"Работа с накопителем на магнитной ленте с приёмом команд от удалённого "
-"процесса"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "N"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "задайте уровень отладки"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "ФАЙЛ"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "задайте имя выходного файла отладки"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "не удаётся открыть %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "слишком много аргументов"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Неверная команда"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Это не похоже на tar-архив"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Всего записано байт"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Всего прочитано байт"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Всего удалено байт: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(канал)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Недопустимое значение для record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Не указано имя архива"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Не удаётся проверить архив на stdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Архив сжат. Используйте параметр %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Не удаётся обновить сжатые архивы"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Начало ленты, завершение работы"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Слишком много ошибок, завершение работы"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Размер записи = %lu блок"
-msgstr[1] "Размер записи = %lu блока"
-msgstr[2] "Размер записи = %lu блоков"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Невыровненный блок (%lu байт) в архиве"
-msgstr[1] "Невыровненный блок (%lu байта) в архиве"
-msgstr[2] "Невыровненный блок (%lu байт) в архиве"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Невозможно вернуться назад на один архивный файл; он может быть нечитаемым "
-"без -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek не остановился на границе записи"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: содержит неверный номер тома"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Переполнение номера тома"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Приготовьте том Номер %d для %s и нажмите Enter: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Конец файла вместо ожидаемого ответа пользователя"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ПРЕДУПРЕЖДЕНИЕ: Архив не полный"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [имя]       Указание нового имени файла для следующего (и последующих) "
-"томов\n"
-" q             Выход из tar\n"
-" y или [нов.строка] Продолжение операции\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Порождение подпроцесса командного процессора\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Вывод этого списка\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Нет нового тома, завершение работы.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Не указано имя имя файла. Попробуйте ещё раз.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Неверные входные данные. Наберите ? для получения справки.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Сбой команды %s"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s, возможно, продолжается на этом томе - в заголовке находится усечённое имя"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s не продолжается на этом томе"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s является неверным размером (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Этот том вне последовательности (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Метка архива не соответствует %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Том %s не соответствует %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: слишком длинное имя файла для сохранения в многотомном заголовке GNU; "
-"обрезано"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "запись не остановилась на границе блока"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Можно было прочитать только %lu байт из %lu"
-msgstr[1] "Можно было прочитать только %lu байта из %lu"
-msgstr[2] "Можно было прочитать только %lu байт из %lu"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Содержимое различно"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Неожиданный конец файла в архиве"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Типы файлов отличаются"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Права доступа отличаются"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid отличаются"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid отличаются"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Время изменения отличается"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Размеры отличаются"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Не ссылается на %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Символические ссылки отличаются"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Номера устройств отличаются"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Проверка "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Неизвестный тип файла `%c', сравнён как обычный файл "
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Архив содержит файлы с именами, из которых удалены префиксы."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "При проверке оригинальные файлы могут быть не найдены."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "СБОЙ ПРОВЕРКИ: обнаружен %d неверный заголовок"
-msgstr[1] "СБОЙ ПРОВЕРКИ: обнаружено %d неверных заголовка"
-msgstr[2] "СБОЙ ПРОВЕРКИ: обнаружено %d неверных заголовков"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Нулевой блок в %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: содержит каталог с кэшем тегов %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "значение %s за пределами %s диапазона %s..%s; заменяется на %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "значение %s за пределами %s диапазона %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Создаются отрицательные восьмеричные заголовки"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: имя файла слишком длинное (максимум %d); не сброшено"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: имя файла слишком длинное (не может быть разделено); не сброшено"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: имя ссылки слишком длинное; не сброшено"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Файл урезан на %s байт; дополнен нулями"
-msgstr[1] "%s: Файл урезан на %s байта; дополнен нулями"
-msgstr[2] "%s: Файл урезан на %s байт; дополнен нулями"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: файл находится на другой файловой системе; не сброшен"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "содержимое не сброшено"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Неизвестный тип файла; файл проигнорирован"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Отсутствуют ссылки на %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: файл не изменён; не сброшен"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: файл является архивом; не сброшен"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "каталог не сброшен"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: файл изменился во время чтения"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: сокет проигнорирован"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door проигнорирован"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Пропускается до следующего заголовка"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Удаляется не-заголовок из архива"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: невероятно старая временная метка %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: временная метка %s - %s с в будущем "
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Неожиданная противоречивость при создании каталога"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Каталог переименован до того, как мог быть извлечен его статус"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Непрерывные файлы извлекаются как обычные"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Выполняется попытка извлечь символические ссылки как жесткие"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Невозможно извлечь -- файл продолжается с другого тома"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Непредвиденный длинный заголовок имени"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Неизвестный тип файла `%c', извлечён как обычный файл"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Текущий %s более новый или такого же возраста"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Невозможно было выполнить резервное копирование этот файла"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Невозможно переименовать %s в %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Каталог был переименован из %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Каталог был переименован"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Каталог новый"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Неверная временная метка"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Неверное время изменения (секунды) "
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Неверное время изменения (наносекунды)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Неверный номер устройства"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Неверный номер inode"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Слишком длинное поле при чтении из snapshot-файла"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Ошибка чтения snapshot-файла"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Неожиданный конец файла snapshot-файле"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Неожиданное значения поля в snapshot-файле"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Отсутствует указатель конца записи"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Неверный формат инкрементного файла"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Неподдерживаемая версия инкрементного формата: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Неверно сформирован dump-каталог: ожидался '%c', а найден %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Неверно сформирован dump-каталог: 'X' повторяется"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Неверно сформирован dump-каталог: пустое имя в 'R'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Неверно сформирован dump-каталог: перед 'T' не стоит 'R'"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Неверно сформирован dump-каталог: пустое имя в 'T'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Неверно сформирован dump-каталог: ожидался '%c', а найден конец данных"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Неверно сформирован dump-каталог: 'X' ни разу не использован"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Невозможно создать временный каталог с помощью шаблона %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Каталог не удалён: невозможно выполнить stat"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: Каталог находится на другом устройстве: не удален"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Удаляется %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Невозможно удалить"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Пропускается"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "блок %s: ** Блок нулей **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "блок %s: ** Конец файла **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "блок %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "В заголовке пустое поле вместо ожидаемого числового значения %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Восьмеричное значение архива %.*s за пределами диапазона %s; предполагается "
-"дополнение до двух"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Восьмеричное значение архива %.*s за пределами диапазона %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Архив содержит устаревающие заголовки base-64"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Архив подписан строкой base-64 %s за пределами диапазона %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Значение base-256 архива за пределами диапазона %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Заголовок содержит %.*s вместо ожидаемого числового значения %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Значение архива %s за пределами %s диапазона %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " ссылка на %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " неизвестный тип файла %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Длинная ссылка--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Длинное имя--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Заголовок тома--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Продолжение с позиции %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Создание каталога:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Невозможно изменить рабочий каталог"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s переименован в %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Невозможно переименовать в %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "%s переименовывается назад в %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Файла удален до его считывания"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: каталог удалён до его чтения"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "дочерний процесс"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "межпроцессорный канал"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "В именах файлов используются символы подстановки"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Используйте --wildcards, чтобы задействовать эти символы, или --no-"
-"wildcards, чтобы убрать это предепреждение."
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Не найден в архиве"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Требуемое вхождение не найдено в архиве"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Метка архива не соответствует %s"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Параметра -C в списке файлов нельзя Использовать с параметром --listed-"
-"incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-"С параметром --listed-incremental можно использовать только параметр -C"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Для обоих параметров «-%s» и «-%s» используется стандартный ввод"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Неверный формат архива"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Запрошены расширения GNU для несовместимого формата архива"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Неизвестный стиль цитирования «%s». Воспользуйтесь параметром «%s --quoting-"
-"style=help» для получения полного списка. "
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU tar предназначен для сохранения файлов на магнитную ленту или в архив на "
-"диске и для восстановления отдельных файлов из архива.\n"
-"\n"
-"Примеры:\n"
-"  tar -cf archive.tar foo bar  # Создание archive.tar из файлов foo и bar.\n"
-"  tar -tvf archive.tar         # Вывод подробного списка всех файлов в "
-"архиве archive.tar.\n"
-"  tar -xf archive.tar          # Извлечение всех файлов из archive.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Суффикс для резервных копий - '~', если он не установлен через --suffix\n"
-"или SIMPLE_BACKUP_SUFFIX. Управление версиями может быть установлено\n"
-"через --backup или VERSION_CONTROL. Значениями могут быть:\n"
-"\n"
-"  none, off       не создавать резервные копии\n"
-"  t, numbered     создавать нумерованные резервные копии\n"
-"  nil, existing   нумерованные, если существуют нумерованные копии, иначе "
-"простые\n"
-"  never, simple   всегда создавать простые резервные копии\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Основной режим работы:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "вывод списка содержимого архива"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "извлечение файлов из архива"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "создание нового архива"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "поиск различий между архивом и файловой системой"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "добавление файлов в конец архива"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "добавление в архив только более новых файлов"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "присоединение tar-файлов к архиву"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "удаление из архива (не на магнитных лентах!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "проверка метки тома архива и выход"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Модификаторы:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "эффективная обработка разрежённых файлов"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"установить версию используемого формата разрежения (подразумевает --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "обработка добавочного резервирования старого формата GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "обработка добавочного резервирования нового формата GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "уровень копирования для созданного разностного архива со списком"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "не завершать работу при ненулевом статусе для нечитаемых файлов"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"обработка только N-ого вхождения для каждого файла в архиве. Эта опция верна "
-"только в сочетании с одной из подкоманд --delete, --diff, --extract или --"
-"list, и когда список файлов задан либо в командной строке, либо через опцию -"
-"T. По умолчанию N равен 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "доступен поиск по архиву"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "поиск по архиву недоступен"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "не проверять номера устройств при создании инкрементных архивов"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"проверять номера устройств при создании инкрементных архивов (по умолчанию)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Управление перезаписью:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "попытка проверить архив после его записи"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "удаление файлов после их добавления в архив"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "не перезаписывать существующие файлы при извлечении"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-"не перезаписывать существующие файлы, которые более новые, чем их копии в "
-"архиве"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "перезапись существующих файлов при извлечении"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "удаление каждого файла до извлечения поверх него"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "очистка всей иерархии до извлечения каталога"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "сохранение метаданных существующих каталогов"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "перезапись существующих файлов при извлечении (по умолчанию)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Выбор выходного потока:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "извлекать файлы на стандартный вывод"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "КОМАНДА"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "перенаправлять извлечённые файлы в другую программу"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "игнорировать коды завершения дочерних процессов"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "считать ненулевые коды завершения дочерних процессов как ошибку"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Обработка атрибутов файлов:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-"принудительно устанавливать ИМЯ в качестве владельца для добавленных файлов"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-"принудительно устанавливать ИМЯ в качестве группы для добавленных файлов"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "ДАТА-ИЛИ-ФАЙЛ"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "устанавливать для добавленных файлов mtime из ДАТЫ-ИЛИ-ФАЙЛА"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "РЕЖИМ"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-"принудительно устанавливать (символьный) РЕЖИМ доступа для добавляемых файлов"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "СПОСОБ"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"сохранять время доступа скопированных файлов путём восстановления времени "
-"после чтения (СПОСОБ='replace'; используется по умолчанию) или не установки "
-"времени в первую очередь (СПОСОБ='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "не извлекать время изменения файла"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"попытаться извлечь файлы с тем же владельцем, что и в архиве (по умолчанию "
-"для супепользователя)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"извлекать файлы как свои собственные (по умолчанию для обычных пользователей)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "использовать числа вместо имён владельца/группы"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"извлекать информацию о правах доступа к файлу (по умолчанию для "
-"суперпользователя)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"применять umask пользователя при извлечении прав доступа из архива (по "
-"умолчанию для обычных пользователей)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "сортировать извлекаемые имена в том же порядке, что и в архиве"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "эквивалент -p и -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"не устанавливать время изменения и права доступа извлечённых каталогов до "
-"завершения процесса извлечения"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "отменить действие параметра --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Выбор и переключение устройств:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "АРХИВ"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "использовать файл или устройство АРХИВ"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "файл архива является локальным, даже если содержит двоеточие"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "использовать указанную КОМАНДУ rmt вместо rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "использовать удалённую КОМАНДУ вместо rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "указать устройство и плотность"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "создание/листинг/извлечение многотомных архивов"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "сменить ленту после записи ЧИСЛО x 1024 байт"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-"запустить скрипт по окончании каждой ленты (подразумевается использование -М)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "использовать/обновлять номера тома в ФАЙЛЕ"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Разбиение на блоки:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "БЛОКИ"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "число БЛОКОВ x 512 байт на запись"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "ЧИСЛО байт на запись, кратное 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "игнорировать нулевые блоки в архиве (т.е. EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "заново разбивать на блоки при чтении (для каналов 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Формата архива:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "ФОРМАТ"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "создать архив в указанном формате"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "ФОРМАТОМ может быть:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "старый формат tar V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "формат GNU как в tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "формат GNU tar 1.13.х"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "формат POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "формат POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "эквивалент pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "эквивалент --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "эквивалент --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "keyword[[:]=значение][,keyword[[:]=значение]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "управляющие ключевые слова pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "ТЕКСТ"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"создать архив с именем тома ТЕКСТ; при листинге/извлечении использовать "
-"ТЕКСТ в качестве шаблона подстановки"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Опции сжатия:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "использовать суффикс архива для определения программы сжатия"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "не использовать суффикс архива для определения программы сжатия"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "ПРОГ"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "пропустить архив через ПРОГ (должна поддерживать -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Выбор локальных файлов:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"добавить указанный ФАЙЛ в архив (полезно, если имя начинается с дефиса)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "КАТАЛОГ"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "перейти в КАТАЛОГ"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "загрузить из ФАЙЛА имена для извлечения или создания"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T читает строки, оканчивающиеся нулём, отключает опцию -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "выключить воздействие предыдущей опции --null"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "убрать кавычки с имён файлов, прочитанных с опцией -T (по умолчанию)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "не убирать кавычки с имён файлов, прочитанных с опцией -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "ШАБЛОН"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "исключать файлы, определённые ШАБЛОНОМ"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "исключать шаблоны, перечисленных в ФАЙЛЕ"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"исключать содержимое каталогов с файлом CACHEDIR.TAG за исключением самого "
-"файла с тегами"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "исключать всё содержимое каталогов, содержащих файл CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "исключать каталоги, содержащие файл CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "исключать каталоги, содержащие ФАЙЛ, за исключением самого ФАЙЛА"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "исключать всё содержимое каталогов, содержащих ФАЙЛ"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "исключать каталоги с ФАЙЛОМ"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "исключать каталоги CVS"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "исключать резервные файлы и файлы блокировки"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "отключить автоматический спуск в каталоги"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "оставаться в локальной файловой системе при создании архива"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "рекурсивный спуск по каталогам (по умолчанию)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "не удалять начальные `/' из имен файлов"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"следовать по символьным ссылкам и сохранять файлы, на которые они указывают"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"следовать по жёстким ссылкам и сохранять файлы, на которые они указывают"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "ИМЯ-ЧЛЕНА"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "начинать с члена ИМЯ-ЧЛЕНА в архиве"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "сохранять только те файлы, которые новее ДАТЫ-ИЛИ-ФАЙЛА"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "ДАТА"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "сравнивать дату и время, только если изменены данные"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "УПРАВЛЕНИЕ"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "делать копию перед удалением, УПРАВЛЕНИЕ выбора версий"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "СТРОКА"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"делать копию перед удалением, переопределяет обычный суффикс ('~', если "
-"только он не переопределён переменной окружения SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Преобразование имён файлов:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"удалять указанное ЧИСЛО начальных компонентов из имён файлов перед "
-"извлечением"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "РАСШИРЕНИЕ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "использовать замену РАСШИРЕНИЯ sed'ом для преобразования имён файлов"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Опции шаблонов подстановки для имён файлов (влияют на шаблоны включения и "
-"исключения):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "игнорировать регистр"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "шаблоны начала имени файла"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "шаблоны после любого '/' (по умолчанию для исключаемых)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "с учётом регистра (по умолчанию)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "использовать маски (по умолчанию для исключаемых)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "точное соответствие строке"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "маски не соответствуют '/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "маски соответствуют '/' (по умолчанию для исключаемых)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Вывод информации:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "подробный листинг обрабатываемых файлов"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "КЛЮЧЕВОЕ СЛОВО"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "управление предупреждением"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"вывод сообщений о ходе выполнения через каждые ЧИСЛО записей (по умолчанию "
-"10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ДЕЙСТВИЕ"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "выполнять ДЕЙСТВИЕ на каждой контрольной точке"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "вывод сообщений, если сохранены не все ссылки"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "СИГНАЛ"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"вывод общего числа байт после обработки архива; с аргументом - вывод общего "
-"числа байт после доставки этого СИГНАЛА. Разрешённые сигналы: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 и SIGUSR2. Также разрешается использовать имена без "
-"префикса SIG"
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "вывод даты изменения файла в формате UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "отправить подробный вывод данных в FILE"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "выводить номера блоков архива в каждом сообщении"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "запрашивать подтверждение для каждого действия"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "показать значения tar по умолчанию"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"при выводе листинга или извлечении показывать все каталоги, не "
-"соответствующем условию поиска"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "показывать имена файлов или архивов после преобразования"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "СТИЛЬ"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "установить стиль цитирования имён. Значения для СТИЛЯ см. ниже"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "дополнительно цитировать символы из СТРОКИ"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "отключить цитирование символов из СТРОКИ"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Опции совместимости:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"при создании, эквивалент --old-archive; при извлечении, эквивалент --no-same-"
-"owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Другие опции:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "отключить использование некоторых потенциально опасных опций"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Указать можно только один из параметров «-Acdtrux» или «--test-label»"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Конфликт опций сжатия"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Неизвестное название сигнала: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Файл с образцом даты не найден"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "%s заменяется на неизвестный формат даты %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Опция `%s': дата '%s' рассматривается как %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: список файлов уже прочитан"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: в прочитанном имени файла присутствует пустой символ"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "пропустить архив через %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Допустимые аргументы для параметра --quoting-style:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Значения по умолчанию *этого* tar:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Неверный размер ёмкости блока"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Неверная длина ленты"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Недопустимое значение добавочного уровня"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Больше одной пороговой даты"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Неверное значение версии разрежения"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' не поддерживается на этой платформе"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "значение --checkpoint не является целым числом"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Недопустимая группа"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "В опции указан неверный режим доступа"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Неверное число"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Неверный владелец"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Опция --preserve устарела, используйте --preserve-permissions --preserve-"
-"order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Неверный размер записи"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Размер записи должен быть кратен %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Неверное число элементов"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Разрешается использовать только одну опцию --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Неверно сформирован аргумент плотности: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Неизвестная плотность: '%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Опции `-[0-7][lmh]' не поддерживаются *этим* tar'ом"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[ФАЙЛ]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Для старой опции `%c' нужно указать аргумент."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence бесполезна без списка файлов"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence не может быть использована запрошенном режиме работы"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Для нескольких файлов архивов требуется опция `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Нельзя комбинировать --listed-incremental с --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "параметр --level не имеет смыла без --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Метка тома слишком длинная (максимум %lu байт)"
-msgstr[1] "%s: Метка тома слишком длинная (максимум %lu байта)"
-msgstr[2] "%s: Метка тома слишком длинная (максимум %lu байт)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Невозможно проверить многотомные архивы"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Невозможно проверить сжатые архивы"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Невозможно использовать многотомные сжатые архивы"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Невозможно объединить сжатые архивы"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option может быть использована только с архивами POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Размер тома не может быть меньше размера записи"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order несовместим с --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Робкий отказ от создания пустого архива"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Параметры «-Aru» не совместимы с «-f -»"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Необходимо указать один из параметров -Acdtrux или --test-label"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Завершение работы с состоянием неисправности с из-за возникших ошибок"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Файл урезан на %s байт"
-msgstr[1] "%s: Файл урезан на %s байта"
-msgstr[2] "%s: Файл урезан на %s байт"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Неизвестное или ещё не реализованное ключевое слово %s"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Метка времени за пределами допустимого диапазона"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Шаблон %s не может быть использован"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Ключевое слово %s не может быть перекрыто"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Неверно сформирован расширенный заголовок: отсутствует длина"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Длина расширенного заголовка за пределами допустимого диапазона"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Длина расширенного заголовка %*s за пределами допустимого диапазона"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-"Неверно сформирован расширенный заголовок: после длины отсутствует пробел"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Неверно сформирован расширенный заголовок: отсутствует знак равенства "
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-"Неверно сформирован расширенный заголовок: отсутствует знак новой строки"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Игнорируется неизвестное ключевое слово расширенного заголовка `%s'"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-"Слишком длинная сгенерированная пара \"ключевое слово-значение\"  (ключевое "
-"слово=%s, длина=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Расширенный заголовок %s=%s за пределами диапазона %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Неверно сформирован расширенный заголовок: неверный %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Неверно сформирован расширенный заголовок: превышен %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Неверно сформирован расширенный заголовок: неверный %s: непредвиденный "
-"разделитель %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-"Неверно сформирован расширенный заголовок: неверный %s: нечётное число "
-"значений"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: недопустимое время ожидания"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: неизвестное действие контрольной точки"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "запись"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "чтение"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Контрольная точка записи %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Контрольная точка чтения %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile используется для работы с файлами данных для пакета тестов paxutils "
-"от GNU.\n"
-"ОПЦИИ:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Опции создания файла:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "РАЗМЕР"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Создание файла указанного РАЗМЕРА"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Запись в файл с ИМЕНЕМ, а не на стандартный вывод"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Чтение имён файла из ФАЙЛА"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T читает строки, оканчивающиеся нулём"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "Заполнение файла заданным ШАБЛОНОМ. ШАБЛОН - это 'default' или 'zeros'"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Размер блока для разрежённого файла"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Создание разрежённого файла. Остальная часть команды определяет карту файла."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "СМЕЩЕНИЕ"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Искать до указанного смещения перед записью данных"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Параметры статистики по файлам:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Вывод содержимого структуры stat для всех указанных файлов. ФОРМАТ по "
-"умолчанию:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Параметры синхронного выполнения:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "ПАРАМЕТР"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Выполнение АРГУМЕНТОВ. Полезно с параметром --checkpoint и одним из --cut, --"
-"append или --touch"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Выполнение указанного действия (см. ниже) до достижения контрольной точки с "
-"заданным НОМЕРОМ"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Указание даты для следующего параметра --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Показать выполненные контрольные точки и статус выхода КОМАНДЫ"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Синхронное выполнение действий. Они выполняются при достижении контрольной "
-"точки с номером, определённым опцией --checkpoint."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Усечь ФАЙЛ до размера, определённого предыдущей опцией --length (или 0, если "
-"не указан)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Добавить РАЗМЕР байт к ФАЙЛУ. РАЗМЕР определяется предыдущей опцией --length."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Обновить время последнего доступа и изменения ФАЙЛА."
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Выполнить КОМАНДУ"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Разорвать связь с ФАЙЛОМ"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Недопустимый размер: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Число за пределами допустимого диапазона: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Отрицательный размер: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "Сбой stat(%s)"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "запрошенная длина файла %lu, реальная %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "созданный файл не является разреженным"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Ошибка разбора числа возле `%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Неизвестный формат даты"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[АРГУМЕНТЫ...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "невозможно открыть `%s'"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "невозможно найти"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "в имени файла присутствует пустой символ"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"невозможно вывести разрежённые файлы на стандартный вывод; используйте опцию "
-"--file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "неверная маска (возле `%s')"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Неизвестное поле `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "невозможно установить время в `%s'"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "не удаётся разорвать связь с «%s»"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Команда успешно выполнена\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Сбой команды; состояние: %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Команда завершена по сигналу %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Команда остановлена по сигналу %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Команда сбросила дамп памяти\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Команда завершена\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "для опции --stat нужны имена файлов"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Невозможно сохранить рабочий каталог"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: недопустимая опция -- %c\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Отчёты об ошибках отправляйте на <%s>.\n"
-
-#~ msgid "Input string too long"
-#~ msgstr "Слишком длинная входная строка"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Ошибка синтаксиса числа"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Невозможно выделить буферное пространство\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Невозможно выделить буферное пространство"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Попробуйте `%s --help' для получения дополнительной информации.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Использование: %s [ОПЦИЯ]\n"
-#~ "Управляет накопителями на магнитной ленте, принимая команды из удалённого "
-#~ "процесса.\n"
-#~ "\n"
-#~ "  --version  Вывод информации о версии.\n"
-#~ "  --help     Вывод этой справки.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Ошибка смещения поиска"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Преждевременный конец файла"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Считывается %s\n"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Неисправимая ошибка: завершение работы"
-
-#~ msgid "suppress this warning."
-#~ msgstr "чтобы отключить вывод этого предупреждения."
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "пропустить архив через bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "пропустить архив через gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "пропустить архив через compress"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "пропустить архив через lzma"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "пропустить архив через lzop"
diff --git a/po/sk.gmo b/po/sk.gmo
deleted file mode 100644 (file)
index 887cb28..0000000
Binary files a/po/sk.gmo and /dev/null differ
diff --git a/po/sk.po b/po/sk.po
deleted file mode 100644 (file)
index ecee94b..0000000
--- a/po/sk.po
+++ /dev/null
@@ -1,3244 +0,0 @@
-# Slovak translations for GNU tar
-# Copyright (C) 1997 Free Software Foundation, Inc.
-# Martin Lacko <lacko@host.sk>, 2001.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar- \n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2002-02-10 12:00CEST\n"
-"Last-Translator: Martin Lacko <lacko@host.sk>\n"
-"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
-"Language: sk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "argument %s je pre %s neplatný"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "argument %s nie je pre %s jednoznaèný"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Platné argumenty sú:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-#, fuzzy
-msgid " [OPTION...]"
-msgstr ""
-"\n"
-"Pou¾itie: %s [PREPÍNAÈ]...\n"
-
-#: gnu/argp-help.c:1682
-#, fuzzy, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Viac informácií získate príkazom `%s --help'.\n"
-
-#: gnu/argp-help.c:1710
-#, fuzzy, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"\n"
-"  Chyby v programe oznamujte na adresa <bug-tar@gnu.org> (iba anglicky),\n"
-"pripomienky k pkekladu zasielajte na adresu <sk-i18n@lists.linux.sk> "
-"(slovensky).\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Neznáma systémová chyba"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, fuzzy, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: prepínaè `%s' vy¾aduje argument\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: prepínaè %s nie je jednoznaèný\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: prepínaè `--%s' musí by» zadaný bez argumentov\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: prepínaè `%c%s' musí by» zadaný bez argumentu\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: prepínaè `%s' vy¾aduje argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: neznámy prepínaè `--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: neznámy prepínaè `%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: neznámy prepínaè -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: prepínaè vy¾aduje argument -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: prepínaè `-W %s' nie je jednoznaèný\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: prepínaè `-W %s' musí by» zadaný bez argumentu\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: prepínaè `%s' vy¾aduje argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "Pamä» vyèerpaná"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Pracovný adresár nie je mo¾né zmeni»"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Pracovný adresár nie je mo¾né uchova»"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, fuzzy, c-format
-msgid "Written by %s.\n"
-msgstr "Written by F. Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, fuzzy, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Written by F. Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, fuzzy, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Written by F. Pinard."
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"  Chyby v programe oznamujte na adresa <bug-tar@gnu.org> (iba anglicky),\n"
-"pripomienky k pkekladu zasielajte na adresu <sk-i18n@lists.linux.sk> "
-"(slovensky).\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"  Chyby v programe oznamujte na adresa <bug-tar@gnu.org> (iba anglicky),\n"
-"pripomienky k pkekladu zasielajte na adresu <sk-i18n@lists.linux.sk> "
-"(slovensky).\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Nedá sa %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Varovanie: Nedá sa %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Práva nie je mo¾né zmeni» na %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Vlastníctvo nie je mo¾né zmeni» na uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Odkaz na %s nie je mo¾né vytvori»"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, fuzzy, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Chyba pri èítaní na bajte %s, èítanie %lu bajtov"
-msgstr[1] "%s: Chyba pri èítaní na bajte %s, èítanie %lu bajtov"
-
-#: lib/paxerror.c:192
-#, fuzzy, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Varovanie: Chyba pri èítaní na bajte %s, èítanie %lu bajtov"
-msgstr[1] "%s: Varovanie: Chyba pri èítaní na bajte %s, èítanie %lu bajtov"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Nedá sa zmeni» pozícia v súbore na %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Varovanie: Ukazovateµ v súbore nie je mo¾né premiestni» na %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Symbolický odkaz na `%s' nie je mo¾né vytvori»"
-
-#: lib/paxerror.c:349
-#, fuzzy, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Zapísané iba %lu z %lu bajtov"
-msgstr[1] "%s: Zapísané iba %lu z %lu bajtov"
-
-#: lib/paxnames.c:155
-#, fuzzy, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Odstraòujem úvodné `%.*s' z názvov súborov"
-
-#: lib/paxnames.c:156
-#, fuzzy, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Odstraòujem úvodné `%.*s' z názvov súborov"
-
-#: lib/paxnames.c:169
-#, fuzzy
-msgid "Substituting `.' for empty member name"
-msgstr "Odstraòujem úvodné `%.*s' z názvov súborov"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Slu¾ba nie je k dispozícii"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Vzdialený shell nie je mo¾né spusti»"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Smer posunu v súbore je mimo rozsah"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Zadáné chybné práva"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Neplatný èas súboru"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Veµkos» pozície v súbore je mimo rozsah"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Neplatná då¾ka pásky"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Veµkos» pozície v súbore je mimo rozsah"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Predèasný koniec súboru\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "%s: neznámy prepínaè -- %c\n"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Neoèekávaný koniec archívu"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "%s: Nedá sa zmeni» pozícia v súbore na %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Neznámy príkaz"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Toto pravdepodobne nie je tar archiv"
-
-#: src/buffer.c:521 src/buffer.c:530
-#, fuzzy
-msgid "Total bytes written"
-msgstr "Celkom zapísané bajtov: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, fuzzy, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Celkom zapísané bajtov: %s (%sB, %sB/s)\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(rúra)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Chybná hodnota pre veµkos» záznamu"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Meno archívu nebolo zadané"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Stdin/Stdout archív nie je mo¾né otvori»"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Komprimovaný archív nie je mo¾né aktualizova»"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Páska na zaèiatku, konèím"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Príli¹ mnoho chýb, konèím"
-
-#: src/buffer.c:892
-#, fuzzy, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Veµkos» záznamu = %lu blokov"
-msgstr[1] "Veµkos» záznamu = %lu blokov"
-
-#: src/buffer.c:913
-#, fuzzy, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Nezarovnaný blok (%lu bajtov) v archíve"
-msgstr[1] "Nezarovnaný blok (%lu bajtov) v archíve"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "V archíve sa nie je mo¾né vráti», bez -i mô¾e by» neèitateµný"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: vracia chybné èíslo zväzku"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Èíslo zväzku preteèené"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Pripravte zväzok #%d pre archív %s a stlaète return:"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Namiesto u¾ívateµskej odpovede bol zadaný koniec súboru"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "VAROVANIE: Archiv je nekompletný"
-
-#: src/buffer.c:1148
-#, fuzzy, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [name]   Zadanie nového mena pre ïal¹í (a nasledujú) zväzok(ky)\n"
-" q          Ukonèenie programu tar\n"
-" !          Vytvorenie podshellu\n"
-" ?          Vypísanie tejto nápovedy\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Nie je nový zväzok; konèím.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, fuzzy, c-format
-msgid "%s command failed"
-msgstr "'%s' príkaz zlyhal"
-
-#: src/buffer.c:1439
-#, fuzzy, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s nepokraèuje na tomto zväzku"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s nepokraèuje na tomto zväzku"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s je chybnej då¾ky (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Tento zväzok nie je následníkem predchádzajúceho"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Pre vyhodnotenie vzorky `%s' musí by» archív pomenovaný"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Zväzok %s nezodpovedá vzorke %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, fuzzy, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Dá sa èíta» iba %lu z %lu bajtov"
-msgstr[1] "Dá sa èíta» iba %lu z %lu bajtov"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Obsah sa lí¹i"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Neoèekávaný koniec archívu"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Typ súboru sa lí¹i"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Práva sa lí¹ia"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid sa lí¹i"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid sa lí¹i"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Èas poslednej úpravy sa lí¹i"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Veµkos» sa lí¹i"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Nie je odkazom na %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symbolický odkaz sa lí¹i"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Èíslo zariadenia sa lí¹i"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Overujem "
-
-#: src/compare.c:463
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Neznámy typ súboru '%c', porovnávaný ako normálny súbor"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, fuzzy, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "CHYBNÉ OVERENIE: nájdených chybných hlavièiek: %d"
-msgstr[1] "CHYBNÉ OVERENIE: nájdených chybných hlavièiek: %d"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "hodnota %s typu %s je mimo rozsah %s..%s; nahradzujem za %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "hodnota %s typu %s je mimo rozsah %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Generujem záporné osmièkové hlavièky"
-
-#: src/create.c:612 src/create.c:675
-#, fuzzy, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: súbor nie je zmenený; neaktualizovaný"
-
-#: src/create.c:622
-#, fuzzy, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: súbor nie je zmenený; neaktualizovaný"
-
-#: src/create.c:649
-#, fuzzy, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: súbor nie je zmenený; neaktualizovaný"
-
-#: src/create.c:1064
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Súbor je krat¹í o : %s bajtov; Doplòujem nulami."
-msgstr[1] "%s: Súbor je krat¹í o : %s bajtov; Doplòujem nulami."
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: súbor je na inom súborovom systéme; nearchivovaný"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Neznámy typ súboru; súbor ignorovaný"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr " odkaz na %s\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: súbor nie je zmenený; neaktualizovaný"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: súbor je archiv; nearchivovaný"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: súbor bol poèas èítania zmenený"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: soket ignorovaný"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: dvere ignorované"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Preskakujem na ïal¹iu hlavièku"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Z archívu je mazané to, èo nie je hlavièka"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, fuzzy, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: èasová nálepka %s je %lu z dátumu budúcnosti"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Neoèakávaná nekonzistencia, pri vytvárení adresára"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-"%s: Prieèinok bol premenovaný predtým, ako mohol by» extrahovaný jeho stav"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Súvisle ulo¾ené súbory rozbaµujem ako obyèajné súbory"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Skú¹am rozbali» symbolické odkazy ako pevné odkazy"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Nedá sa rozbali» -- súbor je pokraèovaním iného zväzku"
-
-#: src/extract.c:1360 src/list.c:1125
-#, fuzzy
-msgid "Unexpected long name header"
-msgstr "Neoèakávaný koniec v rozsekanom mene"
-
-#: src/extract.c:1367
-#, fuzzy, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Neznámy typ súboru `%c', rozbalený ako normálny súbor"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Tento súbor nebolo mo¾né zálohova»"
-
-#: src/extract.c:1582
-#, fuzzy, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s: nie je mo¾né premenova» na %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, fuzzy, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Adresár bol premenovaný"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Adresár bol premenovaný"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Adresár je nový"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Neplatný èas súboru"
-
-#: src/incremen.c:1012
-#, fuzzy
-msgid "Invalid modification time (seconds)"
-msgstr "Zadáné chybné práva"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Neplatné èíslo zariadenia"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Neplatné èíslo i-uzlu"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-#, fuzzy
-msgid "Unexpected EOF in snapshot file"
-msgstr "Neoèekávaný koniec archívu"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, fuzzy, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Pre blokový faktor (blokov na záznam) %d nie je mo¾né alokovat pamä»"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, fuzzy, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: súbor je na inom súborovom systéme; nearchivovaný"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Ma¾em %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Nedá sa zmaza»"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Vynechávam"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok NUL **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Konec súboru **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Medzery v hlavièke na mieste, kde je oèakávaná èíselná hodnota typu %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Osmièková hodnota %.*s typu %s je mimo rozsah; priradzujem dvojkový "
-"complement"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Osmièková hodnota %.*s typu %s je mimo rozsah"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Archív obsahuje zastaralé base-64 hlavièky"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Hodnota base-64 typu %s je mimo %s rozsah"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Hodnota base-256 typu %s je mimo rozsah"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Archív obsahuje %.*s tam, kde je oèakaváná èísalná hodnota typu %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Hodnota %s typu %s je mimo rozsah %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " odkaz na %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " neznámy typ súboru %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Hlavièka zväzku--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Pokraèované od %s bajtu--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Vytváram adresár:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Pracovný adresár nie je mo¾né zmeni»"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Premenovávam %s na %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: nie je mo¾né premenova» na %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Premenovávám %s spä» na %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Súbor zmazaný skôr ako mohl by» èítaný"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Súbor zmazaný skôr ako mohl by» èítaný"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "potomok"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "meziprocesový kanál"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: V archíve nenájdený"
-
-#: src/names.c:615
-#, fuzzy, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: V archíve nenájdený"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Pre vyhodnotenie vzorky `%s' musí by» archív pomenovaný"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Prepínaèe `-%s' a `-%s' vy¾adujú ¹tandardný vstup"
-
-#: src/tar.c:158
-#, fuzzy, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Chybná skupina"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU roz¹írenia po¾adované na nekompatibilnom formáte archívu"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-#, fuzzy
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"\n"
-"Pou¾itie: %s [PREPÍNAÈ]... [SÚBOR]...\n"
-"\n"
-"Príklady:\n"
-"  %s -cf archív.tar foo bar  # Vytvorí archív.tar zo súboru foo a bar.\n"
-"  %s -tvf archív.tar         # Podrobne vypí¹e v¹etky súbory v archív.tar.\n"
-"  %s -xf archív.tar          # Rozbalí v¹etky súbory z archív.tar.\n"
-
-#: src/tar.c:357
-#, fuzzy
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"\n"
-"  Prípona zálo¾ných súborov bude `~', pokiaµ nie je nastavená pomocou --"
-"suffix\n"
-"alebo premennej SIMPLE_BACKUP_SUFFIX. Ak sa majú tvori» zálo¾né kópie, mô¾e "
-"by»\n"
-"nastavené pomocou prepínaèa --backup alebo premennej VERSION_CONTROL. "
-"Hodnoty\n"
-"mô¾u by»:\n"
-"\n"
-"  t, numbered     tvoria èíslované zálo¾né kópie\n"
-"  nil, existing   èíslované, ak u¾ èíslované zálo¾né kópie\n"
-"                  existujú, inak tvorí jednoduché\n"
-"  never, simple   tvorí v¾dy jednoduché zálo¾né kópie súborov\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-#, fuzzy
-msgid "create a new archive"
-msgstr "Neoèekávaný koniec archívu"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr ""
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-#, fuzzy
-msgid "extract files to standard output"
-msgstr "Chyba pri zápise na ¹tandardný výstup"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-#, fuzzy
-msgid "create/list/extract multi-volume archive"
-msgstr "Víczväzkový archív nie je mo¾né otvori»"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-#, fuzzy
-msgid "Archive format selection:"
-msgstr "Odporujúce si archívne formáty"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Odporujúce si kompresné prepínaèe"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-#, fuzzy
-msgid "change to directory DIR"
-msgstr "Pracovný adresár nie je mo¾né zmeni»"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-#, fuzzy
-msgid "don't strip leading `/'s from file names"
-msgstr "Odstraòujem úvodné `%.*s' z názvov súborov"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-#, fuzzy
-msgid "wildcards do not match `/'"
-msgstr "Zväzok %s nezodpovedá vzorke %s"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "Zadáné chybné práva"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr ""
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Viac ako jeden prepínaè `-Acdtrux' nemô¾e by» zadaných"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Odporujúce si kompresné prepínaèe"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr " neznámy typ súboru %s\n"
-
-#: src/tar.c:1020
-#, fuzzy
-msgid "Date sample file not found"
-msgstr "Dátumový súbor nebol nájdený"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Zamieòam %s za neznámy dátumový formát %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, fuzzy, c-format
-msgid "%s: file list already read"
-msgstr "%s: súbor je archiv; nearchivovaný"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "%s: súbor je archiv; nearchivovaný"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Neplatný poèet bajtov na záznam"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Neplatná då¾ka pásky"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Viac ako jeden poèiatoèný dátum"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Chybná skupina"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Zadáné chybné práva"
-
-#: src/tar.c:1912
-#, fuzzy
-msgid "Invalid number"
-msgstr "Neplatné èíslo i-uzlu"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Neplatný vlastník"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Chybná veµkos» záznamu"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Veµkos» záznamu musí by» násobok %d."
-
-#: src/tar.c:2019
-#, fuzzy
-msgid "Invalid number of elements"
-msgstr "Neplatná då¾ka pásky"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr ""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Prepínaè `-[0-7][lmh]' nie je podporovaný týmto tarom"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Prepínaè `%c' vy¾aduje argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-#, fuzzy
-msgid "Multiple archive files require `-M' option"
-msgstr "Viac archivaèných súborov vy¾aduje prepínaè `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental a --newer nie je mo¾né kombinova»"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, fuzzy, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Meno zväzku je príli¹ dlhé (limit je %lu bajtov)"
-msgstr[1] "%s: Meno zväzku je príli¹ dlhé (limit je %lu bajtov)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Víczväzkový archív nie je mo¾né otvori»"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Komprimovaný archív nie je mo¾né otvori»"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Viaczväzkový komprimovaný archív nie je mo¾né vytvori»"
-
-#: src/tar.c:2450
-#, fuzzy
-msgid "Cannot concatenate compressed archives"
-msgstr "Komprimovaný archív nie je mo¾né aktualizova»"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Vytvorenie prázdneho archívu odmietnuté."
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Prepínaèe `-Aru' a `--delete' sú nezlúèiteµné s prepínaèom `-f -'"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Musíte zada» jeden z prepínaèov `-Acdtrux'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, fuzzy, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Súbor skrátený o bajtov: %s"
-msgstr[1] "%s: Súbor skrátený o bajtov: %s"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Èas súboru mimo rozsah"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Hodnota base-64 typu %s je mimo %s rozsah"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Hodnota %s typu %s je mimo rozsah %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Chybná skupina"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, fuzzy, c-format
-msgid "Write checkpoint %u"
-msgstr "Zapisujem testovací bod %d"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, fuzzy, c-format
-msgid "Read checkpoint %u"
-msgstr "Èítanie testovacieho bodu %d"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Generujem datové súbory pre testovanie GNU taru.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Odporujúce si kompresné prepínaèe"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "Chyba pri zápise na ¹tandardný výstup"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr ""
-"\n"
-"Pou¾itie: %s [PREPÍNAÈ]...\n"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Neplatný èas súboru"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Èíslo i-uzlu mimo rozsah"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Neznáma systémová chyba"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Nedá sa zatvori»"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " neznámy typ súboru %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "%s: Nedá sa zmeni» pozícia v súbore na %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "%s: Nedá sa zmeni» pozícia v súbore na %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "Potomok bol ukonèený signálom %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Rozdelené meno súboru--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Pracovný adresár nie je mo¾né uchova»"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s: nie je mo¾né premenova» na %s"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: neznámy prepínaè -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Èítanie z %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "  Chyby v programe oznamujte na adresa <bug-tar@gnu.org> (iba anglicky),\n"
-#~ "pripomienky k pkekladu zasielajte na adresu <sk-i18n@lists.linux.sk> "
-#~ "(slovensky).\n"
-
-#, fuzzy
-#~ msgid "filter the archive through compress"
-#~ msgstr "%s: súbor je archiv; nearchivovaný"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "%s: súbor je archiv; nearchivovaný"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "%s: súbor je archiv; nearchivovaný"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Miesto pre buffer nie je mo¾né alokova»\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Miesto pre buffer nie je mo¾né alokova»"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Viac informácií získate príkazom `%s --help'.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Pou¾itie: %s [PREPÍNAÈ]\n"
-#~ "Manipuluje s archívom, prjíma príkazy vzdialeného procesu.\n"
-#~ "\n"
-#~ "  --version     Vypí¹e oznaèenie verzie\n"
-#~ "  --help        Vypí¹e túto nápovedu\n"
-
-#, fuzzy
-#~ msgid "Seek offset error"
-#~ msgstr "Veµkos» pozície v súbore je mimo rozsah"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Predèasný koniec súboru"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Z chyby sa nie je mo¾né zotavi»: ukonèuje sa"
-
-#~ msgid "block size"
-#~ msgstr "veµkos» bloku"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Popisovaè súboru nie je mo¾né duplikova»"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Komprimované alebo vzdialené archívy nie je mo¾né pou¾i»"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (potomok)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (prapotomok)"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "VAROVANIE: Chýba hlavièka zväzku"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Potomok vrátil status %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Názvy súborov obsahujú `..'"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Názov súboru obsahuje `..'"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Viditeµná chyba dlhého mena"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Èíslo zariadenia je mimo rozsah"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Viditeµná chyba dlhého mena"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Súbor %s premenovaný na %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Odkaz na `%s' nie je mo¾né vytvori»"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s odkazuje na %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Neznámy príkaz %s pre spojovanie rozsekaných mien"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Za -C chýba meno súboru"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "  Toto je volne ¹íriteµné programové vybavenie, které je celkom BEZ "
-#~ "ZÁRUKY.\n"
-#~ "Podmienky pre kopírovanie a roz¹irovanie nájdete vo V¹eobecnej verejnej "
-#~ "licencii GNU\n"
-#~ "(GNU General Public Licence). Viac informáciízískate v zdrojových "
-#~ "textoch\n"
-#~ "v súbore COPYING."
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Neznámy príkaz %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "  GNU `tar' je archivaèný program. Ukladá súbory do archívu na pásku "
-#~ "alebo \n"
-#~ "disk. Z archívu doká¾e rozbali» tak celé hierarchie súborov, ako i "
-#~ "jednotlivé\n"
-#~ "súbory.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "  Ak dlhé prepínaèe majú povinný argument, tak tento argument je\n"
-#~ "povinný i u ich krátkych foriem. Obdobne je tomu v prípade, keï je "
-#~ "argument\n"
-#~ "nepovinný.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Hlavné funkcie:\n"
-#~ "  -t, --list              vypí¹e obsah archívu\n"
-#~ "  -x, --extract, --get    vyberie súbor(y) z archívu\n"
-#~ "  -c, --create            vytvorí nový archív\n"
-#~ "  -d, --diff, --compare   nájde rozdiely medzi archívom a súborovým "
-#~ "systémom\n"
-#~ "  -r, --append            pridá súbory na koniec archívu\n"
-#~ "  -u, --update            pridá iba súbory nov¹ie, ako sú v archíve\n"
-#~ "  -A, --catenate          pridá súbory z tar archívu do archívu\n"
-#~ "      --concatenate       rovnaké ako -A\n"
-#~ "      --delete            ma¾e z archívu (nefunguje na magnetických "
-#~ "páskách)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Modifikátory operácií:\n"
-#~ "  -W, --verify               overí archív po zápise na médium\n"
-#~ "      --remove-files         zma¾e originálne súbory po ich archivácii\n"
-#~ "  -k, --keep-old-files       neprepisuje existujúce súbory pri "
-#~ "rozbaµovaní\n"
-#~ "                             archívu\n"
-#~ "      --overwrite            prepisuje existujúce súbory pri rozbaµovaní\n"
-#~ "      --overwrite-dir        ak existujú metadáta adresára, tak ich "
-#~ "prepí¹e\n"
-#~ "  -U, --unlink-first         ma¾e súbory pred ich prepísaním\n"
-#~ "      --recursive-unlink     zma¾e prázdne hierarchie pred \n"
-#~ "                             rozbaµovaním adresárov\n"
-#~ "  -S, --sparsa               súbory s dierami spracuje efektívnej¹ie\n"
-#~ "  -O, --to-stdout            rozbalí archív na ¹tandardný výstup\n"
-#~ "  -G, --incremental          spracuje starý GNU-formát inkrementálnej "
-#~ "zálohy\n"
-#~ "  -g, --listed-incremental=SÚBOR\n"
-#~ "                             spracuje nový GNU-formát inkrementálnej "
-#~ "zálohy\n"
-#~ "      --ignore-failed-read   ignoruje chyby pri èítaní súborov\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Spracovanie vlastností súboru:\n"
-#~ "      --owner=MENO            pou¾ije MENO ako vlastníka pridávaných "
-#~ "súborov\n"
-#~ "      --group=MENO            pou¾ije MENO ako skupinu pridávaných "
-#~ "súborov\n"
-#~ "      --mode=ZMENY             pou¾ije ako práva (symbolická) "
-#~ "pridávaných\n"
-#~ "                               súborov\n"
-#~ "      --atime-presarve         nemení prístupový èas na spracovávaných\n"
-#~ "                               súboroch\n"
-#~ "  -m, --modification-time      u rozbaµovavaných súborov nenastaví èas\n"
-#~ "                               poslednej úpravy súboru z archívu\n"
-#~ "      --same-owner             u rozbalovávaných súborov skú¹a nastavi»\n"
-#~ "                               toho istého vlastníka ako je v archíve\n"
-#~ "      --no-same-owner          rozbalí súbory a v¹etky budú vlastnené "
-#~ "Vami\n"
-#~ "      --numeric-owner          v¾dy pou¾ívá èísla pre mená vlastníka/"
-#~ "skupiny\n"
-#~ "  -p, --same-permissions       u rozbaµovaných súborov nastaví rovnaké\n"
-#~ "                               práva, aké majú v archíve\n"
-#~ "      --no-same-permissions    pri rozbaµovaní nenastavuje práva\n"
-#~ "      --presarve-permissions   rovnaké ako -p\n"
-#~ "  -s, --same-order             zoradenie mien súborov pre rozbalenie je\n"
-#~ "                               zhodné s archívov\n"
-#~ "      --presarve-order         rovnaké ako -s\n"
-#~ "      --presarve               rovnaké ako zadané -p a -s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Výber zariadenia:\n"
-#~ "  -f, --file=ARCHÍV              pracuje s archivom alebo zariadeniami "
-#~ "ARCHÍV\n"
-#~ "      --force-local              archívny súbor je lokálny, dokonca i "
-#~ "kdeï\n"
-#~ "                                 obsahuje ve mene dvojbodku\n"
-#~ "      --rsh-command=PRÍKAZ       pou¾ije PRÍKAZ pre prihlásenie namiesto "
-#~ "rsh\n"
-#~ "  -[0-7][lmh]                    zadanie zariadenia a hustoty\n"
-#~ "  -M, --multi-volume             práca s viaczväzkovým archívom\n"
-#~ "  -L, --tape-length=ÈÍSLO        vymení pásku po zapísaní ÈÍSLO x 1024 "
-#~ "bajtov\n"
-#~ "  -F, --info-script=SÚBOR       spustí script na konci ka¾dej pásky\n"
-#~ "                                 (zahrnuje i -M)\n"
-#~ "      --new-volume-script=SÚBOR rovnaké ako -F SÚBOR\n"
-#~ "      --volno-file=SÚBOR        pou¾ije/aktualizuje èíslo zväzku v "
-#~ "SÚBORe\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Bloky zariadenia:\n"
-#~ "  -b, --blocking-factor=BLOKOY    BLOKY x 512 bajtov na záznam\n"
-#~ "      --record-size=VE¥KOS«     VE¥KOS« bajtov na záznam, násobok 512\n"
-#~ "  -i, --ignore-zeros             ignoruje nulové bloky v archíve,\n"
-#~ "                                 ktoré normálne znamenajú EOF.\n"
-#~ "  -B, --read-full-records        keï nie je preèítané toµko bajtov,\n"
-#~ "                                 koµko je po¾adované, skú¹a doèíta» "
-#~ "zbostatok\n"
-#~ "                                 (vhodné pre rúry)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Výber formátu archívu:\n"
-#~ "  -V, --label=MENO                  vytvorí archív s menom zväzku MENO\n"
-#~ "              VZOR                 v obsahu/rozbaµovaní globálny vzor\n"
-#~ "                                     pre mená súborov\n"
-#~ "  -o, --old-archive, --portability   zapí¹e archív vo formáte V7\n"
-#~ "      --posix                        zapí¹e archív vo formáte POSIX\n"
-#~ "  -I, --bzip2                        komprimuje archív pomocou bzip2\n"
-#~ "  -z, --gzip, --ungzip               komprimuje archív pomocou gzip\n"
-#~ "  -Z, --compress, --uncompress       komprimuje archív pomocou compress\n"
-#~ "      --usa-compress-program=PROG    komprimuje archív pomocou PROG\n"
-#~ "                                     (ktorý musí akceptova» -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Výber súborov:\n"
-#~ "  -C, --directory=ADRESÁR      operácie vykonáva v ADRESÁRi\n"
-#~ "  -T, --files-from=MENO       pri rozbalovaní alebo vytvárení berie "
-#~ "názvy\n"
-#~ "                               súborov zo súboru MENO\n"
-#~ "      --null                   -T èita nulou ukonèené mená, zakázané -C\n"
-#~ "      --exclude=VZOR         nepracuje so súbormi odpovedajúcim VZORu\n"
-#~ "  -X, --exclude-from=SÚBOR    nepracuje sa so súbormi, ktoré zodpovedajú\n"
-#~ "                               niektorému vzoru v SÚBORe\n"
-#~ "      --anchored               nepracuje sa so vzormi, ktoréch zaèínajú "
-#~ "ako názov (predvolené)\n"
-#~ "      --no-anchored            vynecha» vzory za ka¾dým /\n"
-#~ "      --ignore-case            vynechávanie ignorujúce veµkosti písmen\n"
-#~ "      --no-ignore-case         vynechávanie rozoznáva veµkosti písmen "
-#~ "(predvolené)\n"
-#~ "      --wildcards              vynecha» vzory obsahujúce wildcards "
-#~ "(predvolené)\n"
-#~ "      --no-wildcards           vynecha» vzory obsahujúce prázdne re»azce\n"
-#~ "      --wildcards-match-slash  vynecha» vzory, ktorých wildcards obsahujú "
-#~ "'/' (predvolené)\n"
-#~ "      --no-wildcards-match-slash vynecha» vzory, ktorých wildcards "
-#~ "neobsahujú '/'\n"
-#~ "  -P, --absolute-names         neodstraòuje úvodné `/' z mien súborov\n"
-#~ "  -h, --dereference            namiesto symbolických odkazov pou¾ije "
-#~ "súbory,\n"
-#~ "                               na ktoré odkazy ukazujú\n"
-#~ "      --no-recursion           neprechádza adresáre\n"
-#~ "  -l, --one-file-system        pri vytváraní archívu zostane v jednom\n"
-#~ "                               súborovom systéme\n"
-#~ "  -K, --starting-file=MENO    zaène od súboru MENO z archívu\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DÁTUM            archívuje iba súbory nov¹ie ako DÁTUM\n"
-#~ "      --newer-mtime=DÁTUM      archíveje iba súbory, ktorých dátum  "
-#~ "ostatnej\n"
-#~ "                               zmeny dát je novj¹í ako DÁTUM\n"
-#~ "      --after-date=DÁTUM       rovnaké ako -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=TYP]           spôsob zálohovania súborov, pred ich "
-#~ "prepísaním\n"
-#~ "      --suffix=PRÍPONA         zálohuje pred prepísaním (zmazaním), ako "
-#~ "príponu\n"
-#~ "                               u zálo¾ných súborov pou¾ije PRÍPONu\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Informatívny výstup:\n"
-#~ "      --help            vypí¹e túto nápovedu a skonèí\n"
-#~ "      --version         vypí¹e oznaèenie verzie programu tar a skonèí\n"
-#~ "  -v, --verbose.        vypisuje spracovávané súbory\n"
-#~ "      --checkpoint      vypisuje mená adresárov pri èítaní archívu\n"
-#~ "      --totals          vypí¹e celkom zapísaných bajtov pri tvorbe "
-#~ "archívu\n"
-#~ "  -R, --block-number    s ka¾dou správou vypí¹e èíslo bloku v archíve\n"
-#~ "  -w, --interactive     ¾iada potvrdenie ka¾dej akcie\n"
-#~ "      --confirmation    rovnaké ako -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "  GNU tar nevie èíta» alebo produkova» `--posix' archívy. Ak je\n"
-#~ "v prostredí nastavené POSIXLY_CORRECT, GNU roz¹írenie je zablokované "
-#~ "prepínaèom\n"
-#~ "`--posix'. Podpora POSIX formátu je èiasteène implementovaná, preto s òou "
-#~ "príli¹\n"
-#~ "nepoèítajte.\n"
-#~ "  ARCHÍV mô¾e by» SÚBOR, HOSTITEL:SÚBOR alebo U®IVATEL@HOSTITEL:SÚBOR,\n"
-#~ "SÚBOR mô¾e by» súbor alebo zariadenie. Implicitné prepínaèe sú `-f %s -b "
-#~ "%d'.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Zastaralý prepínaè, je teraz zahrnutý v prepínaèi --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Zastaralý prepínaè, nahradený prepínaèom --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Zastaralý prepínaè, nahradený prepínaèom --read-full-records"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Varovanie: prepínaè -I nie je podporovaný; pravdepodobne budete chcie» "
-#~ "pou¾i» -j alebo -T!"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Zastaralý prepínaè, nahradený prepínaèom --touch"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Zastaralý prepínaè, nahradený prepínaèom --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Zastaralý prepínaè, nahraený prepínaèom --block-number"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr ""
-#~ "Varovanie: prepínaè -y nie je podporovaný; pravdepodobne budete chcie» "
-#~ "pou¾i» -j!"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Zastaralý prepínaè, nahradený prepínaèom --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Autori: John Gilmore a Jay Fenlason."
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Za behu programu nastala chyba"
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "  Povinné argumenty u dlhých prepínaèov, sú povinné tie¾ u "
-#~ "odpovedajúcich \n"
-#~ "krátkých prepínaèov.\n"
-#~ "\n"
-#~ "  -l, --file-length     då¾ka generovaného súboru\n"
-#~ "      --help            vypí¹e túto nápovedu a skonèí\n"
-#~ "      --version         vypí¹e oznaèenie verzie a skonèí\n"
diff --git a/po/sl.gmo b/po/sl.gmo
deleted file mode 100644 (file)
index e9f5c1e..0000000
Binary files a/po/sl.gmo and /dev/null differ
diff --git a/po/sl.po b/po/sl.po
deleted file mode 100644 (file)
index a191153..0000000
--- a/po/sl.po
+++ /dev/null
@@ -1,3786 +0,0 @@
-# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU Tar
-# Copyright (C) 1996, 1999, 2000, 2001, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Primož Peterlin <primozz.peterlin@gmail.com>, 1996, 1999, 2000, 2001, 2005, 2006, 2007, 2009.
-#
-# $Id: tar-1.22.sl.po 1.2 2009/05/09 09:09:31 Primoz Exp $
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.22\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2009-05-09 11:09+0200\n"
-"Last-Translator: Primož Peterlin <primozz.peterlin@gmail.com>\n"
-"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
-"Language: sl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
-"%100==4 ? 3 : 0);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "neveljaven argument %s za %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "dvoumen argument %s za %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Veljavni argumenti so:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: vrednost %s je manj ali enako od %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: parameter ARGP_HELP_FMT zahteva podano vrednost"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: vrednost parametra ARGP_HELP_FMT mora biti pozitivna"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: neznan parameter ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Smetje v ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Argumenti, ki so bodisi obvezni bodisi neobvezni za dolge oblike izbir, so "
-"obvezni/neobvezni tudi za kratke oblike."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Uporaba:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  ali: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [IZBIRA...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Poskusite »%s --help« ali »%s --usage« za izčrpnejša navodila.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Poročila o napakah javite na %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Neznana sistemska napaka"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "poda ta seznam pomoči"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "poda kratka navodila za uporabo"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "IME"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "nastavi ime programa"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEK"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "premor SEK sekund (privzeto 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "izpis izdaje programa"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMSKA NAPAKA) Različica ni poznana?!"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Preveč argumentov\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMSKA NAPAKA) Izbira bi morala biti prepoznana?!"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "napaka pri pisanju"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: izbira »%s« ni enoznačna\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: izbira »--%s« ne dovoljuje argumenta\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: izbira »%c%s« ne dovoljuje argumenta\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: izbira »%s« zahteva argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: neprepoznana izbira »--%s«\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: neprepoznana izbira »%c%s«\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: neveljavna izbira -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: izbira zahteva argument -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: izbira »-W %s« je dvoumna\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: izbira »-W %s« ne dovoljuje argumenta\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: izbira »%s« zahteva argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "zmanjkalo pomnilnika"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "ni mogoče zabeležiti trenutnega imenika"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "vrnitev v začetni delovni imenik ni mogoča"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "»"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "«"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[dDjJ]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"GPLv3+: GNU GPL, 3. izdaja ali poznejša <http://www.gnu.org/licenses/gpl."
-"html>\n"
-"To je prosto programje; lahko ga redistribuirate in/ali spreminjate.\n"
-"Za izdelek ni NOBENEGA JAMSTVA, do z zakonom dovoljene meje.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Avtor(ica): %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Avtorja %s in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Avtorji %s, %s in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Avtorji: %s, %s, %s\n"
-"in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Avtorji: %s, %s, %s,\n"
-"%s in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Avtorji: %s, %s, %s,\n"
-"%s, %s in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Avtorji: %s, %s, %s,\n"
-"%s, %s, %s in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Avtorji: %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Avtorji: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s in %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Avtorji: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s in drugi.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "Poročila o napakah javite na %s.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Napake v programu sporočite na <%s>.\n"
-"Napake v prevodu sporočite na <translation-team-sl@lists.sourceforge.net>\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, fuzzy, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Spletna stran %s: <http://www.gnu.org/software/%s/>.\n"
-
-#: gnu/version-etc.c:258
-#, fuzzy
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "Splošna pomoč za rabo programja GNU: <http://www.gnu.org/gethelp/>.\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Ni mogoče %s"
-
-# POZOR -- oblike "to stat a file" slovenscina ne pozna
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Opozorilo: Ni mogoče %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Zaščite ni mogoče spremeniti na %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Ni mogoče spremeniti lastnika in skupina na UID %lu GID %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Trda povezava na %s ni mogoča"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Napaka pri branju pri bajtu %s, med branjem %lu bajtov"
-msgstr[1] "%s: Napaka pri branju pri bajtu %s, med branjem %lu bajta"
-msgstr[2] "%s: Napaka pri branju pri bajtu %s, med branjem %lu bajtov"
-msgstr[3] "%s: Napaka pri branju pri bajtu %s, med branjem %lu bajtov"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Opozorilo: Napaka pri branju pri bajtu %s, prebrano %lu bajtov"
-msgstr[1] "%s: Opozorilo: Napaka pri branju pri bajtu %s, prebran %lu bajt"
-msgstr[2] "%s: Opozorilo: Napaka pri branju pri bajtu %s, prebrana %lu bajta"
-msgstr[3] "%s: Opozorilo: Napaka pri branju pri bajtu %s, prebrani %lu bajti"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Pozicioniranje na %s ni mogoče"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Opozorilo: Pozicioniranje na %s ni mogoče"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Ni mogoče ustvariti simbolne povezave na %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Zapisanih samo %lu od skupno %lu bajtov"
-msgstr[1] "%s: Zapisan samo %lu od skupno %lu bajtov"
-msgstr[2] "%s: Zapisana samo %lu od skupno %lu bajtov"
-msgstr[3] "%s: Zapisani samo %lu od skupno %lu bajtov"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Odstranjujemo vodilne »%s« iz imen elementov"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Odstranjujemo vodilne »%s« iz imen trdih povezav"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Nadomeščamo manjkajoča imena elementov s ».«"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Nadomeščamo manjkajoča imena trdih povezav s ».«<"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Storitev ni dosegljiva"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "standardni vhod"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "standardni izhod"
-
-#: lib/rtapelib.c:429
-#, fuzzy, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Pozicija %s v datoteki %s ni dostopna"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Ni mogoče pognati nelokalne ukazne lupine"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Smer pri seek izven obsega"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Podana zaščita ni veljavna"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Neveljavna oznaka časa"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Odmik pri seek izven obsega"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Neveljavna dolžina traku"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Odmik pri seek izven obsega"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Predčasen znak za konec datoteke\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Glavni načini delovanja:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Nepričakovan znak za konec datoteke med predelanimi imeni"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "N"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "DATOTEKA"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "Ni mogoče odpreti %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Neveljaven ukaz"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "To ne deluje kot arhiv ,tar'"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Skupno zapisanih bajtov"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Skupno prebranih bajtov"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Skupno izbrisanih bajtov: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(cev)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Neveljavna vrednost za dolžino zapisa (record_size)"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Ime arhiva ni podano"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Arhivov na stdin/stdout ni mogoče preveriti"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Arhiv je stisnjen. Uporabite izbiro %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Stisnjenega arhiva ni mogoče ažurirati"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Na začetku traku, končujem"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Preveč napak, končujem"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Dolžina zapisa = %lu blokov"
-msgstr[1] "Dolžina zapisa = %lu blok"
-msgstr[2] "Dolžina zapisa = %lu bloka"
-msgstr[3] "Dolžina zapisa = %lu bloki"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Neporavnan blok (%lu bajtov) v arhivu"
-msgstr[1] "Neporavnan blok (%lu bajt) v arhivu"
-msgstr[2] "Neporavnan blok (%lu bajta) v arhivu"
-msgstr[3] "Neporavnan blok (%lu bajti) v arhivu"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Nazaj po arhivu ne gre, morda ni berljiv brez izbire -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek se ni ustavil na meji zapisa"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: vsebuje neveljavno številko dela"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Prekoračitev številke dela"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Pripravite del #%d za %s in pritisnite Return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Znak EOF na mestu, kjer se pričakuje odgovor uporabnika"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "POZOR: Arhiv nepopoln"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [ime]       Podamo novo ime datoteke za naslednji del (in vse nadaljnje)\n"
-" q             Končamo tar\n"
-" y, newline    Nadaljujemo z delovanjem\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Poženemo ukazno podlupino\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             Ta seznam uzazov\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Novega dela ni, konec.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Ime datoteke ni določeno. Poskusite znova.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Neveljaven vnos. Vtipkajte ? za pomoč.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "ukaz %s neuspešen"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s se morda nadaljuje v tem delu: zaglavje vsebuje porezano ime"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s se ne nadaljuje v tem delu"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s je napačne velikosti (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Ta del ne sodi v zaporedje (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arhiv ni označen skladno z %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Del %s ne ustreza %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: ime datoteke je predolgo za zapis v zaglavje GNU večdelnega arhiva; "
-"porezano"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "pisanje se ni končalo s koncem bloka"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Prebrati je bilo moč samo %lu od %lu bajtov"
-msgstr[1] "Prebrati je bilo moč samo %lu od %lu bajta"
-msgstr[2] "Prebrati je bilo moč samo %lu od %lu bajtov"
-msgstr[3] "Prebrati je bilo moč samo %lu od %lu bajtov"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Vsebina se razlikuje"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Nepričakovan znak za konec datoteke v arhivu"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Zvrst datoteke se razlikuje"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Način se razlikuje"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Številka uporabnika (UID) se razlikuje"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Številka skupine (GID) se razlikuje"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Čas zadnje spremembe se razlikuje"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Velikost se razlikuje"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Ni povezana z %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Simbolna povezava se razlikuje"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Številka enote se razlikuje"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Preverjanje "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Neznana vrsta datoteke »%c«, diff kot na navadni datoteki"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arhiv vsebuje imena datotek z odstranjenimi vodilnimi predponami."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Verifikacija morda ne bo uspela locirati izvornih datotek."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "NAPAKA PRI PREVERJANJU: najdeno %d neveljavnih glav"
-msgstr[1] "NAPAKA PRI PREVERJANJU: najdena %d neveljavna glava"
-msgstr[2] "NAPAKA PRI PREVERJANJU: najdeni %d neveljavni glavi"
-msgstr[3] "NAPAKA PRI PREVERJANJU: najdene %d neveljavne glave"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Osamljeni ničelni blok pri %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: vsebuje značko medpomnilniškega imenika %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "vrednost %s od %s obseg %s..%s; zamenjano %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "vrednost %s od %s obseg %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Ustvarjanje negativnih osmiških glav"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: ime datoteke je predolgo (največ %d); brez iznosa"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: ime datoteke je predolgo (ni mogoče deliti); brez iznosa"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: ime povezave je predolgo; brez iznosa"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Datoteka skrčena za %s bajtov; dopolnjeno z ničlami"
-msgstr[1] "%s: Datoteka skrčena za %s bajt; dopolnjeno z ničlami"
-msgstr[2] "%s: Datoteka skrčena za %s bajta; dopolnjeno z ničlami"
-msgstr[3] "%s: Datoteka skrčena za %s bajte; dopolnjeno z ničlami"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: datoteka je na drugem datotečnem sistemu; brez iznosa"
-
-# POZOR Imamo za to kak izraz?
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "vsebina ni iznešena"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Neznan tip datoteke; datoteka ignorirana"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "Manjkajo povezave na %s.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: datoteka je nespremenjena; brez iznosa"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: datoteka je arhiv; brez iznosa"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "imenik ni iznašen"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: Datoteka je bila spremenjena med branjem"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: vtičnica ignorirana"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: vrata ignorirana"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Preskok na naslednjo glavo"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Brisanje ne-glave iz arhiva"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: neverjetno stara časovna oznaka %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: oznaka časa %s je %s s v prihodnosti"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Nepričakovana neskladnost pri ustvarjanju imenika"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Imenik preimenovan, preden je bilo moč izvleči njegov status"
-
-# POZOR! "contiguous files" so datoteke, ki so zapisane na disku
-# na zaporednih sektorjih (na tistih OS, ki jih podpirajo).
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Neprekinjene datoteke izvlečemo kot navadne"
-
-# POZOR! Grdo!
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Simbolne povezave poskusimo dearhivirati kot trde"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Dearhivacija ni mogoča - datoteka se nadaljuje iz prejšnjega dela"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Nepričakovano zaglavje z dolgim imenom"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Neznana vrsta datoteke »%c«, dearhiviramo kot navadno datoteko"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Obstoječa »%s« je novejša ali enako stara"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Varnostne kopije te datoteke ni moč napraviti"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Preimenovanje %s v %s ni mogoče"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Imenik je bil preimenovan z %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Imenik je bil preimenovan"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Imenik je nov"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Neveljavna oznaka časa"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Neveljaven čas spremembe (sekunde)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Neveljaven čas spremembe (nanosekunde)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Neveljavna številka enote"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Neveljavna številka inoda"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Predolgo polje pri branju trenutnega posnetka"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Napaka pri branju trenutnega posnetka"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Nepričakovan znak za konec datoteke v trenutnem posnetku"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Nepričakovana vrednost polja v trenutnem posnetku"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Manjkajoč zaključek zapisa"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Okvarjen inkrementalni zapis datoteke"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Nepodprta različica inkrementalnega zapisa: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Okvarjen argument gostote: »%s«"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-#, fuzzy
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Okvarjen argument gostote: »%s«"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Ni mogoče ustvariti začasnega imenika po šabloni %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Imenika ne čistimo: statistika zanj ni dosegljiva"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: imenik je na drugi napravi; brez čiščenja"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Brišemo %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Odstranitev ni mogoča"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Izpuščeno"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** Blok znakov NUL **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Konec datoteke **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Na mestu v glavi, kjer pričakujemo številčno vrednost %s, so presledki"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Osmiška vrednost arhiva %.*s izven obsega %s; privzemamo dvojiški komplement"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Osmiška vrednost arhiva %.*s izven obsega %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arhiv vsebuje zastarele glave oblike base-64"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Podpis %s oblike base-64 v arhivu je izven obsega %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Vrednost base-256 v arhivu izven obsega %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arhiv vsebuje %.*s na mestu, kjer pričakujemo številčno vrednost %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Vrednost arhiva %s je izven obsega %s: %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " povezava na %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " neznan tip datoteke %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Dolga povezava--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Dolgo ime--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Glava dela--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Nadaljevanje pri bajtu %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Ustvarjamo imenik:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Delovnega imenika ni mogoče spremeniti"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Preimenujemo %s v %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Preimenovanje v %s ni mogoče"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Preimenujemo %s nazaj v %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Datoteka je bila odstranjena, preden smo jo prebrali"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Datoteka je bila odstranjena, preden smo jo prebrali"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "proces naslednik"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "medprocesni kanal"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "vzorci se ujemajo z začetkom imena datoteke"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Ni najdeno v arhivu"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Zahtevane pojavitve ni moč najti v arhivu"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arhiv ni označen skladno z %s"
-
-#: src/names.c:953
-#, fuzzy
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "Izbiri --preserve-order in --listed-incremential sta nezdružljivi"
-
-#: src/names.c:959
-#, fuzzy
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Izbiri --preserve-order in --listed-incremential sta nezdružljivi"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Izbiri »-%s« in »-%s« obe zahtevata standardni vhod"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Neveljavna oblika arhiva"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Razširitve GNU izbrane na nezdružljivem formatu arhiva"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Neznan slog narekovajev »%s«. Poskusite »%s --quoting-style=help« za seznam."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU »tar« shranjuje več datotek skupaj na trak ali v arhiv na disku ter "
-"lahko povrne posamezne datoteke iz arhiva.\n"
-"\n"
-"Zgledi:\n"
-"  tar -cf arhiv.tar prva druga  # Ustvarimo arhiv.tar z datotekama prva in "
-"druga.\n"
-"  tar -tvf arhiv.tar            # Izčrpen seznam datotek v arhivu arhiv."
-"tar.\n"
-"  tar -xf arhiv.tar             # Izvlečemo vse datoteke iz arhiva arhiv."
-"tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Pripona varnostne kopije je »~«, razen če ni drugače določeno z izbiro --"
-"suffix\n"
-"ali s spremenljivko SIMPLE_BACKUP_SUFFIX. Vrsto varnostne kopije lahko "
-"določimo\n"
-"z izbiro --backup ali s spremenljivko VERSION_CONTROL. Vrednosti so:\n"
-"\n"
-"  none, off       nikoli ne izdeluj varnostnih kopij\n"
-"  t, numbered     oštevilčene varnostne kopije\n"
-"  nil, existing   oštevilčene varnostne kopije, če take že obstajajo,\n"
-"                  sicer enostavne\n"
-"  never, simple   vedno enostavne varnostne kopije\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Glavni načini delovanja:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "izpis vsebine arhiva"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "izvlečenje datoteke iz arhiva"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "ustvarjanje novega arhiva"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "iskanje razlik med arhivom in datotečnim sistemom"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "dodajanje datotek na konec arhiva"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "dodajanje novih datotek, če so novejše od že arhiviranih"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "zlivanje arhivov"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "brisanje datotek iz arhiva (ne deluje na traku!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Določila delovanja:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "ekonomično ravnanje z razpršenimi datotekami"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "stari zapis GNU za inkrementalne arhive"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "novi zapis GNU za inkrementalne arhive"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "nadaljuj z branjem, tudi če datoteke ni moč prebrati"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"obdelaj le vsako N-to pojavitev vsake datoteke v arhivu. Ta izbira je "
-"veljavna le v zvezi z enim od podukazov --delete, --diff, --extract ali --"
-"list, pri čemer je seznam datotek podan bodisi v ukazni vrstici, bodisi z "
-"izbiro -T. Privzeta vrednost N je 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "po arhivu je mogoče iskati"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "po arhivu je mogoče iskati"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "pri izdelavi inkrementalnega arhiva ne preverjaj številke naprav"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"pri izdelavi inkrementalnega arhiva preverjaj številke naprav (privzeto)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Nadzor nad pisanjem prek:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "s poskusom preverjanja zapisanega arhiva"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "pobriši datoteke, potem ko so arhivirane"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "pri izvlačenju ne piši prek obstoječih datotek"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "ne piši prek obstoječih datotek, novejših od arhiviranih"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "pri izvlačenju piši prek obstoječih datotek"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-"s poprejšnjim brisanjem obstoječih datotek pri izvlačenju istoimenskih novih"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "izprazni hierarhije pred izvlačenjem imenikov"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "ohrani metainformacije o obstoječih imenikih"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "pri izvlačenju piši prek metapodatkov obstoječih imenikov (privzeto)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Izbira izhodnega toka:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "datoteke izvleci na standardni izhod"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "UKAZ"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "datoteke napelji na vhod drugega programa"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "prezri izhodne kode hčerinskih procesov"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "obravnavaj neničelne izhodne kode hčerinskih procesov kot napako"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Ravnanje z atributi datotek:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "pri dodajanju datotek spremenimo lastnika v IME"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "pri dodajanju datotek spremenimo skupino v IME"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATUM-ČAS"
-
-#: src/tar.c:494
-#, fuzzy
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "shrani le datoteke, novejše od DATUM-ČAS"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "SPREMEMBE"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "zahtevaj (simbolne) SPREMEMBE zaščite za dodane datoteke"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METODA"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"ohrani čas dostopa na iznesenih datotekah, bodisi z restavriranjem časa po "
-"branju (METODA=replace, privzeto) ali tako, da se časa sploh ne nastavi "
-"(METODA=system)"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "brez izvlačenja časa spremembe"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "z ohranitvijo lastništva, če je mogoče"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "pri izvlačenju prepišemo lastništvo nase"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "s številčnimi vrednostmi UID/GID namesto imen"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"izvleci podatke o dovoljenjih za dostop do datotek (privzeto za "
-"administratorja)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"uporabi uporabnikovo masko umask pri izvlačenju dovoljenj za dostop do "
-"datotek (privzeto za uporabnike)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "imena razvrstimo tako, da se ujemajo z arhivom"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "isto kot -p in -s skupaj"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"počakaj do končanega izvlačenja, preden nastavimo čase sprememb in "
-"dovoljenja za dostop za izvlečene imenike"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "prekliči učinek izbire --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Izbira enote in preklapljanje:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARHIV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "uporabi datoteko ali enoto ARHIV"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "arhiv je lokalen kljub dvopičju v imenu datoteke"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "uporabi navedeni UKAZ rmt namesto rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "uporabi nelokalen UKAZ namesto rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "določi enoto in gostoto zapisa"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "ustvari/pregledaj/izvleci arhiva v več delih"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "menjava traku po ŠT x 1024 zapisanih bajtih"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "poženi SKRIPT po koncu traku (privzema -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "uporabimo/ažuriramo število dela v DATOTEKI"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Bločna razdelitev enote:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOKI"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "dolžina zapisa BLOKI × 512 bajtov"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "ŠTEVILO bajtov v zapisu (večkratnik 512)"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ne meni se za bloke ničel (EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "razdeli na bloke ob branju (cevovodi 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Izbira oblike arhiva:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "OBLIKA"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "ustvari arhiv v navedeni obliki"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "OBLIKA je nekaj od naštetega:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "oblika starega V7 tar"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "stara oblika GNU tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "oblika GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "oblika POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "oblika POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "isto kot pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "isto kot --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "isto kot --format=posix"
-
-#: src/tar.c:606
-#, fuzzy
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "ključna-beseda[[:]=vrednost][,ključna-beseda[[:]=vrednost],...]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "krmilne ključne besede pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "VZOREC"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"ustvari arhiv z imenom dela IME; pri izpisu seznama/izvlečku je lahko IME "
-"regularni izraz za ime dela"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Nasprotujoče si izbire glede stiskanja arhiva"
-
-#: src/tar.c:616
-#, fuzzy
-msgid "use archive suffix to determine the compression program"
-msgstr "Pisanje na vhod programa za stiskanje ne gre"
-
-#: src/tar.c:618
-#, fuzzy
-msgid "do not use archive suffix to determine the compression program"
-msgstr "Pisanje na vhod programa za stiskanje ne gre"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROGRAM"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtriraj skozi PROGRAM (sprejemati mora izbiro -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Izbira lokalne datoteke:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"dodaj navedeno DATOTEKO v arhiv (za imena datotek, ki se začnejo z »-«)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "IMENIK"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "pomik v navedeni IMENIK"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "preberi seznam datotek z navedene DATOTEKE"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T prebere z \\000 terminirana imena; onemogoči -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "prekliči učinek prejšnje izbire --null"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "odstrani narekovaje iz imen datotek, prebranih s -T (privzeto)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "ne odstrani narekovajev iz imen datotek, prebranih s -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "VZOREC"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "brez datotek, ki jih opisuje VZOREC"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "brez datotek, ustrezajočim vzorcem, prebranih z DATOTEKE"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"brez vsebine imenikov, ki vsebujejo značko CACHEDIR.TAG, razen značke same"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-"brez imenikov, ki vsebujejo značko CACHEDIR.TAG, in vseh njihovih podimenikov"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "brez imenikov, ki vsebujejo značko CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "brez vsebine imenikov, ki vsebujejo DATOTEKO, razen DATOTEKE same"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "brez imenikov, ki vsebujejo DATOTEKO, in vseh njihovih podimenikov"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "brez imenikov, ki vsebujejo DATOTEKO"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "brez imenikov sistema za nadzor različic"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "podimenikov ne vključujemo avtomatično"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "pri arhiviranju izpusti datoteke na nelokalnih datotečnih sistemih"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "rekurzivno vključi vse podimenike"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "ne odstrani vodilnih »/« iz imen datotek"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "sledi simbolnim povezavam; arhiviraj/iznesi ciljne datoteke"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "sledi trdim povezavam; arhiviraj/iznesi ciljne datoteke"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "IME"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "začenši z navedenim IMENOM v arhivu"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "shrani le datoteke, novejše od DATUM-ČAS"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATUM"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "primerjaj datum in uro le, kadar se podatki spremenijo"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "TIP"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-"varnostna kopija pred brisanjem, z možnostjo izbire TIPA varnostne kopije"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "NIZ"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"varnostna kopija pred brisanjem; prekličemo običajno PRIPONO (»~«, razen če "
-"lupinska spremenljivka SIMPLE_BACKUP_SUFFIX določa drugače)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Pretvorbe imen datotek:"
-
-#: src/tar.c:705
-#, fuzzy
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "izpusti ŠTEVILO vodilnih komponent iz imen datotek"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "IZRAZ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "brez razlike med malimi in velikimi črkami"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "vzorci se ujemajo z začetkom imena datoteke"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"vzorci se ujemajo od kateregakoli znaka »/« dalje (privzeto pri izključitvi)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "pri ujemanje se razlikuje med malimi in velikimi črkami (privzeto)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "uporabi nadomestne znake (privzeto za izključitvi)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "dobesedno ujemanje nizov"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "nadomestni znaki se ne ujemajo z »/«"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "nadomestni znaki se ujemajo z »/« (privzeto pri izključitvi)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informativni izpisi:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "z izčrpnim izpisom obdelanih datotek"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "Nadzor nad pisanjem prek:"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "izpiši poročilo o napredku pri vsakem N-tem zapisu (privzeto 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "DEJANJE"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "na vsaki kontrolni točki izvedi DEJANJE"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "izpiši sporočilo, če niso zapisane vse povezave"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "z izpisom časov sprememb datotek v UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "zapiši izčrpno poročilo v DATOTEKO"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "z izpisom zaporednega bloka v arhivu ob vsakem sporočilu"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "vprašaj za potrditev pri vsakem koraku"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "prikaži privzete nastavitve"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"pri izpisu seznama ali izvlačenju izpiši vsak imenik, ki ne ustreza iskalnim "
-"pogojem"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "prikaži imena datotek ali arhivov po pretvorbi"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "SLOG"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "nastavi slog navajanja imen; glej spodaj za veljavne SLOGE"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Združljivostne izbire:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"ob ustvarjanju arhiva isto kot --old-archive; ob izvlačenju isto kot --no-"
-"same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Druge izbire:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "onemogoči rabo nekaterih potencialno škodljivih izbir"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Naenkrat je dovoljena največ ena od izbir »-Acdtrux«"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Nasprotujoče si izbire glede stiskanja arhiva"
-
-#: src/tar.c:996
-#, fuzzy, c-format
-msgid "Unknown signal name: %s"
-msgstr "Neznano ime signala: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Datoteke z vzorcem datuma ni najti"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Nadomeščamo %s za neznan format datuma %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: seznam datotek je že prebran"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: prebrano ime datoteke vsebuje znak \\0"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "filtriraj arhiv skozi gzip"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Veljavni argumenti pri izbirah --quoting-style so:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Privzete vrednosti *tega* programa tar:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Neveljaven faktor blokiranja"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Neveljavna dolžina traku"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "Okvarjen inkrementalni zapis datoteke"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Več kot en pražni podatek"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: Neveljavna skupina"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Podana zaščita ni veljavna"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Neveljavno število"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Neveljaven lastnik"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Neveljavna dolžina zapisa"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Dolžina zapisa mora biti večkratnik %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Neveljavno število elementov"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Dovoljena je le ena izbira --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Okvarjen argument gostote: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Neznana gostota: »%c«"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "*Ta* izvedba tar ne podpira izbir »-[0-7][lmh]«"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[DATOTEKA]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Stara izbira »%c« zahteva argument."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence nima pomena brez seznama datotek"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence ni mogoče uporabiti v zahtevanem načinu delovanja"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Več arhivskih datotek zahteva izbiro »-M«"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Izbire --listed-incremental ni mogoče kombinirati z --newer"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "Izbiri --preserve-order in --listed-incremential sta nezdružljivi"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Oznaka dela je predolga (omejitev je %lu bajtov)"
-msgstr[1] "%s: Oznaka dela je predolga (omejitev je %lu bajt)"
-msgstr[2] "%s: Oznaka dela je predolga (omejitev je %lu bajta)"
-msgstr[3] "%s: Oznaka dela je predolga (omejitev je %lu bajti)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Arhivov v več delih ni mogoče preveriti"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Stisnjenega arhiva ni mogoče preveriti"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Stisnjeni arhivi v več delih niso mogoči"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Stisnjenega arhiva ni mogoče združevati"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "izbira --pax-option je mogoča le na arhivih POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Dolžina dela ne more biti manjša od velikosti zapisa"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "Izbiri --preserve-order in --listed-incremential sta nezdružljivi"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Zahteva po odprtju praznega arhiva bojazljivo zavrnjena"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Izbire »-Aru« so nezdružljive z »-f -«"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Ena od izbir »-Acdtrux« je obvezna"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Datoteka skrčena za %s bajtov"
-msgstr[1] "%s: Datoteka skrčena za %s bajt"
-msgstr[2] "%s: Datoteka skrčena za %s bajta"
-msgstr[3] "%s: Datoteka skrčena za %s bajte"
-
-#: src/xheader.c:164
-#, fuzzy, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Ključna beseda %s je bodisi neznana, bodisi še ni izvedena"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Oznaka časa izven obsega"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Vzorca %s ni mogoče uporabiti"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Ključne besede %s ni mogoče preklicati"
-
-#: src/xheader.c:542
-#, fuzzy
-msgid "Malformed extended header: missing length"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/xheader.c:550
-#, fuzzy
-msgid "Extended header length is out of allowed range"
-msgstr "Podpis %s oblike base-64 v arhivu je izven obsega %s"
-
-#: src/xheader.c:557
-#, fuzzy, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Podpis %s oblike base-64 v arhivu je izven obsega %s"
-
-#: src/xheader.c:569
-#, fuzzy
-msgid "Malformed extended header: missing blank after length"
-msgstr "Poškodovana razširjena glava: za dolžino manjka presledek"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/xheader.c:583
-#, fuzzy
-msgid "Malformed extended header: missing newline"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, fuzzy, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Vrednost arhiva %s je izven obsega %s: %s.%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, fuzzy, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/xheader.c:1379
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/xheader.c:1389
-#, fuzzy, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Poškodovana razširjena glava: manjka enačaj"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: Neveljavna skupina"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#  POZOR Poglej v source!
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Oznaka pisanja %u"
-
-#  POZOR Poglej v source!
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Oznaka branja %u"
-
-#: tests/genfile.c:111
-#, fuzzy
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr "Ustvarimo podatkovne datoteke za testno zbirko GNU tar.\n"
-
-#: tests/genfile.c:127
-#, fuzzy
-msgid "File creation options:"
-msgstr "Druge izbire:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-#, fuzzy
-msgid "Create file of the given SIZE"
-msgstr "ustvari arhiv v navedeni obliki."
-
-#: tests/genfile.c:131
-#, fuzzy
-msgid "Write to file NAME, instead of standard output"
-msgstr "datoteke izvleci na standardni izhod"
-
-#: tests/genfile.c:133
-#, fuzzy
-msgid "Read file names from FILE"
-msgstr "Prebranih %s bajtov iz %s"
-
-#: tests/genfile.c:135
-#, fuzzy
-msgid "-T reads null-terminated names"
-msgstr "-T prebere z \\000 terminirana imena; onemogoči -C"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-#, fuzzy
-msgid "Seek to the given offset before writing data"
-msgstr "s poskusom preverjanja zapisanega arhiva"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [IZBIRA...]"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-#, fuzzy
-msgid "Update the access and modification times of FILE"
-msgstr "%s: Časa zadnje spremembe in dostopa ni možno spremeniti"
-
-#: tests/genfile.c:191
-#, fuzzy
-msgid "Execute COMMAND"
-msgstr "UKAZ"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, fuzzy, c-format
-msgid "Invalid size: %s"
-msgstr "Neveljavna oznaka časa"
-
-#: tests/genfile.c:249
-#, fuzzy, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Številka inoda izven obsega"
-
-#: tests/genfile.c:252
-#, fuzzy, c-format
-msgid "Negative size: %s"
-msgstr "Neveljavna oznaka časa"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, fuzzy, c-format
-msgid "Unknown date format"
-msgstr "Neznana sistemska napaka"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, fuzzy, c-format
-msgid "cannot open `%s'"
-msgstr "Ni mogoče odpreti %s"
-
-#: tests/genfile.c:434
-#, fuzzy
-msgid "cannot seek"
-msgstr "Ni mogoče zapreti"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, fuzzy, c-format
-msgid "Unknown field `%s'"
-msgstr " neznan tip datoteke %s\n"
-
-#: tests/genfile.c:660
-#, fuzzy, c-format
-msgid "cannot set time on `%s'"
-msgstr "Ni mogoče do statistike za datoteko %s"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "Ni mogoče odpreti %s"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, fuzzy, c-format
-msgid "Command failed with status %d\n"
-msgstr "Naslednik umrl s signalom %d"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#  POZOR  Je to res to?
-#: tests/genfile.c:871
-#, fuzzy, c-format
-msgid "--stat requires file names"
-msgstr "--Predelana imena datotek--\n"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Delovnega imenika ni mogoče shraniti"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "Preimenovanje %s v %s ni mogoče"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: nedovoljena izbira -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "Branje %s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Napake v programu sporočite na <%s>.\n"
-#~ "Napake v prevodu sporočite na <translation-team-sl@lists.sourceforge."
-#~ "net>\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "filtriraj arhiv skozi bzip2"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "filtriraj arhiv skozi gzip"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "filtriraj arhiv skozi compress"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "filtriraj arhiv skozi gzip"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "filtriraj arhiv skozi gzip"
-
-#~ msgid "Input string too long"
-#~ msgstr "Vhodni niz je predolg"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Napaka v skladnji števila"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Ni mogoče rezervirati prostora za medpomnilnik\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Ni mogoče rezervirati prostora za medpomnilnik"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Poskusite »%s --help« za izčrpnejša navodila.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Uporaba: %s [IZBIRA]\n"
-#~ "Rokovanje s tračno enoto, ob sprejemu ukazov oddaljenega procesa.\n"
-#~ "\n"
-#~ "  --version  različica programa\n"
-#~ "  --help     ta navodila\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Napaka pri odmiku pri seek"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Predčasen znak za konec datoteke"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Napake ni moč popraviti: zapuščamo"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]N"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "Opozorilo: izbira -I ni podprta; ste želeli -j ali -T?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Izhod ob napaki zakasnjen zaradi prejšnjih napak"
-
-#~ msgid "block size"
-#~ msgstr "velikost bloka"
-
-#~ msgid "%s: Read error at byte %s, reading %lu byte"
-#~ msgid_plural "%s: Read error at byte %s, reading %lu bytes"
-#~ msgstr[0] "%s: Napaka pri branju pri bajtu %s, prebrano %lu bajtov"
-#~ msgstr[1] "%s: Napaka pri branju pri bajtu %s, prebran %lu bajt"
-#~ msgstr[2] "%s: Napaka pri branju pri bajtu %s, prebrana %lu bajta"
-#~ msgstr[3] "%s: Napaka pri branju pri bajtu %s, prebran %lu bajti"
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd: Neveljaven ukaz %c\n"
-
-#~ msgid "Modification time (seconds) out of range"
-#~ msgstr "Čas spremembe (sekunde) izven obsega"
-
-#~ msgid "Modification time (nanoseconds) out of range"
-#~ msgstr "Čas spremembe (nanosekunde) izven obsega"
-
-#~ msgid "Device number out of range"
-#~ msgstr "Številka enote izven obsega"
-
-#  POZOR  Je to res to?
-#~ msgid "--Mangled file names--\n"
-#~ msgstr "--Predelana imena datotek--\n"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "Datoteka %s preimenovana v %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s: Simbolna povezava na %s ni mogoča"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "%s simbolno povezano z %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "Neznan ukaz %s za restavriranje izvornih imen"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "Za izbiro -C manjka ime datoteke"
-
-#~ msgid "exclude patterns are plain strings"
-#~ msgstr "izključitveni vzorci ne vsebujejo metaznakov"
-
-#~ msgid "same as -N"
-#~ msgstr "isto kot -N"
-
-#~ msgid "exclude patterns use wildcards (default)"
-#~ msgstr "izključitveni vzorci vsebujejo metaznake (privzeto)"
-
-#~ msgid "print total bytes written while creating archive"
-#~ msgstr "z izpisom celotne dolžine pri zapisu"
-
-#~ msgid "Semantics of -l option will change in the future releases."
-#~ msgstr "Pomen izbire -l se bo v prihodnjih izdajah spremenil"
-
-#~ msgid "Please use --one-file-system option instead."
-#~ msgstr "Prosimo, uporabite raje izbiro --one-file-system"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "Program je BREZ VSAKEGA JAMSTVA, do zakonsko dovoljene meje. Razširjate "
-#~ "ga\n"
-#~ "lahko pod pogoji, določenimi v Splošni javni licenci GNU; za podrobnosti "
-#~ "si\n"
-#~ "oglejte datoteko COPYING."
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "POZOR: Oznaka dela manjka"
-
-#~ msgid "Visible long name error"
-#~ msgstr "Opazna napaka zaradi dolgih imen"
-
-#~ msgid "Visible longname error"
-#~ msgstr "Opazna napaka zaradi dolgih imen"
-
-#~ msgid "don't change access times on dumped files"
-#~ msgstr "brez spreminjanja časa zadnjega dostopa"
-
-#~ msgid "extract permissions information"
-#~ msgstr "z ohranitvijo zaščite datotek"
-
-#~ msgid "do not extract permissions information"
-#~ msgstr "brez ohranjanja zaščite datotek"
-
-#~ msgid "FILE-OF-NAMES"
-#~ msgstr "DATOTEKA"
-
-#~ msgid "dump instead the files symlinks point to"
-#~ msgstr "shranimo datoteke, na katere kažejo simbolne povezave"
-
-#~ msgid "Print license and exit"
-#~ msgstr "Izpis dovoljenja za rabo in izhod"
-
-#~ msgid ""
-#~ "Based on the work of John Gilmore and Jay Fenlason. See AUTHORS\n"
-#~ "for complete list of authors.\n"
-#~ msgstr ""
-#~ "Osnovano na delu Johna Gilmora in Jaya Fenlasona. Celoten seznam "
-#~ "sodelavcev\n"
-#~ "je v datoteki AUTHORS.\n"
-
-#~ msgid ""
-#~ "   GNU tar is free software; you can redistribute it and/or modify\n"
-#~ "   it under the terms of the GNU General Public License as published by\n"
-#~ "   the Free Software Foundation; either version 2 of the License, or\n"
-#~ "   (at your option) any later version.\n"
-#~ "\n"
-#~ "   GNU tar is distributed in the hope that it will be useful,\n"
-#~ "   but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-#~ "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
-#~ "   GNU General Public License for more details.\n"
-#~ "\n"
-#~ "   You should have received a copy of the GNU General Public License\n"
-#~ "   along with GNU tar; if not, write to the Free Software\n"
-#~ "   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  "
-#~ "USA\n"
-#~ "\n"
-#~ msgstr ""
-#~ "   GNU tar je prost program; lahko ga razširjate ali spreminjate pod "
-#~ "pogoji,\n"
-#~ "   skladnimi s drugo ali poznejšimi izdajami splošnega javnega dovoljenja "
-#~ "GNU\n"
-#~ "   (GNU General Public License), izdanem pri Fundaciji za prosto "
-#~ "programje\n"
-#~ "   (Free Software Foundation).\n"
-#~ "\n"
-#~ "   GNU tar se razširja v upanju, da je koristen, vendar BREZ "
-#~ "KAKRŠNEGAKOLI\n"
-#~ "   JAMSTVA, niti jamstev USTREZNOSTI ZA PRODAJO ali PRIMERNOSTI ZA RABO.\n"
-#~ "   Za podrobnosti si oglejte »GNU General Public License«.\n"
-#~ "\n"
-#~ "   Izvod »GNU General Public License« bi moral biti priložen temu "
-#~ "programu;\n"
-#~ "   če ni, pišite Free Software Foundation, Inc., 59 Temple Place - Suite "
-#~ "330,\n"
-#~ "   Boston, MA 02111-1307, USA.\n"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "Opozorilo: izbira -y ni podprta, morda ste želeli -j?"
-
-#~ msgid "Error in writing to standard output"
-#~ msgstr "Napaka pri pisanju na standardni izhod"
-
-#~ msgid "Cannot dup"
-#~ msgstr "Podvojitev ni mogoča"
-
-#~ msgid "Cannot use compressed or remote archives"
-#~ msgstr "Ni mogoče uporabiti stisnjenih ali ne-lokalnih arhivov"
-
-#~ msgid "tar (child)"
-#~ msgstr "tar (naslednik)"
-
-#~ msgid "tar (grandchild)"
-#~ msgstr "tar (pranaslednik)"
-
-#~ msgid "Child returned status %d"
-#~ msgstr "Naslednik vrnil status %d"
-
-#~ msgid "Member names contain `..'"
-#~ msgstr "Imena elementov vsebujejo ,..`"
-
-#~ msgid "%s: Member name contains `..'"
-#~ msgstr "%s: Ime elementa vsebuje ,..`"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU ,tar` shranjuje več datotek skupaj na trak ali arhiv na disku, ter "
-#~ "lahko\n"
-#~ "vrne posamezne datoteke iz arhiva.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Če je pri daljši obliki izbire napisano, da ta zahteva argument, je "
-#~ "argument\n"
-#~ "obvezen tudi za kratko obliko. Podobno velja za neobvezne argumente.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Glavni načini delovanja:\n"
-#~ "  -t, --list              izpis vsebine arhiva\n"
-#~ "  -x, --extract, --get    izvlečenje datoteke iz arhiva\n"
-#~ "  -c, --create            ustvarjanje novega arhiva\n"
-#~ "  -d, --diff, --compare   iskanje razlik med arhivom in datotečnim "
-#~ "sistemom\n"
-#~ "  -r, --append            dodajanje datotek na konec arhiva\n"
-#~ "  -u, --update            nadomestitev starih/dodajanje novih datotek\n"
-#~ "  -A, --catenate          zlivanje arhivov\n"
-#~ "      --concatenate       isto kot -A\n"
-#~ "      --delete            brisanje datotek iz arhiva (ne deluje na "
-#~ "traku!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --overwrite-dir        overwrite directory metadata when "
-#~ "extracting\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Določila:\n"
-#~ "  -W, --verify               s poskusom preverjanja zapisanega arhiva\n"
-#~ "      --remove-files         z brisanjem datotek, dodanih v arhiv\n"
-#~ "  -k, --keep-old-files       brez brisanja obstoječih datotek pri "
-#~ "izvlačenju\n"
-#~ "      --overwrite            s pisanjem prek obstoječih datotek pri "
-#~ "izvlačenju \n"
-#~ "      --overwrite-dir        s pisanjem prek obstoječih imenikov pri "
-#~ "izvlačenju\n"
-#~ "  -U, --unlink-first         s poprejšnjim brisanjem obstoječih datotek "
-#~ "pri \n"
-#~ "                             izvlačenju istoimenskih novih\n"
-#~ "      --recursive-unlink     izpraznimo hierarhije pred izvlačenjem "
-#~ "imenikov\n"
-#~ "  -S, --sparse               ekonomično ravnanje z razpršenimi "
-#~ "datotekami\n"
-#~ "  -O, --to-stdout            izvlačenje na standardni izhod\n"
-#~ "  -G, --incremental          stari format GNU za inkrementalne arhive\n"
-#~ "  -g, --listed-incremental=DATOTEKA\n"
-#~ "                             novi format GNU za inkrementalne arhive\n"
-#~ "      --ignore-failed-read   nadaljuj z branjem, tudi če datoteke ni moč "
-#~ "prebrati\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Ravnanje z atributi datotek:\n"
-#~ "      --owner=IME              pri dodajanju datotek spremenimo lastnika "
-#~ "v IME\n"
-#~ "      --group=IME              pri dodajanju datotek spremenimo skupino v "
-#~ "IME\n"
-#~ "      --mode=ZAŠČITA           pri dodajanju datotek nastavimo ZAŠČITO\n"
-#~ "      --atime-preserve         brez spreminjanja časa zadnjega dostopa\n"
-#~ "  -m, --modification-time      brez izvlačenja časa spremembe\n"
-#~ "      --same-owner             z ohranitvijo lastništva, če je mogoče\n"
-#~ "      --no-same-owner          pri izvlačenju prepišemo lastništvo nase\n"
-#~ "      --numeric-owner          s številčnimi vrednostmi UID/GID namesto "
-#~ "imen\n"
-#~ "  -p, --same-permissions       z ohranitvijo zaščite datotek\n"
-#~ "      --no-same-permissions    brez ohranjanja zaščite datotek\n"
-#~ "      --preserve-permissions   isto kot -p\n"
-#~ "  -s, --same-order             imena razvrstimo tako, da se ujemajo z "
-#~ "arhivom\n"
-#~ "      --preserve-order         isto kot -s\n"
-#~ "      --preserve               isto kot -p in -s skupaj\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Izbira enote:\n"
-#~ "  -f, --file=ARHIV               uporabi datoteko ali enoto ARHIV\n"
-#~ "      --force-local              arhiv je lokalen ne glede na dvopičje v "
-#~ "imenu\n"
-#~ "      --rsh-command=UKAZ         uporabi nelokalen UKAZ namesto rsh\n"
-#~ "  -[0-7][lmh]                    določi enoto in gostoto zapisa\n"
-#~ "  -M, --multi-volume             ustvarjanje/pregled/izvleček arhiva v "
-#~ "več delih\n"
-#~ "  -L, --tape-length=ŠT           menjava traku po ŠT x 1024 zapisanih "
-#~ "bajtih\n"
-#~ "  -F, --info-script=SKRIPT       poženi SKRIPT po koncu traku (privzema -"
-#~ "M)\n"
-#~ "      --new-volume-script=SKRIPT isto kot -F SKRIPT\n"
-#~ "      --volno-file=DATOTEKA      uporabimo/ažuriramo število dela v "
-#~ "DATOTEKI\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Bločna razdelitev enote:\n"
-#~ "  -b, --blocking-factor=BLOKI    dolžina zapisa BLOKI x 512 bajtov\n"
-#~ "      --record-size=DOLŽINA      DOLŽINA zapisa v bajtih (večkratnik "
-#~ "512)\n"
-#~ "  -i, --ignore-zeros             ne meni se za bloke ničel (EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -o, --old-archive, --portability   write a V7 format archive\n"
-#~ "      --posix                        write a POSIX format archive\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Izbira oblike arhiva:\n"
-#~ "  -V, --label=IME                    ustvarjanje arhiva z danim IMENOM\n"
-#~ "              VZOREC                 pri pregledu vsebine/izvlečku je "
-#~ "ime\n"
-#~ "                                       lahko regularni izraz VZOREC\n"
-#~ "  -o, --old-archive, --portability   zapis arhiva v formatu V7\n"
-#~ "      --posix                        zapis arhiva v formatu POSIX\n"
-#~ "  -j, --bzip2                        arhiv filtriramo skozi program "
-#~ "bzip2\n"
-#~ "  -z, --gzip, --ungzip               arhiv filtriramo skozi program gzip\n"
-#~ "  -Z, --compress, --uncompress       arhiv filtriramo skozi program "
-#~ "compress\n"
-#~ "      --use-compress-program=PROGRAM arhiv filtriramo skozi PROGRAM (ki "
-#~ "mora\n"
-#~ "                                       sprejemati izbiro -d)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Izbira lokalne datoteke:\n"
-#~ "  -C, --directory=IMENIK       prestavimo se v navedeni IMENIK\n"
-#~ "  -T, --files-from=DATOTEKE    seznam datotek preberemo z navedene "
-#~ "DATOTEKE\n"
-#~ "      --null                   -T prebere z \\000 terminirana imena; "
-#~ "onemogoči -C\n"
-#~ "      --exclude=VZOREC         izključimo datoteke, ki jih opisuje "
-#~ "VZOREC\n"
-#~ "  -X, --exclude-from=DATOTEKA  izključimo datoteke, ustrezajoče vzorcem,\n"
-#~ "                                 prebranih z DATOTEKE\n"
-#~ "      --anchored               izključitveni vzorci opisujejo celotno "
-#~ "ime\n"
-#~ "                                 datoteke (privzeto)\n"
-#~ "      --no-anchored            izključitveni vzorci opisujejo ime "
-#~ "datoteke od\n"
-#~ "                                 znaka ,/` dalje\n"
-#~ "      --ignore-case            izključitveni vzorci ne razlikujejo med "
-#~ "malimi\n"
-#~ "                                 in velikimi črkami\n"
-#~ "      --no-ignore-case         izključitveni vzorci razlikujejo med "
-#~ "malimi in\n"
-#~ "                                 velikimi črkami (privzeto)\n"
-#~ "      --wildcards              izključ. vzorci vsebujejo metaznake "
-#~ "(privzeto)\n"
-#~ "      --no-wildcards           izključitveni vzorci ne vsebujejo "
-#~ "metaznakov\n"
-#~ "      --wildcards-match-slash  izključitveni vzorci opisujejo tudi ,/` "
-#~ "(privzeto)\n"
-#~ "      --no-wildcards-match-slash  izključitveni vzorci ne opisujejo ,/`\n"
-#~ "  -P, --absolute-names         ohranimo vodilni ,/` pri imenih datotek\n"
-#~ "  -h, --dereference            shranimo datoteke, na katere kažejo "
-#~ "simbolne\n"
-#~ "                               povezave\n"
-#~ "      --no-recursion           podimenikov ne vključujemo avtomatično\n"
-#~ "  -l, --one-file-system        izpustimo datotek na nelokalnih datotečnih "
-#~ "sistemih\n"
-#~ "  -K, --starting-file=IME      začenši z navedenim IMENOM v arhivu\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE             only store files newer than DATE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATUM            arhiviramo samo datoteke, mlajše od "
-#~ "DATUMA\n"
-#~ "      --newer-mtime=DATUM      datum in čas primerjamo le ob spremembah "
-#~ "podatkov\n"
-#~ "      --after-date=DATUM       isto kot -N\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=TIP]           varnostna kopija pred brisanjem, z "
-#~ "možnostjo\n"
-#~ "                                 izbire tipa varnostne kopije\n"
-#~ "      --suffix=PRIPONA         varnostna kopija pred brisanjem, določimo "
-#~ "pripono\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Informativni izpisi:\n"
-#~ "      --help            ta navodila\n"
-#~ "      --version         verzija programa\n"
-#~ "  -v, --verbose         z zgovornim izpisom obdelanih datotek\n"
-#~ "      --checkpoint      z izpisom imenikov pri branju arhiva\n"
-#~ "      --totals          z izpisom celotne dolžine pri zapisu\n"
-#~ "  -R, --block-number    z izpisom zaporednega bloka v arhivu ob vsakem "
-#~ "sporočilu\n"
-#~ "  -w, --interactive     z uporabnikovo potrditvijo za vsako opravilo\n"
-#~ "      --confirmation    isto kot -w\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "GNU tar cannot read nor produce `--posix' archives.  If POSIXLY_CORRECT\n"
-#~ "is set in the environment, GNU extensions are disallowed with `--posix'.\n"
-#~ "Support for POSIX is only partially implemented, don't count on it yet.\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `-f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "GNU tar ne zna ne prebrati in ne ustvariti arhivov ,--posix`. Pri "
-#~ "nastavljeni\n"
-#~ "spremenljivki POSIXLY_CORRECT in uporabi izbire ,--posix` razširitve GNU "
-#~ "niso\n"
-#~ "dovoljene. Podpora za POSIX še ni v celoti izvedena, ne zanašajte se "
-#~ "nanjo.\n"
-#~ "ARHIV je lahko podan v obliki DATOTEKA, RAČUNALNIK:DATOTEKA ali\n"
-#~ "UPORABNIK@RAČUNALNIK:DATOTEKA; kjer je DATOTEKA lahko datoteka ali "
-#~ "enota.\n"
-#~ "DATUM je lahko besedilni datum ali ime datoteke, ki se začne z ,/` ali ,."
-#~ "`; v\n"
-#~ "slednjem primeru se uporabi datum te datoteke.\n"
-#~ "\n"
-#~ "Privzeta izbira *tega* programa ,tar` je `-f%s -b%d'.\n"
-
-#~ msgid "Obsolete option, now implied by --blocking-factor"
-#~ msgstr "Zastarela izbira, zdaj privzeta z --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --blocking-factor"
-#~ msgstr "Zastarela izbira, zdaj nadomeščena z --blocking-factor"
-
-#~ msgid "Obsolete option name replaced by --read-full-records"
-#~ msgstr "Zastarela izbira, zdaj nadomeščena z --read-full-records"
-
-#~ msgid "Obsolete option name replaced by --touch"
-#~ msgstr "Zastarela izbira, zdaj nadomeščena z --touch"
-
-#~ msgid "Conflicting archive format options"
-#~ msgstr "Nasprotujoče si izbire glede formata arhiva"
-
-#~ msgid "Obsolete option name replaced by --absolute-names"
-#~ msgstr "Zastarela izbira, zdaj nadomeščena z --absolute-names"
-
-#~ msgid "Obsolete option name replaced by --block-number"
-#~ msgstr "Zastarela izbira, zdaj nadomeščena z --block-number"
-
-#~ msgid "Obsolete option name replaced by --backup"
-#~ msgstr "Zastarela izbira, zdaj nadomeščena z --backup"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "Avtorja John Gilmore in Jay Fenlason."
-
-#~ msgid ""
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.\n"
-#~ "\n"
-#~ "  -l, --file-length=LENGTH   LENGTH of generated file\n"
-#~ "  -p, --pattern=PATTERN      PATTERN is `default' or `zeros'\n"
-#~ "      --help                 display this help and exit\n"
-#~ "      --version              output version information and exit\n"
-#~ msgstr ""
-#~ "Argumenti, ki so obvezni za dolge oblike izbire, so obvezni tudi za "
-#~ "kratke.\n"
-#~ "\n"
-#~ "  -l, --file-length=DOLŽINA  DOLŽINA ustvarjene datoteke\n"
-#~ "  -p, --pattern=VZOREC       možnosti za VZOREC sta ,default` in ,zeros`\n"
-#~ "      --help                 ta navodila\n"
-#~ "      --version              verzija programa\n"
-
-#~ msgid "Ambiguous pattern `%s'"
-#~ msgstr "Dvoumen vzorec ,%s`"
-
-#~ msgid "Copyright %d Free Software Foundation, Inc."
-#~ msgstr "Copyright %d Free Software Foundation, Inc."
-
-#~ msgid ""
-#~ "This is free software; see the source for copying conditions.  There is "
-#~ "NO\n"
-#~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
-#~ "PURPOSE.\n"
-#~ msgstr ""
-#~ "To je prost program; pogoji, pod katerimi ga lahko razmnožujete in\n"
-#~ "razširjate so navedeni v izvorni kodi. Za program ni NOBENEGA jamstva,\n"
-#~ "niti jamstev USTREZNOSTI ZA PRODAJO ali PRIMERNOSTI ZA UPORABO.\n"
-
-#~ msgid "Write to compression program short %lu bytes"
-#~ msgstr "Pisanje na vhod programa za stiskanje prekratko za %lu bajtov"
-
-#~ msgid "Removing `%.*s' prefix from member names"
-#~ msgstr "Odstranjujemo predpono ,%.*s` iz imen elementov"
-
-#~ msgid "Archive contains future timestamp %s"
-#~ msgstr "Arhiv vsebuje časovno oznako iz prihodnosti: %s"
-
-#~ msgid "%s: Cannot symlink %s %s"
-#~ msgstr "%s: Simbolna povezava %s %s ni mogoča"
-
-#~ msgid "Invalid group given on option"
-#~ msgstr "Podana skupina ni veljavna"
-
-#~ msgid "Invalid owner given on option"
-#~ msgstr "Podani uporabnik ni veljaven"
-
-#~ msgid "Cannot close file descriptor"
-#~ msgstr "Ni možno zapreti datotečnega deskriptorja"
-
-#~ msgid "Cannot properly duplicate %s"
-#~ msgstr "Ni mogoče pravilno podvojiti %s"
-
-#~ msgid "(child) Pipe to stdin"
-#~ msgstr "(naslednik) cev na stdin"
-
-#~ msgid "Archive to stdout"
-#~ msgstr "Arhiv na stdout"
-
-#~ msgid "((child)) Pipe to stdout"
-#~ msgstr "((naslednik)) cev na stdout"
-
-#~ msgid "(grandchild) Pipe to stdin"
-#~ msgstr "(pranaslednik) cev na stdin"
-
-#~ msgid "(child) Pipe to stdout"
-#~ msgstr "(naslednik) cev na stdout"
-
-#~ msgid "((child)) Pipe to stdin"
-#~ msgstr "((naslednik)) cev na stdin"
-
-#~ msgid "(grandchild) Pipe to stdout"
-#~ msgstr "(pranaslednik) cev na stdout"
-
-#~ msgid "Only wrote %lu of %lu bytes to %s"
-#~ msgstr "Samo %lu od %lu bajtov zapisanih na %s"
-
-#~ msgid "WARNING: %s: close (%d, %d)"
-#~ msgstr "OPOZORILO: %s: zapiramo (%d, %d)"
-
-#~ msgid "Cannot allocate memory for diff buffer of %lu bytes"
-#~ msgstr "Ni možno rezervirati pomnilnika za %lu bajtov medpomnilnika za diff"
-
-#~ msgid "Wrote %s of %s bytes to file %s"
-#~ msgstr "Zapisano %s od %s bajtov na datoteko %s"
-
-#~ msgid "lseek error at byte %s in file %s"
-#~ msgstr "Napaka pri lseek pri bajtu %s v datoteki %s"
-
-#~ msgid "File %s shrunk, padding with zeros"
-#~ msgstr "Datoteka %s skrčena, dopolnimo z ničlami"
-
-#~ msgid "Cannot reposition archive file"
-#~ msgstr "Repozicija arhivske datoteke neuspešna"
-
-#~ msgid "%s: Cannot lchown to uid %lu gid %lu"
-#~ msgstr "%s: Lastništva ni moč spremeniti z lchown na UID %lu GID %lu"
-
-#~ msgid "%s: Cannot chown to uid %lu gid %lu"
-#~ msgstr "%s: Lastništva ni moč spremeniti s chown na UID %lu GID %lu"
-
-#~ msgid "%s: lseek error at byte %s"
-#~ msgstr "%s: napaka lseek pri bajtu %s"
-
-#~ msgid "%s: Could only write %s of %s bytes"
-#~ msgstr "%s: Zapisanih samo %s od %s bajtov"
-
-#~ msgid "Error while deleting %s"
-#~ msgstr "Napaka pri brisanju %s"
-
-#~ msgid "EOF in archive file"
-#~ msgstr "Znak za konec datoteke v arhivu"
-
-#~ msgid "Only wrote %lu of %lu bytes to file %s"
-#~ msgstr "Zapisanih samo %lu od %lu bajtov na datoteko %s"
-
-#~ msgid "Renaming previous %s to %s\n"
-#~ msgstr "Prejšnja %s preimenovana v %s\n"
-
-#~ msgid "%s: Cannot rename for backup"
-#~ msgstr "%s: Ni možno preimenovati za pisanje varnostne kopije"
-
-#~ msgid "%s: Cannot rename from backup"
-#~ msgstr "%s: Ni možno preimenovati iz varnostne kopije"
-
-# POZOR -- oblike "to stat a file" slovenscina ne pozna
-#~ msgid "Cannot %s %s"
-#~ msgstr "Ni možno %s %s"
-
-#~ msgid "Read error at byte %s reading %lu bytes in file %s"
-#~ msgstr "Napaka pri branju pri bajtu %s, prebranih %lu bajtov datoteke %s"
-
-#~ msgid "Cannot open pipe"
-#~ msgstr "Ni mogoče odpreti cevi"
-
-#~ msgid "Cannot open archive %s"
-#~ msgstr "Ni mogoče odpreti arhiva %s"
-
-#~ msgid "Cannot exec %s"
-#~ msgstr "Ni mogoče pognati %s"
-
-#~ msgid "Child cannot fork"
-#~ msgstr "Vejitev naslednika ni možna"
-
-#~ msgid "Cannot read from compression program"
-#~ msgstr "Branje z izhoda programa za stiskanje ne gre"
-
-#~ msgid "Cannot write to %s"
-#~ msgstr "Pisanje na %s ni možno"
-
-#~ msgid "WARNING: Cannot truncate %s"
-#~ msgstr "OPOZORILO: Ni mogoče skrajšati %s"
-
-#~ msgid "While waiting for child"
-#~ msgstr "Med čakanjem na naslednika"
-
-#~ msgid "Cannot fork!"
-#~ msgstr "Vejitev ni možna!"
-
-#~ msgid "Cannot exec a shell %s"
-#~ msgstr "Ni mogoče pognati lupine %s"
-
-#~ msgid "Cannot read %s"
-#~ msgstr "Branje %s ni možno"
-
-#~ msgid "Error while closing %s"
-#~ msgstr "Napaka pri zapiranju %s"
-
-#~ msgid "Cannot read link %s"
-#~ msgstr "Ni mogoče prebrati povezave %s"
-
-#~ msgid "Could not rewind archive file for verify"
-#~ msgstr "Arhiva ni možno previti na začetek, preverjanje ni možno"
-
-#~ msgid "Removing leading `/' from archive names"
-#~ msgstr "Odstranjujemo vodilne ,/` iz imen arhivov"
-
-#~ msgid "Cannot add file %s"
-#~ msgstr "Ni mogoče dodati datoteke %s"
-
-#~ msgid "Cannot add directory %s"
-#~ msgstr "Ni mogoče dodati imenika %s"
-
-#~ msgid "Cannot open directory %s"
-#~ msgstr "Ni mogoče odpreti imenika %s"
-
-#~ msgid "%s: close"
-#~ msgstr "%s: zaprto"
-
-#~ msgid "%s: Could not write to file"
-#~ msgstr "%s: Zapis na datoteko ni mogoč"
-
-#~ msgid "%s: Could not create file"
-#~ msgstr "%s: Ni mogoče ustvariti datoteke"
-
-#~ msgid "%s: Error while closing"
-#~ msgstr "%s: Napaka pri zapiranju"
-
-#~ msgid "%s: Could not make node"
-#~ msgstr "%s: Ni možno ustvariti vozla"
-
-#~ msgid "%s: Could not make fifo"
-#~ msgstr "%s: Ni možno ustvariti FIFO"
-
-#~ msgid "%s: Could not create directory"
-#~ msgstr "%s: Ni možno ustvariti imenika"
-
-#~ msgid "Added write and execute permission to directory %s"
-#~ msgstr "Imeniku %s dodani dovoljenji za pisanje in izvajanje"
-
-#~ msgid "Cannot open file %s"
-#~ msgstr "Ni mogoče odpreti datoteke %s"
-
-#~ msgid "Only read %d bytes from archive %s"
-#~ msgstr "Prebrano samo %d zlogov z arhiva %s"
-
-#~ msgid "Removing leading `/' from absolute path names in the archive"
-#~ msgstr "Imena datotek v arhivu očistimo vodilnega ,/` pri absolutnih poteh"
-
-#~ msgid "Amount actually written is (I hope) %d.\n"
-#~ msgstr "Dejanska zapisana količina: %d (upajmo)\n"
-
-#~ msgid "File name %s%s too long"
-#~ msgstr "Ime datoteke %s%s predolgo"
-
-#~ msgid "Data differs"
-#~ msgstr "Podatki se razlikujejo"
-
-#~ msgid "File does not exist"
-#~ msgstr "Datoteka ne obstaja"
-
-#~ msgid "Not a regular file"
-#~ msgstr "Ni navadna datoteka"
-
-#~ msgid "Does not exist"
-#~ msgstr "Ne obstaja"
-
-#~ msgid "No such file or directory"
-#~ msgstr "Datoteka ali imenik s tem imenom ne obstaja"
-
-#~ msgid "Mode or device-type changed"
-#~ msgstr "Način ali tip enote je spremenjen"
-
-#~ msgid "No longer a directory"
-#~ msgstr "Ni več imenik"
-
-#~ msgid "%d at %d\n"
-#~ msgstr "%d pri %d\n"
-
-#~ msgid "Could not get current directory: %s"
-#~ msgstr "Ni mogoče izvedeti trenutnega imenika: %s"
-
-#~ msgid "File name %s/%s too long"
-#~ msgstr "Ime datoteke %s/%s je predolgo"
-
-#~ msgid "Cannot chdir to %s"
-#~ msgstr "Imenik %s ni dostopen"
-
-#~ msgid "Hmm, this doesn't look like a tar archive"
-#~ msgstr "Hmm, to ne izgleda kot arhiv tar"
-
-#~ msgid "Skipping to next file header"
-#~ msgstr "Preskočimo na naslednjo glavo datoteke"
-
-#~ msgid ""
-#~ "\n"
-#~ "Usage: %s [OPTION]... [FILE]...\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Uporaba: %s [IZBIRA]... [DATOTEKA]...\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, "
-#~ "Inc.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Avtorske pravice (C) 1988, 92, 93, 94, 95, 96, 97 Free Software "
-#~ "Foundation, Inc.\n"
-
-#~ msgid "Volume mismatch!  %s!=%s"
-#~ msgstr "Oznaka dela se ne ujema!  %s != %s"
-
-#~ msgid "EOF?  What does that mean?"
-#~ msgstr "Konec datoteke?"
-
-#~ msgid "Mode"
-#~ msgstr "Način"
-
-#~ msgid "Uid"
-#~ msgstr "UID"
-
-#~ msgid "Gid"
-#~ msgstr "GID"
-
-#~ msgid "Size"
-#~ msgstr "Velikost"
-
-#~ msgid "Missing filename after -C"
-#~ msgstr "Za izbiro -C manjka ime datoteke"
-
-#~ msgid "Bad regular expression: %s"
-#~ msgstr "Nepravilen regularen izraz: %s"
-
-#~ msgid "File %s\n"
-#~ msgstr "Datoteka %s\n"
-
-#~ msgid "Junk files\n"
-#~ msgstr "Poškodovane datoteke\n"
-
-#~ msgid "file %s\n"
-#~ msgstr "datoteka %s\n"
-
-#~ msgid "Skip %ld\n"
-#~ msgstr "Preskok %ld zlogov\n"
-
-#~ msgid "Out of first loop\n"
-#~ msgstr "Izven prve zanke\n"
-
-#~ msgid "Saved %d blocks, need %d more\n"
-#~ msgstr "Shranjenih %d blokov, potrebuje se jih še %d\n"
-
-#~ msgid "New record\n"
-#~ msgstr "Nov zapis\n"
-
-#~ msgid "Header type %d\n"
-#~ msgstr "Tip glave %d\n"
-
-#~ msgid "File %s "
-#~ msgstr "Datoteka %s "
-
-#~ msgid "Flush it\n"
-#~ msgstr "Izpraznitev medpomnilnika\n"
-
-#~ msgid "Flushing %d blocks from %s\n"
-#~ msgstr "Izpraznitev %d blokov iz %s\n"
-
-#~ msgid "Block: %d <= %d  "
-#~ msgstr "Blok: %d <= %d  "
-
-#~ msgid "Block %d left\n"
-#~ msgstr "Še %d blokov\n"
-
-#~ msgid "Final %d\n"
-#~ msgstr "Zadnjih %d\n"
-
-#~ msgid "Need %d kept_in %d keep %d\n"
-#~ msgstr "Potrebno %d shranjenih %d shranjujem %d\n"
-
-#~ msgid "Flush...\n"
-#~ msgstr "Izpraznitev...\n"
-
-#~ msgid "Copying %d\n"
-#~ msgstr "Kopiranje %d\n"
-
-#~ msgid "Now new %d  need %d  keep %d  keep_in %d block %d/%d\n"
-#~ msgstr ""
-#~ "Zdaj novih %d  potrebnih %d  shranjujem %d  shranjenih %d blok %d/%d\n"
-
-#~ msgid "Fore to %x\n"
-#~ msgstr "Naprej na %x\n"
diff --git a/po/sv.gmo b/po/sv.gmo
deleted file mode 100644 (file)
index ff37a84..0000000
Binary files a/po/sv.gmo and /dev/null differ
diff --git a/po/sv.po b/po/sv.po
deleted file mode 100644 (file)
index 343803e..0000000
--- a/po/sv.po
+++ /dev/null
@@ -1,2735 +0,0 @@
-# Swedish messages for tar
-# Copyright © 1996, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Jan Djärv <jan.h.d@swipnet.se>, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010
-# Revision: 1.102
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-15 17:04+0200\n"
-"Last-Translator: Jan Djärv <jan.h.d@swipnet.se>\n"
-"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
-"Language: sv\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "ogiltigt argument %s för %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "tvetydigt argument %s för %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Giltiga argument är:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s värde är mindre eller lika med %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: Parameter från ARGP_HELP_FMT kräver ett värde."
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: Parameter från ARGP_HELP_FMT måste vara positiv."
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Okänd ARGP_HELP_FMT-parameter"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Skräp i ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Obligatoriska respektive valfria argument för långa flaggor är obligatoriska "
-"repektive valfria även för motsvarande korta."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Användning:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  eller: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [FLAGGA...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Försök med \"%s --help\" eller \"%s --usage\" för mer information.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"Rapportera fel till %s.\n"
-"Rapportera fel eller synpunkter på översättningen till <tp-sv@listor.tp-sv."
-"se>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Okänt systemfel"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "visa denna hjälptext"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "ge ett kort hjälpmeddelande"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "NAMN"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "ange programnamnet"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SEK"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "vänta i SEK sekunder (standardvärde 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "visa programversion"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(PROGRAMFEL) Ingen version känd!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: För många argument\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(PROGRAMFEL) Flagga borde ha känts igen!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "skrivfel"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: flaggan \"%s\" är tvetydig\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: flaggan \"--%s\" tar inget argument\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: flaggan \"%c%s\" tar inget argument\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: flaggan \"--%s\" kräver ett argument\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: okänd flagga \"--%s\"\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: okänd flagga \"%c%s\"\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: ogiltig flagga -- \"%c\"\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: flaggan kräver ett argument -- \"%c\"\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: flaggan \"-W %s\" är tvetydig\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: flaggan \"-W %s\" tar inget argument\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: flaggan \"-W %s\" kräver ett argument\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "minnet slut"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "kan inte lagra nuvarande arbetskatalog"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "kan inte gå tillbaka till initial arbetskatalog"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "\""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "\""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yYjJ]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Paketerad av %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Paketerad av %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Licens GPLv3+: GNU GPL version 3 eller senare <http://gnu.org/licenses/gpl."
-"html>.\n"
-"Detta program är fri programvara.  Du kan modifiera och distribuera den.\n"
-"Det finns inte NÅGON SOM HELST GARANTI, till den grad som lagen tillåter.\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Skrivet av %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Skrivet av %s och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Skrivet av %s, %s och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Skrivet av %s, %s, %s\n"
-"och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Skrivet av %s, %s, %s,\n"
-"%s och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Skrivet av %s, %s, %s,\n"
-"%s, %s och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Skrivet av %s, %s, %s,\n"
-"%s, %s, %s och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Skrivet av %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Skrivet av %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s och %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Skrivet av %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s och andra.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Rapportera fel till %s.\n"
-"Rapportera fel eller synpunkter på översättningen till <tp-sv@listor.tp-sv."
-"se>.\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"Rapportera fel på %s till %s.\n"
-"Rapportera fel eller synpunkter på översättningen till <tp-sv@listor.tp-sv."
-"se>.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s hemsida: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s hemsida: <http://www.gnu.org/software/%s/>.\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Allmän användarhjälp för GNU-mjukvara: <http://www.gnu.org/gethelp/>.\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Funktion \"%s\" misslyckades"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Varning: Funktion \"%s\" misslyckades"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Kan inte ändra rättigheter till %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Kan inte byta ägare till uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Kan inte skapa hård länk till %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Läsfel vid byte %s, när %lu byte lästes"
-msgstr[1] "%s: Läsfel vid byte %s, när %lu byte lästes"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Varning: Läsfel vid byte %s, när %lu byte lästes"
-msgstr[1] "%s: Varning: Läsfel vid byte %s, när %lu byte lästes"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Kunde inte flytta (seek) till %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Varning: Kunde inte flytta (seek) till %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Kan inte skapa symbolisk länk till %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Skrev bara %lu av %lu byte"
-msgstr[1] "%s: Skrev bara %lu av %lu byte"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Tar bort inledande \"%s\" från namnen i arkivet"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Tar bort inledande \"%s\" från mål för hårda länkar"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Ersätter tomma namn i arkivet med \".\""
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Ersätter tomt mål för hård länk med \".\""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Tjänsten är inte tillgänglig"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "standard in"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "standard ut"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Kan inte ansluta till %s: namnuppslagning misslyckades"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Kan inte exekvera fjärrskal"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Positioneringsriktning har ogiltigt värde"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Ogiltig sökriktning"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Ogiltigt positioneringsvärde"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Positioneringsvärde är utanför giltigt intervall"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Ogiltigt byte-antal"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Byte-antal är utanför giltigt intervall"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "För tidigt filslut"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Felaktig operationskod"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Operationsläge stöds inte"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Oväntade argument"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Styr en bandstation, acceptera kommandon från en fjärrprocess"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NUMMER"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "sätt felsökningsnivå"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FIL"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "sätt felsökningsfilnamn"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "kan inte öppna \"%s\""
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "för många argument"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Okänt kommando"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Det här ser inte ut som ett tar-arkiv"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Summa skrivna byte"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Summa lästa byte"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Summa borttagna byte: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(rör)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Ogiltigt värde på record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Arkivnamn saknas"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Kan inte verifiera standard in/ut-arkiv"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Arkivet är komprimerat. Använd flaggan %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Komprimerade arkiv kan inte uppdateras"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Vid bandets början, avslutar nu"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "För många fel, avslutar"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Poststorlek = %lu block"
-msgstr[1] "Poststorlek = %lu block"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Block ej vid blockgräns (%lu byte) i arkivet"
-msgstr[1] "Block ej vid blockgräns (%lu byte) i arkivet"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Kunde inte söka bakåt i arkivfilen, den kan vara oläsbar utan -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek stannade inte på en postgräns"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: innehåller ogiltigt volymnummer"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Volymnummer flödade över"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Gör iordning volym nummer %d för %s och tryck vagnretur:"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Filslut vid förväntat användarsvar"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "VARNING: Arkivet är ofullständigt"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n namn         Ge ett nytt filnamn för nästa (och efterföljande) volym(er)\n"
-" q              Avsluta programmet\n"
-" y eller nyrad  Fortsätt\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !              Starta ett underskal\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?              Skriv denna lista\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Ingen ny volym; avslutar.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Filnamn inte angivet, försök igen.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Ogiltig indata. Skriv ? för hjälp.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "kommandot \"%s\" misslyckades"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s fortsätter möjligen i denna volym: huvudet innehåller ett trunkerat namn"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s fortsätter inte i denna volym"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s har fel storlek (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Denna volym kommer inte i rätt ordning (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arkivet är inte märkt för att stämma med %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Volym %s överensstämmer inte med %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: filnamnet är för långt för att lagras i huvudet för ett GNU "
-"multivolymsarkiv, trunkerat"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "skrivning stannade inte på en blockgräns"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Kunde bara läsa %lu av %lu byte"
-msgstr[1] "Kunde bara läsa %lu av %lu byte"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Innehållet är olika"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Oväntat filslut i arkivet"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Filtyper är olika"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Rättigheterna är olika"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid är olika"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid är olika"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Modifieringstiderna är olika"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Storlekarna är olika"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Inte länkad till %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Symboliska länkar är olika"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Enhetsnummer är olika"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Verifierar "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Okänd filtyp \"%c\" jämförd som en normal fil"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arkivet innehåller filnamn med inledande prefix borttaget."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Verifiering kan misslyckas med att hitta originalfiler."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "VERIFIKATIONSFEL: %d felaktigt arkivhuvud upptäckt"
-msgstr[1] "VERIFIKATIONSFEL: %d felaktiga arkivhuvuden upptäckta"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Ett ensamt nollblock vid %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: innehåller en cachekatalog-tagg %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "%s är utanför intervallet för %s: %s..%s, byter till %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "%s är utanför intervallet för %s: %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Genererar negativa oktala värden i arkivhuvudet"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: filnamnet är för långt (max %d); inte arkiverad"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: filnamnet är för långt (kan ej delas); inte arkiverad"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: länknamn är för långt; inte arkiverad"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Fil krympte med %s byte, fyller ut med nolltecken"
-msgstr[1] "%s: Fil krympte med %s byte, fyller ut med nolltecken"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: filen finns på ett annat filsystem; inte arkiverad"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "innehållet inte arkiverat"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Okänd filtyp; filen ignorerad"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Det fattas länkar till %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: filen är oförändrad; inte arkiverad"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: filen är själva arkivet; inte arkiverad"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "katalog inte arkiverad"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: fil ändrades under tiden vi läste den"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socketfil ignorerad"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: door-fil ignorerad"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Hoppar till nästa filhuvud"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Tar bort icke-huvuddata från arkivet"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: orimligt gammal tidsstämpel %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: tidsvärde %s är %s sekunder i framtiden"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Oväntad inkonsistens när katalog skapades"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Katalog bytte namn innan dess status kunde extraheras"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Extraherar sammanhängande filer som vanliga filer"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Försöker extrahera symboliska länkar som hårda länkar"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Kan inte extrahera -- filen fortsätter från en annan volym"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Oväntat huvud för långt filnamn"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Okänd filtyp \"%c\", extraherad som en normal fil"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Nuvarade \"%s\" är nyare eller lika gammal"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Kunde inte säkerhetskopiera denna fil"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Kan inte byta namn på %s till %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Katalogen har bytt namn från %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Katalogen har bytt namn"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Katalogen är ny"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Ogiltigt värde på tidsvärde"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Ogiltig modifikationstid (sekunder)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Ogiltig modifikationstid (nanosekunder)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Ogiltigt enhetsnummer"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Ogiltigt inodnummer"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Fält för långt när ögonblicksfil lästes"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Läsfel i ögonblicksfil"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Oväntat filslut i ögonblicksfil"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Oväntat fältvärde i ögonblicksfil"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Postavslutare fattas"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Felaktigt filformat för inkrementell säkerhetskopiering"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-"Formatversion för inkrementell säkerhetskopiering stöds inte: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Felaktig dumpkatalog: förväntade \"%c\" men hittade %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Felaktig dumpkatalog: \"X\" duplicerad"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Felaktig dumpkatalog: tomt namn i \"R\""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Felaktig dumpkatalog: \"T\" föregås inte av \"R\""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Felaktig dumpkatalog: tomt namn i \"T\""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Felaktig dumpkatalog: förväntade \"%c\" men hittade dataslut"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Felaktig dumpkatalog: \"X\" används inte"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Kan inte skapa temporärkatalog med mall %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Rensar inte katalog: kunde inte ta status"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: katalogen finns på ett annat filsystem; inte rensad"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Tar bort %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Kan inte ta bort"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Utelämnad"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "block %s: ** Block av nolltecken **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "block %s: ** Filslut **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "block %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Blanka i huvud där numeriskt värde av typ %s förväntades"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Arkivets oktala värde %.*s är utanför intervallet för %s, antar två-"
-"komplement"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Arkivets oktala värde %.*s är utanför intervallet för %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arkivet innehåller föråldrade \"base-64\"-huvuden"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Arkivets \"base-64\"-sträng \"%s\" är utanför intervallet för %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Arkivets \"base-256\"-värde är utanför intervallet för %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arkivet innehåller %.*s där ett numeriskt värde av typ %s förväntades"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Arkivets värde %s är utanför intervallet för %s: %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " länk till %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " okänd filtyp \"%s\"\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Lång länk--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Långt namn--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Volymhuvud--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Fortsätter vid byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Skapar katalog:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Kan inte byta arbetskatalog"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Byter namn på %s till %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Kan inte byta namn till %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Byter namn på %s tillbaka till %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Fil borttagen innan vi läste den"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Katalog borttagen innan vi läste den"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "barnprocess"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "interprocesskanal"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Mönstermatchningstecken används i filnamn"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Använd --wildcards för att slå på mönstermatchning, eller --no-wildcards för "
-"att undertrycka denna varning"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Fanns inte i arkivet"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Nödvändig förekomst hittades inte i arkivet"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Arkivmärkning stämmer inte överrens"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "Att används -C i en fillista är inte tillåtet med --listed-incremental"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Bara en -C-flagga är tillåtet med --listed-incremental"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Flaggorna \"-%s\" och \"-%s\" vill båda läsa från standard in"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Ogiltigt arkivformat"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU-tillägg önskade i ett inkompatibelt arkivformat"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Okänd citeringsstil \"%s\". Gör \"%s --quoting-style=help för att få en "
-"lista."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU tar sparar många filer tillsammans i ett band- eller fil-arkiv och kan\n"
-"återskapa individuella filer från arkivet.\n"
-"\n"
-"Exempel:\n"
-"  tar -cf arkiv.tar foo bar  # Skapa arkiv.tar med filerna foo och bar.\n"
-"  tar -tvf arkiv.tar         # Visa filer i arkiv.tar, all information.\n"
-"  tar -xf arkiv.tar          # Extrahera alla filer i arkiv.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Säkerhetskopieändelse är \"~\", om den inte sätts med --suffix eller\n"
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Versionshanteringen kan styras med --backup eller VERSION_CONTROL,\n"
-"där värdena kan vara:\n"
-"\n"
-"  none, off       gör aldrig säkerhetskopior\n"
-"  t, numbered     gör numrerade säkerhetskopior\n"
-"  nil, existing   numrerade säkerhetskopior om sådana redan finns, enkla "
-"annars\n"
-"  never, simple   gör alltid enkla säkerhetskopior\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Operationsläge:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "visa innehållet i arkivet"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "extrahera filer från arkivet"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "skapa ett nytt arkiv"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "visa skillnader mellan filsystemet och arkivet"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "lägg till filer på slutet av arkivet"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "lägg till filer som är nyare än de i arkivet"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "lägg till innehållet i en arkivfil till arkivet"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "ta bort från arkivet (inte för arkiv på magnetband!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "verifiera arkivets volymnamn och avsluta."
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Modifiera operationslägen:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "hantera filer med hål mer effektivt"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "ÖVRE[.UNDRE]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-"ange vilken formatversion som ska hantera filer med hål (implicerar --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "hantera gamla GNU-formatet för inkrementell säkerhetskopiering"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "hantera nya GNU-formatet för inkrementell säkerhetskopiering"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "dumpa nivå för \"listed-incremental\" arkiv"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "avsluta inte med felslutstatus p.g.a. oläsbara filer"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"behandla endast förekomst NUMMER av varje fil i arkivet. Denna flagga är "
-"endast giltig med ett av underkommandona --delete, --diff, --extract eller --"
-"list och när en lista av filer anges antingen på kommandoraden eller med "
-"flaggan -T. Standardvärde för NUMMER är 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "arkivet är sökbart"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "arkivet är inte sökbart"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "kontrollera inte enhetsnummer när inkrementella arkiv skapas"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"kontrollera enhetsnummer när inkrementella arkiv skapas (standardvärde)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Kontrollera överskrivning:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "försök verifiera arkivet efter det skapats"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "ta bort filer efter de sparats i arkivet"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "ersätt inte befintliga filer vid extrahering"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "ersätt inte befintliga filer som är nyare än de som finns i arkivet"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "skriv över befintliga filer vid extrahering"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "ta bort befintliga filer innan de nya extraheras"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "töm kataloghierarkier före extrahering av katalog"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "bevara befintliga katalogers metadata"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"skriv över metadata för befintliga kataloger vid extrahering (standardvärde)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Välj utdataström:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "extrahera filer till standard ut"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "KOMMANDO"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "extrahera filer till standard in för ett annat program"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ignorera barnprocessers slutstatus"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "behandla slutstats från barnprocesser skiljt ifrån noll som fel"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Hantering av filattribut:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "sätt NAMN som ägare för adderade filer"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "sätt NAMN som grupp för adderade filer"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATUM-ELLER-FIL"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "sätt modifieringstid på adderade filer från DATUM-ELLER-FIL"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "RÄTTIGHET"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "sätt (symbolisk) RÄTTIGHET för adderade filer"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METOD"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"bevara accesstider på arkiverade filer, antingen genom att återställa "
-"tiderna efter läsning (METOD=\"replace\", standardvärde) eller genom att "
-"inte sätta tiderna alls (METOD=\"system\")"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "extrahera inte filers modifieringstid"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"försök extrahera filer med samma ägare som i arkivet (standardvärde för "
-"superanvändaren)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"extrahera filer med dig själv som ägare (standardvärde för vanliga användare)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "använd alltid tal för användar- och gruppnamn"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"extrahera information om filrättigheter (standardvärde för superanvändare)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"applicera användarens umask när rättigheter extraheras från arkivet "
-"(standardvärde för vanliga användare)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "sortera namn som ska extraheras så de passar ihop med arkivet"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "samma som både -p och -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"fördröj sättandet av modifikationstider och rättigheter på extraherade "
-"kataloger till slutet på arkivextraheringen."
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "ta bort effekten av flaggan --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Enhetsval och enhetsbyte:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARKIV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "använd arkivfil eller enhet ARKIV"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "arkivfilen är lokal även om namnet har kolon"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "använd KOMMANDO istället för rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "använd KOMMANDO istället för rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "ange enhet och densitet"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "skapa/visa/extrahera ett flervolymsarkiv"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "byt band efter det att NUMMER x 1024 byte skrivits"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "kör kommandofil vid slutet av varje band (flaggan -M sätts också)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "använd/uppdatera volymnummer i FIL"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Blockhantering:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCK"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "BLOCK x 512 byte per post"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "NUMMER byte per post, multipel av 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ignorera block med enbart nolltecken (betyder filslut)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "omblocka vid läsning (för 4.2BSD-rör)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Val av arkivformat:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "skapa ett arkiv med givet format"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT är ett av följande:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "gammalt V7 format"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU-format enligt tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "Format från GNU tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) format"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) format"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "samma som pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "samma som --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "samma som --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "nyckelord[[:]=värde][,nyckelord[[:]=värde], ...]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "ange nyckelord för pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "NAMN"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"skapa ett arkiv med volymnamnet NAMN. Vid visning/extrahering är NAMN ett "
-"skalmönster (\"globbing\")"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Komprimeringsflaggor:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "använd arkivsuffix för att bestämma komprimeringsprogram"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "använd inte arkivsuffix för att bestämma komprimeringsprogram"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "filtrera genom PROG (måste förstå -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Filval:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"lägg till angiven FIL till arkivet (användbart om FIL börjar med \"-\")"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "KATALOG"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "byt katalog till KATALOG"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "hämta namn att extrahera eller skapa från FIL"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T läser namn åtskilda med nolltecken, -C obrukbar"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "ta bort effekten av föregående --null-flagga"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "avcitera filnamn som lästs med -T (standardvärde)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "avcitera inte filnamn som lästs med -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MÖNSTER"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "utelämna filer som matchar MÖNSTER"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "utelämna filer som matchar mönster i FIL"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"utelämna innehållet i kataloger som innehåller CACHEDIR.TAG, förutom "
-"CACHEDIR.TAG själv"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "utelämna allt i kataloger som innehåller CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "utelämna kataloger som innehåller CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "utelämna innehållet i kataloger som innehåller FIL, förutom FIL själv"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "utelämna allting i kataloger som innehåller FIL"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "utelämna kataloger som innehåller FIL"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "uteslut kataloger från versionshanteringssystem"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "exkludera säkerhetskopior och låsfiler"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "gå inte automatiskt ned i kataloger"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "byt inte filsystem när arkivet skapas"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "gå rekursivt ned i kataloger (standardvärde)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "tag inte bort inledande \"/\" från namn"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "följ symboliska länkar, arkivera filerna de pekar på"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "följ hårda länkar, arkivera filerna de pekar på"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "NAMN"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "börja med fil NAMN i arkivet"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "arkivera bara filer nyare än DATUM-ELLER-FIL"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATUM"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "jämför datum och tid endast för dataändringar"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "KONTROLL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "gör säkerhetskopior före borttagning, välj typ av versionshantering"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRÄNG"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"gör säkerhetskopior före borttagning, ersätt den normala "
-"säkerhetskopieändelsen (\"~\" om inte ändrad med miljövariabeln "
-"SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Filnamnstransformationer:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-"ta bort NUMMER stycken inledande komponenter från filnamn före extrahering"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "UTTRYCK"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "använd seds ersättnings-UTTRYCK för att transformera filnamn"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Flaggor för filnamnsmatchning (påverkar både uteslutnings- och "
-"inkluderingsmönster):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "matcha gemener och versaler lika"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "mönster måste matcha i början på filnamn"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "mönster matchas efter \"/\" i filnamn (standardvärde vid uteslutning)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "matcha gemener och versaler olika (standardvärde)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "använd jokertecken (standardvärde för uteslutning)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "ordagrann strängjämförelse"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "jokertecken matchar inte \"/\""
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "jokertecken matchar \"/\" (standardvärde för uteslutning)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Informativ utskrift:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "visa namn på alla filer som behandlas"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "NYCKELORD"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "varningskontroll"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-"visa förloppsmeddelande efter varje grupp om NUMMER poster (standardvärde 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ÅTGÄRD"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "utför ÅTGÄRD vid vare kontrollpunkt"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "visa ett meddelande om inte alla länkar arkiverats"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"skriv totalt antal byte efter arkivet hanterats. Med ett argument skrivs "
-"totalt antal byte när SIGNAL levereras. Tillåta signaler är: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 coh SIGUSR2. Namn utan SIG-prefix accepteras också."
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "visa filers modifieringstid i UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "visa full upplösning på filtider"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "skicka informativa meddelanden till FIL"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "visa blocknummer inom arkivet för varje meddelande"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "fråga efter bekräftelse för varje steg"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "visa standardvärden för \"tar\""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"vid visning eller extrahering, visa varje katalog som inte matchar "
-"sökkriterium"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "visa fil- eller arkivnamn efter transformering"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STIL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "sätt citatstil för namn. Se nedan för giltiga vären på STIL."
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "citera även tecken i STRÄNG"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "citera inte tecken i STRÄNG"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Kompatibilitetsflaggor:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"vid skapande, samma som --old-archive.  Vid extrahering, samma som --no-same-"
-"owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Andra flaggor:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "begränsa användningen av eventuellt farliga flaggor"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Du kan endast ange en av flaggorna \"-Acdtrux eller \"--test-label\""
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Motstridiga komprimeringsflaggor"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Okänt signalnamn: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Tidsfil hittades inte"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Använder %s istället för okänt datumformat %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Flagga %s: Tolkar tidsangivelse \"%s\" som %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: fillistan redan läst"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: filnamnet som lästes innehåller nolltecken"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "filtrera arkivet genom %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Giltiga argument till flaggan --quoting-style är:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Denna* tar har standardvärdena:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Ogiltig blockfaktor"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Ogiltig bandlängd"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Felaktigt värde fär inkrementell nivå"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Mer än en datumgräns"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Ogiltig version för filer med hål"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve=\"system\" stöds inte på denna plattform"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint-värdet är inte ett heltal"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Ogiltig grupp"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Ogiltiga rättigheter givna för flagga"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Ogiltigt nummer"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Ogiltig ägare"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Flaggan --preserve är föråldrad, använd --preserve-permissions --preserve-"
-"order istället"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Ogiltig poststorlek"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Poststorlek måste vara en multipel av %d"
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Ogiltig antal element"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Endast en --to-command flagga tillåten"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Ogiltig densitetsangivelse: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Okänd densitet: \"%c\""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Flaggorna \"-[0-7][lmh]\" stöds inte av *detta* tar-program"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FIL]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Gammal flagga \"%c\" kräver ett argument"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence är meningslöst utan en fillista"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence kan inte användas i det begärda operationsläget."
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Multipla arkivfiler kräver \"-M\" flaggan"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Kan inte kombinera --listed-incremental med --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--level är meningslös utan --listed-incremental"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Volymnamn är för långt (maxlängd är %lu byte)"
-msgstr[1] "%s: Volymnamn är för långt (maxlängd är %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Flervolymsarkiv kan inte verifieras"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Komprimerade arkiv kan inte verifieras"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Kan inte använda komprimerade flervolymsarkiv"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Komprimerade arkiv kan inte slås samman"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option kan bara användas på POSIX-arkiv"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Volymlängden kan inte vara mindre än poststorleken"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order är inte kompatibel med --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Vägrar fegt att skapa ett tomt arkiv"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Flaggorna \"-Aru\" är inkompatibla med \"-f -\""
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Du måste ange en av flaggorna \"-Acdtrux\" eller --test-label"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Avslutar med felstatus på grund av tidigare fel"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Filen krympte med %s byte"
-msgstr[1] "%s: Filen krympte med %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Nyckelordet %s är okänt eller inte ännu implementerat"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Tidsstämpel är utanför giltigt intervall"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Mönster %s kan inte användas"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Nyckelord %s kan inte ersättas"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Felaktigt utökat huvud: längd saknas"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Längd på utökat huvud är utanför giltigt intervall"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Längd %.*s på utökat huvud är utanför giltigt intervall"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Felaktigt utökat huvud: blanktecken efter längdangivelse saknas"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Felaktigt utökat huvud: likamedtecken saknas"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Felaktigt utökat huvud: nyrad saknas"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Ignorerar nykelord \"%s\" i utökat huvud"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Genererat nyckel/värde-par är för långt (nyckel=%s, längd=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Utökat huvud %s=%s är utanför intervallet %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Felaktigt utökat huvud: ogiltig %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Felaktigt utökat huvud: för många %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Felaktigt utökat huvud: ogiltigt %s: oväntad avskiljare %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Felaktigt utökat huvud: ogiltigt %s: udda antal värden"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: ogiltig timeout"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: okänd kontrollpunktsåtgärd"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "skriv"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "läs"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Kontrollpunkt för skrivning %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Kontrollpunkt för läsning %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile bearbetar datafiler i testsviten för GNU paxutils.\n"
-"FLAGGOR är:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Flaggor för filskapande:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "STORLEK"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Skapa ett arkiv med given STORLEK"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Skriv till NAMN istället för till standard ut"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Läs filnamn från FIL"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T läser namn åtskilda med nolltecken"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "Fyll filen med givet MÖNSTER. MÖNSTER är \"default\" eller \"zeros\""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Storlek för ett block för filer med hål"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Generera fil med hål. Resten av kommandoraden ger filmappningen."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "POSITION"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Flytta till given position innan data skrivs"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Flaggor för filstatistik:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Skriv innehållet i \"struct stat\" för varje given fil. Standardvärde på "
-"FORMAT är:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Flaggor för synkron exekvering:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "FLAGGA"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Kör ARGUMENT. Användbart med --checkpoint och en av --cut, --append, --"
-"touch, --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "Utför angiven åtgärd (se nedan) när kontrollpunkt NUMMER nås"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Sätt datum för nästa --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Visa exekverade kontrollpunkter och slutstatus på KOMMANDO"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Synkront exekverade åtgärder. Dessa exekveras när kontrollpunktnumret givet "
-"av flaggan --checkpoint nås."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Trunkera FIL till storleken given av föregående flaggan --length (eller 0 om "
-"den inte är given)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Lägg till STORLEK byte till FIL.  STORLEK är given av föregående flagga --"
-"length."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Uppdatera access- och modifikationstider för FIL"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Exekvera KOMMANDO"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Ta bort (unlink) FIL"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Ogiltigt storlek: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Nummer utanför giltigt intervall: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negativ storlek: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "status (stat) kunde ej tas på %s"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "begärd fillängd %lu, verklig %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "skapad fil har inte hål"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Fel vid parsning av tal nära \"%s\""
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Okänt datumformat"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGUMENT...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "kan inte öppna \"%s\""
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "kan inte flytta (seek)"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "filnamnet innehåller nolltecken"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr "kan inte skapa filer med hål till standard ut, använd flaggan --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "felaktig mask (nära \"%s\")"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Okänt fält \"%s\""
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "kan inte sätta tid på \"%s\""
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "kan inte ta bort \"%s\""
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Kommandot avslutades utan fel\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Kommandot misslyckades med slutstatus %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Kommandot terminerades av signal %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Kommandot stoppades av signal %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Kommandot dumpade minnet\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Kommandot avslutade\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat kräver filnamn"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Kan inte spara arbetskatalog"
diff --git a/po/tar.pot b/po/tar.pot
deleted file mode 100644 (file)
index 65f8886..0000000
+++ /dev/null
@@ -1,2613 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#: src/create.c:1552
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr ""
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr ""
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr ""
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr ""
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr ""
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr ""
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr ""
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr ""
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr ""
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr ""
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr ""
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr ""
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr ""
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr ""
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr ""
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr ""
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr ""
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr ""
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr ""
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr ""
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr ""
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr ""
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr ""
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr ""
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr ""
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr ""
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr ""
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr ""
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr ""
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr ""
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr ""
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr ""
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr ""
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr ""
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr ""
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr ""
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr ""
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr ""
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr ""
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr ""
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr ""
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr ""
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr ""
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr ""
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr ""
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr ""
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr ""
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr ""
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr ""
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr ""
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr ""
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr ""
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr ""
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr ""
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr ""
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr ""
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr ""
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr ""
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr ""
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr ""
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr ""
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr ""
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr ""
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr ""
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr ""
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr ""
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr ""
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr ""
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr ""
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr ""
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr ""
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr ""
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr ""
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr ""
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr ""
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr ""
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr ""
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr ""
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr ""
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr ""
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr ""
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr ""
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr ""
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr ""
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr ""
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr ""
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr ""
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr ""
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr ""
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr ""
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr ""
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr ""
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr ""
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr ""
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr ""
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr ""
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr ""
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr ""
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr ""
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr ""
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr ""
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr ""
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr ""
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr ""
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr ""
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr ""
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr ""
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr ""
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr ""
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr ""
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr ""
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr ""
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr ""
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr ""
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr ""
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr ""
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr ""
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr ""
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr ""
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr ""
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr ""
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr ""
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr ""
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr ""
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr ""
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr ""
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr ""
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr ""
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr ""
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr ""
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr ""
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr ""
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr ""
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr ""
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr ""
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr ""
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr ""
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr ""
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr ""
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr ""
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr ""
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr ""
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr ""
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr ""
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr ""
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr ""
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr ""
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr ""
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr ""
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr ""
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr ""
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr ""
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr ""
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr ""
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr ""
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr ""
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr ""
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr ""
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr ""
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr ""
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr ""
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr ""
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr ""
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr ""
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr ""
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr ""
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr ""
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr ""
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr ""
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr ""
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr ""
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr ""
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr ""
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr ""
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr ""
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr ""
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr ""
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr ""
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr ""
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr ""
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr ""
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr ""
-
-#: src/misc.c:298
-msgid "Cannot get working directory"
-msgstr ""
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr ""
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr ""
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr ""
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr ""
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr ""
-
-#: src/misc.c:887
-msgid "child process"
-msgstr ""
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr ""
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr ""
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr ""
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr ""
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr ""
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr ""
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr ""
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr ""
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr ""
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr ""
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr ""
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr ""
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr ""
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr ""
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr ""
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr ""
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr ""
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr ""
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr ""
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr ""
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr ""
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr ""
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr ""
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr ""
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr ""
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr ""
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr ""
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr ""
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr ""
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr ""
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr ""
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr ""
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr ""
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr ""
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr ""
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr ""
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr ""
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr ""
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr ""
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr ""
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr ""
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr ""
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr ""
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr ""
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr ""
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr ""
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr ""
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr ""
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr ""
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr ""
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr ""
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr ""
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr ""
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr ""
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr ""
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr ""
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr ""
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr ""
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr ""
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr ""
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr ""
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr ""
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr ""
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr ""
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr ""
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr ""
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr ""
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr ""
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr ""
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr ""
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr ""
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr ""
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr ""
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr ""
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr ""
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr ""
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr ""
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr ""
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr ""
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr ""
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr ""
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr ""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr ""
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr ""
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr ""
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr ""
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr ""
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr ""
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr ""
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr ""
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr ""
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr ""
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr ""
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr ""
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr ""
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr ""
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr ""
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr ""
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr ""
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr ""
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr ""
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr ""
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr ""
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr ""
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr ""
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr ""
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr ""
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr ""
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr ""
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr ""
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr ""
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr ""
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr ""
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr ""
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr ""
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr ""
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr ""
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr ""
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr ""
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr ""
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr ""
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr ""
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr ""
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr ""
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr ""
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr ""
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr ""
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr ""
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr ""
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr ""
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr ""
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr ""
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr ""
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr ""
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr ""
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr ""
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr ""
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr ""
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr ""
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr ""
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr ""
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr ""
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr ""
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr ""
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr ""
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr ""
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr ""
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr ""
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr ""
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr ""
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr ""
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr ""
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr ""
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr ""
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr ""
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr ""
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr ""
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr ""
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr ""
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr ""
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr ""
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr ""
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr ""
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr ""
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr ""
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr ""
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr ""
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr ""
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr ""
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr ""
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr ""
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr ""
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr ""
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr ""
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr ""
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr ""
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr ""
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr ""
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr ""
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr ""
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr ""
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr ""
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr ""
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr ""
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr ""
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr ""
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr ""
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr ""
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr ""
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr ""
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr ""
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr ""
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr ""
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr ""
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr ""
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr ""
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr ""
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr ""
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr ""
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr ""
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr ""
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr ""
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr ""
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr ""
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr ""
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr ""
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr ""
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr ""
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr ""
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr ""
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr ""
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr ""
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr ""
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr ""
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr ""
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr ""
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr ""
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr ""
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr ""
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr ""
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr ""
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr ""
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr ""
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr ""
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr ""
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr ""
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr ""
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr ""
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr ""
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr ""
diff --git a/po/tr.gmo b/po/tr.gmo
deleted file mode 100644 (file)
index 0bc7cdf..0000000
Binary files a/po/tr.gmo and /dev/null differ
diff --git a/po/tr.po b/po/tr.po
deleted file mode 100644 (file)
index 1bc75da..0000000
--- a/po/tr.po
+++ /dev/null
@@ -1,2809 +0,0 @@
-# Turkish translations for GNU tar messages.
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Nilgün Belma Bugüner <nilgun@buguner.name.tr>, 2001,..., 2007.
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.18\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2007-07-09 11:30+0300\n"
-"Last-Translator: Nilgün Belma Bugüner <nilgun@buguner.name.tr>\n"
-"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
-"Language: tr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "`%2$s' için %1$s argümanı  geçersiz"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "`%2$s' için %1$s argümanı belirsiz"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Geçerli argümanlar:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s değeri %s değerinden küçük ya da ona eşit"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT parametresi bir değer gerektirir"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT parametresi pozitif olmalı"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: ARGP_HELP_FMT ile belirtilen parametre bilinmiyor"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "ARGP_HELP_FMT bozuk: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Uzun seçenekler için zorunlu veya isteğe bağlı olan argümanlar kısa "
-"seçenekler için de geçerlidir."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Kullanımı:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "    veya: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [SEÇENEK...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Daha fazla bilgi için `%s --help' veya `%s --usage' yazın.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr ""
-"Yazılım hatalarını <%s> adresine,\n"
-"çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Bilinmeyen sistem hatası"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "bu yardım iletisi gösterilir"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "kısa bir kullanım iletisi gösterilir"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "İSİM"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "uygulama ismi"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "SAN"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "SANİYE saniye bekler (öntanımlı 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "sürüm bilgisi gösterilir"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(YAZILIM HATASI) Sürümünü bilmiyor!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: argüman sayısı fazla\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(YAZILIM HATASI) Seçenek tanınmak zorunda!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr ""
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: `%s' seçeneği belirsiz\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: `--%s' seçeneği argümansız kullanılır\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: seçenek `%c%s' argümansız kullanılır\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: `%s' seçeneği bir argümanla kullanılır\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: `--%s' seçeneği bilinmiyor\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: `%c%s' seçeneği bilinmiyor\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: geçersiz seçenek -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: seçenek bir argümanla kullanılır -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: `-W %s' seçeneği belirsiz\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: `-W %s' seçeneği argümansız kullanılır\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: `%s' seçeneği bir argümanla kullanılır\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "bellek tükendi"
-
-#: gnu/openat-die.c:36
-#, fuzzy, c-format
-msgid "unable to record current working directory"
-msgstr "Çalışma dizini değiştirilemez"
-
-#: gnu/openat-die.c:54
-#, fuzzy, c-format
-msgid "failed to return to initial working directory"
-msgstr "Çalışılan dizin kaydedilemez"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[eEyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[hHnN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr ""
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"Yazılım hatalarını <%s> adresine,\n"
-"çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"Yazılım hatalarını <%s> adresine,\n"
-"çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr ""
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: %s olanaksız"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Uyarı: %s olanaksız"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Kip %s olarak değiştirilemez"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr ""
-"%s: Dosya sahipliği, Kullanıcı-kimlik %lu ve Grup-kimlik %lu olarak "
-"değiştirilemez."
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: %s'e sabit bağ kurulamıyor"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%1$s: %3$lu bayt okunurken  %2$s. baytta okuma hatası"
-msgstr[1] "%1$s: %3$lu bayt okunurken  %2$s. baytta okuma hatası"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%1$s: Uyarı: %3$lu bayt okunurken  %2$s. baytta okuma hatası"
-msgstr[1] "%1$s: Uyarı: %3$lu bayt okunurken  %2$s. baytta okuma hatası"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: %s e gidilemiyor"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Uyarı: %s e gidilemiyor"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: %s'e sembolik bağ oluşturulamıyor"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%1$s: %3$lu baytın sadece %2$lu baytı yazıldı"
-msgstr[1] "%1$s: %3$lu baytın sadece %2$lu baytı yazıldı"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Üye isimlerinden `%s' kaldırılıyor"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Sabit bağ hedeflerinden `%s' kaldırılıyor"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Boş üye ismi için `.' ikamesi"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Boş sabit bağ hedefi için `.' ikamesi"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Servis yok"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdG"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdÇ"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Uzak kabuk çalıştırılamıyor"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Arama yönü kapsamdışı"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "Seçenekte verilen kip geçersiz"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "Geçersiz boyut: %s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Arama başlangıcı kapsamdışı"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "Kayıt ortamının uzunluğu geçersiz"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "Arama başlangıcı kapsamdışı"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd: Dosya sonu belirsiz\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "Ana işlem kipi:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "Arşivde beklenmeyen dosya sonu"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "SAYI"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "DOSYA"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "`%s' açılamıyor"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "argüman sayısı çok fazla"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Bozuk komut"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Bu bir tar arşivi gibi görünmüyor"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Yazılan toplam bayt"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Okunan toplam bayt"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Silinen toplam bayt: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(boru)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "record_size için geçersiz değer"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Arşiv ismi verilmemiş"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "stdG/stdÇ arşivi doğrulanamaz"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Aeşiv sıkıştırılmış. %s seçeneğini kullanın"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Sıkıştırılmış arşivler güncellenemez"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Bandın başlangıcında, şimdilik çıkıyor"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Çok hata var, çıkıyor"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Kayıt uzunluğu = %lu blok"
-msgstr[1] "Kayıt uzunluğu = %lu blok"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Arşivde hizalanmamış blok (%lu bayt)"
-msgstr[1] "Arşivde hizalanmamış blok (%lu bayt)"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "Arşiv dosyası geri alınamaz; -i olmaksızın okunamayabilir"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek bir kaydın sınırında durmadı"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: geçersiz bölüm numarası içeriyor"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Bölüm numarası kapsamdışı"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "#%d. bölümü %s için hazırlamak istiyorsanız return tuşuna basınız: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Kullanıcı cevabı beklenirken dosya sonuna gelindi"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "UYARI: Arşiv eksik"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n isim              Sonraki (ve peşisıra) bölüm(ler) için yeni dosya ismi\n"
-" q                   Uygulama sonlandırılır\n"
-" y veya <enter>      İşlem sürdürülür\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !                   bir alt kabuk açılır\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?                    Bu listeyi basar\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Yeni bölüm yok; çıkıyor.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Dosya ismi belirtilmemiş. Tekrar deneyin.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Girdi geçersiz, Yardım için ? yazın.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s komutu başarısız"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s belki de bu bölümde devam ediyor: başlıktaki isim kırpılmış"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s bu bölümde devam etmiyor"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s yanlış uzunluk (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, fuzzy, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Bu bölüm sıralama dışı"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Arşiv etiketi %s ile eşleşmiyor"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "%s bölümü %s ile eşleşmiyor"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: dosya ismi GNU çoklu bölüm başlığında saklanamayacak kadar uzun, kırpıldı"
-
-#: src/buffer.c:1865
-#, fuzzy
-msgid "write did not end on a block boundary"
-msgstr "rmtlseek bir kaydın sınırında durmadı"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Sadece %2$lu baytın %1$lu baytı okunabildi"
-msgstr[1] "Sadece %2$lu baytın %1$lu baytı okunabildi"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "İçerikler farklı"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Arşivde beklenmeyen dosya sonu"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Dosya türleri farklı"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Kipleri farklı"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Kullanıcı-kimlikler farklı"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Grup-kimlikler farklı"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Değişiklik zamanları farklı"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Uzunlukları farklı"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "%s'e bağlı değil"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Sembolik bağlar farklı"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Aygıt numaraları farklı"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Doğrulama "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: '%c' dosya türü bilinmiyor, normal dosya olarak karşılaştırıldı"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Arşivdeki dosya isimleri dosya yolu içermiyor."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Doğrulama, özgün dosyaların konumlanmasında başarısız olabilir."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "DOĞRULAMA BAŞARISIZ: %d geçersiz başlık saptandı"
-msgstr[1] "DOĞRULAMA BAŞARISIZ: %d geçersiz başlık saptandı"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "%s de tek başına sıfır bloğu"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: %s arabellekleme dizini yaftasını içeriyor; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr ""
-"%1$s değeri, %3$s..%4$s aralığının %2$s dışında; yerine %5$s kullanılıyor"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "%1$s değeri, %3$s..%4$s aralığının %2$s dışında"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Negatif sekizlik başlık üretiliyor"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: dosya ismi çok uzun (en çok %d olabilir); dökümlenmedi"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: dosya ismi çok uzun (parçalanamıyor); dökümlenmedi"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: bağ ismi çok uzun; dökümlenmedi"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Dosya %s baytta kaldı; sıfırlarla dolduruluyor"
-msgstr[1] "%s: Dosya %s baytta kaldı; sıfırlarla dolduruluyor"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: dosya farklı bir dosya sisteminde; dökümlenmedi"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "içerik dökümlenmedi"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Bilinmeyen dosya türü; dosya yoksayıldı"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "%s için bağlar kayıp.\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: dosya değişmedi; dökümlenmedi"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: dosya arşivdir; dökümlenmedi"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "dizin dökümlenmedi"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: dosya okundu olarak imlendi"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: soket yoksayıldı"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: kapı yoksayıldı"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Sonraki başlığa atlanıyor"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Arşivden başlık-olmayan siliniyor"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: makul olmayan eski tarih damgası %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: zaman damgası %s %s s gelecekte"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Dizin oluşturulurken anlaşılamayan uyumsuzluk"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: durumu çıkarılamadan dizin ismi değiştirildi"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Bitişik dosyaları normal dosyalar olarak çıkarıyor"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Sembolik bağlar, sabit bağlar olarak çıkarılmaya çalışılıyor"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Dosya çıkarılamaz -- dosyanın başı diğer bölümde"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Umulmadık uzun isim başlığı"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Bilinmeyen dosya türü '%c', normal dosya olarak çıkartılıyor"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Mevcut %s daha yeni ya da yaşıt"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Bu dosyayı yedeklemek mümkün olmadı"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "%s ismi %s olarak değiştirilemez"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Dizinin eski adı %s idi"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Dizin adı değiştirilmişti"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Dizin yeni"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Geçersiz zaman damgası"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Değişiklik zamanı (saniye cinsinden) geçersiz"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Değişiklik zamanı (nanosaniye cinsinden) geçersiz"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Geçersiz aygıt numarası"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Geçersiz düğüm numarası"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Anlık görüntü dosyası okunurken alan çok uzun"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Anlık görüntü dosyasında okuma hatası"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Anlık görüntü dosyasında beklenmeyen dosya sonu"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Anlık görüntü dosyasında beklenmeyen alan değeri"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Kayıt sonlandırıcı eksik"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Arttırımlı dosya biçimi hatalı"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Desteklenmeyen arttırımlı biçim sürümü: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "dumpdir bozuk: umulan '%c' ama bulunan %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "dumpdir bozuk: 'X' yinelenmiş"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "dumpdir bozuk: 'R'deki isim boş"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "dumpdir bozuk: 'T' 'R' ile öncelenmemiş"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "dumpdir bozuk: 'T'deki isim boş"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "dumpdir bozuk: umulan'%c' ama bulunan veri sonu"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "dumpdir bozuk: 'X' hiç kullanılmamış"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "%s şablonu kullanılarak geçici dizin oluşturulamıyor"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: dizin temizlenmiyor: durumlama yapılamadı"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: dizin farklı bir aygıtta: temizlenmiyor"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: %s siliniyor\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Kaldırılamaz"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Geçiliyor"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "blok %s: ** NUL bloku **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "blok %s: ** Dosya Sonu **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "blok %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Sayısal %s değeri beklenirken başlıkta boşluklar bulundu"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Arşiv sekizlik değeri %.*s aralığın %s dışında; ikinin tümleyeni kabul "
-"ediliyor"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Arşiv sekizlik değeri %.*s aralığın %s dışında"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Arşiv atıl base-64 başlıklar içeriyor"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Arşiv imzalı base-64 dizge %s, %s aralığının dışında"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Arşiv base-256 değeri %s aralığının dışında"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Arşiv %.*s içeriyor, halbuki orada sayısal %s değeri bekleniyor"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Arşiv değeri %s %s türünün %s..%s aralığının dışında"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " bağı -> %s \n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " bilinmeyen dosya türü %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Uzun  Bağ--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Uzun İsim--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Bölüm Başlığı--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Devamı bayt %s de--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Oluşturulan dizin:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Çalışma dizini değiştirilemez"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "%s %s olarak değiştiriliyor\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: İsmi %s olarak değiştirilemez"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Gerisin geriye %s %s olarak değiştiriliyor\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Dosya okunamadan kaldırıldı"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Dosya okunamadan kaldırıldı"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "alt süreç"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "süreçlerarası kanal"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "Kalıp eşleme karakterleri dosya isimlerinde kullanılmış. Lütfen,"
-
-#: src/names.c:596
-#, fuzzy
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr "ya kalıp eşlemeyi etkin kılmak için --wildcards  kullanın,"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Arşivde yok"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Arşivde bulunması gerekirken yok"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "Arşiv etiketi %s ile eşleşmiyor"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "`-%s' ve `-%s' seçeneklerinin ikisi de standart girdi istiyor"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Geçersiz arşiv biçimi"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "GNU özellikleri ile uyumsuz arşiv biçimi"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Sarmalama şekli `%s' bilinmiyor. Listeyi almak için `%s --quoting-"
-"style=help' yazın."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' çok sayıda dosyayı birarada tek bir disk arşivi olarak veya teybe\n"
-" kaydeder ve böyle bir arşivden dosyaları tek tek çıkarabilir\n"
-"\n"
-"Örnekler:\n"
-"  tar -cf arşiv.tar foo bar  # foo ve bar dosyalarından arşiv.tar "
-"oluşturulur\n"
-"  tar -tvf arşiv.tar         # arşiv.tar içindeki dosyalar listelenir\n"
-"  tar -xf arşiv.tar          # arşiv.tar'dan tüm dosyalar çıkarılır\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"--suffix veya SIMPLE_BACKUP_SUFFIX ile belirtilmedikçe yedek soneki '~' "
-"dir.\n"
-"Sürüm denetimi aşağıdaki değerler --backup veya VERSION_CONTROL ile\n"
-"kullanılarak yapılabilir:\n"
-"\n"
-"  none, off       yedekleme yapılmaz\n"
-"  t, numbered     numaralı yedekleme yapılır\n"
-"  nil, existing   numaralıysa numaralı, değilse basit yedekleme yapılır\n"
-"  never, simple   daima basit yedekleme yapılır\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Ana işlem kipi:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "bir arşiv içeriğini listeler"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "bir arşivdeki dosyaları çıkarır"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "yeni bir arşiv oluşturur"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "arşiv ile dosya sistemi arasındaki farklar bulunur"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "dosyaları arşivin sonuna ekler"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "sadece arşivdeki kopyasından daha yeni dosyalar eklenir"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "bir arşive tar dosyaları ekler"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "arşivden siler (teyplerde değil!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "arşiv bölüm etiketini sınar ve çıkar"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "İşlem değiştiriciler:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "seyrek dosyalar verimli şekilde elde edilir"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "ANA[.ALT]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "kullanılacak seyrek biçim sürümü ayarlanır (--sparse uygular)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "GNU eski tarz arttırımlı yedekleme tanınır"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "GNU yeni tarz arttırımlı yedekleme tanınır"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "dosyalar okunamadığında sıfırdan farklı bir değerle çıkılmaz"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"her dosyanın arşivdeki sadece SAYI'ıncı kopyası işlenir; bu seçenek sadece --"
-"delete, --diff, --extract veya --list alt komutlarından biri ile geçerlidir "
-"ve dosyaların listelenmesi sırasında ya komut satırından ya da -T seçeneği "
-"üzerinden belirtilir. SAYI öntanımlı olaral 1'dir."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "arşiv arama yapılabilen türde"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "arşiv arama yapılabilen türde"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr ""
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Üsteyazma denetimi:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "yazdıktan sonra arşivi doğrulamaya çalışır"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "arşive eklendikten sonra dosyalar silinir"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "çıkarılırken mevcut dosyalar değiştirilmez"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "arşivdeki kopyalaraından daha yeni dosyalar değiştirilmez"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "çıkarılırken mevcut dosyaların üzerine yazılır"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "çıkarılmadan önce mevcut dosya silinir"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "dizin çıkarılmadan önce alt dizinleri silinir"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "mevcut dizinlerin öznitelikleri korunur"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"çıkarılırken mevcut dizinlerin metaverisinin üzerine yazılır (öntanımlı)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Çıktı akımını seçiniz:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "dosyalar standart çıktıya çıkarılır"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "KOMUT"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "çıkarılan dosyaları başka bir uygulamaya borular"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "altsüreçlerin çıkış kodları yoksayılır"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "altsüreçlerin çıkış kodları sıfırdan farklıysa hata olarak ele alınır"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Dosya özniteliklerinin elde edilmesi:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "İSİM eklenen dosyaların sahibi yapılır"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "İSİM eklenen dosyaların grubu yapılır"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DOSYA-TARİHİ"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "DOSYA-TARİHİnde eklenen dosyalar için mtime ayarlanır"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "KİP"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "KİP eklenen dosyaların (sembolik) kipi yapılır"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "YÖNTEM"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"dökümlenen dosyalarda erişim zamanları korunur; ya okuma sonrası eski "
-"değerine getirerek (YÖNTEM='replace' öntanımlıdır) ya da ilk yerindeki "
-"zamanı değiştirmeyerek (YÖNTEM='system')."
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "dosya değişiklik zamanı çıkarılmaz"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "sahibi aynı olan dosyalar çıkarılmaya çalışılır"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "dosyalar sizin sahipliğinizde çıkarılır"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "kullanıcı/grup isimleri yerine daima numaraları kullanılır"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"dosya izinleri ile ilgili bilgileri çıkarır (root kullanıcısı için öntanımlı)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"arşivden çıkarılırken izinlere kullanıcıların umask'ı uygulanır (sıradan "
-"kullanıcılar için öntanımlı)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "isimler arşivdeki sırasına göre çıkarılır"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "-p ve -s birlikte verilmiş gibi olur"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"herşey çıkarılana kadar çıkarılan dizinlerin izinleri ve değişiklik "
-"zamanlarının değiştirilmesi geciktirilir"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "--delay-directory-restore seçeneğinin etkisi iptal edilir."
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Aygıt seçimi ve aygıt değiştirme:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARŞİV"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "arşiv dosyası ya da ARŞİV aygıtı kullanılır"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "bir iki nokta üstüste içerse bile arşiv dosyası yereldir"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "rmt yerine rmt KOMUT kullanılır"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "rsh yerine uzak uçta KOMUT kullanılır"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "sürücü ve yoğunluk belirtilir"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "çok bölümlü arşivi oluşturur/listeler/çıkarır"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "SAYI x 1024 bayt yazıldıktan sonra band değiştirilir"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "her bandın sonunda betiği çalıştırır (-M uygular)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "DOSYAda bölüm numarası kullanılır/güncellenir"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Aygıtın blok düzeni:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOK"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "kayıt başına BLOK x 512 bayt"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "512'nin katları olarak kayıt başına BOYUT bayt"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "arşivdeki sıfırlı bloklar yoksayılır (dosyasonu anlamında)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "okunmuş olarak yeniden bloklanır (4.2 BSD boruları için)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Arşiv biçimi seçimi:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "BİÇİM"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "belirtilen biçimin arşivi oluşturulur."
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "BİÇİM şunlardan biri olabilir:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "eski V7 tar biçimi"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "tar <= 1.12 için GNU biçimi"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x biçimi"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) biçimi"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) biçimi"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "pax ile aynı"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr " --format=v7 ile aynı"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "--format=posix ile aynı"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "isim[[:]=değer][,isim[[:]=değer]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "pax anahtar sözcüklerini denetler"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "METİN"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"arşivi METİN bölüm ismiyle oluşturur; listeleme/çıkarma sırasında METİN, "
-"bölüm ismini genelleme kalıbı olarak kullanılır"
-
-#: src/tar.c:614
-#, fuzzy
-msgid "Compression options:"
-msgstr "Sıkıştırma seçenekleri çelişiyor"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr ""
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "UYG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "arşivi UYG üzerinden geçirir (UYG -d kabul etmeli)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Yerel dosya seçimi:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"belirtilen DOSYA arşive eklenir (isim bir tire ile başlıyorsa kullanışlıdır)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DİZİN"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "DİZİN dizinine geçilir"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "çıkarılacak ya da oluşturulacak isimler DOSYAdan alınır"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T boş karakter sonlandırmalı isimleri okur, -C iptal edilir"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr ""
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "-T ile okunan dosyaisimlerine tırnak ayıklama uygulanır"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "-T ile okunan dosyaisimlerine tırnak ayıklama uygulanmaz"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "ŞABLON"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "belirtilen ŞABLONa uyan dosyalar hariç tutulur"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "DOSYAdaki şablonlara uyan isimler hariç tutulur"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "yafta dosyası hariç, CACHEDIR.TAG içeren dizinler dışlanır"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "CACHEDIR.TAG içeren dizinlerin altındaki herşey hariç tutulur"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "CACHEDIR.TAG içeren dizinler hariç tutulur"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"DOSYA'nın kendisi hariç, DOSYA içeren dizinlerin içerikleri hariç tutulur"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "DOSYA içeren dizinlerin altındaki herşey hariç tutulur"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "DOSYA içeren dizinler hariç tutulur"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr ""
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "dizinlerde özdevinimli olarak azalan sıralamadan kaçınılır"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "arşiv oluşturulurken yerel dosya sisteminde kalınır"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "dizinlerin alt dizinlerine inilir (öntanımlı)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "dosya isimlerinin başındaki `/'lar ayrılmaz"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr ""
-"sembolik bağlar izlenir; hedeflerindeki dosyalar arşivlenir ve dökümlenir"
-
-#: src/tar.c:687
-#, fuzzy
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr ""
-"sembolik bağlar izlenir; hedeflerindeki dosyalar arşivlenir ve dökümlenir"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "ÜYE-İSMİ"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "arşivin ÜYE-İSMİ üyesinden başlanır"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "sadece DOSYA-TARİHİnden daha yeni dosyalar saklanır"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "TARİH"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "sadece veri değişecekse tarih ve saat karşılaştırılır"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "DENETİM"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "kaldırılmadan önce DENETİM sürümü seçilerek yedeklenir"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "DİZGE"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"kaldırmadan önce uygun sonekle yedekleme yapılır (SIMPLE_BACKUP_SUFFIX ortam "
-"değişkeni ile belirlenmemişse sonek olarak '~' kullanılır"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Dosya ismi dönüşümleri:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "çıkarılırken dosya isimlerinden baştaki SAYI bileşen ayrılır"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "İFADE"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "dosya isimleri dönüştürülürken sed değiştirme İFADEsi kullanılır"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Dosya ismi eşleştirme seçenekleri\n"
-"(içerme ve dışlama kalıplarının her ikisi de etkili):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "harf büyüklükleri önemsenmez"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "dosya isminin başlangıcına uyan kalıplar"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "bir /'dan sonra şablonla eşleşen kalıplar (dışlama için öntanımlı)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "harf büyüklüklerine duyarlı eşleşme (öntanımlı)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "genelleme kalıpları kullanılır (dışlama için öntanımlı)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "birebir dizge eşleme"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "'/' ile eşleşmeyen genelleme kalıpları"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "'/' ile eşleşen genelleme kalıpları (dışlama için öntanımlı)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Bilgilendirme çıktısı:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "işlenen dosyalar ayrıntılı listelenir"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "Üsteyazma denetimi:"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "her SAYIncı kayıtta gelişim iletisi gösterilir (öntanımlı: 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr ""
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr ""
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "tüm bağlar dökümlenmezse bir ileti basılır"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SiNYAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"arşivi işledikten sonra bayt toplamını basar; bir - argümanla SiNYAL "
-"alındığında bayt toplamını basar; İzin verilen sinyaller: SIGHUP, SIGQUIT, "
-"SIGINT, SIGUSR1 ve SIGUSR2; SIG ile başlamayanları da kabul edilir"
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "dosya değişiklik zamanları UTC'ye göre basılır"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "ayrıntılı çıktı DOSYAya gönderilir"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "her iletide arşiv içindeki blok sayısı gösterilir"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "her eylemden önce doğrulama istenir"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "tar öntanımlıları gösterilir"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"listeleme ya da çıkarma sırasında arama koşuluna uymayan dizinler listelenir"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "dönüşümden sonra dosya ve arşiv isimlerini gösterir"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "ŞEKİL"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "sarmalama şeklinin ismi; geçerli ŞEKİL değerleri için aşağıya bakınız"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "DİZGEdeki sarmalama karakterlerine ek olarak"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "DİZGEdeki karakterler için sarmalamayı iptal eder"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Uyumluluk seçenekleri:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "oluştururken --old-archive ile, çıkarırken --no-same-owner ile aynı"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Diğer seçenekler:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "bozuculuk olasılığı olan bazı seçeneklerin kullanımı iptal edilir"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "`-Acdtrux' seçenekleri birden fazla belirtilemez"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Sıkıştırma seçenekleri çelişiyor"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Bilinmeyen  sinyal ismi: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Tarih örnekleri dosyası bulunamadı"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Bilinmeyen tarih biçemi %2$s yerine %1$s kullanılıyor"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Seçenek %s: `%s' tarihi %s olarak ele alınıyor"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: dosya listesi zaten okundu"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: okunan dosya ismi boş karakter içeriyor"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "arşivi gzip üzerinden geçirir"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "--quoting-style seçeneği için geçerli değerler:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*Bu* tar için öntanımlılar:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Bloklama çarpanı geçersiz"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Kayıt ortamının uzunluğu geçersiz"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "Arttırımlı dosya biçimi hatalı"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Birden fazla eşik tarihi"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Seyrek sürüm değeri geçersiz"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' seçeneği bu platformda desteklenmiyor"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint değeri bir tamsayı değil"
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s: geçersiz grup"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Seçenekte verilen kip geçersiz"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Sayı geçersiz"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Sahip geçersiz"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Kayıt uzunluğu geçersiz"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Kayıt uzunluğu %d nin katları olmalı"
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Elemen sayısı geçersiz"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Sadece tek bir --to-command seçeneği kullanılabilir"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Hatalı yoğunluk argümanı: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Bilinmeyen yoğunluk: '%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "`-[0-7][lmh]' seçeneği *bu* tar ile desteklenmiyor"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[DOSYA]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Eski seçenek `%c' bir argümanla kullanılır."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence bir dosya listesi olmaksızın anlamlı değil"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence istenen işlem kipinde kullanılamaz"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Çok sayıda arşiv dosyası `-M' seçeneği gerektirir"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "--listed-incremental ile --newer birlikte kullanılamaz"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--occurrence bir dosya listesi olmaksızın anlamlı değil"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Bölüm etiketi çok uzun (sınır: %lu bayt)"
-msgstr[1] "%s: Bölüm etiketi çok uzun (sınır: %lu bayt)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Çok sayıda bölüm içeren arşivler doğrulanamaz"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Sıkıştırılmış arşivler doğrulanamaz"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Çok sayıda bölüm içeren sıkıştırılmış arşivler kullanılamıyor"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Sıkıştırılmış arşivler birleştirilemez"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option sadece POSIX arşivlerinde kullanılabilir"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr ""
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Bir boş arşivin oluşturulması ister istemez reddediliyor"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "`-Aru' seçenekleri `-f -' ile uyumsuz"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "`-Acdtrux' seçeneklerinden biri belirtilmeli"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr ""
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Dosya %s baytta kırpılmış"
-msgstr[1] "%s: Dosya %s baytta kırpılmış"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "%s anahtar sözcüğü ya bilinmiyor ya da henüz gerçeklenmemiş"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "Numara izin verilen aralığın dışında: %s"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "%s şablonu kullanılamıyor"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "%s anahtar sözcüğü çakıştırılamaz"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Ek başlık bozuk: uzunluk eksik"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Ek başlık uzunluğu izin verilen aralığın dışında"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Ek başlık uzunluğu %*s aralık dışında"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Ek başlık bozuk: uzunluktan sonra boşluk yok"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Ek başlık bozuk: eşit işareti eksik"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Ek başlık bozuk: satırsonu eksik"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Bilinmeyen ek başlık anahtar sözcüğü `%s' yoksayılıyor"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Üretilen isim/değer çifti çok uzun (isim=%s, uzunluk=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Ek başlık %s=%s, %s..%s aralığının dışında"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Ek başlık bozuk: %s=%s geçersiz"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Ek başlık bozuk: %s=%s aşırıya kaçmış"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "Ek başlık bozuk: %s geçersiz: umulmadık %c ayracı"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Ek başlık bozuk: %s geçersiz: değerler tek sayıda"
-
-#: src/checkpoint.c:107
-#, fuzzy, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: geçersiz grup"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr ""
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr ""
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Yazma sınama yeri %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Okuma sınaması yeri %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile, GNU paxutils deneme araçları için veri dosyalarını işleme sokar.\n"
-"SEÇENEKLER:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Dosya oluşturma seçenekleri:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "BOYUT"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Dosya belirtilen BOYUTta oluşturulur"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Dosyalar standart çıktı yerine İSİM dosyasına yazılır"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Dosya isimleri DOSYAdan okunur"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T boş karakter sonlandırmalı isimleri okur"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Dosyayı belirtilen ŞABLON ile doldurur. ŞABLON 'default' veya 'zeros' "
-"olabilir"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Seyrek dosyalar için blok boyu"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Seyrek dosya üretilir. Komut satırının kalanı dosya eşlemini verir."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "KONUM"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Veriyi yazmadan önce belirtilen konuma gider"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Dosya istatistikleri seçenekleri:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr ""
-"Belirtilen her dosya için stat yapısının içeriğini basar. Öntanımlı BİÇİM: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "İcra eşzamanlama seçenekleri:"
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [SEÇENEK...]"
-
-#: tests/genfile.c:164
-#, fuzzy
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Belirtilen KOMUT çalıştırılır. --checkpoint ile ve --cut, --append, --touch "
-"seçeneklerinden biri ile birlikte kullanışlıdır"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "Sınama SAYIsı aşıldığında belirtilen eylem uygulanır (aşağıya bakınız)"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Sonraki --touch seçeneği için tarih ayarlanır"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "İcra edilen sınamalar ve KOMUTun çıkış durumu gösterilir"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Çalıştırma eylemlerini eşzamanlar. Bunlar --checkpoint seçeneği ile "
-"belirtilen sayı aşıldığında çalıştırılırlar."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"DOSYA --length seçeneği ile belirtilen boyutta kırpılır (belirtilmemişse 0)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"DOSYAya BOYUT bayt eklenir. BOYUT evvelce --length seçeneği ile belirtilir."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "DOSYAnın değişiklik ve erişim zamanları güncellenir"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "KOMUT çalıştırılır"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Geçersiz boyut: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Numara izin verilen aralığın dışında: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Negatif boyut: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) başarısız"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr ""
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr ""
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Sayı çözümlenirken `%s' civarında hata"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Bilinmeyen tarih biçimi"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGÜMANLAR...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "`%s' açılamıyor"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "konumlanamıyor"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "dosya ismi boş karakter içeriyor"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"seyrek dosyalar standart çıktıda üretilemez, --file seçeneğini kullanın"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "kalıp yanlış (`%s' yakınında)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Bilinmeyen alan `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "zaman `%s' olarak ayarlanamaz"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "`%s' açılamıyor"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Komut başarıyla sonlandı\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Komut %d çıkış durumu ile başarısız oldu\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Komut %d sinyali ile sonlandırıldı\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Komut %d sinyali ile durduruldu\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Komut bellek dökümü verdi\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Komut sonlandı\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat seçeneği dosya isimleri gerektirir"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "Çalışılan dizin kaydedilemez"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "%s ismi %s olarak değiştirilemez"
-
-#~ msgid "suppress this warning."
-#~ msgstr "ya da bu uyarıyı engellemek için --no-wildcards kullanın."
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s: kuraldışı seçenek -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "%s okunuyor\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Yazılım hatalarını <%s> adresine,\n"
-#~ "çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "arşivi bzip2 üzerinden geçirir"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "arşivi gzip üzerinden geçirir"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "arşivi compress üzerinden geçirir"
-
-#, fuzzy
-#~ msgid "filter the archive through lzma"
-#~ msgstr "arşivi gzip üzerinden geçirir"
-
-#, fuzzy
-#~ msgid "filter the archive through lzop"
-#~ msgstr "arşivi gzip üzerinden geçirir"
-
-#~ msgid "Input string too long"
-#~ msgstr "Girdi dizgesi çok uzun"
-
-#~ msgid "Number syntax error"
-#~ msgstr "Sayısal sözdizimi hatası"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd: Tampon alanı ayrılamıyor\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "Tampon alanı ayrılamıyor"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "Daha fazla bilgi için `%s --help' yazın.\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "Kullanımı: %s [SEÇENEK]\n"
-#~ "Bir teybi uzak bağlantı üzerinden komut kabul ederek çalıştırır.\n"
-#~ "\n"
-#~ "  --version   Sürümü basar.\n"
-#~ "  --help      Bu iletiyi basar.\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "Arama başlangıcı hatası"
-
-#~ msgid "Premature end of file"
-#~ msgstr "Dosya sonu belirsiz"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "Hata kurtarılabilir değil: şimdilik çıkılıyor"
-
-#~ msgid "block size"
-#~ msgstr "blok uzunluğu"
-
-#~ msgid "[.]NUMBER"
-#~ msgstr "[.]SAYI"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr ""
-#~ "Uyarı: -I seçeneği desteklenmiyor; -j ya da -T mi yazacaktınız yoksa?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "Hata çıkışı önceki hatalardan dolayı gecikti"
diff --git a/po/uk.gmo b/po/uk.gmo
deleted file mode 100644 (file)
index 68126bb..0000000
Binary files a/po/uk.gmo and /dev/null differ
diff --git a/po/uk.po b/po/uk.po
deleted file mode 100644 (file)
index 389e03f..0000000
--- a/po/uk.po
+++ /dev/null
@@ -1,2763 +0,0 @@
-# Ukrainian messages for GNU tar
-# This file is distributed under the same license as the tar package.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# Sergey Poznyakoff <gray@gnu.org>, 2005, 2006, 2007, 2008, 2009, 2010.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-13 12:20+0300\n"
-"Last-Translator: Sergey Poznyakoff <gray@gnu.org>\n"
-"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
-"Language: uk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "неправильний аргумент %s для %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "неоднозначний аргумент %s для %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Дозволені аргументи такі:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: значення %s є менше ніж або дорівнює %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: параметр ARGP_HELP_FMT вимагає значення"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: параметр ARGP_HELP_FMT має бути додатнім"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Невідомий параметр ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Хибні дані в ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Аргументи, обов'язкові для довгих ключів, є обов'язковими й для коротких."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Використання:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " чи: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [ОПЦІЯ...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr ""
-"Спробуйте `%s --help' або `%s --usage' для отримання докладнішого опису.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Про помилки звітуйте на <%s>.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Невідома системна помилка"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "вивести цю довідку"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "вивести коротке повідомлення про використання"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "НАЗВА"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "встановити назву програми"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "СЕКУНДИ"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "зачекати вказану кількість секунд (типово 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "вивести версію програми"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(ПОМИЛКА ПРОГРАМУВАННЯ) Невідома версія!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Забагато аргументів\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(ПОМИЛКА ПРОГРАМУВАННЯ) Опція мала бути розпізнана!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "помилка запису"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: опція '%s' неоднозначна\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: опція '--%s' не може мати аргументу\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: опція '%c%s' не може мати аргументу\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: опція '--%s' вимагає аргументу\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: невідома опція '--%s'\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: невідома опція '%c%s'\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: недійсна опція -- '%c'\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: опція вимагає аргументу -- '%c'\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: опція '-W %s' неоднозначна\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: опція '-W %s' не може мати аргументу\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: опція '-W %s' вимагає аргументу\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "пам'ять вичерпана"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "не вдається змінити поточний каталог"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "не вдається зберегти поточний каталог"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yYтТ]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nNнН]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Пакував %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Пакував %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Ліцензія GPLv3+: GNU GPL версії 3 або пізнішої <http://gnu.org/licenses/gpl."
-"html>\n"
-"Це є вільне програмне забезпечення: ви можете змінювати та розповсюджувати "
-"його.\n"
-"Немає ЖОДНИХ ГАРАНТІЙ, в межах дозволених правом.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Автор: %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Автори: %s та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Автори: %s, %s та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"%s, та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"%s, %s та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"%s, %s, %s та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"%s, %s, %s, %s та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"%s, %s, %s, %s,\n"
-"%s та %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Автори: %s, %s, %s\n"
-"%s, %s, %s, %s,\n"
-"%s, %s та інші.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Про помилки звітуйте на %s\n"
-"Про помилки у перекладі звітуйте за адресою <translation-team-uk@lists."
-"sourceforge.net>\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Про помилки у програмі %s звітуйте на %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "домашня сторінка %s: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "домашня сторінка %s: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Загальна допомога щодо використання ПЗ GNU: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Помилка у функції %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Попередження: Помилка у функції %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Не вдається змінити права доступу на %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Не вдається змінити власника на uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Не вдається створити жорстке посилання на %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Помилка в позиції %s, під час читання %lu байту"
-msgstr[1] "%s: Помилка в позиції %s, під час читання %lu байтів"
-msgstr[2] "%s: Помилка в позиції %s, під час читання %lu байтів"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Попередження: Помилка в позиції %s, під час читання %lu байту"
-msgstr[1] "%s: Попередження: Помилка в позиції %s, під час читання %lu байтів"
-msgstr[2] "%s: Попередження: Помилка в позиції %s, під час читання %lu байтів"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Не вдається виконати lseek до %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Попередження: Не вдається виконати lseek до %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Не вдається створити символічне посилання на %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Вдалося записати тільки %lu з %lu байта"
-msgstr[1] "%s: Вдалося записати тільки %lu з %lu байтів"
-msgstr[2] "%s: Вдалося записати тільки %lu з %lu байтів"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Видалення початкового префіксу `%s' з назв файлів"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Видалення початкового префіксу `%s' з назви цілі жорсткого посилання"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Підстановка `.' замість пустої назви файлу"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Підстановка `.' замість пустої назви цілі жорсткого посилання"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: сервіс відсутній"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "stdin"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "stdout"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Не вдалося під'єднатись до %s: неможливо встановити адресу хоста"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Не вдалося запустити віддалену оболонку"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Напрямок зміщення за межами діапазону"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Помилковий напрям пошуку"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Помилковий зсув у файлі"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Зміщення за межами діапазону"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Помилкова кількість байтів"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Кількість байтів за межами діапазону"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Передчасне закінчення файла"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Недійсний код операції"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Операція не підтримується"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Неочікувані аргументи"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Керує стрічковим пристроєм, отримуючи команди від віддаленого процесу"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "ЧИСЛО"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "встановити рівень налагоджування"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "ФАЙЛ"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "встановити назву файлу для виходу налагоджування"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "не вдається відкрити %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "забагато аргументів"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Хибна команда"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Це не схоже на архів tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Записано загалом"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Прочитано байтів загалом"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Видалено загалом: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(канал)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Недійсне значення record_size"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Не вказано назви архіву"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Неможливо перевіряти архів, записаний до stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Архів стиснений. Використовуйте опцію %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Не можна оновлювати стиснені архіви"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "На початку стрічки, закінчуємо"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Надто багато помилок, виконання перервано"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Розмір запису = %lu блок"
-msgstr[1] "Розмір запису = %lu блоки"
-msgstr[2] "Розмір запису = %lu блоків"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Невірне вирівнювання блоку (%lu байт) в архіві"
-msgstr[1] "Невірне вирівнювання блоку (%lu байти) в архіві"
-msgstr[2] "Невірне вирівнювання блоку (%lu байтів) в архіві"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Не вдалося переміститись назад у архіві; можливо архів не можна прочитати "
-"без опції -i"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek не зупинився на межі запису"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: містить невірний номер тому"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Переповнення номера тому"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Підготуйте том #%d архіву %s ї натиснить return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Кінець файлу, замість очікуваної відповіді"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "ПОПЕРЕДЖЕННЯ: Незавершений архів"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n назва   Вказати назву файла для наступного і подальших томів\n"
-" q          Перервати роботу\n"
-" у або новий рядок  Продовжувати\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !          Викликати оболонку\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?          Вивести цю довідку\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Новий том відсутній. Завершення.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Не вказано назви файлу. Спробуйте ще раз.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Недійсні вхідні дані. Наберіть ? щоб отримати підказку.\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "збій виконання `%s'"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr ""
-"%s можливо продовжується у цьому томі: заголовок містить обрізану назву"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s не продовжується у цьому томі"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s є неправильним розміром (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Цей том є за межами послідовності (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Назви тому відсутня в архіві. Не можна порівняти з %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Етикетка тому %s не співпадає з %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: назва файлу надто довга щоб зберегти її у заголовку тому GNU; назву "
-"обрізано"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "запис не закінчився на межі блоку"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Вдалося прочитати тільки %lu з %lu байта"
-msgstr[1] "Вдалося прочитати тільки %lu з %lu байтів"
-msgstr[2] "Вдалося прочитати тільки %lu з %lu байтів"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Різниця у змісті"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Неочікуваний кінець файла в архіві"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Різниця у типі файлу"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Різниця у правах доступу"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Різниця у значенні UID"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Різниця у значенні GID"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Різниця у часі модифікації"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Різниця у розмірі"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Не є посиланням до %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Різниця у символічному посиланні"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Різниця у номері пристрою"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Перевірка "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s: Невідомий тип файлу `%c', перевірюється як звичайний файл"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Архів містить назви файлів без попереджуючих префіксів."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Перевірка може не знайти первинних файлів."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "ПОМИЛКА ПЕРЕВІРКИ: знайдено %d невірний заголовок"
-msgstr[1] "ПОМИЛКА ПЕРЕВІРКИ: знайдено %d невірних заголовки"
-msgstr[2] "ПОМИЛКА ПЕРЕВІРКИ: знайдено %d невірних заголовків"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Самотній блок нулів, зсув %s"
-
-# Не подобається мені це "кешування"...
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: містить мітку каталогу кешування `%s'; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "Значення %s поза межами діапазону типа %s %s..%s; заміна на %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "значення %s за межами діапазону типа %s %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Створення від'ємних вісімкових заголовків"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: назва файлу занадто довга (макс. %d); не архівується"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: назва файлу занадто довга (не вдається розділити); не архівується"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: назва посилання занадто довга; не архівується"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Файл скоротився на %s байт; заповнення нулями"
-msgstr[1] "%s: Файл скоротився на %s байти; заповнення нулями"
-msgstr[2] "%s: Файл скоротився на %s байтів; заповнення нулями"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: файл знаходиться в іншої файлової системі; не архівується"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "вміст не архівується"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Невідомий тип файла; Файл проігноровано"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Відсутні деякі посилання до %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: файл не змінено; не архівується"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: файл є архівом; не архівується"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "каталог не архівується"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: файл змінився під час читання"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: гніздо ігнорується"
-
-# FIXME: door?
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: двері ігноруються"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Перехід до наступного заголовка"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Видалення не-заголовка з архіву"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: неймовірно стара дата %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: мітка часу %s зсунута на %s сек. до майбутнього"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Неочікувана суперечність під час створення каталогу"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Каталог перейменовано перед тим, як tar встиг витягнути його стан"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Витягування безперервних файлів у звичайні"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Спроба перетворити символічні посилання на жорсткі"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Не вдається витягнути -- файл починається в іншому томі"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Неочікуваний кінець файла у заголовку довгої назви"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Невідомий тип файлу `%c', спроба витягнути його як звичайний файл"
-
-# FIXME: або сучасний?
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "Існуючий файл `%s' є новіший"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Не вдалося створити резервну копію цього файла"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Не вдається перейменувати %s на %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Каталог перейменовано з %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Каталог перейменовано"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Новий каталог"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Невірний час файлу"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Невірна дата модифікації (секунди)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Недійсний час модифікації (наносекунди)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Невірний номер пристрою"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Невірний номер і-вузла"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "З файла-знімка прочитано надто довге поле"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Помилка читання файла-знімка"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Неочікуваний кінець файла-знімка"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Неочікуваний кінець файла-знімка"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Бракує ознаки кінця запису"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Неправильний формат файла знімку"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Такий інкрементний формат не підтримується: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr ""
-"Неправильно сформований dumpdir: очікувалося '%c' натомість знайдено %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Неправильно сформований dumpdir: 'X' вказаний двічі"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Невірний формат dumpdir: пуста назва у `R'"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Невірний формат dumpdir: `T' без попереднього `R'"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Невірний формат dumpdir: пуста назва у `T'"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr ""
-"Невірний формат dumpdir: очікувалося `%c', натомість знайдено кінець файла"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Невірний формат dumpdir: `X' не використаний"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Не вдається створити тимчасовий каталог використовуючи шаблон %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Каталог не очищується: не вдалося виконати stat"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: Каталог знаходиться на іншому пристрої: не очищується"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Стирання %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Не вдається видалити"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Пропускається"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "блок %s: ** Містить нулі **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "блок %s: ** Кінець файлу **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "блок %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Пробіли у заголовку замість очікуваного числового значення типу %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Вісімкове значення %.*s знаходиться поза межами діапазону типу %s; "
-"вважається, що це є двійкове доповнення"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Вісімкове значення %.*s знаходиться поза межами діапазону типу %s"
-
-# FIXME: base=64?
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Архів містить застарілі заголовки з основою 64"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr ""
-"Архів містить знакову строку з основою 64 %s, що є поза допустимими межами "
-"типу %s"
-
-# FIXME: base-256
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Значення з основою 256 поза допустимими межами типу %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Знайдено %.*s замість числового значення типу %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Значення %s поза допустимими межами типу %s %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr "посилання до %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr "невідомий тип файла %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Довге посилання--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Довга назва--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Заголовок тому--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Продовжується з байту %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Створення каталогу:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Не вдається змінити поточний каталог"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Перейменовано %s у %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Не вдається перейменувати на %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Перейменовано %s назад у %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Файл було видалено перед тим як tar встиг його прочитати"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Каталог було видалено перед тим як tar встиг його прочитати"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "процес-нащадок"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "канал між процесами"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Назви файлів містять символи-шаблони"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Користайтеся опцією --wildcards аби увімкнути шаблони, або опцією --no-"
-"wildcards, щоб позбутися цього повідомлення"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Не знайдено в архіві"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Потрібну копію у архіві не знайдено"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Незгідність назви тому"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Використання опції -C у переліку файлів разом з опцією --listed-incremental "
-"не дозволяється"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Разом з --listed-incremental дозволяється лише одна опція -C"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Обидві опції -%s і -%s вимагають доступу до стандартного входу"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Невірний формат архіву"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Формат архіву є несумісним з розширеними властивостями GNU"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Невідомий стиль цитування `%s'. Наберіть `%s --quoting-style=help' аби "
-"отримати перелік стилів."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU `tar' записує будь-яку кількість файлів в архів на стрічці або диску а "
-"також може витягувати окремі файли з архіву.\n"
-"\n"
-"Приклади:\n"
-"  tar -cf archive.tar foo bar  # Створює archive.tar з файлів foo та bar.\n"
-"  tar -tvf archive.tar         # Виводить докладну інформацію про зміст\n"
-"                               # archive.tar\n"
-"  tar -xf archive.tar          # Витягує усі файли з archive.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Типовим суфіксом резервних копій є `~', його можна змінити за допомогою\n"
-"опції --suffix або змінної середовища SIMPLE_BACKUP_SUFFIX.\n"
-"               \n"
-"Створення резервних копій вмикається через опцію --backup або змінну "
-"середовища VERSION_CONTROL. Можливі значення:\n"
-"\n"
-"  t, numbered     створювати резервні копії з номерами\n"
-"  nil, existing   створювати нумеровані копії, якщо такі вже існують,\n"
-"                  інакше - прості\n"
-"  never, simple   завжди створювати прості резервні копії\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Режими роботи:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "вивести вміст архіву"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "витягнути файли з архіву"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "створити новий архів"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "порівняти файли в архіві з файлами у файлової системі"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "долучити файли до існуючого архіву"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "долучати тільки такі файли, що є новішими за їх копії в архіві"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "долучити архів до архіву"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "видалити файли з архіву (не на стрічці!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "перевірити мітку тому та вийти"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Модифікатори режиму роботи:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "заощаджувати простір під час зберігання розсіяних файлів"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "ГОЛОВНИЙ[.ДРУГОРЯДНИЙ]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "встановлює версію формату розсіяних файлів (вмикає --sparse)"
-
-# FIXME: incremental
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "обробка старого формату інкрементного архіву GNU"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "обробка нового формату інкрементного архіву GNU"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "рівень архівної копії для створення інкрементного архіву"
-
-# FIXME: хммм...
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "ігнорувати помилки читання файлів"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"обробляти тільки вказане входження кожного файла в архіві. Ця опція є "
-"дійсною тільки разом з однією з опцій --delete, --diff, --extract, --list і "
-"з переліком файлів (у командному рядку або за допомогою опції -T). Типове "
-"ЧИСЛО: 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "архів підтримує операцію seek"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "архів не підтримує операцію seek"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "не перевіряти номери пристрою під час створювання інкрементних архівів"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr ""
-"перевіряти номери пристрою під час створювання інкрементних архівів (типово)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Керування перезаписом:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "перевірити архів після запису в нього"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "видаляти файли після додавання до архіву"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "не заміняти існуючи файли під час витягування"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "не заміняти існуючи файли що є новішими за їх копії у архіві"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "перезаписувати існуючі файли під час витягування"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "видаляти кожний файл перед витягуванням його копії"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "спорожняти старий каталог перед витягуванням його копії з архіву"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "зберігати мета-дані існуючих каталогів"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"перезаписувати метадані існуючих каталогів під час витягування (типово)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Вибір вихідного потоку:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "витягувати файли у стандартний вивід"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "КОМАНДА"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "передавати витягнуті файли до стандартного вводу іншої програми"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "ігнорувати коди завершення процесів-нащадків"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "вважати ненульовий код завершення нащадка помилкою"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Обробка атрибутів файлу:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "встановлення вказаного користувача власником доданих файлів"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "встановлення групи з вказаною назвою групою власника доданих файлів"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "ДАТА-АБО-ФАЙЛ"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "встановлення часу останньої зміни доданих файлів"
-
-# Ну, і чому це CHANGES??
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "ПРАВА"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "встановлення вказаних символічно прав доступу для доданих файлів"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "МЕТОД"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"відтворювати час доступу до доданих файлів через відновлювання часу після "
-"читання (типово, МЕТОД='replace'), або через запобігання оновленню часу "
-"(МЕТОД='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "не витягувати час модифікації файлів"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"встановлювати власників файлів за даними з архіву (типово для супер-"
-"користувача)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "стати власником витягнутих файлів (типово для звичайного користувача)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "завжди використовувати числа замість назв власника/групи"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"встановлювати права доступу згідно з даними архіву (типово для супер-"
-"користувача)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"встановлювати права доступу згідно зі значенням umask (типово для звичайного "
-"користувача)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "витягувати файли у порядку їх з'явлення в архіві"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "те ж, що -p -s разом"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"затримати встановлення часу модифікації та прав доступу до каталогів до "
-"кінця витягування"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "відмінити дії опції --delay-directory-restore"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Вибір та зміна пристрою:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "АРХІВ"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "використовувати вказаний файл або пристрій"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "файл архіву є локальним, навіть якщо його назва містить двокрапку"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "використовувати вказану команду замість rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "використовувати вказану команду замість rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "визначає пристрой та густину"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "створити, виводити зміст або витягувати файли з багатотомного архіву"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "змінити стрічку після запису ЧИСЛА x 1024 байтів"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "запускати сценарій наприкінці кожної стрічки (вмикає -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "використовувати/обновляти номер тому у ФАЙЛІ"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Блокування пристрою:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "ЧИСЛО-БЛОКІВ"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "розмір запису ЧИСЛО-БЛОКІВ x 512 байтів"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "встановити розмір запису у блоках по 512 байтів"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "ігнорувати нульові блоки в архіві (звичайно вказують кінець файлу)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "розбивати на блоки під час читання (для каналів 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Вибір формату архіву:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "ФОРМАТ"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "створити архів у вказаному форматі"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "ФОРМАТ будь-який з наступних:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "старий формат V7"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "формат GNU, сумісний з версією tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "формат GNU, сумісний з версією tar 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "формат POSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "формат POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "те ж, що і pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "те ж, що і --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "те ж, що і --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "ключове_слово[[:]=значення][,ключове_слово[[:]=значення], ...]\""
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "керування ключовими словами pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "ТЕКСТ"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"створити архів з назвою тому \"ТЕКСТ\". Під час виводу змісту або "
-"витягування, використовувати ТЕКСТ як шаблон пошуку тому"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Опції стиснення:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "вибирати програму стиснення за суфіксом архіву"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "не використовувати суфікс для вибору програми стиснення"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "ПРОГРАМА"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "використовувати ПРОГРАМУ для стиснення/розтискання архіву"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Вибір файлів:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "долучити ФАЙЛ до архіву (корисне, якщо його назва починається з -)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "КАТАЛОГ"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "перейти до вказаного каталогу"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "читати назви файлів для додання/витягування з вказаного файла"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr ""
-"файл, вказаний з опцією -T, містить назви, відокремлені нульовими символами. "
-"Ця опція вимикає -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "відмінити дію попередньої опції --null"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "усувати цитування з назв файлів прочитаних за допомогою -T (типово)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "не усувати цитування з назв файлів прочитаних за допомогою -T"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "ШАБЛОН"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "не обробляти файли, назви яких відповідають вказаному шаблону"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "виключити назви що відповідають шаблонам, вказаним у файлі"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"не архівувати файли в каталогах, що містять CACHEDIR.TAG, з винятком самого "
-"файлу"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "не архівувати жодні файли в каталогах, що містять CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "не архівувати каталоги, що містять CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr ""
-"не архівувати файли в каталогах, що містять ФАЙЛ, з винятком самого файлу"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "не архівувати жодні файли в каталогах, що містять ФАЙЛ"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "не архівувати каталоги, що містять ФАЙЛ"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "не архівувати каталоги систем керування версіями"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "не архівувати резерві файли та файли блокування"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "не заходити автоматично у каталоги"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "залишатися у локальної файлової системі під час створення архіву"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "рекурсивно проходити каталоги (типово)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "не видаляти початкову косу риску `/' з назв файлів"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "Йти за символьними посиланнями: долучати файли, на яки вони вказують"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "Йти за жорсткими посиланнями: долучати файли, на яки вони вказують"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "НАЗВА-ФАЙЛУ"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "починати обслуговування архіву з вказаного файлу"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "долучати тільки такі файли, що є новіші за вказану дату або файл"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "ДАТА"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "порівнювати тільки дату і час зміни даних"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "РЕЖИМ"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "перед видаленням створювати резервні файли у вказаному режимі"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "РЯДОК"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"перед видаленням створювати резервні файли з указаним суфіксом (типово '~', "
-"якщо не перевизначено змінною середовища SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Перетворювання назв файлів:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "видаляти вказане ЧИСЛО компонентів з початку назв файлів"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "ВИРАЗ"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "перетворювати назви файлів за допомогою вказаного виразу заміни"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Керування порівнюванням назв (впливає на взірці як вилучення, так і "
-"долучення):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "шаблони ігнорують відмінності у регістрі символів"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "порівнювати шаблони з назвами файлів починаючи від початку назви"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr ""
-"порівнювати шаблони з назвами файлів починаючи від будь-якого / (типово)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "шаблони враховують регістр (типово)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "користатися шаблонами (типово для вилучення)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "порівнювати назви буквально"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "шаблони не стосуються до '/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "шаблони стосуються до '/' (типово)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Інформативний вивід:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "виводити докладну інформацію про оброблені файли"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "КЛ.-СЛОВО"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "керування попередженнями"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "виводити контрольне повідомлення кожне ЧИСЛО записів (типово 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ДІЯ"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "виконати вказану дію у контрольному пункті"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "виводити повідомлення якщо до архіву було додано не всі посилання"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "СИГНАЛ"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"друкувати статистику після завершення роботи; якщо вказаний аргумент СИГНАЛ "
-"- друкувати статистику по отриманню цього сигналу; дозволеними сигналами є "
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 і SIGUSR2, а також ці назви без префікса SIG"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "друкувати час модифікації файлів у UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "друкувати час модифікації файлів у повній вирізняльної здатності"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "виводити детальну інформацію у ФАЙЛ"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "попереджувати кожне повідомлення номером блоку в архіві"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "Запитувати підтвердження кожної дії"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "вивести типові налаштування"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"під час виведення змісту або витягування файлів друкувати назви каталогів що "
-"не відповідають критеріям пошуку"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "показувати перетворені назви файлів"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "СТИЛЬ"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "встановити стиль цитування; дозволені стилі див. нижче"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "цитувати також вказані символи"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "вимкнути цитування вказаних символів"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Опції сумісності:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"під час створення архіву, те ж саме, що і --old-archive. Під час "
-"витягування, те ж саме, що --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Інші опції:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "заборонити користування деякими потенційно небезпечними опціями"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr ""
-"Не можна вказувати більш ніж одну з опцій `-Acdtrux' або `--test-label'"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Опції стиснення конфліктують одна з другою"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Невідомий тип файла %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Не знайдено файл-зразок дати"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Використовується %s замість невідомого формату дати %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Опція %s: Дату `%s' сприйнято як %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: перелік файлів уже прочитано"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: прочитана назва файла містить нульовий символ"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "фільтрувати архів через %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Допустимими аргументами опції --quoting-style є:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"Типові налаштування *цієї* копії програми:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Неправильний фактор блокування"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Неправильна довжина стрічки"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Недійсне значення для рівня архівації"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Більш ніж одна гранична дата"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Недійсна версія формату розсіяних файлів"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "опція --atime-preserve='system' не підтримується на цій платформі"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "аргумент --checkpoint мусить бути цілим числом"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Недійсна група"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Невірний формат прав доступу"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Невірне число"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Невірний власник"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Опція --preserve є застарілою, замість неї використовуйте --preserve-"
-"permissions --preserve-order"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Невірний розмір запису"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Розмір запису має ділитися на %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Невірна кількість елементів"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Дозволяється лише одна опція --to-command"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Невірний аргумент вказання густини: `%s'"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Невідома густина: `%c'"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "Опції `-[0-7][lmh]' не підтримуються *цією* версією tar"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[ФАЙЛ]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Стара опція `%c' потребує аргументу"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "вказання --occurrence не має сенсу без вказання переліку файлів"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr ""
-"опцію --occurrence не можна використовувати у зазначеному режимі роботи"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Вказання декількох файлів потребує вказання опції `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Не можна використовувати --listed-incremental разом з --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "Використання --level разом з --listed-incremental не має сенсу"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Мітка тому є надто довга (обмеження в %lu байт)"
-msgstr[1] "%s: Мітка тому є надто довга (обмеження в %lu байти)"
-msgstr[2] "%s: Мітка тому є надто довга (обмеження в %lu байтів)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Не можна перевіряти багатотомні архіви"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Не можна перевіряти стиснені архіви"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Не можна використовувати стиснення багатотомних архівів"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Не можна з'єднувати стиснені архіви"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "Опція --pax-option використовується тільки з архівами у форматі POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Розмір тому не може бути більшим від розміру запису"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "Опція --preserve-order несумісна з --listed-incremental"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Полохливо відмовляюся створювати пустий архів"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Опції `-Aru' несумісні з `-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "Необхідно вказати одну з опцій `-Acdtrux' або `--test-label'"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Невдачне завершення внаслідок попередніх помилок"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Файл скоротився на %s байт"
-msgstr[1] "%s: Файл скоротився на %s байти"
-msgstr[2] "%s: Файл скоротився на %s байтів"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Ключове слово %s не є відоме або ще не реалізоване"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Значення позначки часу поза допустимими межами"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Шаблон %s забороняється уживати"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Не можна перевизначити ключове слово %s"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Невірно сформований розширений заголовок: бракує довжини"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Довжина розширеного заголовку є за межами діапазону"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Довжина розширеного заголовку %*s є за межами діапазону"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr ""
-"Невірно сформований розширений заголовок: відсутній пробіл після довжини"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Невірно сформований розширений заголовок: відсутній знак рівняння"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Невірно сформований розширений заголовок: відсутній знак нового рядка"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Невідоме ключове слово `%s' іґнорується"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Створена пара ключове слово/значення є за довга (ключ=%s, довжина=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr ""
-"Значення розширеного заголовку %s=%s лежить поза допустимими межами типу %s.."
-"%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Невірно сформований розширений заголовок: недійсна змінна %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Невірно сформований розширений заголовок: зайвий %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Невірно сформований розширений заголовок: змінна %s: неочікуваний розділювач "
-"%c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Невірно сформований розширений заголовок %s: непарна кількість значень"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: недійсний ліміт часу"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: незнана дія"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "запис"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "читання"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Контрольна відмітка запису %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Контрольна відмітка читання %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile - програма обробки файлів з набору перевірок пакету GNU paxutils\n"
-"Перелік опцій:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Опції створювання файлів:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "РОЗМІР"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Створити файл заданого розміру"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Писати у вказаний файл, замість стандартного виводу"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Читати назви файлів з вказаного файлу"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr ""
-"файл, вказаний з опцією -T, містить назви, відокремлені нульовими символами"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Взірець заповнення файла: 'default' (типовий) або 'zeros' (заповнення нулями)"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Розмір блока розсіяного файла"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "Створити розсіяний файл. Решта аргументів дає мапу файла."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "ЗСУВ"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Перед записом даних перейти до вказаного зсуву в файлі"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Статистика файлів:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr "Виводити вміст структури stat для кожного файла. Типовий формат: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Синхронне виконання:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "ОПЦІЯ"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Виконати вказану команду. Для використання з опціями --cut, --append, --"
-"touch або --unlink"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr ""
-"Виконати вказану операцію (див. нижче) по досягненню контрольної відмітки"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Встановлює дати для наступної опції --touch"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Друкувати виконані операції і код завершення команди"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Операції синхронного виконання. Виконуються по досягненню контрольної "
-"відмітки, вказаної опцією --checkpoint. "
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Обрізати файл до розміру, вказаного попередньою опцією --length (до 0, якщо "
-"її не було вказано)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr "Додати до файла кількість байтів, вказану попередньою опцією --length."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Поновити час доступу та модифікації файла"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Виконати КОМАНДУ"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Видалити файл"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Невірний розмір: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Число поза допустимими межами: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Від'ємний розмір: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "збій виконання stat(%s)"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "замовлений розмір файлу %lu, справжній -- %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "створений файл не є розсіяним"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Помилка розбору числа біля `%s'"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Невідомий формат дати"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[АРГУМЕНТИ...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "не вдається відкрити `%s'"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "не вдається виконати lseek"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "назва файла містить нульовий символ"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"неможливо створювати розсіяні файли на стандартному виводі; користайтеся "
-"опцією --file"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "недійсна маска (біля `%s')"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Невідоме поле `%s'"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "не вдається встановити час файла `%s'"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "не вдається видалити `%s'"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Команда завершилася успішно\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Команда завершилася з кодом %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Команда завершилася по сигналу %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Команда зупинилася по сигналу %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Команда скинула відбиток пам'яті\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Команда завершилася\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "опція --stat вимагає назв файлів"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Не вдається зберегти поточний каталог"
diff --git a/po/vi.gmo b/po/vi.gmo
deleted file mode 100644 (file)
index 6ac2015..0000000
Binary files a/po/vi.gmo and /dev/null differ
diff --git a/po/vi.po b/po/vi.po
deleted file mode 100644 (file)
index 5c6e8c0..0000000
--- a/po/vi.po
+++ /dev/null
@@ -1,2738 +0,0 @@
-# Vietnamese translation for Tar.
-# Copyright © 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Phan Vinh Thinh <teppi82@gmail.com>, 2005.
-# Clytie Siddall <clytie@riverland.net.au>, 2007-2010.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-10-03 18:13+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
-"Language: vi\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LocFactoryEditor 1.8\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "tham số không thích hợp %s cho %s"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "tham số không rõ ràng %s cho %s"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "Các tham số đúng là:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: giá trị %s nhỏ hơn hay bằng %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: tham số ARGP_HELP_FMT yêu cầu một giá trị"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: tham số ARGP_HELP_FMT phải là số dương"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: Tham số không rõ ARGP_HELP_FMT"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "Có rác trong ARGP_HELP_FMT: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr ""
-"Tham số ủy nhiệm hay tham số không bắt buộc cho các tùy chọn dài cũng đồng "
-"thời là ủy nhiệm hay không bắt buộc cho các tùy chọn ngắn tương ứng."
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "Sử dụng:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  hoặc: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [TÙY CHỌN...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "Hãy thử `%s --help' hoặc `%s --usage' để biết thêm thông tin.\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "Báo cáo lỗi tới %s.\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "Lỗi hệ thống không rõ"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "hiển thị trợ giúp này"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "hiển thị cách sử dụng ngắn gọn"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "TÊN"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "đặt tên chương trình"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "GIÂY"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "treo trong vòng GIÂY giây (mặc định 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "In ra phiên bản chương trình"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(LỖI CHƯƠNG TRÌNH) Không rõ phiên bản !?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s: Quá nhiều đối số\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(LỖI CHƯƠNG TRÌNH) Tùy chọn nên được nhận ra !?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "lỗi ghi"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: tùy chọn « %s » vẫn mơ hồ\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: tùy chọn « --%s » không cho phép đối số\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: tùy chọn « %c%s » không cho phép đối số\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: tùy chọn « --%s » yêu cầu một đối số\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: không nhận ra tuỳ chọn « --%s »\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: không nhận ra tuỳ chọn « %c%s »\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: tùy chọn sai -- « %c »\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: tùy chọn yêu cầu một đối số -- « %c »\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: tùy chọn « -W %s » vẫn mơ hồ\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: tùy chọn « -W %s » không cho phép đối số\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: tùy chọn « -W %s » yêu cầu một đối số\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "cạn bộ nhớ"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "Không thể thu thư mục làm việc hiện thời"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "không trở được về thư mục làm việc đầu tiên"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "`"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "'"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[cCyY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[kKnN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "Đóng gói bởi %s (%s)\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "Đóng gói bởi %s\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"Giấy phép GPL pb3+: Giấy phép Công cộng GNU phiên bản 3 và sau:\n"
-"<http://gnu.org/licenses/gpl.html>\n"
-"Đây là phần mềm tự do : bạn có quyền thay đổi và phát hành lại nó.\n"
-"KHÔNG CÓ BẢO HÀNH GÌ CẢ, với điều kiện được pháp luật cho phép.\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "Tác giả: %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "Tác giả: %s và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "Tác giả: %s, %s và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Tác giả: %s, %s, %s\n"
-"và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Tác giả: %s, %s, %s,\n"
-"%s và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"Tác giả: %s, %s, %s,\n"
-"%s, %s và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"Tác giả: %s, %s, %s,\n"
-"%s, %s, %s và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"Tác giả: %s, %s, %s,\n"
-"%s, %s, %s, %s\n"
-"và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"Tác giả: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s và %s.\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"Tác giả: %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s và các người khác.\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"Báo cáo lỗi nào cho: %s\n"
-"Báo cáo lỗi dịch nào cho Clytie: <clytie@riverland.net.au>\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "Báo cáo lỗi %s nào cho: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "Trang chủ %s: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "Trang chủ %s : <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr ""
-"Trợ giúp chung về cách sử dụng phần mềm GNU : <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s: Không thể %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s: Cảnh báo: Không thể %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s: Không thay đổi được chế độ thành %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s: Không thay đổi được quyền sở hữu thành uid %lu, gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s: Không tạo được liên kết cứng tới %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Lỗi đọc tại byte %s, trong khi đọc %lu byte"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s: Cảnh báo: Lỗi đọc tại byte %s, trong khi đọc %lu byte"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s: Không thể tìm tới %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s: Cảnh báo: Không thể tìm tới %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s: Không tạo được liên kết mềm tới %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%s: Chỉ ghi nhớ %lu từ %lu byte"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "Xóa bỏ phần dẫn đầu `%s' từ tên của các thành viên"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "Xóa bỏ phần dẫn đầu `%s' từ đích đến của các liên kết cứng"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "Đang thay thế `.' cho tên rỗng của các thành viên"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "Đang thay thế `.' cho đích đến rỗng của liên kết cứng"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp: Dịch vụ không làm việc"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "đầu vào tiêu chuẩn"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "đầu ra tiêu chuẩn"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "Không thể kết nối tới %s: lỗi giải quyết"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "Không thể chạy shell ở xa"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "Hướng tìm kiếm vượt quá vùng cho phép"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "Sai đặt hướng tìm nơi"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "Sai đặt khoảng chênh tìm nơi"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "Bộ tìm kiếm vượt quá vùng cho phép"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "Sai đếm byte"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "Số đếm byte ở ngoại phạm vi"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "Gặp kết thúc tập tin sớm"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "Mã thao tác sai"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "Thao tác không được hỗ trợ"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "Gặp đối số bất thường"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "Thao tác một ổ băng từ, chấp nhận lệnh từ một tiến trình ở xa"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "SỐ"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "đặt cấp gỡ rối"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "TẬP TIN"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "đặt tên tập tin kết xuất gỡ rối"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "không thể mở %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "quá nhiều đối số"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "Câu lệnh rác"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "Đây có vẻ không phải là một kho lưu tar"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "Tổng số byte đã ghi"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "Tổng số byte đã đọc"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "Tổng số byte đã xoá: %s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(đường ống)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "Giá trị cho record_size không đúng"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "Không đưa ra tên kho lưu"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "Không kiểm tra được kho lưu stdin/stdout"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "Kho lưu được nén. Hãy sử dụng tùy chọn %s"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "Không cập nhật được kho lưu đã nén"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "Tại đầu băng ghi âm, thoát ra bây giờ"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "Quá nhiều lỗi, đang thoát"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "Kích cỡ mục ghi = %lu khối"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "Khối chưa sắp hàng (%lu byte) trong kho lưu"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr ""
-"Không thể \"tua\" lại tập tin kho lưu; nó có thể không đọc được khi không có "
-"« -i »"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek không dừng lại tại một ranh giới bản ghi"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s: chứa số thứ tự khối không đúng"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "Số thứ tự khối thừa ra"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "Chuẩn bị khối #%d cho %s và nhấn Enter: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "Kết thúc tập tin (EOF) khi mong đợi trả lời của người dùng"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "CẢNH BÁO: Kho lưu không hoàn thành"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n TÊN    Đưa ra tên tập tin mới cho (các) khối tin tiếp theo (và theo sau)\n"
-" q          Dừng tar\n"
-" y hay dòng mới\tTiếp tục lại chạy tiến trình\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             Tạo một trình bao con\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             In ra danh sách này\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "Không có khối mới; đang thoát.\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "Chưa ghi rõ tên tập tin: hãy thử lại.\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "Gõ sai. (Gỏ ? để xem trợ giúp.)\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "Câu lệnh %s không thành công"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s có thể tiếp tục trên khối tin này: phần đầu chứa tên bị cắt ngắn"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s không tiếp tục trên khối này"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s là kích thước sai (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "Khối tin này vượt quá dãy cho phép (%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "Kho lưu không có nhãn tương ứng với %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "Khối %s không tương ứng %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr ""
-"%s: tên tập tin quá dài để chứa trong một phần đầu đa khối GNU nên bị cắt "
-"ngắn"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "tiến trình ghi (write) không dừng lại tại một ranh giới khối"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "Chỉ đọc được %lu từ %lu byte"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "Diff nội dung"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "Kết thúc tập tin không mong đợi trong kho lưu"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "Diff dạng tập tin"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "Diff chế độ"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Diff Uid"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Diff Gid"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "Diff thời gian sửa đổi"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "Diff kích thước"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "Không liên kết tới %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "Diff liên kết mềm"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "Diff số thứ tự của thiết bị"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "Kiểm tra "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr ""
-"%s: không rõ dạng tập tin '%c' nên khác biệt (diff) như tập tin thông thường"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "Kho lưu chứa tên tập tin không có tiền tố ở đầu."
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "Sự kiểm tra có thể không định vị được các tập tin gốc."
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "LỖI KIỂM TRA: tìm thấy %d phần đầu không đúng"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "Một khối không đơn lẻ tại %s"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: chứa một thẻ thư mục ghi nhớ tạm %s: %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "giá trị %s vượt quá %s phạm vi %s..%s; đang thay thế %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "giá trị %s vượt quá %s phạm vi %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "Đang tạo phần đầu hệ tám âm"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s: tên tập tin quá dài (max %d); không được dump"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s: tên tập tin quá dài (không chia được); không được dump"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s: tên liên kết quá dài; không được dump"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s: Tập tin được rút ngắn %s byte; độn vào bắng các số không"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s: tập tin trên một hệ thống tập tin khác; không được dump"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "chưa đổ nội dung"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s: Không rõ dạng tập tin; tập tin bị lờ đi"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "Thiếu liên kết tới %s."
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: tập tin chưa thay đổi; không được dump"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: tập tin là kho lưu; không được đổ"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "chưa đổ thư mục"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: tập tin đã thay đổi khi chúng ta đọc nó"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: socket bị lờ đi"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: cửa (door) bị lờ đi"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "Nhảy tới phần đầu tiếp theo"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "Xóa không phải phần đầu từ kho lưu"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s: tem thời gian cũ không hợp lý %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s: tem thời gian %s là %s giây trong tương lai"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s: Sự mâu thuẫn không mong đợi khi tạo thư mục"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s: Đổi tên thư mục trước khi có thể giải phóng trạng thái của nó"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "Giải nén các tập tin liền nhau thành những tập tin thông thường"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "Đang thử giải nén liên kết mềm thành liên kết cứng"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s: Không giải nén được -- tập tin tiếp tục từ khối khác"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "Phần đầu tên dài không mong đợi"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s: Dạng tập tin không rõ '%c' nên giải nén như tập tin thông thường"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "%s hiện thời là mới hay hay cùng thời"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s: Không thể sao lưu tập tin này"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "Không thể đổi tên %s thành %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s: Đã đổi tên thư mục từ %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s: Đã đổi tên thư mục"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s: Thư mục là mới"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "Tem thời gian không đúng"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "Thời gian sửa đổi không hợp lệ (giây)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "Thời gian sửa đổi không hợp lệ (nanô-giây)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "Số thứ tự thiết bị không đúng"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "Số thứ tự chỉ mục inode sai"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "Trường quá dài trong khi đọc tập tin ảnh chụp"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "Lỗi đọc trong tập tin ảnh chụp"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "Kết thúc tập tin (EOF) không mong đợi trong tập tin ảnh chụp"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "Giá trị trường không mong đợi trong tập tin ảnh chụp"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "Thiếu dấu giới hạn mục ghi"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "Định dạng tập tin dần sai"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "Phiên bản định dạng dần không được hỗ trợ : %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "Thư mục đổ dạng sai: mong đợi « %c » còn tìm %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "Thư mục đổ dạng sai: « X » đã nhân đôi"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "Thư mục đổ dạng sai: tên rỗng trong « R »"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "Thư mục đổ dạng sai: « T » không có « R » đi trướ"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "Thư mục đổ dạng sai: tên rỗng trong « T »"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "Thư mục đổ dạng sai: mong đợi « %c » còn tìm kết thúc dữ liệu"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "Thư mục đổ dạng sai: « X » không bao giờ dùng"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "Không thể tạo thư mục tạm bằng mẫu %s"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s: Không làm sạch thư mục: không thể lấy trạng thái (stat)"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: thư mục trên một thiết bị khác: không làm sạch"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s: Đang xóa %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s: Không thể xóa bỏ"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s: Đang bỏ đi"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "khối %s: ** Khối của các số không (NUL) **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "khối %s: ** Kết thúc tập tin **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "khối %s: "
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "Khoảng trống trong Phần đầu trong khi mong đợi một giá trị số %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr ""
-"Giá trị hệ tám %.*s của kho lưu vượt ra phạm vi %s; coi như phần bù của hai"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "Giá trị hệ tám %.*s của kho lưu vượt ra phạm vi %s"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "Kho lưu chứa phần đầu base-64 không còn dùng nữa"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "Kho lưu ký chuỗi base-64 %s vượt ra ngoài vùng %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "Giá trị base-256 của kho lưu vượt ra ngoài vùng %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "Kho lưu chứa %.*s ở chỗ mong đợi giá trị số %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "Giá trị kho lưu %s vượt quá phạm vi %s (%s..%s)"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " liên kết tới %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " dạng tập tin không rõ %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--Liên kết Dài--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--Tên Dài--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--Phần đầu Khối--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--Tiếp tục tại byte %s--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "Đang tạo thư mục:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "Không thay đổi được thư mục làm việc"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "Đang đổi tên %s thành %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s: Không thể đổi tên thành %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "Đang đổi tên %s ngược lại thành %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s: Tập tin bị xóa trước khi chúng ta đọc nó"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: Thư mục bị xoá trước khi chúng ta đọc nó"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "tiến trình con"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "kênh (channel) giữa các tiến trình"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "Tên tập tin chứa ký tự khớp mẫu"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr ""
-"Dùng « --wildcards » (ký tự đặi diện) để hiệu lực chức năng khớp mẫu,\n"
-"hoặc « --no-wildcards » để thu hồi cảnh báo này."
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s: Không tìm thấy trong kho lưu"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s: Không tìm thấy phần tử yêu cầu trong kho lưu"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "Sai khớp nhãn kho lưu"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr ""
-"Sử dụng tuỳ chọn « -C » bên trong danh sách tập tin không được phép với « --"
-"listed-incremental »"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "Chỉ cho phép một tuỳ chọn « -C » với « --listed-incremental »"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "Cả hai tùy chọn `-%s' và `-%s' đều muốn dữ liệu nhập vào tiêu chuẩn"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s: Định dạng kho lưu không đúng"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "Muốn tính năng GNU trên định dạng kho lưu không tương thích"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr ""
-"Không rõ kiểu dáng trích dẫn « %s ». Hãy thử lệnh « %s --quoting-style=help "
-"» để xem danh sách."
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"Chương trình `tar' của GNU ghi nhớ nhiều tập tin vào cùng một kho lưu băng "
-"từ hay lên đĩa, và có thể phục hồi từng tập tin riêng rẽ từ kho lưu này.\n"
-"\n"
-"Ví dụ :\n"
-"  tar -cf kho.tar foo bar  # Tạo kho.tar từ các tập tin foo và bar.\n"
-"  tar -tvf kho.tar         # Liệt kê chi tiết tất cả các tập tin có trong "
-"kho.tar.\n"
-"  tar -xf kho.tar          # Giải phóng tất cả các tập tin ra từ kho.tar.\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"Hậu tố kho lưu là `~', trừ khi được đặt với « --suffix » hay "
-"SIMPLE_BACKUP_SUFFIX.\n"
-"Có thể đặt điều khiển phiên bản bằng « --backup » hay VERSION_CONTROL,\n"
-"các giá trị là:\n"
-"\n"
-"  none, off \tkhông bao giờ tạo kho lưu\n"
-"  t, numbered     tạo kho lưu đánh số\n"
-"  nil, existing   đánh số nếu kho lưu tồn tại, nếu không thì đơn giản\n"
-"  never, simple   luôn luôn tạo kho lưu đơn giản\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "Chế độ thao tác chính:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "liệt kê nội dung của một kho lưu"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "giải phóng các tập tin từ một kho lưu"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "tạo một kho lưu mới"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "tìm sự khác nhau giữa kho lưu và hệ thống tập tin"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "thêm các tập tin vào cuối một kho lưu"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "chỉ thêm những tập tin mới hơn bản sao trong kho lưu"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "thêm các tập tin tar vào một kho lưu"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "xóa từ kho lưu (không dùng trên các băng ghi âm mag!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "thử nhãn khối tin kho lưu rồi thoát"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "Từ khóa bổ nghĩa thao tác:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "điều khiển các tập tin thưa thớt một cách có hiệu quả"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "CHÍNH[.PHỤ]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "đặt phiên bản của định dạng sparse cần dùng (ngụ ý « --sparse »)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "điều khiển sao lưu incremental có định dạng GNU cũ"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "điều khiển sao lưu incremental có định dạng GNU mới"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "cấp đổ cho kho lưu liệt kê tăng dần được tạo"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "đừng thoát với giá trị khác không trên tập tin không thể đọc"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"chỉ thực hiện trên lần xuất hiện thứ SỐ của mỗi tập tin trong kho lưu. Tùy "
-"chọn này chỉ có ý nghĩa khi kết hợp với một trong những câu lệnh con:\n"
-" --delete\t\txoá\n"
-" --diff\t\tkhác biệt\n"
-" --extract \tgiải nén\n"
-" --list \t\tliệt kê\n"
-"và khi đưa ra một danh sách tập tin hoặc trên dòng lệnh hoặc qua tùy chọn « -"
-"T ».\n"
-"Mặc định SỐ có giá trị bằng 1."
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "có thể tìm nơi trong kho lưu"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "không thể tìm nơi trong kho lưu"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "đừng kiểm tra số thứ tự thiết bị khi tạo kho nén dần"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr "kiểm tra số thứ tự thiết bị khi tạo kho nén dần"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "Điều khiển ghi đè:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "thử kiểm tra kho lưu sau khi ghi nó"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "xóa bỏ các tập tin sau khi thêm chúng vào kho lưu"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "không thay thế những tập tin đã có khi giải phóng"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "không thay thế những tập tin đã có mà mới hơn bản sao trong kho lưu"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "ghi đè lên những tập tin đã có khi giải phóng"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "xóa bỏ quyền ưu tiên của mỗi tập tin để giải phóng và ghi đè lên nó"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "xóa sạch quyền ưu tiên trong cây thư mục để giải phóng thư mục"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "bảo quản dữ liệu mêta của các thư mục đã có"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr ""
-"ghi đè lên siêu dữ liệu của những thư mục đã có khi giải phóng (mặc định)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "Chọn luồng xuất:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "giải phóng tập tin ra đầu ra tiêu chuẩn"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "CÂU LỆNH"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "gửi các tập tin đã giải nén qua ống dẫn cho chương trình khác"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "bỏ qua mã thoát của tiến trình con"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "xử lý mã thoát khác số không của tiến trình con như lỗi"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "Điều khiển thuộc tính tập tin:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "bắt buộc dùng TÊN làm người sở hữu cho những tập tin thêm vào"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "bắt buộc dùng TÊN làm nhóm sở hữu cho những tập tin thêm vào"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "NGÀY-CỦA-TẬP-TIN"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "đặt từ DATE-OR-FILE thời gian mtime cho các tập tin đã thêm"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "THAY ĐỔI"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "bắt buộc THAY ĐỔI chế độ (tượng trưng) cho những tập tin thêm vào"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "PHƯƠNG PHÁP"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"bảo tồn các thời gian truy cập của tập tin đã đổ, hoặc bằng cách phục hồi "
-"thời gian sau khi đọc (PHƯƠNG PHÁP='replace'; mặc định), hoặc bằng cách "
-"không đặt thời gian như vậy (PHƯƠNG PHÁP='system')"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "không giải phóng thời gian sửa đổi của tập tin"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr ""
-"thử giải phóng tập tin cùng quyền sở hữu với tập tin trong kho lưu (mặc định "
-"cho siêu người dùng)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr ""
-"giải phóng tập tin dưới tên người dùng riêng (mặc định cho người dùng bình "
-"thường)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "luôn luôn sử dụng số cho tên người dùng/nhóm"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr ""
-"cũng giải nén thông tin về quyền truy cập tập tin (mặc định cho siêu người "
-"dùng)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr ""
-"áp dụng umask của người dùng khi giải nén quyền truy cập ra từ kho lưu (mặc "
-"định cho người dùng bình thường)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "sắp xếp tên để giải phóng tới kho lưu tương ứng"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "giống như khi có hai tùy chọn -p và -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr ""
-"hoãn đến kết thúc tiến trình giải nén việc đặt thời gian sửa đổi và quyền "
-"truy cập các thư mục đã giải nén"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "hủy hiệu ứng của tùy chọn « --delay-directory-restore »"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "Lựa chọn và chuyển đổi thiết bị:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "LƯU TRỮ"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "sử dụng tập tin kho lưu hoặc thiết bị LƯU TRỮ"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "tập tin kho lưu là cục bộ thậm chí nếu có một dấu hai chấm"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "sử dụng CÂU LỆNH rmt đưa ra thay cho rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "sử dụng CÂU LỆNH từ xa thay cho rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "chỉ ra ổ và mật độ ghi dữ liệu"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "tạo/liệt kê/giải phóng kho lưu nhiều khối"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "thay băng ghi âm (tape) sau khi ghi nhớ SỐ X 1024 byte"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "chạy script tại cuối mỗi băng ghi âm (có nghĩa -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "sử dụng/cập nhật số thứ tự khối trong TẬP TIN"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "Khối của thiết bị:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "KHỐI"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "KHỐI X 512 byte cho mỗi bản ghi"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "SỐ byte cho mỗi mục ghi, bội số cho 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "lờ đi những khối không (zero) trong kho lưu (có nghĩa EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "đặt khối lại khi chúng ta đọc (cho đường ống 4.2BSD)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "Lựa chọn định dạng kho lưu:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "ĐỊNH DẠNG"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "tạo lưư trữ với định dạng đưa ra"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "ĐỊNH DẠNG là một trong số sau:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "định dạng tar V7 cũ"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "định dạng GNU theo như tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "định dạng tar GNU 1.13.x"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "định dạng PoSIX 1003.1-1988 (ustar)"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "định dạng POSIX 1003.1-2001 (pax)"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "bằng pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "giống như --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "giống như --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "từ_khoá[[:]=giá_trị][,từ_khoá[[:]=giá_trị]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "từ khóa điều khiển pax"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "VĂN BẢN"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"tạo kho lưu với tên khối tin VĂN BẢN. Tại thời điểm liệt kê/giải phóng, sử "
-"dụng VĂN BẢN làm mẫu glob cho tên khối tin"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "Tùy chọn nén:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "dùng hậu tố kho lưu để xác định chương trình nén"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "không nên dùng hậu tố kho lưu để xác định chương trình nén"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "TRÌNH"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "lọc qua chương TRÌNH (phải chấp nhận -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "Lựa chọn tập tin nội bộ:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr ""
-"thêm vào kho lưu TẬP TIN đã cho (có ích nếu tên nó bắt đầu với dấu gạch)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "THƯ MỤC"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "thay đổi tới thư mục THƯ MỤC"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "lấy các tên tập tin cần giải phóng hay tạo từ TẬP TIN"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T đọc tên kết thúc vô hiệu lực, tắt -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "tắt hiệu ứng của tùy chọn « --null » đi trước"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "hủy trích dẫn các tên tập tin được đọc bằng « -T » (mặc định)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "đừng hủy trích dẫn các tên tập tin được đọc bằng « -T »"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "MẪU"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "loại trừ những tập tin tương ứng với MẪU"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "loại trừ những mẫu liệt kê trong TẬP TIN"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr ""
-"loại trữ nội dung của thư mục chứa thẻ ghi nhớ tạm CACHEDIR.TAG, trừ tập tin "
-"thẻ chính nó"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr ""
-"loại trữ mọi thứ đều nằm dưới thư mục chứa thẻ ghi nhớ tạm CACHEDIR.TAG"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "loại trữ thư mục chứa thẻ ghi nhớ tạm CACHEDIR.TAG"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "loại trữ nội dung của thư mục chứa TẬP TIN, trừ TẬP TIN chính nó"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "loại trữ mọi thứ đều nằm dưới thư mục chứa TẬP TIN"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "loại trữ thư mục chứa TẬP TIN"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "trừ thư mục của hệ thống điều khiển phiên bản (v.d. « .svn »)"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "loại trừ tập tin kiểu sao lưu và khoá"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "tránh sự giảm dần một cách tự động trong các thư mục"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "nằm trong hệ thống tập tin nội bộ khi tạo kho lưu"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "đệ quy vào các thư mục (mặc định)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "đừng bỏ `/' ở đầu tên tập tin"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "theo liên kết tượng trưng; kho lưu và đổ tập tin tới đó nó chỉ"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "theo liên kết cứng; kho lưu và đổ tập tin tới đó nó chỉ"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "TÊN-THÀNH-VIÊN"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "bắt đầu tại thành viên TÊN-THÀNH-VIÊN trong kho lưu"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "chỉ chứa những tập tin mới hơn NGÀY-CỦA-TẬP-TIN"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "NGÀY"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "so sánh ngày và thời gian chỉ khi dữ liệu thay đổi"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "ĐIỀU KHIỂN"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "sao lưu trước khi xóa, chọn phiên bản ĐIỀU KHIỂN"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "CHUỖI"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"sao lưu trước khi xóa, ghi đè hậu tố thông thường ('~' trừ khi ghi đè bằng "
-"biến môi trường SIMPLE_BACKUP_SUFFIX)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "Chuyển dạng tên tập tin:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "bỏ đi SỐ thành phần đứng đầu ra tên tập tin khi giải nén"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "BIỂU THỨC"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "dùng « sed replace BIỂU THỨC » để chuyển dạng tên tập tin"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr ""
-"Tùy chọn khớp tên tập tin (có tác động mẫu kiểu cả hai loại trừ và bao gồm):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "không phân biệt chữ hoa/thường"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "mẫu tương ứng với bắt đầu tên tập tin"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "mẫu tương ứng sau bất kỳ / nào (mặc định để loại trừ)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "khớp có phân biệt chữ hoa/ thường (mặc định)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "dùng ký tự đại diện (mặc định để loại trừ)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "khớp chuỗi nghĩa chữ"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "ký tự đại diện không tương ứng '/'"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "ký tự đại diện tương ứng '/' (mặc định để loại trừ)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "Dữ liệu kết quả có tính thông tin:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "liệt kê một cách tỉ mỉ những tập tin được tiến hành"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "TỪ_KHOÁ"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "điều khiển cảnh báo"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "hiển thị thông báo về tiến triển sau mỗi mục ghi thứ SỐ (mặc định 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "HÀNH_ĐỘNG"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "thực hiện HÀNH_ĐỘNG này ở mỗi điểm kiểm"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "in ra một thông báo nếu không phải tất cả các liên kết được dump"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "TÍN HIỆU"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"in ra tổng số byte sau khi xử lý kho lưu ;\n"
-"có đối số thì in ra tổng số byte khi nhận được TÍN HIỆU này; tín hiệu được "
-"phép:\n"
-"SIGHUP, SIGQUIT, SIGINT, SIGUSR1, SIGUSR2;\n"
-"cũng chấp nhận tên không có tiền tố « SIG »."
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "in ra giờ sửa đổi tập tin theo UTC"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr "in ra giờ tập tin đến độ phân giải đầy đủ"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "gửi kết quả chi tiết tới TẬP TIN"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "hiên thị số thứ tự khối trong kho lưu với mỗi thông báo"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "hỏi xác nhận trước mỗi hành động"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "hiển thị các giá trị mặc định của tar"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr ""
-"khi liệt kê hay giải phóng, liệt kê mỗi thư mục không tương ứng với tiêu chí "
-"tìm kiếm"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "hiển thị các tên tập tin hay kho lưu sau khi chuyển dạng"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "KIỂU DÁNG"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr ""
-"đặt kiểu dáng trích dẫn tên; xem dưới để tìm các giá trị KIỂU DÁNG hợp lệ"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "cũng trích dẫn các ký tự của CHUỖI"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "tắt trích dẫn các ký tự của CHUỖI"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "Tùy chọn tương thích:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr ""
-"khi tạo, giống như « --old-archive »\n"
-"khi giải phóng, giống như « --no-same-owner »"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "Những tùy chọn khác:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "tắt sử dụng một số tùy chọn có thể gây tai hại"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "Chỉ cho phép đưa ra một tùy chọn « -Acdtrux » hay « --test-label »"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "Mâu thuẫn giữa các tùy chọn nén"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "Không rõ tên tín hiệu : %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "Không tìm thấy tập tin mẫu ngày tháng"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "Đang thay thế %s cho dạng ngày tháng không rõ %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "Tùy chọn %s: đang xử lý ngày tháng « %s » như %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: danh sách tập tin đã được đọc"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: đọc tên tập tin chứa ký tự vô giá trị"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "lọc kho lưu qua %s"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "Các đối số thích hợp với tùy chọn « --quoting-style »:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"tar *này* mặc định tới:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "Nhân tố khối không đúng"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "Chiều dài băng ghi âm không đúng"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "Sai đặt giá trị cấp tăng dần"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "Có nhiều ngày bắt đầu"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "Giá trị phiên bản sparse không hợp lệ"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' không được hỗ trợ trên nền tảng này"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "giá trị « --checkpoint » không phải số nguyên"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "Nhóm không đúng"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "Đưa ra chế độ không đúng trên tùy chọn"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "Số không đúng"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "Chủ sở hữu không đúng"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"Tùy chọn « --preserve » bị phản đối, hãy sử dụng tùy chọn « --preserve-"
-"permissions » « --preserve-order » để thay thế"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "Kích thước bản ghi không đúng"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "Kích thước bản ghi phải là bội số của %d."
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "Số thứ tự của nguyên tố không đúng"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "Cho phép chỉ một tùy chọn « --to-command »"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "Tham số mật độ dạng sai: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "Mật độ không rõ : « %c »"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "tar *này* không hỗ trợ tùy chọn `-[0-7][lmh]'"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[TẬP TIN]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "Tùy chọn cũ `%c' yêu cầu một tham số."
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "--occurrence không có giá trị khi không đưa ra một danh sách tập tin"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence không được sử dụng trong chế độ thao tác đã yêu cầu"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "Tập tin nhiều kho lưu yêu cầu tùy chọn `-M'"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "Không thể kết hợp --listed-incremental với --newer"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "Tùy chọn « --level » vô ích mà không có « --listed-incremental »"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s: Nhãn khối quá dài (giới hạn là %lu byte)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "Không thể kiểm tra kho lưu nhiều khối"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "Không thể kiểm tra kho lưu đã nén"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "Không thể sử dụng kho lưu nhiều khối đã nén"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "Không thể ghép nối các kho nén"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option chỉ dùng được trên kho lưu POSIX"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "Chiều dài khối tin không thể nhỏ hơn kích cỡ mục ghi"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr ""
-"Tùy chọn « --preserve-order » không tương thích với « --listed-incremental »"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "Từ chối tạo một kho lưu trống rỗng"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "Các tùy chọn `-Aru' không tương thích với `-f -'"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr ""
-"Bạn phải chỉ ra một trong hai tùy chọn « -Acdtrux » và « --test-label »"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "Đang thoát với trạng thái thất bại do lỗi xảy ra trước"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s: Tập tin được rút ngắn %s byte"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "Từ khóa %s không rõ hoặc chưa được thực hiện"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "Nhãn thời gian ở ngoại phạm vi"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "Không thể dùng mẫu (pattern) %s"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "Không thể ghi chèn lên từ khóa %s"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "Phần đầu mở rộng dạng sai: thiếu chiều dài"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "Chiều dài phần đầu mở rộng ở ngoại phạm vi được phép"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "Chiều dài phần đầu mở rộng %*s ở ngoại phạm vi được phép"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "Phần đầu mở rộng dạng sai: thiếu khoảng trắng ở sau chiều dài"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "Phần đầu mở rộng bị lỗi: thiếu dấu bằng"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "Phần đầu mở rộng dạng sai: thiếu dòng mới"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "Bỏ qua từ khoá phần đầu mở rộng không rõ « %s »"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "Cặp từ khoá/giá trị đã tạo ra quá dài (từ khoá=%s, chiều dài=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "Phần đầu mở rộng %s=%s ở ngoại phạm vi (%s..%s)"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "Phần đầu mở rộng dạng sai: %s=%s không hợp lệ"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "Phần đầu mở rộng dạng sai: %s=%s thừa"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr ""
-"Phần đầu mở rộng dạng sai: %s không hợp lệ: dấu giới hạn không mong đợi %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "Phần đầu mở rộng dạng sai: %s không hợp lệ: số giá trị lẻ"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: không phải quá hạn hợp lệ"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: không rõ hành động điểm kiểm"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "ghi"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "đọc"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "Điểm kiểm tra ghi %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "Điểm kiểm tra đọc %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile thao tác các tập tin dữ liệu cho bộ tiện ích thử paxutils của GNU.\n"
-"TÙY CHỌN:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "Tùy chọn tạo tập tin:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "KÍCH CỠ"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "Tạo tập tin có KÍCH CỠ đã cho"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "Ghi vào tập tin TÊN, thay vào thiết bị gõ chuẩn"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "Đọc các tên tập tin từ TẬP TIN"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T đọc tên kết thúc vô hiệu lực"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr ""
-"Điền vào tập tin bằng MẪU đã cho. MẪU là:\n"
-" • default\t\tmặc định\n"
-" • zeros\t\tcác số không"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "Kích cỡ của khối cho tập tin spare"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr ""
-"Tạo ra tập tin sparse. Phần còn lại của dòng lệnh đưa ra sơ đồ tập tin."
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "HIỆU SỐ"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "Tìm nơi theo hiệu số đã cho trước khi ghi dữ liệu"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "Tùy chọn thống kê tập tin:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr "In ra kết xuất struct stat về mỗi tập tin đã cho. ĐỊNH DẠNG mặc định: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "Tùy chọn thực hiện đồng thời:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "TÙY_CHỌN"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"Thực hiện các ĐỐI_SỐ đã cho. Có ích với « --checkpoint » (điểm kiểm tra) và "
-"một của:\n"
-" • --cut\t\tcất\n"
-" • --append\tphụ thêm\n"
-" • --touch\tsờ\n"
-" • --unlink\tbỏ liên kết"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "Thực hiện hành động đã cho (xem dưới) khi tới điểm kiểm tra SỐ"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "Đặt ngày tháng cho tùy chọn « -touch » kế tiếp"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "Hiển thị các điểm kiểm tra đã thực hiện và trạng thái thoát của LỆNH"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"Các hành động thực hiện đồng thời; được thực hiện khi tới điểm kiểm tra có "
-"số được ghi rõ bằng tùy chọn « --checkpoint »."
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr ""
-"Cắt ngắn TẬP TIN thành kích cỡ được ghi rõ bằng tùy chọn « --length » trước "
-"(không ghi rõ thì 0)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr ""
-"Phụ thêm KÍCH CỠ byte vào TẬP TIN. KÍCH CỠ được ghi rõ bằng tùy chọn « --"
-"length » trước."
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "Cập nhật các thời gian truy cập và sửa đổi của TẬP TIN"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "Thực hiện LỆNH"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "Bỏ liên kết TẬP_TIN"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "Kích cỡ không hợp lệ: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "Số nằm ngoài phạm vi cho phép: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "Kích cỡ âm: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) bị lỗi"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "yêu cầu chiều dài tập tin %lu mà có %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "đã tạo tập tin không phải thưa thớt (sparse)"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "Lỗi phân tích số gần « %s »"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "Không rõ định dạng ngày tháng"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ĐỐI SỐ...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "không thể mở « %s »"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "không thể tìm nơi"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "tên tập tin chứa ký tự vô giá trị"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr ""
-"không thể tạo ra tập tin sparse trên thiết bị gõ chuẩn: dùng tùy chọn « --"
-"file »"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "mặt nạ không đúng (gần « %s »)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "Không rõ trường « %s »"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "không thể đặt thời gian trên « %s »"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "không thể bỏ liên kết « %s »"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "Lệnh đã thoát thành công\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "Lệnh bị lỗi với trạng thái %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "Lệnh đã chấm dứt khi nhận tín hiệu %d\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "Lệnh đã dừng chạy khi nhận tín hiệu %d\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "Lệnh đã đổ lõi\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "Lệnh đã chấm dứt\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat yêu cầu tên tập tin"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "Không thể ghi nhớ thư mục làm việc"
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
deleted file mode 100644 (file)
index 63445a7..0000000
Binary files a/po/zh_CN.gmo and /dev/null differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
deleted file mode 100644 (file)
index 549da26..0000000
+++ /dev/null
@@ -1,3155 +0,0 @@
-# Chinese (simplified) translation for tar.
-# Copyright (C) 2008 Free Software Foundation, Inc. 
-# This file is distributed under the same license as the tar package.
-# Wang Li <charles@linux.net.cn>, 2002.
-# Rongjun Mu <rongjunmu+i18n@gmail.com>, 2004.
-# Ji ZhengYu <zhengyuji@gmail.com>, 2008, 2009, 2010.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.23.90\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2010-07-13 11:49+0800\n"
-"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
-"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
-"Language: zh_CN\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "%2$s 的参数 %1$s 无效"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "%2$s 的参数 %1$s 具有歧义"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "有效的参数为:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT: %s 的值小于或者等于 %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT 参数需要一个值"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT 参数值必须为正"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: 未知的 ARGP_HELP_FMT 参数"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "ARGP_HELP_FMT 中的参数错误: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr "长选项和相应短选项具有相同的强制参数或可选参数。"
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "用法:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr " 或: "
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [选项...]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "请用“%s --help”或“%s --usage”获得更多信息。\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "将错误报告发送到 %s。\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "未知的系统错误"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "显示此帮助列表"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "显示简短的用法说明"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "名称"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "设置程序名"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "秒"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "挂起 SECS 秒(默认 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "打印程序版本"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(程序错误)未知版本!?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s:参数太多\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(程序错误)选项可否被识别!?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "写错误"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s: 选项\"%s\"具有歧义\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s: 选项\"--%s\"不需要参数\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s: 选项\"%c%s\"不需要参数\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s: 选项\"%s\"需要带参数\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s: 无法识别的选项\"--%s\"\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s: 无法识别的选项\"%c%s\"\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s: 无效选项 -- \"%c\"\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s: 选项需要参数 -- \"%c\"\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s: 选项\"-W %s\"具有歧义\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s: 选项\"-W %s\"不要参数\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s: 选项\"%s\"需要带参数\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "内存耗尽"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "无法记录当前工作目录"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "无法回到起始的工作目录"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "“"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "”"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yY]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr "由 %s (%s) 打包\n"
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr "由 %s 打包\n"
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "(C)"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>\n"
-"这是自由软件:您可以自由地更改并重新发布它。\n"
-"在法律所允许的范围内不含任何担保。\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "由 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "由 %s 和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "由 %s,%s, 和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"%s,和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"%s,%s,和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"%s,%s,%s,和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"%s,%s,%s,%s,\n"
-"和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"%s,%s,%s,%s,\n"
-"%s,和 %s 所写。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"由 %s,%s,%s,\n"
-"%s,%s,%s,%s,\n"
-"%s,%s,和其他人所写。\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr ""
-"\n"
-"将错误报告发送到: %s。翻译错误报告给 <i18n-zh@googlegroups.com>\n"
-
-#: gnu/version-etc.c:249
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr "将 %s 错误报告发送到: %s\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr "%s 主页: <%s>\n"
-
-#: gnu/version-etc.c:255
-#, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s 主页: <http://www.gnu.org/software/%s/>\n"
-
-#: gnu/version-etc.c:258
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "GNU 软件的通用帮助: <http://www.gnu.org/gethelp/>\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s:无法 %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s:警告:无法 %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s:无法将模式改为 %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s:无法将所有权改为 uid %lu,gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s:无法硬连接到 %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%1$s:读入 %3$lu 字节时,在 %2$s 字节处发生读错误"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%1$s:警告:读入 %3$lu 字节时,在 %2$s 字节处发生读错误"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s:无法定位到 %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s:警告:无法定位到 %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s:无法创建到 %s 的符号连接"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%1$s:只写入了 %3$lu 个中的 %2$lu 个字节"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "从成员名中删除开头的“%s”"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "从硬连接目标中删除开头的“%s”"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "为空成员名替换“.”"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "为空的硬连接替换“.”"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp:服务不可用"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "标准输入"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "标准输出"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr "无法连接至 %s: 解析失败"
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "无法执行远程 shell"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "查寻方向超出范围"
-
-#: rmt/rmt.c:438
-msgid "Invalid seek direction"
-msgstr "无效的查寻方向"
-
-#: rmt/rmt.c:446
-msgid "Invalid seek offset"
-msgstr "无效的查寻偏移量"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "查寻操作的偏移量超出范围"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-msgid "Invalid byte count"
-msgstr "无效的字节数"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-msgid "Byte count out of range"
-msgstr "字节数超出范围"
-
-#: rmt/rmt.c:558
-msgid "Premature eof"
-msgstr "文件结尾出现过早"
-
-#: rmt/rmt.c:601
-msgid "Invalid operation code"
-msgstr "无效操作模式"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr "不支持的操作"
-
-#: rmt/rmt.c:664
-msgid "Unexpected arguments"
-msgstr "参数异常"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr "接受远程程序的命令操作磁带机"
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "NUMBER"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr "设定调试级别"
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "FILE"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr "设定调试输出文件名"
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, c-format
-msgid "cannot open %s"
-msgstr "无法打开 %s"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "参数过多"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "垃圾命令"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "它似乎不像是一个 tar 归档文件"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "总计写入字节数"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "总计读取字节数"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "总计删除字节数:%s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(管道)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "record_size 的无效值"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "未给出归档文件名"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "无法验证标准输入/标准输出归档文件"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "归档被压缩。使用 %s 选项"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "无法更新压缩归档文件"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "处于磁带的起点,现在退出"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "错误过多,退出"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "记录大小 = %lu 块"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "归档中未对齐的块 (%lu 字节)s"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "无法倒回归档文件;如果没有 -i 可能无法读入它"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek 未停在记录边界处"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s:包含无效的卷编号"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "卷编号溢出"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "为 %2$s 准备卷 #%1$d 并按回车:"
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "需得到用户应答时文件结束"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "警告:归档文件不完整"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n [name]\t给下一卷(及以后的卷)取一个新文件名\n"
-" q\t\t终止 tar\n"
-" y or newline\t继续操作\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             衍生出一个子 shell\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             打印此列表\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "没有新的卷;退出。\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "未指定文件名。重试。\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "无效输入。输入 ? 显示帮助。\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s 命令失败"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s 在本卷可能连续: 头部包含截短的名字"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s 在本卷中不连续"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s 的大小错误 (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "此卷次序有误(%s - %s != %s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "归档未被标记为匹配 %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "卷标 %s 不匹配 %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr "%s: 文件名太长而无法贮存在 GNU 多卷头,已被截短"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "写操作未在记录边界处终止"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "仅能读入 %2$lu 中的 %1$lu 个字节"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "内容不同"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "归档文件中异常的 EOF"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "文件类型不同"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "访问模式不同"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid 不同"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid 不同"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "修改时间不同"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "大小不同"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "没有连接到 %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "符号连接不同"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "设备号不同"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "校验"
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s:未知的文件类型“%c”,与普通文件不同"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "归档包含带有被移除前导字符的文件名。"
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "位于原始文件中的验证可能失败。"
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "校验失败:检测到 %d 个无效的头"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "在 %s 处一个单独的零块"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s: 包含一个缓存目录标识 %s;%s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "值 %s 超出了 %s 的范围 %s..%s;正在替换 %s"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "值 %s 超出了 %s 的范围 %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "正在生成负八进制头"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s:文件名太长(最长 %d);未输出"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s:文件名太长(不能被分割);未输出"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s:连接名太长;未输出"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s:文件缩小 %s 字节;用零填充"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s:文件在不同的文件系统上;未输出"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "未输出内容"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s:未知的文件类型;忽略文件"
-
-#: src/create.c:1529
-#, c-format
-msgid "Missing links to %s."
-msgstr "缺少到 %s 的连接。"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s: 文件未改变;未输出"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s: 文件是归档文件;未输出"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "未输出目录"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s: 在我们读入文件时文件发生了变化"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s: 忽略套接字(socket)"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s: 忽略权限"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "跳转到下一个头"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "从归档文件中删除非头信息"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s:不可信的旧时间戳 %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s:时间戳 %s 是未来的 %s 秒之后"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s:创建目录时出现意外的不一致"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s:目录名在状态信息被获取之前改变了"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "展开紧邻的文件为普通文件"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "正试图将符号连接展开为硬连接"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s:无法展开 -- 文件一直延伸至另一卷中"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "异常的长名字头部"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s:未知的文件类型“%c”,作为普通文件展开"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "当前的“%s”更新或一样新"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s:无法备份该文件"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "无法将 %s 重命名为 %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s:目录已改名,不再是 %s"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s:目录已被改名"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s:目录是新的"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "无效的时间戳"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "无效的修改时间(秒)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "无效的修改时间(纳秒)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "无效的设备号"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "无效的 inode 号"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "读取目录文件时字段太长"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "目录文件读取错误"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "目录文件中异常的文件结尾(EOF)"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "目录文件中异常的字段值"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "缺少记录终止符"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "文件格式错误增量"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "不支持增量格式版本: %<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "错误的 dumpdir: 需要“%c”但实际为 %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "错误的 dumpdir: 重复的“X”"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "错误的 dumpdir: “R”中有空名字"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "错误的 dumpdir: “R”后未紧接着用“T”"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "错误的 dumpdir: “T”中有空名字"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "错误的 dumpdir: 需要“%c”但实际为数据结尾"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "错误的 dumpdir: 从未用过“X”"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "无法通过模板 %s 创建临时目录"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s:未清除目录:无法 stat"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s: 目录在不同的设备上: 未清除"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s:正在删除 %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s:无法删除"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s:忽略"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "块 %s:** 空块 **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "块 %s:** 文件结束 **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "块 %s:"
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "头中需要数值 %s 处为空白符"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "归档的八进制值 %.*s 超出范围 %s;假定为其二进制补码"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "归档八进制值 %.*s 超出 %s 的范围"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "归档包含过时的 base-64 头"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "归档签署的 base-64 字符串 %s 超出范围 %s"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "归档的 base-256 值超出范围 %s"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "归档包含 %.*s 而需要数字值 %s"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "归档值 %s 超出 %s 的范围 %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " 连接到 %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " 未知的文件类型 %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--长连接--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--长名--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--卷头--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--从 %s 字节继续--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "正在创建目录:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "无法改变工作目录"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "将 %s 改名为 %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s:无法重命名为 %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "将 %s 的名字改回 %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s:文件在我们读入之前被删除了"
-
-#: src/misc.c:866
-#, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s: 文件在读入之前被删除了"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "子进程"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "进程内通道"
-
-#: src/names.c:594
-msgid "Pattern matching characters used in file names"
-msgstr "文件名中所使用的字符匹配模式"
-
-#: src/names.c:596
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr "使用 --wildcards 打开模式匹配,或是 --no-wildcards 来关闭之"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s:归档中找不到"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s:没有在归档中找到需要的"
-
-#: src/names.c:649
-#, c-format
-msgid "Archive label mismatch"
-msgstr "归档卷标不匹配"
-
-#: src/names.c:953
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "在文件列表中 -C 选项与 --listed-incremental 选项不许合用"
-
-#: src/names.c:959
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "仅一个 -C 选项允许与  --listed-incremental 合用"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "选项“-%s”和“-%s”都需要标准输出"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s:无效的归档格式"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "在不兼容的归档格式上需要 GNU 特征"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr "未知的引用形式‘%s’。尝试用‘%s --quoting-style=help’获取列表。"
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-" GNU ‘tar’ 将许多文件一起保存至一个单独的磁带或磁盘归档,并能从归档中单独还原"
-"所需文件。\n"
-"\n"
-"示例\n"
-"  tar -cf archive.tar foo bar  # 从文件 foo 和 bar 创建归档文件 archive."
-"tar。\n"
-"  tar -tvf archive.tar         # 详细列举归档文件 archive.tar 中的所有文"
-"件。\n"
-"  tar -xf archive.tar          # 展开归档文件 archive.tar 中的所有文件。\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"除非以 --suffix 或 SIMPLE_BACKUP_SUFFIX 设置备份后缀,否则备份后缀就是“~”。\n"
-"可以用 --backup 或 VERSION_CONTROL 设置版本控制,可能的值为:\n"
-"\n"
-"  none, off\t   从不做备份\n"
-"  t, numbered     进行编号备份\n"
-"  nil, existing   如果编号备份存在则进行编号备份,否则进行简单备份\n"
-"  never, simple   总是使用简单备份\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "主操作模式:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "列出归档内容"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "从归档中解出文件"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "创建一个新归档"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "找出归档和文件系统的差异"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "追加文件至归档结尾"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "仅追加比归档中副本更新的文件"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "追加 tar 文件至归档"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "从归档(非磁带!)中删除"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "测试归档卷标并退出"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "操作修饰符:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "高效处理离散文件"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "设置所用的离散格式版本(隐含 --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "处理老式的 GNU 格式的增量备份"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "处理新式的 GNU 格式的增量备份"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr "所创建的增量列表归档的输出级别"
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "当遇上不可读文件时不要以非零值退出"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"仅处理归档中每个文件的第 NUMBER 个事件;仅当与以下子命令 --delete, --diff, --"
-"extract 或是 --list 中的一个联合使用时,此选项才有效。而且不管文件列表是以命"
-"令行形式给出或是通过 -T 选项指定的;NUMBER 值默认为 1"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "归档可检索"
-
-#: src/tar.c:437
-msgid "archive is not seekable"
-msgstr "归档不可检索"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "当创建增量归档时不要检查设备号"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr "当创建增量归档时检查设备号(默认)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "重写控制:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "在写入以后尝试校验归档"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "在添加文件至归档后删除它们"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "解压时不要替换存在的文件"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "不要替换比归档中副本更新的已存在的文件"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "解压时重写存在的文件"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "在解压要重写的文件之前先删除它们"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "解压目录之前先清除目录层次"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "保留已存在目录的元数据"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "解压时重写已存在目录的元数据(默认)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "选择输出流:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "解压文件至标准输出"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "COMMAND"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "将解压的文件通过管道传送至另一个程序"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "忽略子进程的退出代码"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "将子进程的非零退出代码认为发生错误"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "操作文件属性:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "强制将 NAME 作为所添加的文件的所有者"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "强制将 NAME 作为所添加的文件的组所有者"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "DATE-OR-FILE"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "从 DATE-OR-FILE 中为添加的文件设置 mtime"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "CHANGES"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "强制将所添加的文件(符号)更改为权限 CHANGES"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "METHOD"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"在输出的文件上保留访问时间,要么通过在读取(默认 METHOD=‘replace’)后还原时间,"
-"要不就不要在第一次(METHOD=‘system’)设置时间"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "不要解压文件的修改时间"
-
-#: src/tar.c:505
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "尝试解压时保持所有者关系一致(超级用户默认此项)"
-
-#: src/tar.c:507
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "将文件解压为您所有(普通用户默认此项)"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "总是以数字代表用户/组的名称"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "解压文件权限信息(默认只为超级用户服务)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr "从归档中解压权限时使用用户的掩码位(默认为普通用户服务)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "为解压至匹配归档排序名称"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "与 -p 和 -s 一样"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr "直到解压结束才设置修改时间和所解目录的权限"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "取消 --delay-directory-restore 选项的效果"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "设备选择和切换:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "ARCHIVE"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "使用归档文件或 ARCHIVE 设备"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "即使归档文件存在副本还是把它认为是本地归档"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "使用指定的 rmt COMMAND 代替 rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "使用远程 COMMAND 代替 rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "指定驱动器和压缩率"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "创建/列出/解压多卷归档文件"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "写入 NUMBER × 1024 字节后更换磁带"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "在每卷磁带最后运行脚本(隐含 -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "使用/更新 FILE 中的卷数"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "设备分块:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "BLOCKS"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "每个记录 BLOCKS x 512 字节"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "每个记录的字节数 NUMBER,乘以 512"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "忽略归档中的零字节块(即文件结尾)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "读取时重新分块(只对 4.2BSD 管道有效)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "选择归档格式:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "FORMAT"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "创建指定格式的归档"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "FORMAT 是以下格式中的一种:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "old V7 tar 格式"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "GNU 格式 as per tar <= 1.12"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x 格式"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) 格式"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) 格式"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "等同于 pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "等同于 --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "等同于 --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "关键字[[:]=值][,关键字[[:]=值]]..."
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "控制 pax 关键字"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "TEXT"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr "创建带有卷名 TEXT 的归档;在列出/解压时,使用 TEXT 作为卷名的模式串"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "压缩选项:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "使用归档后缀名来决定压缩程序"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "不使用归档后缀名来决定压缩程序"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "PROG"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "通过 PROG 过滤(必须是能接受 -d 选项的程序)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "本地文件选择:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "添加指定的 FILE 至归档(如果名字以 - 开始会很有用的)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "DIR"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "改变至目录 DIR"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "从 FILE 中获取文件名来解压或创建文件"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T 读取以空终止的名字,-C 禁用"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "禁用上一次的效果 --null 选项"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "以 -T 读取的文件名作为引用结束(默认)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "不以 -T 读取的文件名作为引用结束"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "PATTERN"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "排除以 PATTERN 指定的文件"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "排除 FILE 中列出的模式串"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "除标识文件本身外,排除包含 CACHEDIR.TAG 的目录中的内容"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "排除包含 CACHEDIR.TAG 的目录中所有内容"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "排除包含 CACHEDIR.TAG 的目录"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "除 FILE 自身外,排除包含 FILE 的目录中的内容"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "排除包含 FILE 的目录中的所有内容"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "排除包含 FILE 的目录"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "排除版本控制系统目录"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr "排除备份和锁文件"
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "避免目录中的自动降级"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "创建归档时保存在本地文件系统中"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "目录递归(默认)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "不要从文件名中清除引导符‘/’"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "跟踪符号链接;将它们所指向的文件归档并输出"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "跟踪硬链接;将它们所指向的文件归档并输出"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "MEMBER-NAME"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "从归档中的 MEMBER-NAME 成员处开始"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "只保存比 DATE-OR-FILE 更新的文件"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "DATE"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "当只有数据改变时比较数据和时间"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "CONTROL"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "在删除前备份,选择 CONTROL 版本"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "STRING"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"在删除前备份,除非被环境变量 SIMPLE_BACKUP_SUFFIX 覆盖,否则覆盖常用后缀(‘’)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "文件名变换:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "解压时从文件名中清除 NUMBER 个引导部分"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "EXPRESSION"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "使用 sed 代替 EXPRESSION 来进行文件名变换"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr "文件名匹配选项(同时影响排除和包括模式串):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "忽略大小写"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "模式串匹配文件名头部"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "模式串匹配任意‘/’后字符(默认对 exclusion 有效)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "匹配大小写(默认)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "使用通配符(默认对 exclusion )"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "逐字匹配字符串"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "通配符不匹配‘/’"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "通配符匹配‘/’(默认对排除操作有效)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "提示性输出:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "详细地列出处理的文件"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr "KEYWORD"
-
-#: src/tar.c:741
-msgid "warning control"
-msgstr "警告控制:"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "每隔 NUMBER 个记录显示进度信息(默认为 10 个)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "ACTION"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "在每个检查点上执行 ACTION"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "只要不是所有链接都被输出就打印信息"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "SIGNAL"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"处理归档后打印出总字节数;当此 SIGNAL 被触发时带参数 - 打印总字节数;允许的信"
-"号为: SIGHUP,SIGQUIT,SIGINT,SIGUSR1 和 SIGUSR2;同时也接受不带 SIG 前缀的"
-"信号名称"
-
-#: src/tar.c:756
-msgid "print file modification times in UTC"
-msgstr "以 UTC 格式打印文件修改时间"
-
-#: src/tar.c:758
-#, fuzzy
-msgid "print file time to its full resolution"
-msgstr "将文件时间打印至显示器"
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "将详细输出发送至 FILE"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "每个信息都显示归档内的块数"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "每次操作都要求确认"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "显示 tar 默认选项"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr "列表或解压时,列出每个不匹配查找标准的目录"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "显示变换后的文件名或归档名"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "STYLE"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "设置名称引用风格;有效的 STYLE 值请参阅以下说明"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "来自 STRING 的额外的引用字符"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "禁用来自 STRING 的字符引用"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "兼容性选项:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "创建归档时,相当于 --old-archive;展开归档时,相当于 --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "其它选项:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "禁用某些潜在的有危险的选项"
-
-#: src/tar.c:930
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "您不能指定超过一个\"-Acdtrux\"或是\"--test-label\"外的选项"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "压缩选项冲突"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "未知的信号名称: %s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "找不到数据样板文件"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "把未知的时间格式 %2$s 替换为 %1$s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "选项 %s: 将日期 ‘%s’ 当作 %s"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s: 文件列表已经读取"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s: 读取的文件名含有空字符"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, c-format
-msgid "filter the archive through %s"
-msgstr "通过 %s 过滤归档"
-
-#: src/tar.c:1296
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "--quoting-style 选项的有效参数为:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"此 tar 默认为:\n"
-
-#: src/tar.c:1402
-#, fuzzy
-msgid "Invalid blocking factor"
-msgstr "无效的块因子"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "无效的磁带长度"
-
-#: src/tar.c:1529
-msgid "Invalid incremental level value"
-msgstr "无效的增量度"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "多于一个时间阈值"
-
-#: src/tar.c:1630 src/tar.c:1633
-#, fuzzy
-msgid "Invalid sparse version value"
-msgstr "无效的稀疏版本值"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "此平台不支持 --atime-preserve=‘system’ "
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint 值不是个整数"
-
-#: src/tar.c:1848
-msgid "Invalid group"
-msgstr "无效的组"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "选项中给出无效的访问模式"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "无效的数字"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "无效的所有者"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"--preserve 选项已经废弃了,请使用 --preserve-permissions --preserve-order 代"
-"替"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "无效的记录大小"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "记录大小必须是 %d 的倍数。"
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "无效的元素数"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "仅允许使用一个 --to-command 选项"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "错误的压缩参数: %s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "未知的压缩参数: ‘%c’"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "本 tar 不支持选项“-[0-7][lmh]”"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FILE]..."
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "旧选项“%c”需要参数。"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "没有一个文件列表时 --occurrence 是没有意义的"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence 不能用于请求的操作模式中"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "多个归档文件需要使用“-M”选项"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "无法在使用 --newer 的时候使用 --listed-incremental"
-
-#: src/tar.c:2406
-msgid "--level is meaningless without --listed-incremental"
-msgstr "没有 --listed-incremental 选项的话 --level 选项是无意义的"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s:卷标过长 (限制为 %lu 字节)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "无法检验多卷归档文件"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "无法检验压缩归档文件"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "无法使用多卷压缩归档文件"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "无法联结压缩归档文件"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option 只能用于 POSIX 归档中"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "卷长度不可小于记录大小"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order 与 --listed-incremental 不匹配"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "谨慎地拒绝创建空归档文件"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "选项“-Aru”与“-f -”不兼容"
-
-#: src/tar.c:2621
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "您必须从\"-Acdtrux\"或是\"--test-label\"选项中指定一个"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "由于前次错误,将以上次的错误状态退出"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s:文件缩小 %s 字节"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "关键字 %s 未知或还未实现"
-
-#: src/xheader.c:174
-msgid "Time stamp is out of allowed range"
-msgstr "时间标记超出允许范围"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "不能使用模式 %s"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "不能覆盖关键字 %s"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "错误的扩展头: 缺少 length"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "扩展头长度超出所允许的范围"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "扩展头长度 %*s 超出范围"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "错误的扩展头: length 后缺少空白符"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "错误的扩展头: 缺少等于符号"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "错误的扩展头: 缺少空行"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "忽略未知的扩展头关键字‘%s’"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "生成的关键字/值对太长了(keyword=%s, length=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "扩展头 %s=%s 超出范围 %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "错误的扩展头: %s=%s 无效"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "错误的扩展头: %s=%s 溢出"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "错误的扩展头: %s 无效: 非预期的分隔符 %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "错误的扩展头: %s 无效: 奇怪的数值"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s: 无效的超时设置"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s: 未知的检查点操作"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "写入"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "读取"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "写入操作的检查点 %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "读取操作的检查点 %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile 为 GNU paxutils 测试软件操作数据文件。\n"
-"选项为:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "文件创建选项:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "SIZE"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "创建指定 SIZE 的文件"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "写入文件 NAME,而不是标准输出"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "从 FILE 读取文件名"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T 读取以 NULL 终止的名字"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "以指定的 PATTERN 填充文件。PATTERN 可以是‘default’或是‘zeros’"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "稀疏文件的块大小"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "生成稀疏文件。命令行其余选项指定 map 文件。"
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "OFFSET"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "在写入数据前定位至指定的偏移位"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "文件统计选项:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr "打印每个给定文件的 stat 结构定义的内容。默认 FORMAT 是: "
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "同步执行选项:"
-
-#: tests/genfile.c:163
-msgid "OPTION"
-msgstr "OPTION"
-
-#: tests/genfile.c:164
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"执行 ARGS。与 --checkpoint 或 --cut,--append,--touch 中的一个一起使用时有用"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "只要达到 checkpoint NUMBER 指定的数值就执行指定的操作(见下)"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "为下一个 --touch 选项设定日期"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "显示执行的 checkpoints 以及 COMMAND 的退出状态"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"同步执行操作。当达到由 --checkpoint 选项指定的 checkpoint 数值时会执行这些操"
-"作。"
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr "截短 FILE 至由前面 --length 选项指定的大小(如果未指定的话,默认 0)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr "添加 SIZE 字节至 FILE。SIZE 由前面的 --length 选项指定。"
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "更新 FILE 的访问和修改时间"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "执行 COMMAND"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr "删除 FILE"
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "无效的值: %s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "数值超出所允许的范围: %s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "负值: %s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "stat(%s) 错误"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "需要文件长度为 %lu,实际为 %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "所创建的文件非稀疏文件"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "“%s”附近解析数字错误"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "未知的数据格式"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[ARGS...]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "无法打开“%s”"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "无法定位"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "文件名包含空字符"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr "使用 --file 选项无法在标准输出上生成离散文件"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "不正确的掩码(“%s”附近)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "未知的文件掩码位“%s”"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "无法设定“%s”的时间"
-
-#: tests/genfile.c:699
-#, c-format
-msgid "cannot unlink `%s'"
-msgstr "无法删除 \"%s\""
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "命令成功退出\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "命令出错,状态 %d\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "命令由信号 %d 终止了\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "命令由信号 %d 停止了\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "命令输出 core\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "命令终止\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat 选项需要文件名"
-
-#~ msgid "Cannot save working directory"
-#~ msgstr "无法保存工作目录"
-
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "无法解析主机 %s"
-
-#~ msgid "suppress this warning."
-#~ msgstr "不显示此警告。"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s:非法选项 -- %c\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "将错误报告到 <%s>。\n"
-
-#~ msgid "Input string too long"
-#~ msgstr "输入字符串太长了"
-
-#~ msgid "Number syntax error"
-#~ msgstr "编号语法错误"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd:无法分配缓冲区空间\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "无法分配缓冲区空间"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "请用“%s --help”获得更多信息。\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "用法:%s [选项]\n"
-#~ "操作磁带驱动器,接受来自远程进程的命令。\n"
-#~ "\n"
-#~ "  --version  输出版本信息。\n"
-#~ "  --help  输出此帮助。\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "定位偏移量错误"
-
-#~ msgid "Premature end of file"
-#~ msgstr "过早的文件结尾"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "正在读入 %s\n"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "错误不可恢复:现在退出"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "通过 bzip2 过滤归档"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "通过 gzip 过滤归档"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "通过 compress 过滤归档"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "通过 lzma 过滤归档"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "通过 lzop 过滤归档"
-
-#~ msgid "Warning: the -I option is not supported; perhaps you meant -j or -T?"
-#~ msgstr "警告:不支持 -I 选项,或许您的意思是 -j 或者 -T ?"
-
-#~ msgid "Error exit delayed from previous errors"
-#~ msgstr "由于前面延迟的错误而退出"
-
-#~ msgid "block size"
-#~ msgstr "块大小"
-
-#~ msgid "WARNING: No volume header"
-#~ msgstr "警告:没有卷头"
-
-#~ msgid "Visible long name error"
-#~ msgstr "可见的长文件名错误"
-
-#~ msgid "Device number out of range"
-#~ msgstr "设备号超出范围"
-
-#~ msgid "Visible longname error"
-#~ msgstr "可见的长文件名错误"
-
-#~ msgid "Renamed %s to %s"
-#~ msgstr "将 %s 改名为 %s"
-
-#~ msgid "%s: Cannot symlink to %s"
-#~ msgstr "%s:无法符号连接到 %s"
-
-#~ msgid "Symlinked %s to %s"
-#~ msgstr "将 %s 符号连接到 %s"
-
-#~ msgid "Unknown demangling command %s"
-#~ msgstr "未知的反转换命令 %s"
-
-#~ msgid "Missing file name after -C"
-#~ msgstr "-C 之后缺少文件名"
-
-#~ msgid ""
-#~ "This program comes with NO WARRANTY, to the extent permitted by law.\n"
-#~ "You may redistribute it under the terms of the GNU General Public "
-#~ "License;\n"
-#~ "see the file named COPYING for details."
-#~ msgstr ""
-#~ "在法律许可的范围内,本程序不提供任何担保。\n"
-#~ "您可以在 GNU 一般通用许可证的条款下分发本程序;\n"
-#~ "请参考名为 COPYING 的文件以了解详细信息。"
-
-#~ msgid "rmtd: Garbage command %c\n"
-#~ msgstr "rmtd:垃圾命令 %c\n"
-
-#~ msgid ""
-#~ "GNU `tar' saves many files together into a single tape or disk archive, "
-#~ "and\n"
-#~ "can restore individual files from the archive.\n"
-#~ msgstr ""
-#~ "GNU“tar”将许多文件保存到一个磁带或磁盘归档文件中,\n"
-#~ "并可以从归档文件中恢复各个文件。\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "If a long option shows an argument as mandatory, then it is mandatory\n"
-#~ "for the equivalent short option also.  Similarly for optional arguments.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "如果长选项表明参数是必需的,那么对等价的短选项\n"
-#~ "来说它同样是必需的。对可选的参数来说也类似。\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Main operation mode:\n"
-#~ "  -t, --list              list the contents of an archive\n"
-#~ "  -x, --extract, --get    extract files from an archive\n"
-#~ "  -c, --create            create a new archive\n"
-#~ "  -d, --diff, --compare   find differences between archive and file "
-#~ "system\n"
-#~ "  -r, --append            append files to the end of an archive\n"
-#~ "  -u, --update            only append files newer than copy in archive\n"
-#~ "  -A, --catenate          append tar files to an archive\n"
-#~ "      --concatenate       same as -A\n"
-#~ "      --delete            delete from the archive (not on mag tapes!)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "主要操作模式:\n"
-#~ "  -t, --list              列出归档文件内容目录\n"
-#~ "  -x, --extract, --get    从归档文件中展开文件\n"
-#~ "  -c, --create            创建新的归档文件\n"
-#~ "  -d, --diff, --compare   找出归档文件和文件系统的不同之处\n"
-#~ "  -r, --append            将文件附加到归档文件之后\n"
-#~ "  -u, --update            只附加比归档中新的文件\n"
-#~ "  -A, --catenate          将 tar 文件附加到归档文件之后\n"
-#~ "      --concatenate       与 -A 相同\n"
-#~ "      --delete            从归档文件中删除 (不能在磁带上!)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Operation modifiers:\n"
-#~ "  -W, --verify               attempt to verify the archive after writing "
-#~ "it\n"
-#~ "      --remove-files         remove files after adding them to the "
-#~ "archive\n"
-#~ "  -k, --keep-old-files       don't replace existing files when "
-#~ "extracting\n"
-#~ "      --keep-newer-files     don't replace existing files that are newer\n"
-#~ "                             than their archive copies\n"
-#~ "      --overwrite            overwrite existing files when extracting\n"
-#~ "      --no-overwrite-dir     preserve metadata of existing directories\n"
-#~ "  -U, --unlink-first         remove each file prior to extracting over "
-#~ "it\n"
-#~ "      --recursive-unlink     empty hierarchies prior to extracting "
-#~ "directory\n"
-#~ "  -S, --sparse               handle sparse files efficiently\n"
-#~ "  -O, --to-stdout            extract files to standard output\n"
-#~ "  -G, --incremental          handle old GNU-format incremental backup\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             handle new GNU-format incremental backup\n"
-#~ "      --ignore-failed-read   do not exit with nonzero on unreadable "
-#~ "files\n"
-#~ "      --occurrence[=NUM]     process only the NUMth occurrence of each "
-#~ "file in\n"
-#~ "                             the archive. This option is valid only in\n"
-#~ "                             conjunction with one of the subcommands --"
-#~ "delete,\n"
-#~ "                             --diff, --extract or --list and when a list "
-#~ "of\n"
-#~ "                             files is given either on the command line "
-#~ "or\n"
-#~ "                             via -T option.\n"
-#~ "                             NUM defaults to 1.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "操作修饰符:\n"
-#~ "  -W, --verify               试图在写入归档之后对其进行验证\n"
-#~ "      --remove-files         在将文件添加到归档之后删除文件\n"
-#~ "  -k, --keep-old-files       在展开时不替换已存在的文件\n"
-#~ "      --keep-newer-files     不替换比归档中的副本更新的文件\n"
-#~ "      --overwrite            在展开时覆盖已存在的文件\n"
-#~ "      --no-overwrite-dir     在展开时保持已存在目录元数据\n"
-#~ "  -U, --unlink-first         在展开文件之前删除已存在的文件\n"
-#~ "      --recursive-unlink     在展开目录之前清空目录结构\n"
-#~ "  -S, --sparse               有效地处理离散文件\n"
-#~ "  -O, --to-stdout            将文件展开到标准输出\n"
-#~ "  -G, --incremental          处理旧 GNU-格式的增量备份\n"
-#~ "  -g, --listed-incremental=FILE\n"
-#~ "                             处理新 GNU-格式的增量备份\n"
-#~ "      --ignore-failed-read   遇到不可读文件时不退出\n"
-#~ "      --occurrence[=NUM]     仅处理归档中每个文件的第 NUM 次出现\n"
-#~ "                             此选项只在和 --delete,--diff,--extract 或"
-#~ "者 --list\n"
-#~ "                             等子命令一起使用时,并且当没有通过命令行或 -"
-#~ "T\n"
-#~ "                             选项提供一个文件列表时才有效。\n"
-#~ "                             NUM 默认为 1.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Handling of file attributes:\n"
-#~ "      --owner=NAME             force NAME as owner for added files\n"
-#~ "      --group=NAME             force NAME as group for added files\n"
-#~ "      --mode=CHANGES           force (symbolic) mode CHANGES for added "
-#~ "files\n"
-#~ "      --atime-preserve         don't change access times on dumped files\n"
-#~ "  -m, --modification-time      don't extract file modified time\n"
-#~ "      --same-owner             try extracting files with the same "
-#~ "ownership\n"
-#~ "      --no-same-owner          extract files as yourself\n"
-#~ "      --numeric-owner          always use numbers for user/group names\n"
-#~ "  -p, --same-permissions       extract permissions information\n"
-#~ "      --no-same-permissions    do not extract permissions information\n"
-#~ "      --preserve-permissions   same as -p\n"
-#~ "  -s, --same-order             sort names to extract to match archive\n"
-#~ "      --preserve-order         same as -s\n"
-#~ "      --preserve               same as both -p and -s\n"
-#~ msgstr ""
-#~ "\n"
-#~ "处理文件属性:\n"
-#~ "      --owner=NAME             将被添加的文件所有者设置为 NAME\n"
-#~ "      --group=NAME             将被添加的文件所属的组设置为 NAME\n"
-#~ "      --mode=CHANGES           将被添加的文件的属性设置为 CHANGES\n"
-#~ "      --atime-preserve         不要改变输出文件的访问时间\n"
-#~ "  -m, --modification-time      不要展开文件的修改时间\n"
-#~ "      --same-owner             试图以相同的所有权展开文件\n"
-#~ "      --no-same-owner          以您自己的身份展开文件\n"
-#~ "      --numeric-owner          总是用编号作为用户/组的名字\n"
-#~ "  -p, --same-permissions       展开权限信息\n"
-#~ "      --no-same-permissions    不展开权限信息\n"
-#~ "      --preserve-permissions   与 -p 相同\n"
-#~ "  -s, --same-order             对要展开的名称进行排序以便与归档匹配\n"
-#~ "      --preserve-order         与 -s 相同\n"
-#~ "      --preserve               与 -p 和 -s 都相同\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device selection and switching:\n"
-#~ "  -f, --file=ARCHIVE             use archive file or device ARCHIVE\n"
-#~ "      --force-local              archive file is local even if has a "
-#~ "colon\n"
-#~ "      --rmt-command=COMMAND      use given rmt COMMAND instead of /etc/"
-#~ "rmt\n"
-#~ "      --rsh-command=COMMAND      use remote COMMAND instead of rsh\n"
-#~ "  -[0-7][lmh]                    specify drive and density\n"
-#~ "  -M, --multi-volume             create/list/extract multi-volume "
-#~ "archive\n"
-#~ "  -L, --tape-length=NUM          change tape after writing NUM x 1024 "
-#~ "bytes\n"
-#~ "  -F, --info-script=FILE         run script at end of each tape (implies -"
-#~ "M)\n"
-#~ "      --new-volume-script=FILE   same as -F FILE\n"
-#~ "      --volno-file=FILE          use/update the volume number in FILE\n"
-#~ msgstr ""
-#~ "\n"
-#~ "设备选择与切换:\n"
-#~ "  -f, --file=ARCHIVE             使用归档文件或设备 ARCHIVE\n"
-#~ "      --force-local              即使含有冒号,归档文件也是本地文件\n"
-#~ "      --rmt-command=COMMAND      用给定的 rmt COMMAND 代替 /etc/rmt\n"
-#~ "      --rsh-command=COMMAND      用远程 COMMAND 代替 rsh\n"
-#~ "  -[0-7][lmh]                    指定驱动器和密度\n"
-#~ "  -M, --multi-volume             创建/列举/展开多卷归档文件\n"
-#~ "  -L, --tape-length=NUM          在写入 NUM x 1024 个字节后更换磁带\n"
-#~ "  -F, --info-script=FILE         在每个磁带末端运行脚本 (隐含 -M)\n"
-#~ "      --new-volume-script=FILE   与 -F FILE 相同\n"
-#~ "      --volno-file=FILE          使用/更新 FILE 中的卷编号\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Device blocking:\n"
-#~ "  -b, --blocking-factor=BLOCKS   BLOCKS x 512 bytes per record\n"
-#~ "      --record-size=SIZE         SIZE bytes per record, multiple of 512\n"
-#~ "  -i, --ignore-zeros             ignore zeroed blocks in archive (means "
-#~ "EOF)\n"
-#~ "  -B, --read-full-records        reblock as we read (for 4.2BSD pipes)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "设备分块:\n"
-#~ "  -b, --blocking-factor=BLOCKS   每个记录 BLOCKS x 512 个字节\n"
-#~ "      --record-size=SIZE         每个记录 SIZE 个字节,512 的倍数\n"
-#~ "  -i, --ignore-zeros             忽略归档中全为零的块 (标示文件结束)\n"
-#~ "  -B, --read-full-records        当我们读入时重新分块 (为 4.2BSD 管道提"
-#~ "供)\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Archive format selection:\n"
-#~ "      --format=FMTNAME               create archive of the given format.\n"
-#~ "                                     FMTNAME is one of the following:\n"
-#~ "                                     v7        old V7 tar format\n"
-#~ "                                     oldgnu    GNU format as per tar <= "
-#~ "1.12\n"
-#~ "                                     gnu       GNU tar 1.13 format\n"
-#~ "                                     ustar     POSIX 1003.1-1988 (ustar) "
-#~ "format\n"
-#~ "                                     posix     POSIX 1003.1-2001 (pax) "
-#~ "format\n"
-#~ "      --old-archive, --portability   same as --format=v7\n"
-#~ "      --posix                        same as --format=posix\n"
-#~ "  --pax-option keyword[[:]=value][,keyword[[:]=value], ...]\n"
-#~ "                                     control pax keywords\n"
-#~ "  -V, --label=NAME                   create archive with volume name "
-#~ "NAME\n"
-#~ "              PATTERN                at list/extract time, a globbing "
-#~ "PATTERN\n"
-#~ "  -j, --bzip2                        filter the archive through bzip2\n"
-#~ "  -z, --gzip, --ungzip               filter the archive through gzip\n"
-#~ "  -Z, --compress, --uncompress       filter the archive through compress\n"
-#~ "      --use-compress-program=PROG    filter through PROG (must accept -"
-#~ "d)\n"
-#~ msgstr ""
-#~ "\n"
-#~ "归档格式选择:\n"
-#~ "      --format=FMTNAME               创建指定格式的归档。\n"
-#~ "                                     FMTNAME 为下列格式中的一个:\n"
-#~ "                                     v7        旧式 V7 tar 格式\n"
-#~ "                                     oldgnu    tar <= 1.12 时的 GNU 格式\n"
-#~ "                                     gnu       GNU tar 1.13 格式\n"
-#~ "                                     ustar     POSIX 1003.1-1988 (ustar) "
-#~ "格式\n"
-#~ "                                     posix     POSIX 1003.1-2001 (pax) 格"
-#~ "式\n"
-#~ "      --old-archive, --portability   与 --format=v7 相同\n"
-#~ "      --posix                        与 --format=posix 相同\n"
-#~ "  --pax-option keyword[[:]=value][,keyword[[:]=value], ...]\n"
-#~ "                                     控制 pax 关键字\n"
-#~ "  -V, --label=NAME                   以卷标名 NAME 创建归档\n"
-#~ "              PATTERN                在列出/展开时,一个模糊匹配 PATTERN\n"
-#~ "  -j, --bzip2                        用 bzip2 过滤归档\n"
-#~ "  -z, --gzip, --ungzip               用 gzip 过滤归档\n"
-#~ "  -Z, --compress, --uncompress       用 compress 过滤归档\n"
-#~ "      --use-compress-program=PROG    用程序 PROG(必须接受参数 -d) 过滤归"
-#~ "档\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Local file selection:\n"
-#~ "  -C, --directory=DIR          change to directory DIR\n"
-#~ "  -T, --files-from=NAME        get names to extract or create from file "
-#~ "NAME\n"
-#~ "      --null                   -T reads null-terminated names, disable -"
-#~ "C\n"
-#~ "      --exclude=PATTERN        exclude files, given as a PATTERN\n"
-#~ "  -X, --exclude-from=FILE      exclude patterns listed in FILE\n"
-#~ "      --anchored               exclude patterns match file name start "
-#~ "(default)\n"
-#~ "      --no-anchored            exclude patterns match after any /\n"
-#~ "      --ignore-case            exclusion ignores case\n"
-#~ "      --no-ignore-case         exclusion is case sensitive (default)\n"
-#~ "      --wildcards              exclude patterns use wildcards (default)\n"
-#~ "      --no-wildcards           exclude patterns are plain strings\n"
-#~ "      --wildcards-match-slash  exclude pattern wildcards match "
-#~ "'/' (default)\n"
-#~ "      --no-wildcards-match-slash exclude pattern wildcards do not match "
-#~ "'/'\n"
-#~ "  -P, --absolute-names         don't strip leading `/'s from file names\n"
-#~ "  -h, --dereference            dump instead the files symlinks point to\n"
-#~ "      --no-recursion           avoid descending automatically in "
-#~ "directories\n"
-#~ "  -l, --one-file-system        stay in local file system when creating "
-#~ "archive\n"
-#~ "  -K, --starting-file=NAME     begin at file NAME in the archive\n"
-#~ "      --strip-path=NUM         strip NUM leading components from file "
-#~ "names\n"
-#~ "                               before extraction\n"
-#~ msgstr ""
-#~ "\n"
-#~ "本地文件选择:\n"
-#~ "  -C, --directory=DIR          进入目录 DIR\n"
-#~ "  -T, --files-from=NAME        从文件 NAME 中获取要展开或创建的文件名\n"
-#~ "      --null                   -T 读入以 null 终止的名称,禁用 -C\n"
-#~ "      --exclude=PATTERN        除去匹配 PATTERN 的文件\n"
-#~ "  -X, --exclude-from=FILE      出去匹配在 FILE 中列出的模式的文件\n"
-#~ "      --anchored               去除模式匹配文件起点 (默认)\n"
-#~ "      --no-anchored            去除任何 / 之后的模式匹配\n"
-#~ "      --ignore-case            去除匹配时忽略大小写\n"
-#~ "      --no-ignore-case         去除匹配时关心大小写 (默认)\n"
-#~ "      --wildcards              在去除匹配时使用通配符 (默认)\n"
-#~ "      --no-wildcards           在去除匹配时使用普通字符串\n"
-#~ "      --wildcards-match-slash  去除模式通配符匹配“/” (默认)\n"
-#~ "      --no-wildcards-match-slash 去除模式通配符不匹配“/”\n"
-#~ "  -P, --absolute-names         不要从文件名中去掉最前头的“/”\n"
-#~ "  -h, --dereference            输出连接指向的文件而不是文件连接\n"
-#~ "      --no-recursion           避免在目录间自动递归\n"
-#~ "  -l, --one-file-system        创建归档文件时留在本地文件系统中\n"
-#~ "  -K, --starting-file=NAME     从归档中的文件 NAME 开始\n"
-#~ "      --strip-path=NUM         展开前从文件名中删除前面的 NUM 个元素\n"
-
-#~ msgid ""
-#~ "  -N, --newer=DATE-OR-FILE     only store files newer than DATE-OR-FILE\n"
-#~ "      --newer-mtime=DATE       compare date and time when data changed "
-#~ "only\n"
-#~ "      --after-date=DATE        same as -N\n"
-#~ msgstr ""
-#~ "  -N, --newer=DATE-OR-FILE     只存储比指定的日期或者文件更新的文件\n"
-#~ "      --newer-mtime=DATE       只在数据发生变化时比较日期和时间\n"
-#~ "      --after-date=DATE        与 -N 相同\n"
-
-#~ msgid ""
-#~ "      --backup[=CONTROL]       backup before removal, choose version "
-#~ "control\n"
-#~ "      --suffix=SUFFIX          backup before removal, override usual "
-#~ "suffix\n"
-#~ msgstr ""
-#~ "      --backup[=CONTROL]       在删除前备份,选择版本控制\n"
-#~ "      --suffix=SUFFIX          在删除前备份,覆盖常用后缀\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Informative output:\n"
-#~ "      --help            print this help, then exit\n"
-#~ "      --version         print tar program version number, then exit\n"
-#~ "  -v, --verbose         verbosely list files processed\n"
-#~ "      --checkpoint      print directory names while reading the archive\n"
-#~ "      --check-links     print a message if not all links are dumped\n"
-#~ "      --totals          print total bytes written while creating archive\n"
-#~ "      --index-file=FILE send verbose output to FILE\n"
-#~ "      --utc             print file modification dates in UTC\n"
-#~ "  -R, --block-number    show block number within archive with each "
-#~ "message\n"
-#~ "  -w, --interactive     ask for confirmation for every action\n"
-#~ "      --confirmation    same as -w\n"
-#~ msgstr ""
-#~ "\n"
-#~ "提示性输出:\n"
-#~ "      --help            打印该求助信息,而后退出\n"
-#~ "      --version         打印 tar 程序的版本号,而后退出\n"
-#~ "  -v, --verbose         详细列出处理的文件\n"
-#~ "      --checkpoint      在读入归档文件时打印目录名\n"
-#~ "      --check-links     如果未输出所以连接则打印一条消息\n"
-#~ "      --totals          在创建归档文件时打印总计写入的字节数\n"
-#~ "      --index-file=FILE 输出详细输出到文件 FILE\n"
-#~ "      --utc             以 UTC 格式打印文件修改时间\n"
-#~ "  -R, --block-number    在每条消息中都显示归档文件中的块编号\n"
-#~ "  -w, --interactive     每一动作都请求确认\n"
-#~ "      --confirmation    与 -w 相同\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "ARCHIVE may be FILE, HOST:FILE or USER@HOST:FILE; DATE may be a textual "
-#~ "date\n"
-#~ "or a file name starting with `/' or `.', in which case the file's date is "
-#~ "used.\n"
-#~ "*This* `tar' defaults to `--format=%s -f%s -b%d'.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ARCHIVE 可以是 FILE,HOST:FILE 或者 USER@HOST:FILE;DATE 可以是一文字时"
-#~ "间\n"
-#~ "或者是一以“/”或“.”开头的文件名,这时使用该文件的时间。\n"
-#~ "*本* “tar” 默认为“--format=%s -f%s -b%d”。\n"
-
-#~ msgid "Warning: the -y option is not supported; perhaps you meant -j?"
-#~ msgstr "警告:不支持 -y 选项;您的意思可能是 -j?"
-
-#~ msgid "Written by John Gilmore and Jay Fenlason."
-#~ msgstr "由 John Gilmore 和 Jay Fenlason 编写。"
diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo
deleted file mode 100644 (file)
index cd13a3d..0000000
Binary files a/po/zh_TW.gmo and /dev/null differ
diff --git a/po/zh_TW.po b/po/zh_TW.po
deleted file mode 100644 (file)
index 8c3b294..0000000
+++ /dev/null
@@ -1,2769 +0,0 @@
-# Traditional Chinese Messages for tar.
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# This file is distributed under the same license as the tar package.
-# Wei-Lun Chao <chaoweilun@gmail.com>, 2009.
-#
-#: src/create.c:1552
-msgid ""
-msgstr ""
-"Project-Id-Version: tar 1.22\n"
-"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
-"POT-Creation-Date: 2010-11-07 17:07+0200\n"
-"PO-Revision-Date: 2009-08-30 00:17+0800\n"
-"Last-Translator: Wei-Lun Chao <chaoweilun@gmail.com>\n"
-"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
-"Language: zh_TW\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: gnu/argmatch.c:135
-#, c-format
-msgid "invalid argument %s for %s"
-msgstr "%2$s 的引數 %1$s 無效"
-
-#: gnu/argmatch.c:136
-#, c-format
-msgid "ambiguous argument %s for %s"
-msgstr "%2$s 的引數 %1$s 是模稜兩可的"
-
-#: gnu/argmatch.c:155
-#, c-format
-msgid "Valid arguments are:"
-msgstr "有效的引數為:"
-
-#: gnu/argp-help.c:149
-#, c-format
-msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
-msgstr "ARGP_HELP_FMT:%s 值是少於或等於 %s"
-
-#: gnu/argp-help.c:222
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
-msgstr "%.*s: ARGP_HELP_FMT 參數需要一個值"
-
-#: gnu/argp-help.c:228
-#, c-format
-msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
-msgstr "%.*s: ARGP_HELP_FMT 參數必須是正值"
-
-#: gnu/argp-help.c:237
-#, c-format
-msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
-msgstr "%.*s: 不明的 ARGP_HELP_FMT 參數"
-
-#: gnu/argp-help.c:249
-#, c-format
-msgid "Garbage in ARGP_HELP_FMT: %s"
-msgstr "ARGP_HELP_FMT 中無用的資訊: %s"
-
-#: gnu/argp-help.c:1246
-msgid ""
-"Mandatory or optional arguments to long options are also mandatory or "
-"optional for any corresponding short options."
-msgstr "長選項的必須或可選用的引數也是相對應短選項的必須或可選用的引數。"
-
-#: gnu/argp-help.c:1639
-msgid "Usage:"
-msgstr "用法:"
-
-#: gnu/argp-help.c:1643
-msgid "  or: "
-msgstr "  或:"
-
-#: gnu/argp-help.c:1655
-msgid " [OPTION...]"
-msgstr " [選項…]"
-
-#: gnu/argp-help.c:1682
-#, c-format
-msgid "Try `%s --help' or `%s --usage' for more information.\n"
-msgstr "試試「%s --help」或「%s --usage」以獲得更多資訊。\n"
-
-#: gnu/argp-help.c:1710
-#, c-format
-msgid "Report bugs to %s.\n"
-msgstr "請向 %s 回報錯誤。\n"
-
-#: gnu/argp-help.c:1929 gnu/error.c:183
-msgid "Unknown system error"
-msgstr "不明的系統錯誤"
-
-#: gnu/argp-parse.c:83
-msgid "give this help list"
-msgstr "給出這個使用方式列表"
-
-#: gnu/argp-parse.c:84
-msgid "give a short usage message"
-msgstr "給出簡短的使用訊息"
-
-#: gnu/argp-parse.c:85 src/tar.c:489 src/tar.c:491 src/tar.c:560
-#: tests/genfile.c:130
-msgid "NAME"
-msgstr "名稱"
-
-#: gnu/argp-parse.c:85
-msgid "set the program name"
-msgstr "設定程式名稱"
-
-#: gnu/argp-parse.c:86
-msgid "SECS"
-msgstr "秒"
-
-#: gnu/argp-parse.c:87
-msgid "hang for SECS seconds (default 3600)"
-msgstr "掛斷若干秒 (預設 3600)"
-
-#: gnu/argp-parse.c:144
-msgid "print program version"
-msgstr "印出程式版本"
-
-#: gnu/argp-parse.c:160
-#, c-format
-msgid "(PROGRAM ERROR) No version known!?"
-msgstr "(程式錯誤) 沒有已知版本 !?"
-
-#: gnu/argp-parse.c:613
-#, c-format
-msgid "%s: Too many arguments\n"
-msgstr "%s:太多引數\n"
-
-#: gnu/argp-parse.c:756
-msgid "(PROGRAM ERROR) Option should have been recognized!?"
-msgstr "(程式錯誤) 選項應該已被辨識 !?"
-
-#: gnu/closeout.c:114
-msgid "write error"
-msgstr "寫入錯誤"
-
-#: gnu/getopt.c:529 gnu/getopt.c:545
-#, fuzzy, c-format
-msgid "%s: option '%s' is ambiguous\n"
-msgstr "%s:選項「%s」是模稜兩可的\n"
-
-#: gnu/getopt.c:578 gnu/getopt.c:582
-#, fuzzy, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
-msgstr "%s:選項「--%s」不允許引數\n"
-
-#: gnu/getopt.c:591 gnu/getopt.c:596
-#, fuzzy, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
-msgstr "%s:選項「%c%s」不允許引數\n"
-
-#: gnu/getopt.c:639 gnu/getopt.c:658
-#, fuzzy, c-format
-msgid "%s: option '--%s' requires an argument\n"
-msgstr "%s:選項「%s」需要一個引數\n"
-
-#: gnu/getopt.c:696 gnu/getopt.c:699
-#, fuzzy, c-format
-msgid "%s: unrecognized option '--%s'\n"
-msgstr "%s:無法辨識的選項「--%s」\n"
-
-#: gnu/getopt.c:707 gnu/getopt.c:710
-#, fuzzy, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr "%s:無法辨識的選項「%c%s」\n"
-
-#: gnu/getopt.c:759 gnu/getopt.c:762
-#, fuzzy, c-format
-msgid "%s: invalid option -- '%c'\n"
-msgstr "%s:無效的選項 -- %c\n"
-
-#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
-#, fuzzy, c-format
-msgid "%s: option requires an argument -- '%c'\n"
-msgstr "%s:選項需要一個引數 -- %c\n"
-
-#: gnu/getopt.c:885 gnu/getopt.c:901
-#, fuzzy, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
-msgstr "%s:選項「-W %s」是模稜兩可的\n"
-
-#: gnu/getopt.c:925 gnu/getopt.c:943
-#, fuzzy, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
-msgstr "%s:選項「-W %s」不允許引數\n"
-
-#: gnu/getopt.c:964 gnu/getopt.c:982
-#, fuzzy, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr "%s:選項「%s」需要一個引數\n"
-
-#: gnu/obstack.c:425 gnu/obstack.c:427 gnu/xalloc-die.c:36
-msgid "memory exhausted"
-msgstr "記憶體已耗盡"
-
-#: gnu/openat-die.c:36
-#, c-format
-msgid "unable to record current working directory"
-msgstr "無法記錄目前的工作目錄"
-
-#: gnu/openat-die.c:54
-#, c-format
-msgid "failed to return to initial working directory"
-msgstr "回到初始工作目錄時失敗"
-
-#. TRANSLATORS:
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
-#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#.
-#. If you don't know what to put here, please see
-#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
-#. and use glyphs suitable for your language.
-#: gnu/quotearg.c:274
-msgid "`"
-msgstr "「"
-
-#: gnu/quotearg.c:275
-msgid "'"
-msgstr "」"
-
-#. TRANSLATORS: A regular expression testing for an affirmative answer
-#. (english: "yes").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^yesexpr='
-#: gnu/rpmatch.c:149
-msgid "^[yY]"
-msgstr "^[yY是]"
-
-#. TRANSLATORS: A regular expression testing for a negative answer
-#. (english: "no").  Testing the first character may be sufficient.
-#. Take care to consider upper and lower case.
-#. To enquire the regular expression that your system uses for this
-#. purpose, you can use the command
-#. locale -k LC_MESSAGES | grep '^noexpr='
-#: gnu/rpmatch.c:162
-msgid "^[nN]"
-msgstr "^[nN否]"
-
-#: gnu/version-etc.c:76
-#, c-format
-msgid "Packaged by %s (%s)\n"
-msgstr ""
-
-#: gnu/version-etc.c:79
-#, c-format
-msgid "Packaged by %s\n"
-msgstr ""
-
-#. TRANSLATORS: Translate "(C)" to the copyright symbol
-#. (C-in-a-circle), if this symbol is available in the user's
-#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
-#: gnu/version-etc.c:86
-msgid "(C)"
-msgstr "©"
-
-#: gnu/version-etc.c:88
-msgid ""
-"\n"
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>.\n"
-"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-msgstr ""
-"\n"
-"使用授權 GPLv3+: GNU GPL 第三版或後續版本<http://gnu.org/licenses/gpl."
-"html>。\n"
-"這是自由軟體:您可以自由變更和再次散布它。\n"
-"在法律所允許的範圍內沒有任何擔保。\n"
-"\n"
-
-#. TRANSLATORS: %s denotes an author name.
-#: gnu/version-etc.c:104
-#, c-format
-msgid "Written by %s.\n"
-msgstr "由 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:108
-#, c-format
-msgid "Written by %s and %s.\n"
-msgstr "由 %s 和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#: gnu/version-etc.c:112
-#, c-format
-msgid "Written by %s, %s, and %s.\n"
-msgstr "由 %s, %s, 和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:119
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"由 %s, %s, %s,\n"
-"和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:126
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"寫作由 %s, %s, %s,\n"
-" %s, 和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:133
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, and %s.\n"
-msgstr ""
-"寫作由 %s, %s, %s,\n"
-" %s, %s, 和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:141
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, and %s.\n"
-msgstr ""
-"寫作由 %s, %s, %s,\n"
-" %s, %s, %s, 和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:149
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"and %s.\n"
-msgstr ""
-"寫作由 %s, %s, %s,\n"
-" %s, %s, %s, %s,\n"
-"和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:158
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, and %s.\n"
-msgstr ""
-"寫作由 %s, %s, %s,\n"
-" %s, %s, %s, %s,\n"
-" %s, 和 %s 編寫。\n"
-
-#. TRANSLATORS: Each %s denotes an author name.
-#. You can use line breaks, estimating that each author name occupies
-#. ca. 16 screen columns and that a screen line has ca. 80 columns.
-#: gnu/version-etc.c:169
-#, c-format
-msgid ""
-"Written by %s, %s, %s,\n"
-"%s, %s, %s, %s,\n"
-"%s, %s, and others.\n"
-msgstr ""
-"寫作由 %s, %s, %s,\n"
-" %s, %s, %s, %s,\n"
-" %s, %s, 和其他人編寫。\n"
-
-#. TRANSLATORS: The placeholder indicates the bug-reporting address
-#. for this package.  Please add _another line_ saying
-#. "Report translation bugs to <...>\n" with the address for translation
-#. bugs (typically your translation team's web or email address).
-#: gnu/version-etc.c:247
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Report bugs to: %s\n"
-msgstr "請向 %s 回報錯誤。\n"
-
-#: gnu/version-etc.c:249
-#, fuzzy, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-"\n"
-"將錯誤回報給 <%s>。\n"
-
-#: gnu/version-etc.c:253
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: gnu/version-etc.c:255
-#, fuzzy, c-format
-msgid "%s home page: <http://www.gnu.org/software/%s/>\n"
-msgstr "%s 首頁:<http://www.gnu.org/software/%s/>。\n"
-
-#: gnu/version-etc.c:258
-#, fuzzy
-msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
-msgstr "使用 GNU 軟體的一般說明:<http://www.gnu.org/gethelp/>。\n"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:58 lib/paxerror.c:71
-#, c-format
-msgid "%s: Cannot %s"
-msgstr "%s:無法 %s"
-
-#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
-#. Directly translating this to another language will not work, first because
-#. %s itself is not translated.
-#. Translate it as `%s: Function %s failed'.
-#: lib/paxerror.c:84
-#, c-format
-msgid "%s: Warning: Cannot %s"
-msgstr "%s:警告:無法 %s"
-
-#: lib/paxerror.c:93
-#, c-format
-msgid "%s: Cannot change mode to %s"
-msgstr "%s:無法變更模式為 %s"
-
-#: lib/paxerror.c:101
-#, c-format
-msgid "%s: Cannot change ownership to uid %lu, gid %lu"
-msgstr "%s:無法變更所有權為 uid %lu,gid %lu"
-
-#: lib/paxerror.c:127
-#, c-format
-msgid "%s: Cannot hard link to %s"
-msgstr "%s:無法建立硬式連結到 %s"
-
-#: lib/paxerror.c:179 lib/paxerror.c:211
-#, c-format
-msgid "%s: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s:讀取 %s 位元組時錯誤,正在讀取 %lu 位元組"
-
-#: lib/paxerror.c:192
-#, c-format
-msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
-msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
-msgstr[0] "%s:警告:讀取 %s 位元組時錯誤,正在讀取 %lu 位元組"
-
-#: lib/paxerror.c:259
-#, c-format
-msgid "%s: Cannot seek to %s"
-msgstr "%s:無法尋指到 %s"
-
-#: lib/paxerror.c:275
-#, c-format
-msgid "%s: Warning: Cannot seek to %s"
-msgstr "%s:警告:無法尋指到 %s"
-
-#: lib/paxerror.c:284
-#, c-format
-msgid "%s: Cannot create symlink to %s"
-msgstr "%s:無法建立符號連結到 %s"
-
-#: lib/paxerror.c:349
-#, c-format
-msgid "%s: Wrote only %lu of %lu byte"
-msgid_plural "%s: Wrote only %lu of %lu bytes"
-msgstr[0] "%1$s:只能寫入 %3$lu 位元組中的 %2$lu 個"
-
-#: lib/paxnames.c:155
-#, c-format
-msgid "Removing leading `%s' from member names"
-msgstr "從成員名稱中移除前端的「%s」"
-
-#: lib/paxnames.c:156
-#, c-format
-msgid "Removing leading `%s' from hard link targets"
-msgstr "從硬式連結目標中移除前端的「%s」"
-
-#: lib/paxnames.c:169
-msgid "Substituting `.' for empty member name"
-msgstr "以「.」來替換空白的成員名稱"
-
-#: lib/paxnames.c:170
-msgid "Substituting `.' for empty hard link target"
-msgstr "以「.」來替換空白的硬式連結目標"
-
-#: lib/rtapelib.c:299
-#, c-format
-msgid "exec/tcp: Service not available"
-msgstr "exec/tcp:無法提供服務"
-
-#: lib/rtapelib.c:303
-#, c-format
-msgid "stdin"
-msgstr "標準輸入"
-
-#: lib/rtapelib.c:306
-#, c-format
-msgid "stdout"
-msgstr "標準輸出"
-
-#: lib/rtapelib.c:429
-#, c-format
-msgid "Cannot connect to %s: resolve failed"
-msgstr ""
-
-#: lib/rtapelib.c:515
-#, c-format
-msgid "Cannot execute remote shell"
-msgstr "無法執行遠端命令殼"
-
-#: rmt/rmt.c:432
-msgid "Seek direction out of range"
-msgstr "尋覓方向超出範圍"
-
-#: rmt/rmt.c:438
-#, fuzzy
-msgid "Invalid seek direction"
-msgstr "選項中的模式無效"
-
-#: rmt/rmt.c:446
-#, fuzzy
-msgid "Invalid seek offset"
-msgstr "無效的大小:%s"
-
-#: rmt/rmt.c:452
-msgid "Seek offset out of range"
-msgstr "尋覓偏移值超出範圍"
-
-#: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608
-#, fuzzy
-msgid "Invalid byte count"
-msgstr "無效的磁帶長度"
-
-#: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625
-#, fuzzy
-msgid "Byte count out of range"
-msgstr "尋覓偏移值超出範圍"
-
-#: rmt/rmt.c:558
-#, fuzzy
-msgid "Premature eof"
-msgstr "rmtd:檔案突然結束\n"
-
-#: rmt/rmt.c:601
-#, fuzzy
-msgid "Invalid operation code"
-msgstr "主要操作模式:"
-
-#: rmt/rmt.c:636 rmt/rmt.c:680
-msgid "Operation not supported"
-msgstr ""
-
-#: rmt/rmt.c:664
-#, fuzzy
-msgid "Unexpected arguments"
-msgstr "未預期的保存檔結尾"
-
-#: rmt/rmt.c:689
-msgid "Manipulate a tape drive, accepting commands from a remote process"
-msgstr ""
-
-#: rmt/rmt.c:696 src/tar.c:424 src/tar.c:428 src/tar.c:558 src/tar.c:573
-#: src/tar.c:704 src/tar.c:742 tests/genfile.c:166
-msgid "NUMBER"
-msgstr "數目"
-
-#: rmt/rmt.c:697
-msgid "set debug level"
-msgstr ""
-
-#: rmt/rmt.c:698 src/tar.c:422 src/tar.c:563 src/tar.c:639 src/tar.c:643
-#: src/tar.c:655 src/tar.c:665 src/tar.c:668 src/tar.c:670 src/tar.c:759
-#: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184
-#: tests/genfile.c:187 tests/genfile.c:193
-msgid "FILE"
-msgstr "檔案"
-
-#: rmt/rmt.c:699
-msgid "set debug output file name"
-msgstr ""
-
-#: rmt/rmt.c:715 rmt/rmt.c:783
-#, fuzzy, c-format
-msgid "cannot open %s"
-msgstr "無法開啟「%s」"
-
-#: rmt/rmt.c:780 tests/genfile.c:884 tests/genfile.c:901
-#, c-format
-msgid "too many arguments"
-msgstr "太多引數"
-
-#: rmt/rmt.c:822
-msgid "Garbage command"
-msgstr "無用的命令"
-
-#: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1321
-#: src/buffer.c:1367 src/buffer.c:1396 src/delete.c:211 src/list.c:245
-#: src/update.c:200
-msgid "This does not look like a tar archive"
-msgstr "這個看起來不像 tar 保存檔"
-
-#: src/buffer.c:521 src/buffer.c:530
-msgid "Total bytes written"
-msgstr "已寫入位元組總數"
-
-#: src/buffer.c:528 src/buffer.c:542
-msgid "Total bytes read"
-msgstr "已讀取位元組總數"
-
-#: src/buffer.c:532
-#, c-format
-msgid "Total bytes deleted: %s\n"
-msgstr "已刪除位元組總數:%s\n"
-
-#: src/buffer.c:621
-msgid "(pipe)"
-msgstr "(管線)"
-
-#: src/buffer.c:644
-msgid "Invalid value for record_size"
-msgstr "無效的記錄大小"
-
-#: src/buffer.c:647
-msgid "No archive name given"
-msgstr "沒有指定保存檔名稱"
-
-#: src/buffer.c:689
-msgid "Cannot verify stdin/stdout archive"
-msgstr "無法檢驗標準輸出入保存檔"
-
-#: src/buffer.c:703
-#, c-format
-msgid "Archive is compressed. Use %s option"
-msgstr "保存檔被壓縮過。使用 %s 選項"
-
-#: src/buffer.c:760 src/tar.c:2448
-msgid "Cannot update compressed archives"
-msgstr "無法更新壓縮的保存檔"
-
-#: src/buffer.c:853
-msgid "At beginning of tape, quitting now"
-msgstr "位於磁帶起始部份,立刻退出"
-
-#: src/buffer.c:859
-msgid "Too many errors, quitting"
-msgstr "太多錯誤,離開中"
-
-#: src/buffer.c:892
-#, c-format
-msgid "Record size = %lu block"
-msgid_plural "Record size = %lu blocks"
-msgstr[0] "記錄大小 = %lu 區塊"
-
-#: src/buffer.c:913
-#, c-format
-msgid "Unaligned block (%lu byte) in archive"
-msgid_plural "Unaligned block (%lu bytes) in archive"
-msgstr[0] "保存檔中未排列的區塊 (%lu 位元組)"
-
-#: src/buffer.c:990
-msgid "Cannot backspace archive file; it may be unreadable without -i"
-msgstr "無法倒退保存檔檔案;沒有 -i 也許會無法讀取"
-
-#: src/buffer.c:1022
-msgid "rmtlseek not stopped at a record boundary"
-msgstr "rmtlseek 無法在記錄分界處停止"
-
-#: src/buffer.c:1073
-#, c-format
-msgid "%s: contains invalid volume number"
-msgstr "%s:包含無效的卷冊號碼"
-
-#: src/buffer.c:1108
-msgid "Volume number overflow"
-msgstr "卷冊號碼已滿"
-
-#: src/buffer.c:1123
-#, c-format
-msgid "Prepare volume #%d for %s and hit return: "
-msgstr "準備好卷冊 #%d 以完成 %s 並按下 return: "
-
-#: src/buffer.c:1129
-msgid "EOF where user reply was expected"
-msgstr "到達期待使用者回答的檔案末端"
-
-#: src/buffer.c:1134 src/buffer.c:1166
-msgid "WARNING: Archive is incomplete"
-msgstr "警告:保存檔不完整"
-
-#: src/buffer.c:1148
-#, c-format
-msgid ""
-" n name        Give a new file name for the next (and subsequent) volume(s)\n"
-" q             Abort tar\n"
-" y or newline  Continue operation\n"
-msgstr ""
-" n 名稱        賦予下一個 (以及後續的) 卷冊一個新檔名\n"
-" q             放棄打包\n"
-" y 或 newline  繼續作業\n"
-
-#: src/buffer.c:1153
-#, c-format
-msgid " !             Spawn a subshell\n"
-msgstr " !             衍生一個子命令殼\n"
-
-#: src/buffer.c:1154
-#, c-format
-msgid " ?             Print this list\n"
-msgstr " ?             列印這個清單\n"
-
-#: src/buffer.c:1161
-msgid "No new volume; exiting.\n"
-msgstr "沒有新卷冊;離開。\n"
-
-#: src/buffer.c:1194
-msgid "File name not specified. Try again.\n"
-msgstr "檔案名稱尚未指定。再次嘗試。\n"
-
-#: src/buffer.c:1207
-#, c-format
-msgid "Invalid input. Type ? for help.\n"
-msgstr "無效的輸入。按下 ? 以獲得說明。\n"
-
-#: src/buffer.c:1258
-#, c-format
-msgid "%s command failed"
-msgstr "%s 命令失敗"
-
-#: src/buffer.c:1439
-#, c-format
-msgid "%s is possibly continued on this volume: header contains truncated name"
-msgstr "%s 在本卷冊中可能連續:標頭含有截斷的名稱"
-
-#: src/buffer.c:1443
-#, c-format
-msgid "%s is not continued on this volume"
-msgstr "%s 在本卷冊中並不連續"
-
-#: src/buffer.c:1457
-#, c-format
-msgid "%s is the wrong size (%s != %s + %s)"
-msgstr "%s 的大小有錯 (%s != %s + %s)"
-
-#: src/buffer.c:1472
-#, c-format
-msgid "This volume is out of sequence (%s - %s != %s)"
-msgstr "本卷冊已超出序列 (%s - %s !=%s)"
-
-#: src/buffer.c:1550 src/buffer.c:1576
-#, c-format
-msgid "Archive not labeled to match %s"
-msgstr "保存檔未標誌為符合 %s"
-
-#: src/buffer.c:1580
-#, c-format
-msgid "Volume %s does not match %s"
-msgstr "卷冊 %s 不符合 %s"
-
-#: src/buffer.c:1674
-#, c-format
-msgid ""
-"%s: file name too long to be stored in a GNU multivolume header, truncated"
-msgstr "%s:檔名太長,無法儲存於 GNU 多重卷冊標頭之中,已截斷"
-
-#: src/buffer.c:1865
-msgid "write did not end on a block boundary"
-msgstr "並未於區段界限結束寫入"
-
-#: src/compare.c:95
-#, c-format
-msgid "Could only read %lu of %lu byte"
-msgid_plural "Could only read %lu of %lu bytes"
-msgstr[0] "只能讀取 %2$lu 位元組中的 %1$lu 個"
-
-#: src/compare.c:105 src/compare.c:382
-msgid "Contents differ"
-msgstr "內容不同"
-
-#: src/compare.c:131 src/extract.c:972 src/incremen.c:1462 src/list.c:458
-#: src/list.c:1392 src/xheader.c:711
-msgid "Unexpected EOF in archive"
-msgstr "未預期的保存檔結尾"
-
-#: src/compare.c:179 src/compare.c:195 src/compare.c:308 src/compare.c:406
-msgid "File type differs"
-msgstr "檔案類型不同"
-
-#: src/compare.c:182 src/compare.c:202 src/compare.c:322
-msgid "Mode differs"
-msgstr "模式不同"
-
-#: src/compare.c:205
-msgid "Uid differs"
-msgstr "Uid 號碼不同"
-
-#: src/compare.c:207
-msgid "Gid differs"
-msgstr "Gid 號碼不同"
-
-#: src/compare.c:211
-msgid "Mod time differs"
-msgstr "修改時間不同"
-
-#: src/compare.c:215 src/compare.c:414
-msgid "Size differs"
-msgstr "大小不同"
-
-#: src/compare.c:263
-#, c-format
-msgid "Not linked to %s"
-msgstr "並未鏈結至 %s"
-
-#: src/compare.c:287
-msgid "Symlink differs"
-msgstr "符號連結不同"
-
-#: src/compare.c:316
-msgid "Device number differs"
-msgstr "裝置編號不同"
-
-#: src/compare.c:456
-#, c-format
-msgid "Verify "
-msgstr "驗證 "
-
-#: src/compare.c:463
-#, c-format
-msgid "%s: Unknown file type `%c', diffed as normal file"
-msgstr "%s:不明檔案類型「%c」,會以普通檔案的方式作比較"
-
-#: src/compare.c:518
-msgid "Archive contains file names with leading prefixes removed."
-msgstr "保存檔包含前置文字被移除的檔案名稱。"
-
-#: src/compare.c:520
-msgid "Verification may fail to locate original files."
-msgstr "查核動作可能無法找到原始檔案"
-
-#: src/compare.c:593
-#, c-format
-msgid "VERIFY FAILURE: %d invalid header detected"
-msgid_plural "VERIFY FAILURE: %d invalid headers detected"
-msgstr[0] "驗證失敗:%d 偵測到無效的標頭"
-
-#: src/compare.c:611 src/list.c:222
-#, c-format
-msgid "A lone zero block at %s"
-msgstr "位於 %s 的孤立零值區塊"
-
-#: src/create.c:72
-#, c-format
-msgid "%s: contains a cache directory tag %s; %s"
-msgstr "%s:包含一個快取目錄標記 %s; %s"
-
-#: src/create.c:261
-#, c-format
-msgid "value %s out of %s range %s..%s; substituting %s"
-msgstr "數值 %s 已超出 %s 的範圍 %s..%s;以 %s 替代中"
-
-#: src/create.c:267
-#, c-format
-msgid "value %s out of %s range %s..%s"
-msgstr "數值 %s 已超出 %s 的範圍 %s..%s"
-
-#: src/create.c:327
-msgid "Generating negative octal headers"
-msgstr "正在產生負數的八進位標頭"
-
-#: src/create.c:612 src/create.c:675
-#, c-format
-msgid "%s: file name is too long (max %d); not dumped"
-msgstr "%s:檔名太長 (最大 %d);未傾印"
-
-#: src/create.c:622
-#, c-format
-msgid "%s: file name is too long (cannot be split); not dumped"
-msgstr "%s:檔名太長 (無法分割);未傾印"
-
-#: src/create.c:649
-#, c-format
-msgid "%s: link name is too long; not dumped"
-msgstr "%s:鏈結名稱太長;未傾印"
-
-#: src/create.c:1064
-#, c-format
-msgid "%s: File shrank by %s byte; padding with zeros"
-msgid_plural "%s: File shrank by %s bytes; padding with zeros"
-msgstr[0] "%s:檔案縮小了 %s 位元組;以零值填補"
-
-#: src/create.c:1160
-#, c-format
-msgid "%s: file is on a different filesystem; not dumped"
-msgstr "%s:檔案位於不同的檔案系統;未傾印"
-
-#: src/create.c:1203 src/create.c:1214 src/incremen.c:582 src/incremen.c:588
-msgid "contents not dumped"
-msgstr "內容無法傾印"
-
-#: src/create.c:1418
-#, c-format
-msgid "%s: Unknown file type; file ignored"
-msgstr "%s:不明檔案類型;忽略該檔案"
-
-#: src/create.c:1529
-#, fuzzy, c-format
-msgid "Missing links to %s."
-msgstr "失去至 %s 的連結。\n"
-
-#: src/create.c:1690
-#, c-format
-msgid "%s: file is unchanged; not dumped"
-msgstr "%s:檔案沒有變更;未傾印"
-
-#: src/create.c:1699
-#, c-format
-msgid "%s: file is the archive; not dumped"
-msgstr "%s:檔案是保存檔;未傾印"
-
-#: src/create.c:1723 src/incremen.c:575
-msgid "directory not dumped"
-msgstr "目錄未傾印"
-
-#: src/create.c:1795
-#, c-format
-msgid "%s: file changed as we read it"
-msgstr "%s:檔案在讀取時已變更"
-
-#: src/create.c:1857
-#, c-format
-msgid "%s: socket ignored"
-msgstr "%s:忽略通訊端"
-
-#: src/create.c:1863
-#, c-format
-msgid "%s: door ignored"
-msgstr "%s:忽略匣門"
-
-#: src/delete.c:217 src/list.c:259 src/update.c:205
-msgid "Skipping to next header"
-msgstr "跳至下一個標頭"
-
-#: src/delete.c:283
-msgid "Deleting non-header from archive"
-msgstr "從保存檔中刪除無標頭者"
-
-#: src/extract.c:277
-#, c-format
-msgid "%s: implausibly old time stamp %s"
-msgstr "%s:難以確信的舊時間戳記 %s"
-
-#: src/extract.c:295
-#, c-format
-msgid "%s: time stamp %s is %s s in the future"
-msgstr "%s:時間戳記 %s 代表未來的 %s 秒"
-
-#: src/extract.c:475
-#, c-format
-msgid "%s: Unexpected inconsistency when making directory"
-msgstr "%s:產生目錄時有未預期的不一致"
-
-#: src/extract.c:709
-#, c-format
-msgid "%s: Directory renamed before its status could be extracted"
-msgstr "%s:解開目錄狀態之前已更改了名稱"
-
-#: src/extract.c:863
-msgid "Extracting contiguous files as regular files"
-msgstr "正在解開連續檔案為正常檔案"
-
-#: src/extract.c:1197
-msgid "Attempting extraction of symbolic links as hard links"
-msgstr "嘗試解開符號連結為硬式連結"
-
-#: src/extract.c:1353
-#, c-format
-msgid "%s: Cannot extract -- file is continued from another volume"
-msgstr "%s:無法解開 -- 檔案延續自其他卷冊"
-
-#: src/extract.c:1360 src/list.c:1125
-msgid "Unexpected long name header"
-msgstr "未預期的長名稱標頭"
-
-#: src/extract.c:1367
-#, c-format
-msgid "%s: Unknown file type `%c', extracted as normal file"
-msgstr "%s:不明檔案類型「%c」,會以普通檔案的方式解開資料"
-
-#: src/extract.c:1393
-#, c-format
-msgid "Current %s is newer or same age"
-msgstr "目前的 %s 較新或相同"
-
-#: src/extract.c:1445
-#, c-format
-msgid "%s: Was unable to backup this file"
-msgstr "%s:之前無法備份這個檔案"
-
-#: src/extract.c:1582
-#, c-format
-msgid "Cannot rename %s to %s"
-msgstr "無法將 %s 重新命名為 %s"
-
-#: src/incremen.c:474 src/incremen.c:518
-#, c-format
-msgid "%s: Directory has been renamed from %s"
-msgstr "%s:目錄已從 %s 重新命名"
-
-#: src/incremen.c:486
-#, c-format
-msgid "%s: Directory has been renamed"
-msgstr "%s:目錄已被重新命名"
-
-#: src/incremen.c:531
-#, c-format
-msgid "%s: Directory is new"
-msgstr "%s:目錄是新的"
-
-#: src/incremen.c:956 src/incremen.c:973
-msgid "Invalid time stamp"
-msgstr "無效的時間戳記"
-
-#: src/incremen.c:1012
-msgid "Invalid modification time (seconds)"
-msgstr "無效的修改時間 (秒)"
-
-#: src/incremen.c:1027
-msgid "Invalid modification time (nanoseconds)"
-msgstr "無效的修改時間 (奈秒)"
-
-#: src/incremen.c:1047
-msgid "Invalid device number"
-msgstr "無效的裝置號碼"
-
-#: src/incremen.c:1062
-msgid "Invalid inode number"
-msgstr "無效的 inode 號碼"
-
-#: src/incremen.c:1113 src/incremen.c:1150
-msgid "Field too long while reading snapshot file"
-msgstr "讀取快照檔時欄位太長"
-
-#: src/incremen.c:1120 src/incremen.c:1158
-msgid "Read error in snapshot file"
-msgstr "讀取快照檔時發生錯誤"
-
-#: src/incremen.c:1122 src/incremen.c:1162 src/incremen.c:1214
-#: src/incremen.c:1272
-msgid "Unexpected EOF in snapshot file"
-msgstr "未預期的快照檔結尾"
-
-#: src/incremen.c:1129 src/incremen.c:1169
-msgid "Unexpected field value in snapshot file"
-msgstr "未預期的快照檔欄位值"
-
-#: src/incremen.c:1264
-msgid "Missing record terminator"
-msgstr "缺少記錄終止符號"
-
-#: src/incremen.c:1325 src/incremen.c:1328
-msgid "Bad incremental file format"
-msgstr "不當的遞增檔案格式"
-
-#: src/incremen.c:1347
-#, c-format
-msgid "Unsupported incremental format version: %<PRIuMAX>"
-msgstr "不受支援的遞增格式版本:%<PRIuMAX>"
-
-#: src/incremen.c:1502
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found %#3o"
-msgstr "異常的傾印目錄:預期「%c」但是找到 %#3o"
-
-#: src/incremen.c:1512
-msgid "Malformed dumpdir: 'X' duplicated"
-msgstr "異常的傾印目錄:「X」重製"
-
-#: src/incremen.c:1525
-msgid "Malformed dumpdir: empty name in 'R'"
-msgstr "異常的傾印目錄:在「R」中有空的名稱"
-
-#: src/incremen.c:1538
-msgid "Malformed dumpdir: 'T' not preceeded by 'R'"
-msgstr "異常的傾印目錄:「R」未在「T」之前"
-
-#: src/incremen.c:1544
-msgid "Malformed dumpdir: empty name in 'T'"
-msgstr "異常的傾印目錄:在「T」中有空的名稱"
-
-#: src/incremen.c:1564
-#, c-format
-msgid "Malformed dumpdir: expected '%c' but found end of data"
-msgstr "異常的傾印目錄:預期「%c」但是發現資料的結束"
-
-#: src/incremen.c:1571
-msgid "Malformed dumpdir: 'X' never used"
-msgstr "異常的傾印目錄:「X」永不使用"
-
-#: src/incremen.c:1615
-#, c-format
-msgid "Cannot create temporary directory using template %s"
-msgstr "無法使用模板 %s 建立暫存目錄"
-
-#: src/incremen.c:1677
-#, c-format
-msgid "%s: Not purging directory: unable to stat"
-msgstr "%s:未能清空目錄;無法顯示狀態"
-
-#: src/incremen.c:1690
-#, c-format
-msgid "%s: directory is on a different device: not purging"
-msgstr "%s:目錄位於不同的裝置;無法清空"
-
-#: src/incremen.c:1698
-#, c-format
-msgid "%s: Deleting %s\n"
-msgstr "%s:正在刪除 %s\n"
-
-#: src/incremen.c:1703
-#, c-format
-msgid "%s: Cannot remove"
-msgstr "%s:無法移除"
-
-#: src/list.c:190
-#, c-format
-msgid "%s: Omitting"
-msgstr "%s:省略中"
-
-#: src/list.c:207
-#, c-format
-msgid "block %s: ** Block of NULs **\n"
-msgstr "區塊 %s:** 空值區塊 **\n"
-
-#: src/list.c:233
-#, c-format
-msgid "block %s: ** End of File **\n"
-msgstr "區塊 %s:** 檔案結尾 **\n"
-
-#: src/list.c:256 src/list.c:1097 src/list.c:1360
-#, c-format
-msgid "block %s: "
-msgstr "區塊 %s:"
-
-#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
-#. etc.)
-#: src/list.c:712
-#, c-format
-msgid "Blanks in header where numeric %s value expected"
-msgstr "空白出現在標頭中預期為數值 %s 的地方"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:767
-#, c-format
-msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
-msgstr "保存檔八進位數值 %.*s 超出 %s 範圍;假定為二的補數"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:778
-#, c-format
-msgid "Archive octal value %.*s is out of %s range"
-msgstr "保存檔八進位數值 %.*s 超出 %s 範圍"
-
-#: src/list.c:799
-msgid "Archive contains obsolescent base-64 headers"
-msgstr "保存檔含有過時的 base-64 標頭"
-
-#: src/list.c:813
-#, c-format
-msgid "Archive signed base-64 string %s is out of %s range"
-msgstr "保存檔有號 base-64 字串 %s 超出 %s 範圍"
-
-#: src/list.c:844
-#, c-format
-msgid "Archive base-256 value is out of %s range"
-msgstr "保存檔 base-256 值超出 %s 範圍"
-
-#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
-#: src/list.c:873
-#, c-format
-msgid "Archive contains %.*s where numeric %s value expected"
-msgstr "保存檔包含 %.*s 於預期為數值 %s 的地方"
-
-#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
-#: src/list.c:895
-#, c-format
-msgid "Archive value %s is out of %s range %s..%s"
-msgstr "保存檔值 %s 已超出 %s 的範圍 %s..%s"
-
-#: src/list.c:1261
-#, c-format
-msgid " link to %s\n"
-msgstr " 連結到 %s\n"
-
-#: src/list.c:1269
-#, c-format
-msgid " unknown file type %s\n"
-msgstr " 不明檔案類型 %s\n"
-
-#: src/list.c:1287
-#, c-format
-msgid "--Long Link--\n"
-msgstr "--長 連 結--\n"
-
-#: src/list.c:1291
-#, c-format
-msgid "--Long Name--\n"
-msgstr "--長 名 稱--\n"
-
-#: src/list.c:1295
-#, c-format
-msgid "--Volume Header--\n"
-msgstr "--卷 冊 標 頭--\n"
-
-#: src/list.c:1303
-#, c-format
-msgid "--Continued at byte %s--\n"
-msgstr "--於第 %s 位元組繼續--\n"
-
-#: src/list.c:1365
-msgid "Creating directory:"
-msgstr "正在建立目錄:"
-
-#: src/misc.c:298
-#, fuzzy
-msgid "Cannot get working directory"
-msgstr "無法變更工作目錄"
-
-#: src/misc.c:571
-#, c-format
-msgid "Renaming %s to %s\n"
-msgstr "正在將 %s 重新命名為 %s\n"
-
-#: src/misc.c:580 src/misc.c:599
-#, c-format
-msgid "%s: Cannot rename to %s"
-msgstr "%s:無法重新命名為 %s"
-
-#: src/misc.c:604
-#, c-format
-msgid "Renaming %s back to %s\n"
-msgstr "將 %s 的名稱還原為 %s\n"
-
-#: src/misc.c:851
-#, c-format
-msgid "%s: File removed before we read it"
-msgstr "%s:讀取檔案之前已被移除"
-
-#: src/misc.c:866
-#, fuzzy, c-format
-msgid "%s: Directory removed before we read it"
-msgstr "%s:讀取檔案之前已被移除"
-
-#: src/misc.c:887
-msgid "child process"
-msgstr "子進程"
-
-#: src/misc.c:896
-msgid "interprocess channel"
-msgstr "進程間通道"
-
-#: src/names.c:594
-#, fuzzy
-msgid "Pattern matching characters used in file names"
-msgstr "在檔案名稱中使用的式樣匹配字元。請,"
-
-#: src/names.c:596
-#, fuzzy
-msgid ""
-"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
-"this warning"
-msgstr "使用 --wildcards 以啟用式樣匹配,或 --no-wildcards 來"
-
-#: src/names.c:614 src/names.c:630
-#, c-format
-msgid "%s: Not found in archive"
-msgstr "%s:在保存檔中找不到"
-
-#: src/names.c:615
-#, c-format
-msgid "%s: Required occurrence not found in archive"
-msgstr "%s:要求項目在保存檔中找不到"
-
-#: src/names.c:649
-#, fuzzy, c-format
-msgid "Archive label mismatch"
-msgstr "保存檔未標誌為符合 %s"
-
-#: src/names.c:953
-#, fuzzy
-msgid ""
-"Using -C option inside file list is not allowed with --listed-incremental"
-msgstr "--preserve-order 與 --listed-incremental 不相容"
-
-#: src/names.c:959
-#, fuzzy
-msgid "Only one -C option is allowed with --listed-incremental"
-msgstr "--preserve-order 與 --listed-incremental 不相容"
-
-#: src/tar.c:81
-#, c-format
-msgid "Options `-%s' and `-%s' both want standard input"
-msgstr "選項「-%s」和「-%s」兩者都需要標準輸入"
-
-#: src/tar.c:158
-#, c-format
-msgid "%s: Invalid archive format"
-msgstr "%s:無效的保存檔格式"
-
-#: src/tar.c:182
-msgid "GNU features wanted on incompatible archive format"
-msgstr "不能在不兼容的保存檔格式中使用 GNU 功能"
-
-#: src/tar.c:250
-#, c-format
-msgid ""
-"Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."
-msgstr "不明引號樣式「%s」。嘗試「%s --quoting-style=help」以取得清單。"
-
-#: src/tar.c:348
-msgid ""
-"GNU `tar' saves many files together into a single tape or disk archive, and "
-"can restore individual files from the archive.\n"
-"\n"
-"Examples:\n"
-"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
-"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
-"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
-msgstr ""
-"GNU「tar」將許多檔案一起儲存進單一磁帶或磁碟保存檔,而且可以從保存檔還原個別"
-"檔案。\n"
-"\n"
-"範例:\n"
-"  tar -cf archive.tar foo bar  # 建立包括 foo 及 bar 檔案的 archive.tar。\n"
-"  tar -tvf archive.tar         # 詳細列出 archive.tar 中的所有檔案。\n"
-"  tar -xf archive.tar          # 解開 archive.tar 中的所有檔案。\n"
-
-#: src/tar.c:357
-msgid ""
-"The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
-"The version control may be set with --backup or VERSION_CONTROL, values "
-"are:\n"
-"\n"
-"  none, off       never make backups\n"
-"  t, numbered     make numbered backups\n"
-"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
-"  never, simple   always make simple backups\n"
-msgstr ""
-"備份檔的後置字串為‘~’,除非以 --suffix 選項或是 SIMPLE_BACKUP_SUFFIX\n"
-"環境變數指定。版本控制的方式可透過 --backup 選項或 VERSION_CONTROL 環境\n"
-"變數來選擇。可用的變數值為:\n"
-"\n"
-"  none, off       永不製作備份  t, numbered     備份檔會加上數字\n"
-"  nil, existing   若有數字的備份檔已經存在則使用數字,否則使用普通方式備份\n"
-"  never, simple   永遠使用普通方式備份\n"
-
-#: src/tar.c:387
-msgid "Main operation mode:"
-msgstr "主要操作模式:"
-
-#: src/tar.c:390
-msgid "list the contents of an archive"
-msgstr "列出保存檔的內容"
-
-#: src/tar.c:392
-msgid "extract files from an archive"
-msgstr "從保存檔中解開檔案"
-
-#: src/tar.c:395
-msgid "create a new archive"
-msgstr "建立新的保存檔"
-
-#: src/tar.c:397
-msgid "find differences between archive and file system"
-msgstr "在保存檔與檔案系統之間找出差異"
-
-#: src/tar.c:400
-msgid "append files to the end of an archive"
-msgstr "加入檔案到保存檔末端"
-
-#: src/tar.c:402
-msgid "only append files newer than copy in archive"
-msgstr "只加入比保存檔中複本還新的檔案"
-
-#: src/tar.c:404
-msgid "append tar files to an archive"
-msgstr "加入 tar 檔案到保存檔中"
-
-#: src/tar.c:407
-msgid "delete from the archive (not on mag tapes!)"
-msgstr "從保存檔中刪除 (並非在磁帶上!)"
-
-#: src/tar.c:409
-msgid "test the archive volume label and exit"
-msgstr "測試保存檔卷冊標籤然後離開"
-
-#: src/tar.c:414
-msgid "Operation modifiers:"
-msgstr "運算變更項:"
-
-#: src/tar.c:417
-msgid "handle sparse files efficiently"
-msgstr "有效率地處理稀疏檔案"
-
-#: src/tar.c:418
-msgid "MAJOR[.MINOR]"
-msgstr "MAJOR[.MINOR]"
-
-#: src/tar.c:419
-msgid "set version of the sparse format to use (implies --sparse)"
-msgstr "設定稀疏格式版本以使用 (意味著 --sparse)"
-
-#: src/tar.c:421
-msgid "handle old GNU-format incremental backup"
-msgstr "處理舊型 GNU-格式之遞增備份"
-
-#: src/tar.c:423
-msgid "handle new GNU-format incremental backup"
-msgstr "處理新型 GNU-格式之遞增備份"
-
-#: src/tar.c:425
-msgid "dump level for created listed-incremental archive"
-msgstr ""
-
-#: src/tar.c:427
-msgid "do not exit with nonzero on unreadable files"
-msgstr "離開無法讀取的檔案時不要回傳非零的值"
-
-#: src/tar.c:429
-msgid ""
-"process only the NUMBERth occurrence of each file in the archive; this "
-"option is valid only in conjunction with one of the subcommands --delete, --"
-"diff, --extract or --list and when a list of files is given either on the "
-"command line or via the -T option; NUMBER defaults to 1"
-msgstr ""
-"只有對於每一個在保存檔中第 NUM 個出現的檔案才會處理。此選項只有與 --"
-"delete、--diff、--extract 或 --list 等次命令之一合併使用時才有效,而且要經由"
-"命令列或是 -T 選項來提供一個檔案序列。預設的數目是 1。"
-
-#: src/tar.c:435
-msgid "archive is seekable"
-msgstr "保存檔是可尋指的"
-
-#: src/tar.c:437
-#, fuzzy
-msgid "archive is not seekable"
-msgstr "保存檔是可尋指的"
-
-#: src/tar.c:439
-msgid "do not check device numbers when creating incremental archives"
-msgstr "不檢查裝置數量時建立遞增檔案"
-
-#: src/tar.c:442
-msgid "check device numbers when creating incremental archives (default)"
-msgstr "檢查裝置數量時建立遞增檔案 (預設)"
-
-#: src/tar.c:448
-msgid "Overwrite control:"
-msgstr "覆寫控制:"
-
-#: src/tar.c:451
-msgid "attempt to verify the archive after writing it"
-msgstr "嘗試在寫入之後驗證保存檔"
-
-#: src/tar.c:453
-msgid "remove files after adding them to the archive"
-msgstr "在加入檔案至保存檔之後移除它們"
-
-#: src/tar.c:455
-msgid "don't replace existing files when extracting"
-msgstr "解開時不要替換既有的檔案"
-
-#: src/tar.c:457
-msgid "don't replace existing files that are newer than their archive copies"
-msgstr "不要替換既有且比它們在保存檔中複本還新的檔案"
-
-#: src/tar.c:459
-msgid "overwrite existing files when extracting"
-msgstr "解開時覆寫既有檔案"
-
-#: src/tar.c:461
-msgid "remove each file prior to extracting over it"
-msgstr "在解開並覆寫檔案之前先移除它"
-
-#: src/tar.c:463
-msgid "empty hierarchies prior to extracting directory"
-msgstr "在解開目錄之前先清空階層結構"
-
-#: src/tar.c:465
-msgid "preserve metadata of existing directories"
-msgstr "保留既有目錄的後設資料"
-
-#: src/tar.c:467
-msgid "overwrite metadata of existing directories when extracting (default)"
-msgstr "解開時覆寫既有目錄的後設資料 (預設)"
-
-#: src/tar.c:473
-msgid "Select output stream:"
-msgstr "選取輸出串流:"
-
-#: src/tar.c:476
-msgid "extract files to standard output"
-msgstr "解開檔案到標準輸出"
-
-#: src/tar.c:477 src/tar.c:536 src/tar.c:538 tests/genfile.c:190
-msgid "COMMAND"
-msgstr "命令"
-
-#: src/tar.c:478
-msgid "pipe extracted files to another program"
-msgstr "將解開的檔案管線引導到另外的程式"
-
-#: src/tar.c:480
-msgid "ignore exit codes of children"
-msgstr "忽略子進程的離開代碼"
-
-#: src/tar.c:482
-msgid "treat non-zero exit codes of children as error"
-msgstr "將子進程的非零離開代碼視為錯誤"
-
-#: src/tar.c:487
-msgid "Handling of file attributes:"
-msgstr "檔案屬性的處理:"
-
-#: src/tar.c:490
-msgid "force NAME as owner for added files"
-msgstr "強制以 NAME 做為加入檔案的擁有者"
-
-#: src/tar.c:492
-msgid "force NAME as group for added files"
-msgstr "強制以 NAME 做為加入檔案的群組"
-
-#: src/tar.c:493 src/tar.c:690
-msgid "DATE-OR-FILE"
-msgstr "檔案的日期"
-
-#: src/tar.c:494
-msgid "set mtime for added files from DATE-OR-FILE"
-msgstr "將加入檔案的 mtime 設定為 DATE-OR-FILE"
-
-#: src/tar.c:495
-msgid "CHANGES"
-msgstr "變更"
-
-#: src/tar.c:496
-msgid "force (symbolic) mode CHANGES for added files"
-msgstr "強制將 (符號) 模式 CHANGES 用於已加入檔案"
-
-#: src/tar.c:498
-msgid "METHOD"
-msgstr "方法"
-
-#: src/tar.c:499
-msgid ""
-"preserve access times on dumped files, either by restoring the times after "
-"reading (METHOD='replace'; default) or by not setting the times in the first "
-"place (METHOD='system')"
-msgstr ""
-"保留傾印檔案的存取時間,若非由讀取之後的回復時間(方法=「replace」;預設),就"
-"是藉由原本不設定時間 (方法=「system」)"
-
-#: src/tar.c:503
-msgid "don't extract file modified time"
-msgstr "不要解開檔案的修改時間"
-
-#: src/tar.c:505
-#, fuzzy
-msgid ""
-"try extracting files with the same ownership as exists in the archive "
-"(default for superuser)"
-msgstr "嘗試以相同的擁有身分去解開檔案"
-
-#: src/tar.c:507
-#, fuzzy
-msgid "extract files as yourself (default for ordinary users)"
-msgstr "以自己的身分解開檔案"
-
-#: src/tar.c:509
-msgid "always use numbers for user/group names"
-msgstr "總是使用數字做為使用者/群組名稱"
-
-#: src/tar.c:511
-msgid "extract information about file permissions (default for superuser)"
-msgstr "解開檔案權限相關資訊 (預設用於超級使用者)"
-
-#: src/tar.c:515
-msgid ""
-"apply the user's umask when extracting permissions from the archive (default "
-"for ordinary users)"
-msgstr "從保存檔解開權限時套用使用者 umask (預設用於一般使用者)"
-
-#: src/tar.c:517
-msgid "sort names to extract to match archive"
-msgstr "解開時依名稱排序以符合保存檔"
-
-#: src/tar.c:520
-msgid "same as both -p and -s"
-msgstr "等同於指定 -p 與 -s"
-
-#: src/tar.c:522
-msgid ""
-"delay setting modification times and permissions of extracted directories "
-"until the end of extraction"
-msgstr "延遲設定解開目錄的修改時間和權限,直到解開結束"
-
-#: src/tar.c:525
-msgid "cancel the effect of --delay-directory-restore option"
-msgstr "取消 --delay-directory-restore 選項的效果"
-
-#: src/tar.c:530
-msgid "Device selection and switching:"
-msgstr "裝置選擇與切換:"
-
-#: src/tar.c:532
-msgid "ARCHIVE"
-msgstr "保存檔"
-
-#: src/tar.c:533
-msgid "use archive file or device ARCHIVE"
-msgstr "使用 ARCHIVE 檔案或 ARCHIVE 裝置"
-
-#: src/tar.c:535
-msgid "archive file is local even if it has a colon"
-msgstr "即使具有冒號,保存檔檔案仍位於本地端"
-
-#: src/tar.c:537
-msgid "use given rmt COMMAND instead of rmt"
-msgstr "使用給定的 rmt COMMAND 以代替 rmt"
-
-#: src/tar.c:539
-msgid "use remote COMMAND instead of rsh"
-msgstr "使用遠端 COMMAND 以代替 rsh"
-
-#: src/tar.c:543
-msgid "specify drive and density"
-msgstr "指定磁碟機與記錄密度"
-
-#: src/tar.c:557
-msgid "create/list/extract multi-volume archive"
-msgstr "建立/列表/解開 多重卷冊的保存檔"
-
-#: src/tar.c:559
-msgid "change tape after writing NUMBER x 1024 bytes"
-msgstr "在寫入 NUMBER x 1024 位元組之後更換磁帶"
-
-#: src/tar.c:561
-msgid "run script at end of each tape (implies -M)"
-msgstr "在每卷磁帶末端執行命令稿 (意指 -M)"
-
-#: src/tar.c:564
-msgid "use/update the volume number in FILE"
-msgstr "使用/更新 FILE 中的卷冊號碼"
-
-#: src/tar.c:569
-msgid "Device blocking:"
-msgstr "裝置分區:"
-
-#: src/tar.c:571
-msgid "BLOCKS"
-msgstr "區塊"
-
-#: src/tar.c:572
-msgid "BLOCKS x 512 bytes per record"
-msgstr "每筆記錄含有 BLOCKS x 512 位元組"
-
-#: src/tar.c:574
-msgid "NUMBER of bytes per record, multiple of 512"
-msgstr "每筆記錄 SIZE 位元組,為 512 的倍數"
-
-#: src/tar.c:576
-msgid "ignore zeroed blocks in archive (means EOF)"
-msgstr "忽略保存檔中零值的區塊 (意指 EOF)"
-
-#: src/tar.c:578
-msgid "reblock as we read (for 4.2BSD pipes)"
-msgstr "讀取時重新分區 (用於 4.2BSD 管線)"
-
-#: src/tar.c:583
-msgid "Archive format selection:"
-msgstr "保存檔格式選擇:"
-
-#: src/tar.c:585 tests/genfile.c:153
-msgid "FORMAT"
-msgstr "格式"
-
-#: src/tar.c:586
-msgid "create archive of the given format"
-msgstr "以給定格式建立保存檔"
-
-#: src/tar.c:588
-msgid "FORMAT is one of the following:"
-msgstr "符合下列任一 FORMAT:"
-
-#: src/tar.c:589
-msgid "old V7 tar format"
-msgstr "舊式 V7 tar 格式"
-
-#: src/tar.c:592
-msgid "GNU format as per tar <= 1.12"
-msgstr "tar <= 1.12 之 GNU 格式"
-
-#: src/tar.c:594
-msgid "GNU tar 1.13.x format"
-msgstr "GNU tar 1.13.x 格式"
-
-#: src/tar.c:596
-msgid "POSIX 1003.1-1988 (ustar) format"
-msgstr "POSIX 1003.1-1988 (ustar) 格式"
-
-#: src/tar.c:598
-msgid "POSIX 1003.1-2001 (pax) format"
-msgstr "POSIX 1003.1-2001 (pax) 格式"
-
-#: src/tar.c:599
-msgid "same as pax"
-msgstr "等同 pax"
-
-#: src/tar.c:602
-msgid "same as --format=v7"
-msgstr "等同 --format=v7"
-
-#: src/tar.c:605
-msgid "same as --format=posix"
-msgstr "等同 --format=posix"
-
-#: src/tar.c:606
-msgid "keyword[[:]=value][,keyword[[:]=value]]..."
-msgstr "關鍵字[[:]=值][,關鍵字[[:]=值]…]"
-
-#: src/tar.c:607
-msgid "control pax keywords"
-msgstr "控制 pax 的關鍵字"
-
-#: src/tar.c:608
-msgid "TEXT"
-msgstr "文字"
-
-#: src/tar.c:609
-msgid ""
-"create archive with volume name TEXT; at list/extract time, use TEXT as a "
-"globbing pattern for volume name"
-msgstr ""
-"以卷冊名稱 NAME 來建立保存檔。在列表/解開時,使用 TEXT 做為卷冊名稱的萬用比對"
-"式樣"
-
-#: src/tar.c:614
-msgid "Compression options:"
-msgstr "壓縮選項:"
-
-#: src/tar.c:616
-msgid "use archive suffix to determine the compression program"
-msgstr "利用保存檔字尾決定壓縮程式"
-
-#: src/tar.c:618
-msgid "do not use archive suffix to determine the compression program"
-msgstr "不利用保存檔字尾決定壓縮程式"
-
-#: src/tar.c:620
-msgid "PROG"
-msgstr "程式"
-
-#: src/tar.c:621
-msgid "filter through PROG (must accept -d)"
-msgstr "以 PROG 過濾處理 (必須接受 -d)"
-
-#: src/tar.c:637
-msgid "Local file selection:"
-msgstr "本機檔案選擇:"
-
-#: src/tar.c:640
-msgid "add given FILE to the archive (useful if its name starts with a dash)"
-msgstr "將給定的 FILE 加入保存檔 (如果它的名稱以減號開始時就很有用)"
-
-#: src/tar.c:641
-msgid "DIR"
-msgstr "目錄"
-
-#: src/tar.c:642
-msgid "change to directory DIR"
-msgstr "更改至目錄 DIR"
-
-#: src/tar.c:644
-msgid "get names to extract or create from FILE"
-msgstr "從 FILE 中取得要解開或建立的名稱"
-
-#: src/tar.c:646
-msgid "-T reads null-terminated names, disable -C"
-msgstr "-T 讀取零值終結的名稱,停用 -C"
-
-#: src/tar.c:648
-msgid "disable the effect of the previous --null option"
-msgstr "停用先前 --null 選項的效果"
-
-#: src/tar.c:650
-msgid "unquote filenames read with -T (default)"
-msgstr "去除以 -T 讀取的檔名引號 (預設)"
-
-#: src/tar.c:652
-msgid "do not unquote filenames read with -T"
-msgstr "不去除以 -T 讀取的檔名引號"
-
-#: src/tar.c:653 tests/genfile.c:136
-msgid "PATTERN"
-msgstr "式樣"
-
-#: src/tar.c:654
-msgid "exclude files, given as a PATTERN"
-msgstr "排除給定式樣的檔案"
-
-#: src/tar.c:656
-msgid "exclude patterns listed in FILE"
-msgstr "排除 FILE 中所列出的式樣"
-
-#: src/tar.c:658
-msgid ""
-"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
-"file itself"
-msgstr "排除包含 CACHEDIR.TAG 的目錄內容,除了該標記檔案本身"
-
-#: src/tar.c:661
-msgid "exclude everything under directories containing CACHEDIR.TAG"
-msgstr "排除包含 CACHEDIR.TAG 的目錄之下所有東西"
-
-#: src/tar.c:664
-msgid "exclude directories containing CACHEDIR.TAG"
-msgstr "排除包含 CACHEDIR.TAG 的目錄"
-
-#: src/tar.c:666
-msgid "exclude contents of directories containing FILE, except for FILE itself"
-msgstr "排除包含 FILE 的目錄內容,除了該檔案本身"
-
-#: src/tar.c:669
-msgid "exclude everything under directories containing FILE"
-msgstr "排除包含 FILE 的目錄之下所有東西"
-
-#: src/tar.c:671
-msgid "exclude directories containing FILE"
-msgstr "排除包含 FILE 的目錄"
-
-#: src/tar.c:673
-msgid "exclude version control system directories"
-msgstr "排除版本控制系統目錄"
-
-#: src/tar.c:675
-msgid "exclude backup and lock files"
-msgstr ""
-
-#: src/tar.c:677
-msgid "avoid descending automatically in directories"
-msgstr "避免自動在目錄中遞降"
-
-#: src/tar.c:679
-msgid "stay in local file system when creating archive"
-msgstr "建立保存檔時保持在本地檔案系統中"
-
-#: src/tar.c:681
-msgid "recurse into directories (default)"
-msgstr "遞迴進入目錄 (預設)"
-
-#: src/tar.c:683
-msgid "don't strip leading `/'s from file names"
-msgstr "不要從檔案名稱中截去前導的 '/'"
-
-#: src/tar.c:685
-msgid "follow symlinks; archive and dump the files they point to"
-msgstr "跟隨符號連結;保存和傾印它們所指涉的檔案"
-
-#: src/tar.c:687
-msgid "follow hard links; archive and dump the files they refer to"
-msgstr "跟隨硬式連結;保存和傾印它們所參考的檔案"
-
-#: src/tar.c:688
-msgid "MEMBER-NAME"
-msgstr "成員-名稱"
-
-#: src/tar.c:689
-msgid "begin at member MEMBER-NAME in the archive"
-msgstr "從保存檔中名為 MEMBER-NAME 的成員開始"
-
-#: src/tar.c:691
-msgid "only store files newer than DATE-OR-FILE"
-msgstr "只儲存比 DATE-OF-FILE 還新的檔案"
-
-#: src/tar.c:693
-msgid "DATE"
-msgstr "日期"
-
-#: src/tar.c:694
-msgid "compare date and time when data changed only"
-msgstr "只有當資料變更時才比較日期和時間"
-
-#: src/tar.c:695
-msgid "CONTROL"
-msgstr "控制"
-
-#: src/tar.c:696
-msgid "backup before removal, choose version CONTROL"
-msgstr "移除之前先備份,選擇版本 CONTROL"
-
-#: src/tar.c:697 src/tar.c:776 src/tar.c:778 tests/genfile.c:169
-msgid "STRING"
-msgstr "字串"
-
-#: src/tar.c:698
-msgid ""
-"backup before removal, override usual suffix ('~' unless overridden by "
-"environment variable SIMPLE_BACKUP_SUFFIX)"
-msgstr ""
-"移除之前先備份並覆寫常用後置文字 (「~」除非被環境變數 SIMPLE_BACKUP_SUFFIX 所"
-"蓋過)"
-
-#: src/tar.c:703
-msgid "File name transformations:"
-msgstr "檔案名稱變換:"
-
-#: src/tar.c:705
-msgid "strip NUMBER leading components from file names on extraction"
-msgstr "從檔案名稱中截去以 NUMBER 為首的成分"
-
-#: src/tar.c:707
-msgid "EXPRESSION"
-msgstr "表示式"
-
-#: src/tar.c:708
-msgid "use sed replace EXPRESSION to transform file names"
-msgstr "利用 sed 將 EXPRESSION 替代為變換檔案名稱"
-
-#: src/tar.c:714
-msgid "File name matching options (affect both exclude and include patterns):"
-msgstr "檔案名稱吻合選項 (同時影響排除和包含式樣同者):"
-
-#: src/tar.c:717
-msgid "ignore case"
-msgstr "忽略大小寫"
-
-#: src/tar.c:719
-msgid "patterns match file name start"
-msgstr "吻合檔案名稱開頭的式樣"
-
-#: src/tar.c:721
-msgid "patterns match after any `/' (default for exclusion)"
-msgstr "式樣吻合任何「/」之後的式樣 (預設排除)"
-
-#: src/tar.c:723
-msgid "case sensitive matching (default)"
-msgstr "大小寫需相符的吻合 (預設)"
-
-#: src/tar.c:725
-msgid "use wildcards (default for exclusion)"
-msgstr "使用萬用字元 (預設排除)"
-
-#: src/tar.c:727
-msgid "verbatim string matching"
-msgstr "逐字進行吻合"
-
-#: src/tar.c:729
-msgid "wildcards do not match `/'"
-msgstr "萬用字元不會吻合「/」"
-
-#: src/tar.c:731
-msgid "wildcards match `/' (default for exclusion)"
-msgstr "萬用字元會吻合「/」(預設排除)"
-
-#: src/tar.c:736
-msgid "Informative output:"
-msgstr "富含資訊的輸出:"
-
-#: src/tar.c:739
-msgid "verbosely list files processed"
-msgstr "詳細列出處理過的檔案"
-
-#: src/tar.c:740
-msgid "KEYWORD"
-msgstr ""
-
-#: src/tar.c:741
-#, fuzzy
-msgid "warning control"
-msgstr "覆寫控制:"
-
-#: src/tar.c:743
-msgid "display progress messages every NUMBERth record (default 10)"
-msgstr "每幾項記錄顯示一次進度訊息 (預設 10)"
-
-#: src/tar.c:745
-msgid "ACTION"
-msgstr "動作"
-
-#: src/tar.c:746
-msgid "execute ACTION on each checkpoint"
-msgstr "於每個查核點執行 ACTION"
-
-#: src/tar.c:749
-msgid "print a message if not all links are dumped"
-msgstr "如果並非所有連結都被傾印則印出訊息"
-
-#: src/tar.c:750
-msgid "SIGNAL"
-msgstr "信號"
-
-#: src/tar.c:751
-msgid ""
-"print total bytes after processing the archive; with an argument - print "
-"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
-"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
-"accepted"
-msgstr ""
-"處理保存檔之後列印位元組總計;當此信號被投遞時,利用引數 - 列印位元組總計;允"
-"許的信號是:SIGHUP、SIGQUIT、SIGINT、SIGUSR1 和 SIGUSR2;不具 SIG 前綴的名稱"
-"也是可接受的"
-
-#: src/tar.c:756
-#, fuzzy
-msgid "print file modification times in UTC"
-msgstr "以 UTC 格式印出檔案修改日期"
-
-#: src/tar.c:758
-msgid "print file time to its full resolution"
-msgstr ""
-
-#: src/tar.c:760
-msgid "send verbose output to FILE"
-msgstr "將詳細輸出送至 FILE"
-
-#: src/tar.c:762
-msgid "show block number within archive with each message"
-msgstr "每則訊息附帶顯示在保存檔中的區塊號碼"
-
-#: src/tar.c:764
-msgid "ask for confirmation for every action"
-msgstr "任何動作都要求確認"
-
-#: src/tar.c:767
-msgid "show tar defaults"
-msgstr "顯示 tar 預設值"
-
-#: src/tar.c:769
-msgid ""
-"when listing or extracting, list each directory that does not match search "
-"criteria"
-msgstr "當表列或解開時,列出每一個不符合搜尋條件的目錄"
-
-#: src/tar.c:771
-msgid "show file or archive names after transformation"
-msgstr "顯示變換之後的檔案或保存檔名稱"
-
-#: src/tar.c:774
-msgid "STYLE"
-msgstr "樣式"
-
-#: src/tar.c:775
-msgid "set name quoting style; see below for valid STYLE values"
-msgstr "設定名稱引號樣式;參看下列的有效樣式值"
-
-#: src/tar.c:777
-msgid "additionally quote characters from STRING"
-msgstr "來自 STRING 的額外引號字元"
-
-#: src/tar.c:779
-msgid "disable quoting for characters from STRING"
-msgstr "停用來自字串的引號字元"
-
-#: src/tar.c:784
-msgid "Compatibility options:"
-msgstr "相容選項:"
-
-#: src/tar.c:787
-msgid ""
-"when creating, same as --old-archive; when extracting, same as --no-same-"
-"owner"
-msgstr "當建立時,等同於 --old-archive。當解開時,等同於 --no-same-owner"
-
-#: src/tar.c:792
-msgid "Other options:"
-msgstr "其他選項:"
-
-#: src/tar.c:795
-msgid "disable use of some potentially harmful options"
-msgstr "停用某些潛在有害的選項"
-
-#: src/tar.c:930
-#, fuzzy
-msgid "You may not specify more than one `-Acdtrux' or `--test-label' option"
-msgstr "不可指定「-Acdtrux」當中多於一個的選項"
-
-#: src/tar.c:940
-msgid "Conflicting compression options"
-msgstr "互相抵觸的壓縮選項"
-
-#: src/tar.c:996
-#, c-format
-msgid "Unknown signal name: %s"
-msgstr "不明的信號名稱:%s"
-
-#: src/tar.c:1020
-msgid "Date sample file not found"
-msgstr "找不到日期範例檔案"
-
-#: src/tar.c:1028
-#, c-format
-msgid "Substituting %s for unknown date format %s"
-msgstr "以 %s 代替不明的日期格式 %s"
-
-#: src/tar.c:1057
-#, c-format
-msgid "Option %s: Treating date `%s' as %s"
-msgstr "選項 %1$s: 以 %3$s 格式來處理日期「%2$s」"
-
-#: src/tar.c:1135
-#, c-format
-msgid "%s: file list already read"
-msgstr "%s:已經讀取檔案清單"
-
-#: src/tar.c:1201
-#, c-format
-msgid "%s: file name read contains nul character"
-msgstr "%s:所讀檔案名稱含有空值字元"
-
-#: src/tar.c:1268 src/tar.c:1272 src/tar.c:1276 src/tar.c:1280 src/tar.c:1284
-#: src/tar.c:1288
-#, fuzzy, c-format
-msgid "filter the archive through %s"
-msgstr "保存檔以 xz 過濾處理"
-
-#: src/tar.c:1296
-#, fuzzy
-msgid "Valid arguments for the --quoting-style option are:"
-msgstr "用於 --quoting-style 選項的有效引數為:"
-
-#: src/tar.c:1300
-msgid ""
-"\n"
-"*This* tar defaults to:\n"
-msgstr ""
-"\n"
-"*這個* tar 預設為:\n"
-
-#: src/tar.c:1402
-msgid "Invalid blocking factor"
-msgstr "無效的分區因子"
-
-#: src/tar.c:1515
-msgid "Invalid tape length"
-msgstr "無效的磁帶長度"
-
-#: src/tar.c:1529
-#, fuzzy
-msgid "Invalid incremental level value"
-msgstr "不當的遞增檔案格式"
-
-#: src/tar.c:1575
-msgid "More than one threshold date"
-msgstr "一個以上的限定日期"
-
-#: src/tar.c:1630 src/tar.c:1633
-msgid "Invalid sparse version value"
-msgstr "無效的稀疏版本值"
-
-#: src/tar.c:1718
-msgid "--atime-preserve='system' is not supported on this platform"
-msgstr "--atime-preserve='system' 於這個平台未被支援"
-
-#: src/tar.c:1743
-msgid "--checkpoint value is not an integer"
-msgstr "--checkpoint 值不是整數"
-
-#: src/tar.c:1848
-#, fuzzy
-msgid "Invalid group"
-msgstr "%s:無效的群組"
-
-#: src/tar.c:1855
-msgid "Invalid mode given on option"
-msgstr "選項中的模式無效"
-
-#: src/tar.c:1912
-msgid "Invalid number"
-msgstr "無效的號碼"
-
-#: src/tar.c:1934
-msgid "Invalid owner"
-msgstr "無效的擁有者"
-
-#: src/tar.c:1964
-msgid ""
-"The --preserve option is deprecated, use --preserve-permissions --preserve-"
-"order instead"
-msgstr ""
-"--preserve 選項不宜再用,請以 --preserve-permissions --preserve-order 做為替"
-"代"
-
-#: src/tar.c:1975
-msgid "Invalid record size"
-msgstr "無效的記錄大小"
-
-#: src/tar.c:1978
-#, c-format
-msgid "Record size must be a multiple of %d."
-msgstr "記錄大小必須是 %d 的倍數。"
-
-#: src/tar.c:2019
-msgid "Invalid number of elements"
-msgstr "無效的元素號碼"
-
-#: src/tar.c:2039
-msgid "Only one --to-command option allowed"
-msgstr "只允許一個 --to-command 選項"
-
-#: src/tar.c:2119
-#, c-format
-msgid "Malformed density argument: %s"
-msgstr "異常的密度引數:%s"
-
-#: src/tar.c:2145
-#, c-format
-msgid "Unknown density: `%c'"
-msgstr "不明的密度:「%c」"
-
-#: src/tar.c:2162
-#, c-format
-msgid "Options `-[0-7][lmh]' not supported by *this* tar"
-msgstr "此版本的 tar 不支援「-[0-7][ lmh]」選項"
-
-#: src/tar.c:2175
-msgid "[FILE]..."
-msgstr "[FILE]…"
-
-#: src/tar.c:2293
-#, c-format
-msgid "Old option `%c' requires an argument."
-msgstr "舊的選項「%c」需要一個引數。"
-
-#: src/tar.c:2374
-msgid "--occurrence is meaningless without a file list"
-msgstr "若無檔案列表,--occurrence 便不具意義"
-
-#: src/tar.c:2380
-msgid "--occurrence cannot be used in the requested operation mode"
-msgstr "--occurrence 無法於要求的作業模式中使用"
-
-#: src/tar.c:2398
-msgid "Multiple archive files require `-M' option"
-msgstr "指定多個保存檔時需要「-M」選項"
-
-#: src/tar.c:2403
-msgid "Cannot combine --listed-incremental with --newer"
-msgstr "無法同時使用 --listed-incremental 及 --newer"
-
-#: src/tar.c:2406
-#, fuzzy
-msgid "--level is meaningless without --listed-incremental"
-msgstr "--preserve-order 與 --listed-incremental 不相容"
-
-#: src/tar.c:2423
-#, c-format
-msgid "%s: Volume label is too long (limit is %lu byte)"
-msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
-msgstr[0] "%s:卷冊標籤太長 (限制為 %lu 位元組)"
-
-#: src/tar.c:2436
-msgid "Cannot verify multi-volume archives"
-msgstr "無法驗證多重卷冊的保存檔"
-
-#: src/tar.c:2438
-msgid "Cannot verify compressed archives"
-msgstr "無法驗證壓縮過的保存檔"
-
-#: src/tar.c:2444
-msgid "Cannot use multi-volume compressed archives"
-msgstr "無法使用多重卷冊的壓縮保存檔"
-
-#: src/tar.c:2450
-msgid "Cannot concatenate compressed archives"
-msgstr "無法串接壓縮過的檔案"
-
-#: src/tar.c:2462
-msgid "--pax-option can be used only on POSIX archives"
-msgstr "--pax-option 只能用於 POSIX 保存檔"
-
-#: src/tar.c:2492
-msgid "Volume length cannot be less than record size"
-msgstr "卷冊長度無法少於記錄大小"
-
-#: src/tar.c:2495
-msgid "--preserve-order is not compatible with --listed-incremental"
-msgstr "--preserve-order 與 --listed-incremental 不相容"
-
-#: src/tar.c:2506
-msgid "Cowardly refusing to create an empty archive"
-msgstr "低調拒絕建立空白的保存檔"
-
-#: src/tar.c:2532
-msgid "Options `-Aru' are incompatible with `-f -'"
-msgstr "「-Aru」與「-f -」選項不相容"
-
-#: src/tar.c:2621
-#, fuzzy
-msgid "You must specify one of the `-Acdtrux' or `--test-label'  options"
-msgstr "必須指定「-Acdtrux」選項的其中一個"
-
-#: src/tar.c:2675
-#, c-format
-msgid "Exiting with failure status due to previous errors"
-msgstr "由於先前錯誤而以失敗狀態離開"
-
-#: src/update.c:86
-#, c-format
-msgid "%s: File shrank by %s byte"
-msgid_plural "%s: File shrank by %s bytes"
-msgstr[0] "%s:檔案縮減了 %s 位元組"
-
-#: src/xheader.c:164
-#, c-format
-msgid "Keyword %s is unknown or not yet implemented"
-msgstr "關鍵字 %s 為未知或尚未實作"
-
-#: src/xheader.c:174
-#, fuzzy
-msgid "Time stamp is out of allowed range"
-msgstr "號碼超出允許的範圍:%s"
-
-#: src/xheader.c:205
-#, c-format
-msgid "Pattern %s cannot be used"
-msgstr "式樣 %s 無法使用"
-
-#: src/xheader.c:219
-#, c-format
-msgid "Keyword %s cannot be overridden"
-msgstr "關鍵字 %s 無法被蓋過"
-
-#: src/xheader.c:542
-msgid "Malformed extended header: missing length"
-msgstr "異常的擴充標頭:長度缺少"
-
-#: src/xheader.c:550
-msgid "Extended header length is out of allowed range"
-msgstr "擴充標頭長度超出允許範圍"
-
-#: src/xheader.c:557
-#, c-format
-msgid "Extended header length %*s is out of range"
-msgstr "擴充標頭長度 %*s 超出範圍"
-
-#: src/xheader.c:569
-msgid "Malformed extended header: missing blank after length"
-msgstr "異常的擴充標頭:在長度之後缺少空白"
-
-#: src/xheader.c:577
-msgid "Malformed extended header: missing equal sign"
-msgstr "異常的擴充標頭:缺少等號"
-
-#: src/xheader.c:583
-msgid "Malformed extended header: missing newline"
-msgstr "異常的擴充標頭:缺少新列"
-
-#: src/xheader.c:621
-#, c-format
-msgid "Ignoring unknown extended header keyword `%s'"
-msgstr "忽略不明擴充標頭關鍵字「%s」"
-
-#: src/xheader.c:831
-#, c-format
-msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
-msgstr "產生的關鍵字/值對太長 (關鍵字=%s,長度=%s)"
-
-#. TRANSLATORS: The first %s is the pax extended header keyword
-#. (atime, gid, etc.).
-#: src/xheader.c:863
-#, c-format
-msgid "Extended header %s=%s is out of range %s..%s"
-msgstr "擴充標頭 %s=%s 超出範圍 %s..%s"
-
-#: src/xheader.c:994 src/xheader.c:1024 src/xheader.c:1338
-#, c-format
-msgid "Malformed extended header: invalid %s=%s"
-msgstr "異常的擴充標頭:無效的 %s=%s"
-
-#: src/xheader.c:1291 src/xheader.c:1316 src/xheader.c:1366
-#, c-format
-msgid "Malformed extended header: excess %s=%s"
-msgstr "異常的擴充標頭:過剩的 %s=%s"
-
-#: src/xheader.c:1379
-#, c-format
-msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
-msgstr "異常的擴充標頭:無效的 %s:未預期的分隔符號 %c"
-
-#: src/xheader.c:1389
-#, c-format
-msgid "Malformed extended header: invalid %s: odd number of values"
-msgstr "異常的擴充標頭:無效的 %s:奇怪的數值數量"
-
-#: src/checkpoint.c:107
-#, c-format
-msgid "%s: not a valid timeout"
-msgstr "%s:不是有效的時間限制"
-
-#: src/checkpoint.c:112
-#, c-format
-msgid "%s: unknown checkpoint action"
-msgstr "%s:不明查核點動作"
-
-#: src/checkpoint.c:132
-msgid "write"
-msgstr "寫入"
-
-#: src/checkpoint.c:132
-msgid "read"
-msgstr "讀取"
-
-#. TRANSLATORS: This is a ``checkpoint of write operation'',
-#. *not* ``Writing a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de escritura'',
-#. *not* ``Escribiendo un punto de comprobaci@'on''
-#: src/checkpoint.c:222
-#, c-format
-msgid "Write checkpoint %u"
-msgstr "寫入的查核點 %u"
-
-#. TRANSLATORS: This is a ``checkpoint of read operation'',
-#. *not* ``Reading a checkpoint''.
-#. E.g. in Spanish ``Punto de comprobaci@'on de lectura'',
-#. *not* ``Leyendo un punto de comprobaci@'on''
-#: src/checkpoint.c:228
-#, c-format
-msgid "Read checkpoint %u"
-msgstr "讀取的查核點 %u"
-
-#: tests/genfile.c:111
-msgid ""
-"genfile manipulates data files for GNU paxutils test suite.\n"
-"OPTIONS are:\n"
-msgstr ""
-"genfile 在 GNU paxutils 測試套件中用於操控資料檔案。\n"
-"選項:\n"
-
-#: tests/genfile.c:127
-msgid "File creation options:"
-msgstr "檔案建立選項:"
-
-#: tests/genfile.c:128 tests/genfile.c:139
-msgid "SIZE"
-msgstr "大小"
-
-#: tests/genfile.c:129
-msgid "Create file of the given SIZE"
-msgstr "以給定 SIZE 建立檔案。"
-
-#: tests/genfile.c:131
-msgid "Write to file NAME, instead of standard output"
-msgstr "寫入檔案 NAME,以代替標準輸出"
-
-#: tests/genfile.c:133
-msgid "Read file names from FILE"
-msgstr "從 FILE 讀取檔案名稱"
-
-#: tests/genfile.c:135
-msgid "-T reads null-terminated names"
-msgstr "-T 讀取零值終結的名稱"
-
-#: tests/genfile.c:137
-msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
-msgstr "以給定 PATTERN 填充檔案。PATTERN 是「default」或「zeros」"
-
-#: tests/genfile.c:140
-msgid "Size of a block for sparse file"
-msgstr "用於稀疏檔案的區塊大小"
-
-#: tests/genfile.c:142
-msgid "Generate sparse file. Rest of the command line gives the file map."
-msgstr "產生稀疏檔案。命令列的其餘部份給出檔案對映。"
-
-#: tests/genfile.c:144
-msgid "OFFSET"
-msgstr "偏移值"
-
-#: tests/genfile.c:145
-msgid "Seek to the given offset before writing data"
-msgstr "寫入資料之前尋指給定的偏移值"
-
-#: tests/genfile.c:151
-msgid "File statistics options:"
-msgstr "檔案統計選項:"
-
-#: tests/genfile.c:154
-msgid "Print contents of struct stat for each given file. Default FORMAT is: "
-msgstr "列印每個給定檔案的結構狀態內容。預設 FORMAT 為:"
-
-#: tests/genfile.c:161
-msgid "Synchronous execution options:"
-msgstr "同步的執行選項:"
-
-#: tests/genfile.c:163
-#, fuzzy
-msgid "OPTION"
-msgstr " [選項…]"
-
-#: tests/genfile.c:164
-#, fuzzy
-msgid ""
-"Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, "
-"--unlink"
-msgstr ""
-"執行給定的 COMMAND。同時與 --checkpoint 和 --cut, --append, --touch 之一使用"
-"會有作用"
-
-#: tests/genfile.c:167
-msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
-msgstr "當達到查核點 NUMBER 時實行給定動作 (參看以下)"
-
-#: tests/genfile.c:170
-msgid "Set date for next --touch option"
-msgstr "設定後續 --touch 選項所需的日期"
-
-#: tests/genfile.c:173
-msgid "Display executed checkpoints and exit status of COMMAND"
-msgstr "顯示已執行的查核點以及 COMMAND 的離開狀態"
-
-#: tests/genfile.c:178
-msgid ""
-"Synchronous execution actions. These are executed when checkpoint number "
-"given by --checkpoint option is reached."
-msgstr ""
-"同步的執行動作。當到達由 --checkpoint 選項所給定的查核點編號時,這些動作會被"
-"執行。"
-
-#: tests/genfile.c:181
-msgid ""
-"Truncate FILE to the size specified by previous --length option (or 0, if it "
-"is not given)"
-msgstr "依先前 --length 選項指定的大小來截斷檔案 (如果它未被給定就是 0)"
-
-#: tests/genfile.c:185
-msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
-msgstr "附加 SIZE 位元組到 FILE。SIZE 是由先前 --length 選項所給定。"
-
-#: tests/genfile.c:188
-msgid "Update the access and modification times of FILE"
-msgstr "更新檔案的存取和修改時間"
-
-#: tests/genfile.c:191
-msgid "Execute COMMAND"
-msgstr "執行 COMMAND"
-
-#: tests/genfile.c:194
-msgid "Unlink FILE"
-msgstr ""
-
-#: tests/genfile.c:244
-#, c-format
-msgid "Invalid size: %s"
-msgstr "無效的大小:%s"
-
-#: tests/genfile.c:249
-#, c-format
-msgid "Number out of allowed range: %s"
-msgstr "號碼超出允許的範圍:%s"
-
-#: tests/genfile.c:252
-#, c-format
-msgid "Negative size: %s"
-msgstr "負值大小:%s"
-
-#: tests/genfile.c:265 tests/genfile.c:567
-#, c-format
-msgid "stat(%s) failed"
-msgstr "狀態(%s) 失敗"
-
-#: tests/genfile.c:268
-#, c-format
-msgid "requested file length %lu, actual %lu"
-msgstr "要求檔案長度 %lu,實際則是 %lu"
-
-#: tests/genfile.c:272
-#, c-format
-msgid "created file is not sparse"
-msgstr "建立的不是稀疏檔案"
-
-#: tests/genfile.c:361
-#, c-format
-msgid "Error parsing number near `%s'"
-msgstr "剖析數字接近「%s」時發生錯誤"
-
-#: tests/genfile.c:367
-#, c-format
-msgid "Unknown date format"
-msgstr "不明的日期格式"
-
-#: tests/genfile.c:391
-msgid "[ARGS...]"
-msgstr "[引數…]"
-
-#: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:521
-#: tests/genfile.c:671 tests/genfile.c:685
-#, c-format
-msgid "cannot open `%s'"
-msgstr "無法開啟「%s」"
-
-#: tests/genfile.c:434
-msgid "cannot seek"
-msgstr "無法尋指"
-
-#: tests/genfile.c:451
-#, c-format
-msgid "file name contains null character"
-msgstr "檔案名稱含有空字元"
-
-#: tests/genfile.c:516
-#, c-format
-msgid "cannot generate sparse files on standard output, use --file option"
-msgstr "無法於標準輸出產生稀疏檔案,使用 --file 選項"
-
-#: tests/genfile.c:594
-#, c-format
-msgid "incorrect mask (near `%s')"
-msgstr "不正確遮罩 (接近「%s」)"
-
-#: tests/genfile.c:600 tests/genfile.c:633
-#, c-format
-msgid "Unknown field `%s'"
-msgstr "不明的欄位「%s」"
-
-#: tests/genfile.c:660
-#, c-format
-msgid "cannot set time on `%s'"
-msgstr "無法設定時間為「%s」"
-
-#: tests/genfile.c:699
-#, fuzzy, c-format
-msgid "cannot unlink `%s'"
-msgstr "無法開啟「%s」"
-
-#: tests/genfile.c:825
-#, c-format
-msgid "Command exited successfully\n"
-msgstr "成功離開命令\n"
-
-#: tests/genfile.c:827
-#, c-format
-msgid "Command failed with status %d\n"
-msgstr "命令以狀態 %d 失敗\n"
-
-#: tests/genfile.c:831
-#, c-format
-msgid "Command terminated on signal %d\n"
-msgstr "命令於信號 %d 終止\n"
-
-#: tests/genfile.c:833
-#, c-format
-msgid "Command stopped on signal %d\n"
-msgstr "命令於信號 %d 停止\n"
-
-#: tests/genfile.c:836
-#, c-format
-msgid "Command dumped core\n"
-msgstr "命令傾印核心\n"
-
-#: tests/genfile.c:839
-#, c-format
-msgid "Command terminated\n"
-msgstr "命令終止\n"
-
-#: tests/genfile.c:871
-#, c-format
-msgid "--stat requires file names"
-msgstr "--stat 需要檔案名稱"
-
-#, fuzzy
-#~ msgid "Cannot restore working directory"
-#~ msgstr "無法儲存工作目錄"
-
-#, fuzzy
-#~ msgid "Cannot resolve hostname %s"
-#~ msgstr "無法將 %s 重新命名為 %s"
-
-#~ msgid "suppress this warning."
-#~ msgstr "抑制這個警告。"
-
-#~ msgid "%s: illegal option -- %c\n"
-#~ msgstr "%s:不合法的選項 -- %c\n"
-
-#~ msgid "Reading %s\n"
-#~ msgstr "正在讀取 %s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Report bugs to <%s>.\n"
-#~ msgstr ""
-#~ "\n"
-#~ "將錯誤回報給 <%s>。\n"
-
-#~ msgid "filter the archive through bzip2"
-#~ msgstr "保存檔以 bzip2 過濾處理"
-
-#~ msgid "filter the archive through gzip"
-#~ msgstr "保存檔以 gzip 過濾處理"
-
-#~ msgid "filter the archive through compress"
-#~ msgstr "保存檔以 compress 過濾處理"
-
-#~ msgid "filter the archive through lzma"
-#~ msgstr "保存檔以 lzma 過濾處理"
-
-#~ msgid "filter the archive through lzop"
-#~ msgstr "保存檔以 lzop 過濾處理"
-
-#~ msgid "Input string too long"
-#~ msgstr "輸入字串太長"
-
-#~ msgid "Number syntax error"
-#~ msgstr "數字語法錯誤"
-
-#~ msgid "rmtd: Cannot allocate buffer space\n"
-#~ msgstr "rmtd:無法配置緩衝區空間\n"
-
-#~ msgid "Cannot allocate buffer space"
-#~ msgstr "無法配置緩衝區空間"
-
-#~ msgid "Try `%s --help' for more information.\n"
-#~ msgstr "請嘗試「%s --help」以獲得更多資訊。\n"
-
-#~ msgid ""
-#~ "Usage: %s [OPTION]\n"
-#~ "Manipulate a tape drive, accepting commands from a remote process.\n"
-#~ "\n"
-#~ "  --version  Output version info.\n"
-#~ "  --help     Output this help.\n"
-#~ msgstr ""
-#~ "用法: %s [選項]\n"
-#~ "操控磁帶機,接收來自遠端行程的命令。\n"
-#~ "\n"
-#~ "  --version  輸出版本資訊。\n"
-#~ "  --help     輸出本輔助說明。\n"
-
-#~ msgid "Seek offset error"
-#~ msgstr "尋覓偏移值錯誤"
-
-#~ msgid "Premature end of file"
-#~ msgstr "檔案突然結束"
-
-#~ msgid "Error is not recoverable: exiting now"
-#~ msgstr "發生無法復原的錯誤:立刻離開"
diff --git a/src/buffer.c b/src/buffer.c
deleted file mode 100644 (file)
index e52b1b1..0000000
+++ /dev/null
@@ -1,1964 +0,0 @@
-/* Buffer management for tar.
-
-   Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001,
-   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-   Foundation, Inc.
-
-   Written by John Gilmore, on 1985-08-25.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#include <system.h>
-#include <system-ioctl.h>
-
-#include <signal.h>
-
-#include <closeout.h>
-#include <fnmatch.h>
-#include <human.h>
-#include <quotearg.h>
-
-#include "common.h"
-#include <rmt.h>
-
-/* Number of retries before giving up on read.  */
-#define READ_ERROR_MAX 10
-
-/* Variables.  */
-
-static tarlong prev_written;    /* bytes written on previous volumes */
-static tarlong bytes_written;   /* bytes written on this volume */
-static void *record_buffer[2];  /* allocated memory */
-union block *record_buffer_aligned[2];
-static int record_index;
-
-/* FIXME: The following variables should ideally be static to this
-   module.  However, this cannot be done yet.  The cleanup continues!  */
-
-union block *record_start;      /* start of record of archive */
-union block *record_end;        /* last+1 block of archive record */
-union block *current_block;     /* current block of archive */
-enum access_mode access_mode;   /* how do we handle the archive */
-off_t records_read;             /* number of records read from this archive */
-off_t records_written;          /* likewise, for records written */
-extern off_t records_skipped;   /* number of records skipped at the start
-                                   of the archive, defined in delete.c */
-
-static off_t record_start_block; /* block ordinal at record_start */
-
-/* Where we write list messages (not errors, not interactions) to.  */
-FILE *stdlis;
-
-static void backspace_output (void);
-
-/* PID of child program, if compress_option or remote archive access.  */
-static pid_t child_pid;
-
-/* Error recovery stuff  */
-static int read_error_count;
-
-/* Have we hit EOF yet?  */
-static bool hit_eof;
-
-static bool read_full_records = false;
-
-/* We're reading, but we just read the last block and it's time to update.
-   Declared in update.c
-
-   FIXME: Either eliminate it or move it to common.h.
-*/
-extern bool time_to_start_writing;
-
-bool write_archive_to_stdout;
-
-void (*flush_write_ptr) (size_t);
-void (*flush_read_ptr) (void);
-
-\f
-char *volume_label;
-char *continued_file_name;
-uintmax_t continued_file_size;
-uintmax_t continued_file_offset;
-
-\f
-static int volno = 1;           /* which volume of a multi-volume tape we're
-                                   on */
-static int global_volno = 1;    /* volume number to print in external
-                                   messages */
-
-bool write_archive_to_stdout;
-
-\f
-/* Multi-volume tracking support */
-
-/* When creating a multi-volume archive, each `bufmap' represents
-   a member stored (perhaps partly) in the current record buffer.
-   After flushing the record to the output media, all bufmaps that
-   represent fully written members are removed from the list, then
-   the sizeleft and start numbers in the remaining bufmaps are updated.
-
-   When reading from a multi-volume archive, the list degrades to a
-   single element, which keeps information about the member currently
-   being read.
-*/
-
-struct bufmap
-{
-  struct bufmap *next;          /* Pointer to the next map entry */
-  size_t start;                 /* Offset of the first data block */
-  char *file_name;              /* Name of the stored file */
-  off_t sizetotal;              /* Size of the stored file */
-  off_t sizeleft;               /* Size left to read/write */
-};
-static struct bufmap *bufmap_head, *bufmap_tail;
-
-/* This variable, when set, inhibits updating the bufmap chain after
-   a write.  This is necessary when writing extended POSIX headers. */
-static int inhibit_map;
-
-void
-mv_begin_write (const char *file_name, off_t totsize, off_t sizeleft)
-{
-  if (multi_volume_option)
-    {
-      struct bufmap *bp = xmalloc (sizeof bp[0]);
-      if (bufmap_tail)
-       bufmap_tail->next = bp;
-      else
-       bufmap_head = bp;
-      bufmap_tail = bp;
-
-      bp->next = NULL;
-      bp->start = current_block - record_start;
-      bp->file_name = xstrdup (file_name);
-      bp->sizetotal = totsize;
-      bp->sizeleft = sizeleft;
-    }
-}
-
-static struct bufmap *
-bufmap_locate (size_t off)
-{
-  struct bufmap *map;
-
-  for (map = bufmap_head; map; map = map->next)
-    {
-      if (!map->next
-         || off < map->next->start * BLOCKSIZE)
-       break;
-    }
-  return map;
-}
-
-static void
-bufmap_free (struct bufmap *mark)
-{
-  struct bufmap *map;
-  for (map = bufmap_head; map && map != mark; )
-    {
-      struct bufmap *next = map->next;
-      free (map->file_name);
-      free (map);
-      map = next;
-    }
-  bufmap_head = map;
-  if (!bufmap_head)
-    bufmap_tail = bufmap_head;
-}
-
-static void
-bufmap_reset (struct bufmap *map, ssize_t fixup)
-{
-  bufmap_free (map);
-  if (map)
-    {
-      for (; map; map = map->next)
-       map->start += fixup;
-    }
-}
-
-\f
-static struct tar_stat_info dummy;
-
-void
-buffer_write_global_xheader ()
-{
-  xheader_write_global (&dummy.xhdr);
-}
-
-void
-mv_begin_read (struct tar_stat_info *st)
-{
-  mv_begin_write (st->orig_file_name, st->stat.st_size, st->stat.st_size);
-}
-
-void
-mv_end ()
-{
-  if (multi_volume_option)
-    bufmap_free (NULL);
-}
-
-void
-mv_size_left (off_t size)
-{
-  if (bufmap_head)
-    bufmap_head->sizeleft = size;
-}
-
-\f
-/* Functions.  */
-
-void
-clear_read_error_count (void)
-{
-  read_error_count = 0;
-}
-
-\f
-/* Time-related functions */
-
-double duration;
-
-void
-set_start_time ()
-{
-  gettime (&start_time);
-  volume_start_time = start_time;
-  last_stat_time = start_time;
-}
-
-static void
-set_volume_start_time (void)
-{
-  gettime (&volume_start_time);
-  last_stat_time = volume_start_time;
-}
-
-void
-compute_duration ()
-{
-  struct timespec now;
-  gettime (&now);
-  duration += ((now.tv_sec - last_stat_time.tv_sec)
-               + (now.tv_nsec - last_stat_time.tv_nsec) / 1e9);
-  gettime (&last_stat_time);
-}
-
-\f
-/* Compression detection */
-
-enum compress_type {
-  ct_none,             /* Unknown compression type */
-  ct_tar,              /* Plain tar file */
-  ct_compress,
-  ct_gzip,
-  ct_bzip2,
-  ct_lzip,
-  ct_lzma,
-  ct_lzop,
-  ct_xz
-};
-
-static enum compress_type archive_compression_type = ct_none;
-
-struct zip_magic
-{
-  enum compress_type type;
-  size_t length;
-  char const *magic;
-};
-
-struct zip_program
-{
-  enum compress_type type;
-  char const *program;
-  char const *option;
-};
-
-static struct zip_magic const magic[] = {
-  { ct_none, },
-  { ct_tar },
-  { ct_compress, 2, "\037\235" },
-  { ct_gzip,     2, "\037\213" },
-  { ct_bzip2,    3, "BZh" },
-  { ct_lzip,     4, "LZIP" },
-  { ct_lzma,     6, "\xFFLZMA" },
-  { ct_lzop,     4, "\211LZO" },
-  { ct_xz,       6, "\xFD" "7zXZ" },
-};
-
-#define NMAGIC (sizeof(magic)/sizeof(magic[0]))
-
-static struct zip_program zip_program[] = {
-  { ct_compress, COMPRESS_PROGRAM, "-Z" },
-  { ct_compress, GZIP_PROGRAM,     "-z" },
-  { ct_gzip,     GZIP_PROGRAM,     "-z" },
-  { ct_bzip2,    BZIP2_PROGRAM,    "-j" },
-  { ct_bzip2,    "lbzip2",         "-j" },
-  { ct_lzip,     LZIP_PROGRAM,     "--lzip" },
-  { ct_lzma,     LZMA_PROGRAM,     "--lzma" },
-  { ct_lzma,     XZ_PROGRAM,       "-J" },
-  { ct_lzop,     LZOP_PROGRAM,     "--lzop" },
-  { ct_xz,       XZ_PROGRAM,       "-J" },
-  { ct_none }
-};
-
-static struct zip_program const *
-find_zip_program (enum compress_type type, int *pstate)
-{
-  int i;
-
-  for (i = *pstate; zip_program[i].type != ct_none; i++)
-    {
-      if (zip_program[i].type == type)
-       {
-         *pstate = i + 1;
-         return zip_program + i;
-       }
-    }
-  *pstate = i;
-  return NULL;
-}
-
-const char *
-first_decompress_program (int *pstate)
-{
-  struct zip_program const *zp;
-  
-  if (use_compress_program_option)
-    return use_compress_program_option;
-
-  if (archive_compression_type == ct_none)
-    return NULL;
-
-  *pstate = 0; 
-  zp = find_zip_program (archive_compression_type, pstate);
-  return zp ? zp->program : NULL;
-}
-    
-const char *
-next_decompress_program (int *pstate)
-{
-  struct zip_program const *zp;
-  
-  if (use_compress_program_option)
-    return NULL;
-  zp = find_zip_program (archive_compression_type, pstate);
-  return zp ? zp->program : NULL;
-}
-
-static const char *
-compress_option (enum compress_type type)
-{
-  struct zip_program const *zp;
-  int i = 0;
-  zp = find_zip_program (type, &i);
-  return zp ? zp->option : NULL;
-}
-
-/* Check if the file ARCHIVE is a compressed archive. */
-static enum compress_type
-check_compressed_archive (bool *pshort)
-{
-  struct zip_magic const *p;
-  bool sfr;
-  bool temp;
-
-  if (!pshort)
-    pshort = &temp;
-
-  /* Prepare global data needed for find_next_block: */
-  record_end = record_start; /* set up for 1st record = # 0 */
-  sfr = read_full_records;
-  read_full_records = true; /* Suppress fatal error on reading a partial
-                               record */
-  *pshort = find_next_block () == 0;
-
-  /* Restore global values */
-  read_full_records = sfr;
-
-  if (tar_checksum (record_start, true) == HEADER_SUCCESS)
-    /* Probably a valid header */
-    return ct_tar;
-
-  for (p = magic + 2; p < magic + NMAGIC; p++)
-    if (memcmp (record_start->buffer, p->magic, p->length) == 0)
-      return p->type;
-
-  return ct_none;
-}
-
-/* Guess if the archive is seekable. */
-static void
-guess_seekable_archive (void)
-{
-  struct stat st;
-
-  if (subcommand_option == DELETE_SUBCOMMAND)
-    {
-      /* The current code in delete.c is based on the assumption that
-        skip_member() reads all data from the archive. So, we should
-        make sure it won't use seeks. On the other hand, the same code
-        depends on the ability to backspace a record in the archive,
-        so setting seekable_archive to false is technically incorrect.
-         However, it is tested only in skip_member(), so it's not a
-        problem. */
-      seekable_archive = false;
-    }
-
-  if (seek_option != -1)
-    {
-      seekable_archive = !!seek_option;
-      return;
-    }
-
-  if (!multi_volume_option && !use_compress_program_option
-      && fstat (archive, &st) == 0)
-    seekable_archive = S_ISREG (st.st_mode);
-  else
-    seekable_archive = false;
-}
-
-/* Open an archive named archive_name_array[0]. Detect if it is
-   a compressed archive of known type and use corresponding decompression
-   program if so */
-static int
-open_compressed_archive (void)
-{
-  archive = rmtopen (archive_name_array[0], O_RDONLY | O_BINARY,
-                     MODE_RW, rsh_command_option);
-  if (archive == -1)
-    return archive;
-
-  if (!multi_volume_option)
-    {
-      if (!use_compress_program_option)
-        {
-          bool shortfile;
-          enum compress_type type = check_compressed_archive (&shortfile);
-
-          switch (type)
-            {
-            case ct_tar:
-              if (shortfile)
-                ERROR ((0, 0, _("This does not look like a tar archive")));
-              return archive;
-
-            case ct_none:
-              if (shortfile)
-                ERROR ((0, 0, _("This does not look like a tar archive")));
-              set_compression_program_by_suffix (archive_name_array[0], NULL);
-              if (!use_compress_program_option)
-               return archive;
-              break;
-
-            default:
-              archive_compression_type = type;
-              break;
-            }
-        }
-
-      /* FD is not needed any more */
-      rmtclose (archive);
-
-      hit_eof = false; /* It might have been set by find_next_block in
-                          check_compressed_archive */
-
-      /* Open compressed archive */
-      child_pid = sys_child_open_for_uncompress ();
-      read_full_records = true;
-    }
-
-  records_read = 0;
-  record_end = record_start; /* set up for 1st record = # 0 */
-
-  return archive;
-}
-\f
-
-static void
-print_stats (FILE *fp, const char *text, tarlong numbytes)
-{
-  char bytes[sizeof (tarlong) * CHAR_BIT];
-  char abbr[LONGEST_HUMAN_READABLE + 1];
-  char rate[LONGEST_HUMAN_READABLE + 1];
-
-  int human_opts = human_autoscale | human_base_1024 | human_SI | human_B;
-
-  sprintf (bytes, TARLONG_FORMAT, numbytes);
-
-  fprintf (fp, "%s: %s (%s, %s/s)\n",
-           text, bytes,
-           human_readable (numbytes, abbr, human_opts, 1, 1),
-           (0 < duration && numbytes / duration < (uintmax_t) -1
-            ? human_readable (numbytes / duration, rate, human_opts, 1, 1)
-            : "?"));
-}
-
-void
-print_total_stats ()
-{
-  switch (subcommand_option)
-    {
-    case CREATE_SUBCOMMAND:
-    case CAT_SUBCOMMAND:
-    case UPDATE_SUBCOMMAND:
-    case APPEND_SUBCOMMAND:
-      /* Amanda 2.4.1p1 looks for "Total bytes written: [0-9][0-9]*".  */
-      print_stats (stderr, _("Total bytes written"),
-                   prev_written + bytes_written);
-      break;
-
-    case DELETE_SUBCOMMAND:
-      {
-        char buf[UINTMAX_STRSIZE_BOUND];
-        print_stats (stderr, _("Total bytes read"),
-                     records_read * record_size);
-        print_stats (stderr, _("Total bytes written"),
-                     prev_written + bytes_written);
-        fprintf (stderr, _("Total bytes deleted: %s\n"),
-                 STRINGIFY_BIGINT ((records_read - records_skipped)
-                                    * record_size
-                                   - (prev_written + bytes_written), buf));
-      }
-      break;
-
-    case EXTRACT_SUBCOMMAND:
-    case LIST_SUBCOMMAND:
-    case DIFF_SUBCOMMAND:
-      print_stats (stderr, _("Total bytes read"),
-                   records_read * record_size);
-      break;
-
-    default:
-      abort ();
-    }
-}
-
-/* Compute and return the block ordinal at current_block.  */
-off_t
-current_block_ordinal (void)
-{
-  return record_start_block + (current_block - record_start);
-}
-
-/* If the EOF flag is set, reset it, as well as current_block, etc.  */
-void
-reset_eof (void)
-{
-  if (hit_eof)
-    {
-      hit_eof = false;
-      current_block = record_start;
-      record_end = record_start + blocking_factor;
-      access_mode = ACCESS_WRITE;
-    }
-}
-
-/* Return the location of the next available input or output block.
-   Return zero for EOF.  Once we have returned zero, we just keep returning
-   it, to avoid accidentally going on to the next file on the tape.  */
-union block *
-find_next_block (void)
-{
-  if (current_block == record_end)
-    {
-      if (hit_eof)
-        return 0;
-      flush_archive ();
-      if (current_block == record_end)
-        {
-          hit_eof = true;
-          return 0;
-        }
-    }
-  return current_block;
-}
-
-/* Indicate that we have used all blocks up thru BLOCK. */
-void
-set_next_block_after (union block *block)
-{
-  while (block >= current_block)
-    current_block++;
-
-  /* Do *not* flush the archive here.  If we do, the same argument to
-     set_next_block_after could mean the next block (if the input record
-     is exactly one block long), which is not what is intended.  */
-
-  if (current_block > record_end)
-    abort ();
-}
-
-/* Return the number of bytes comprising the space between POINTER
-   through the end of the current buffer of blocks.  This space is
-   available for filling with data, or taking data from.  POINTER is
-   usually (but not always) the result of previous find_next_block call.  */
-size_t
-available_space_after (union block *pointer)
-{
-  return record_end->buffer - pointer->buffer;
-}
-
-/* Close file having descriptor FD, and abort if close unsuccessful.  */
-void
-xclose (int fd)
-{
-  if (close (fd) != 0)
-    close_error (_("(pipe)"));
-}
-
-static void
-init_buffer (void)
-{
-  if (! record_buffer_aligned[record_index])
-    record_buffer_aligned[record_index] =
-      page_aligned_alloc (&record_buffer[record_index], record_size);
-
-  record_start = record_buffer_aligned[record_index];
-  current_block = record_start;
-  record_end = record_start + blocking_factor;
-}
-
-/* Open an archive file.  The argument specifies whether we are
-   reading or writing, or both.  */
-static void
-_open_archive (enum access_mode wanted_access)
-{
-  int backed_up_flag = 0;
-
-  if (record_size == 0)
-    FATAL_ERROR ((0, 0, _("Invalid value for record_size")));
-
-  if (archive_names == 0)
-    FATAL_ERROR ((0, 0, _("No archive name given")));
-
-  tar_stat_destroy (&current_stat_info);
-
-  record_index = 0;
-  init_buffer ();
-
-  /* When updating the archive, we start with reading.  */
-  access_mode = wanted_access == ACCESS_UPDATE ? ACCESS_READ : wanted_access;
-
-  read_full_records = read_full_records_option;
-
-  records_read = 0;
-
-  if (use_compress_program_option)
-    {
-      switch (wanted_access)
-        {
-        case ACCESS_READ:
-          child_pid = sys_child_open_for_uncompress ();
-          read_full_records = true;
-          record_end = record_start; /* set up for 1st record = # 0 */
-          break;
-
-        case ACCESS_WRITE:
-          child_pid = sys_child_open_for_compress ();
-          break;
-
-        case ACCESS_UPDATE:
-          abort (); /* Should not happen */
-          break;
-        }
-
-      if (!index_file_name
-          && wanted_access == ACCESS_WRITE
-          && strcmp (archive_name_array[0], "-") == 0)
-        stdlis = stderr;
-    }
-  else if (strcmp (archive_name_array[0], "-") == 0)
-    {
-      read_full_records = true; /* could be a pipe, be safe */
-      if (verify_option)
-        FATAL_ERROR ((0, 0, _("Cannot verify stdin/stdout archive")));
-
-      switch (wanted_access)
-        {
-        case ACCESS_READ:
-          {
-            bool shortfile;
-            enum compress_type type;
-
-            archive = STDIN_FILENO;
-
-            type = check_compressed_archive (&shortfile);
-            if (type != ct_tar && type != ct_none)
-              FATAL_ERROR ((0, 0,
-                            _("Archive is compressed. Use %s option"),
-                            compress_option (type)));
-            if (shortfile)
-              ERROR ((0, 0, _("This does not look like a tar archive")));
-          }
-          break;
-
-        case ACCESS_WRITE:
-          archive = STDOUT_FILENO;
-          if (!index_file_name)
-            stdlis = stderr;
-          break;
-
-        case ACCESS_UPDATE:
-          archive = STDIN_FILENO;
-          write_archive_to_stdout = true;
-          record_end = record_start; /* set up for 1st record = # 0 */
-          if (!index_file_name)
-            stdlis = stderr;
-          break;
-        }
-    }
-  else if (verify_option)
-    archive = rmtopen (archive_name_array[0], O_RDWR | O_CREAT | O_BINARY,
-                       MODE_RW, rsh_command_option);
-  else
-    switch (wanted_access)
-      {
-      case ACCESS_READ:
-        archive = open_compressed_archive ();
-       if (archive >= 0)
-         guess_seekable_archive ();
-        break;
-
-      case ACCESS_WRITE:
-        if (backup_option)
-          {
-            maybe_backup_file (archive_name_array[0], 1);
-            backed_up_flag = 1;
-          }
-        archive = rmtcreat (archive_name_array[0], MODE_RW,
-                            rsh_command_option);
-        break;
-
-      case ACCESS_UPDATE:
-        archive = rmtopen (archive_name_array[0],
-                           O_RDWR | O_CREAT | O_BINARY,
-                           MODE_RW, rsh_command_option);
-
-        switch (check_compressed_archive (NULL))
-          {
-          case ct_none:
-          case ct_tar:
-            break;
-
-          default:
-            FATAL_ERROR ((0, 0,
-                          _("Cannot update compressed archives")));
-          }
-        break;
-      }
-
-  if (archive < 0
-      || (! _isrmt (archive) && !sys_get_archive_stat ()))
-    {
-      int saved_errno = errno;
-
-      if (backed_up_flag)
-        undo_last_backup ();
-      errno = saved_errno;
-      open_fatal (archive_name_array[0]);
-    }
-
-  sys_detect_dev_null_output ();
-  sys_save_archive_dev_ino ();
-  SET_BINARY_MODE (archive);
-
-  switch (wanted_access)
-    {
-    case ACCESS_READ:
-      find_next_block ();       /* read it in, check for EOF */
-      break;
-
-    case ACCESS_UPDATE:
-    case ACCESS_WRITE:
-      records_written = 0;
-      break;
-    }
-}
-
-/* Perform a write to flush the buffer.  */
-static ssize_t
-_flush_write (void)
-{
-  ssize_t status;
-
-  checkpoint_run (true);
-  if (tape_length_option && tape_length_option <= bytes_written)
-    {
-      errno = ENOSPC;
-      status = 0;
-    }
-  else if (dev_null_output)
-    status = record_size;
-  else
-    status = sys_write_archive_buffer ();
-
-  if (status && multi_volume_option && !inhibit_map)
-    {
-      struct bufmap *map = bufmap_locate (status);
-      if (map)
-       {
-         size_t delta = status - map->start * BLOCKSIZE;
-         if (delta > map->sizeleft)
-           delta = map->sizeleft;
-         map->sizeleft -= delta;
-         if (map->sizeleft == 0)
-           map = map->next;
-         bufmap_reset (map, map ? (- map->start) : 0);
-       }
-    }
-  return status;
-}
-
-/* Handle write errors on the archive.  Write errors are always fatal.
-   Hitting the end of a volume does not cause a write error unless the
-   write was the first record of the volume.  */
-void
-archive_write_error (ssize_t status)
-{
-  /* It might be useful to know how much was written before the error
-     occurred.  */
-  if (totals_option)
-    {
-      int e = errno;
-      print_total_stats ();
-      errno = e;
-    }
-
-  write_fatal_details (*archive_name_cursor, status, record_size);
-}
-
-/* Handle read errors on the archive.  If the read should be retried,
-   return to the caller.  */
-void
-archive_read_error (void)
-{
-  read_error (*archive_name_cursor);
-
-  if (record_start_block == 0)
-    FATAL_ERROR ((0, 0, _("At beginning of tape, quitting now")));
-
-  /* Read error in mid archive.  We retry up to READ_ERROR_MAX times and
-     then give up on reading the archive.  */
-
-  if (read_error_count++ > READ_ERROR_MAX)
-    FATAL_ERROR ((0, 0, _("Too many errors, quitting")));
-  return;
-}
-
-static bool
-archive_is_dev (void)
-{
-  struct stat st;
-
-  if (fstat (archive, &st))
-    {
-      stat_diag (*archive_name_cursor);
-      return false;
-    }
-  return S_ISBLK (st.st_mode) || S_ISCHR (st.st_mode);
-}
-
-static void
-short_read (size_t status)
-{
-  size_t left;                  /* bytes left */
-  char *more;                   /* pointer to next byte to read */
-
-  more = record_start->buffer + status;
-  left = record_size - status;
-
-  if (left && left % BLOCKSIZE == 0
-      && verbose_option
-      && record_start_block == 0 && status != 0
-      && archive_is_dev ())
-    {
-      unsigned long rsize = status / BLOCKSIZE;
-      WARN ((0, 0,
-             ngettext ("Record size = %lu block",
-                       "Record size = %lu blocks",
-                       rsize),
-             rsize));
-    }
-
-  while (left % BLOCKSIZE != 0
-         || (left && status && read_full_records))
-    {
-      if (status)
-        while ((status = rmtread (archive, more, left)) == SAFE_READ_ERROR)
-          archive_read_error ();
-
-      if (status == 0)
-        break;
-
-      if (! read_full_records)
-        {
-          unsigned long rest = record_size - left;
-
-          FATAL_ERROR ((0, 0,
-                        ngettext ("Unaligned block (%lu byte) in archive",
-                                  "Unaligned block (%lu bytes) in archive",
-                                  rest),
-                        rest));
-        }
-
-      left -= status;
-      more += status;
-    }
-
-  record_end = record_start + (record_size - left) / BLOCKSIZE;
-  records_read++;
-}
-
-/*  Flush the current buffer to/from the archive.  */
-void
-flush_archive (void)
-{
-  size_t buffer_level = current_block->buffer - record_start->buffer;
-  record_start_block += record_end - record_start;
-  current_block = record_start;
-  record_end = record_start + blocking_factor;
-
-  if (access_mode == ACCESS_READ && time_to_start_writing)
-    {
-      access_mode = ACCESS_WRITE;
-      time_to_start_writing = false;
-      backspace_output ();
-    }
-
-  switch (access_mode)
-    {
-    case ACCESS_READ:
-      flush_read ();
-      break;
-
-    case ACCESS_WRITE:
-      flush_write_ptr (buffer_level);
-      break;
-
-    case ACCESS_UPDATE:
-      abort ();
-    }
-}
-
-/* Backspace the archive descriptor by one record worth.  If it's a
-   tape, MTIOCTOP will work.  If it's something else, try to seek on
-   it.  If we can't seek, we lose!  */
-static void
-backspace_output (void)
-{
-#ifdef MTIOCTOP
-  {
-    struct mtop operation;
-
-    operation.mt_op = MTBSR;
-    operation.mt_count = 1;
-    if (rmtioctl (archive, MTIOCTOP, (char *) &operation) >= 0)
-      return;
-    if (errno == EIO && rmtioctl (archive, MTIOCTOP, (char *) &operation) >= 0)
-      return;
-  }
-#endif
-
-  {
-    off_t position = rmtlseek (archive, (off_t) 0, SEEK_CUR);
-
-    /* Seek back to the beginning of this record and start writing there.  */
-
-    position -= record_size;
-    if (position < 0)
-      position = 0;
-    if (rmtlseek (archive, position, SEEK_SET) != position)
-      {
-        /* Lseek failed.  Try a different method.  */
-
-        WARN ((0, 0,
-               _("Cannot backspace archive file; it may be unreadable without -i")));
-
-        /* Replace the first part of the record with NULs.  */
-
-        if (record_start->buffer != output_start)
-          memset (record_start->buffer, 0,
-                  output_start - record_start->buffer);
-      }
-  }
-}
-
-off_t
-seek_archive (off_t size)
-{
-  off_t start = current_block_ordinal ();
-  off_t offset;
-  off_t nrec, nblk;
-  off_t skipped = (blocking_factor - (current_block - record_start))
-                  * BLOCKSIZE;
-
-  if (size <= skipped)
-    return 0;
-
-  /* Compute number of records to skip */
-  nrec = (size - skipped) / record_size;
-  if (nrec == 0)
-    return 0;
-  offset = rmtlseek (archive, nrec * record_size, SEEK_CUR);
-  if (offset < 0)
-    return offset;
-
-  if (offset % record_size)
-    FATAL_ERROR ((0, 0, _("rmtlseek not stopped at a record boundary")));
-
-  /* Convert to number of records */
-  offset /= BLOCKSIZE;
-  /* Compute number of skipped blocks */
-  nblk = offset - start;
-
-  /* Update buffering info */
-  records_read += nblk / blocking_factor;
-  record_start_block = offset - blocking_factor;
-  current_block = record_end;
-
-  return nblk;
-}
-
-/* Close the archive file.  */
-void
-close_archive (void)
-{
-  if (time_to_start_writing || access_mode == ACCESS_WRITE)
-    {
-      flush_archive ();
-      if (current_block > record_start)
-        flush_archive ();
-    }
-
-  compute_duration ();
-  if (verify_option)
-    verify_volume ();
-
-  if (rmtclose (archive) != 0)
-    close_error (*archive_name_cursor);
-
-  sys_wait_for_child (child_pid, hit_eof);
-
-  tar_stat_destroy (&current_stat_info);
-  free (record_buffer[0]);
-  free (record_buffer[1]);
-  bufmap_free (NULL);
-}
-
-/* Called to initialize the global volume number.  */
-void
-init_volume_number (void)
-{
-  FILE *file = fopen (volno_file_option, "r");
-
-  if (file)
-    {
-      if (fscanf (file, "%d", &global_volno) != 1
-          || global_volno < 0)
-        FATAL_ERROR ((0, 0, _("%s: contains invalid volume number"),
-                      quotearg_colon (volno_file_option)));
-      if (ferror (file))
-        read_error (volno_file_option);
-      if (fclose (file) != 0)
-        close_error (volno_file_option);
-    }
-  else if (errno != ENOENT)
-    open_error (volno_file_option);
-}
-
-/* Called to write out the closing global volume number.  */
-void
-closeout_volume_number (void)
-{
-  FILE *file = fopen (volno_file_option, "w");
-
-  if (file)
-    {
-      fprintf (file, "%d\n", global_volno);
-      if (ferror (file))
-        write_error (volno_file_option);
-      if (fclose (file) != 0)
-        close_error (volno_file_option);
-    }
-  else
-    open_error (volno_file_option);
-}
-
-\f
-static void
-increase_volume_number (void)
-{
-  global_volno++;
-  if (global_volno < 0)
-    FATAL_ERROR ((0, 0, _("Volume number overflow")));
-  volno++;
-}
-
-static void
-change_tape_menu (FILE *read_file)
-{
-  char *input_buffer = NULL;
-  size_t size = 0;
-  bool stop = false;
-
-  while (!stop)
-    {
-      fputc ('\007', stderr);
-      fprintf (stderr,
-               _("Prepare volume #%d for %s and hit return: "),
-               global_volno + 1, quote (*archive_name_cursor));
-      fflush (stderr);
-
-      if (getline (&input_buffer, &size, read_file) <= 0)
-        {
-          WARN ((0, 0, _("EOF where user reply was expected")));
-
-          if (subcommand_option != EXTRACT_SUBCOMMAND
-              && subcommand_option != LIST_SUBCOMMAND
-              && subcommand_option != DIFF_SUBCOMMAND)
-            WARN ((0, 0, _("WARNING: Archive is incomplete")));
-
-          fatal_exit ();
-        }
-
-      if (input_buffer[0] == '\n'
-          || input_buffer[0] == 'y'
-          || input_buffer[0] == 'Y')
-        break;
-
-      switch (input_buffer[0])
-        {
-        case '?':
-          {
-            fprintf (stderr, _("\
- n name        Give a new file name for the next (and subsequent) volume(s)\n\
- q             Abort tar\n\
- y or newline  Continue operation\n"));
-            if (!restrict_option)
-              fprintf (stderr, _(" !             Spawn a subshell\n"));
-            fprintf (stderr, _(" ?             Print this list\n"));
-          }
-          break;
-
-        case 'q':
-          /* Quit.  */
-
-          WARN ((0, 0, _("No new volume; exiting.\n")));
-
-          if (subcommand_option != EXTRACT_SUBCOMMAND
-              && subcommand_option != LIST_SUBCOMMAND
-              && subcommand_option != DIFF_SUBCOMMAND)
-            WARN ((0, 0, _("WARNING: Archive is incomplete")));
-
-          fatal_exit ();
-
-        case 'n':
-          /* Get new file name.  */
-
-          {
-            char *name;
-            char *cursor;
-
-            for (name = input_buffer + 1;
-                 *name == ' ' || *name == '\t';
-                 name++)
-              ;
-
-            for (cursor = name; *cursor && *cursor != '\n'; cursor++)
-              ;
-            *cursor = '\0';
-
-            if (name[0])
-              {
-                /* FIXME: the following allocation is never reclaimed.  */
-                *archive_name_cursor = xstrdup (name);
-                stop = true;
-              }
-            else
-              fprintf (stderr, "%s",
-                       _("File name not specified. Try again.\n"));
-          }
-          break;
-
-        case '!':
-          if (!restrict_option)
-            {
-              sys_spawn_shell ();
-              break;
-            }
-          /* FALL THROUGH */
-
-        default:
-          fprintf (stderr, _("Invalid input. Type ? for help.\n"));
-        }
-    }
-  free (input_buffer);
-}
-
-/* We've hit the end of the old volume.  Close it and open the next one.
-   Return nonzero on success.
-*/
-static bool
-new_volume (enum access_mode mode)
-{
-  static FILE *read_file;
-  static int looped;
-  int prompt;
-
-  if (!read_file && !info_script_option)
-    /* FIXME: if fopen is used, it will never be closed.  */
-    read_file = archive == STDIN_FILENO ? fopen (TTY_NAME, "r") : stdin;
-
-  if (now_verifying)
-    return false;
-  if (verify_option)
-    verify_volume ();
-
-  assign_string (&volume_label, NULL);
-  assign_string (&continued_file_name, NULL);
-  continued_file_size = continued_file_offset = 0;
-  current_block = record_start;
-
-  if (rmtclose (archive) != 0)
-    close_error (*archive_name_cursor);
-
-  archive_name_cursor++;
-  if (archive_name_cursor == archive_name_array + archive_names)
-    {
-      archive_name_cursor = archive_name_array;
-      looped = 1;
-    }
-  prompt = looped;
-
- tryagain:
-  if (prompt)
-    {
-      /* We have to prompt from now on.  */
-
-      if (info_script_option)
-        {
-          if (volno_file_option)
-            closeout_volume_number ();
-          if (sys_exec_info_script (archive_name_cursor, global_volno+1))
-            FATAL_ERROR ((0, 0, _("%s command failed"),
-                          quote (info_script_option)));
-        }
-      else
-        change_tape_menu (read_file);
-    }
-
-  if (strcmp (archive_name_cursor[0], "-") == 0)
-    {
-      read_full_records = true;
-      archive = STDIN_FILENO;
-    }
-  else if (verify_option)
-    archive = rmtopen (*archive_name_cursor, O_RDWR | O_CREAT, MODE_RW,
-                       rsh_command_option);
-  else
-    switch (mode)
-      {
-      case ACCESS_READ:
-        archive = rmtopen (*archive_name_cursor, O_RDONLY, MODE_RW,
-                           rsh_command_option);
-       guess_seekable_archive ();
-        break;
-
-      case ACCESS_WRITE:
-        if (backup_option)
-          maybe_backup_file (*archive_name_cursor, 1);
-        archive = rmtcreat (*archive_name_cursor, MODE_RW,
-                            rsh_command_option);
-        break;
-
-      case ACCESS_UPDATE:
-        archive = rmtopen (*archive_name_cursor, O_RDWR | O_CREAT, MODE_RW,
-                           rsh_command_option);
-        break;
-      }
-
-  if (archive < 0)
-    {
-      open_warn (*archive_name_cursor);
-      if (!verify_option && mode == ACCESS_WRITE && backup_option)
-        undo_last_backup ();
-      prompt = 1;
-      goto tryagain;
-    }
-
-  SET_BINARY_MODE (archive);
-
-  return true;
-}
-
-static bool
-read_header0 (struct tar_stat_info *info)
-{
-  enum read_header rc;
-
-  tar_stat_init (info);
-  rc = read_header (&current_header, info, read_header_auto);
-  if (rc == HEADER_SUCCESS)
-    {
-      set_next_block_after (current_header);
-      return true;
-    }
-  ERROR ((0, 0, _("This does not look like a tar archive")));
-  return false;
-}
-
-static bool
-try_new_volume (void)
-{
-  size_t status;
-  union block *header;
-  enum access_mode acc;
-
-  switch (subcommand_option)
-    {
-    case APPEND_SUBCOMMAND:
-    case CAT_SUBCOMMAND:
-    case UPDATE_SUBCOMMAND:
-      acc = ACCESS_UPDATE;
-      break;
-
-    default:
-      acc = ACCESS_READ;
-      break;
-    }
-
-  if (!new_volume (acc))
-    return true;
-
-  while ((status = rmtread (archive, record_start->buffer, record_size))
-         == SAFE_READ_ERROR)
-    archive_read_error ();
-
-  if (status != record_size)
-    short_read (status);
-
-  header = find_next_block ();
-  if (!header)
-    return false;
-
-  switch (header->header.typeflag)
-    {
-    case XGLTYPE:
-      {
-       tar_stat_init (&dummy);
-       if (read_header (&header, &dummy, read_header_x_global)
-           != HEADER_SUCCESS_EXTENDED)
-         {
-           ERROR ((0, 0, _("This does not look like a tar archive")));
-           return false;
-         }
-
-        xheader_decode (&dummy); /* decodes values from the global header */
-        tar_stat_destroy (&dummy);
-
-       /* The initial global header must be immediately followed by
-          an extended PAX header for the first member in this volume.
-          However, in some cases tar may split volumes in the middle
-          of a PAX header. This is incorrect, and should be fixed
-           in the future versions. In the meantime we must be
-          prepared to correctly list and extract such archives.
-
-          If this happens, the following call to read_header returns
-          HEADER_FAILURE, which is ignored.
-
-          See also tests/multiv07.at */
-
-       switch (read_header (&header, &dummy, read_header_auto))
-         {
-         case HEADER_SUCCESS:
-           set_next_block_after (header);
-           break;
-
-         case HEADER_FAILURE:
-           break;
-
-         default:
-           ERROR ((0, 0, _("This does not look like a tar archive")));
-           return false;
-         }
-        break;
-      }
-
-    case GNUTYPE_VOLHDR:
-      if (!read_header0 (&dummy))
-        return false;
-      tar_stat_destroy (&dummy);
-      assign_string (&volume_label, current_header->header.name);
-      set_next_block_after (header);
-      header = find_next_block ();
-      if (header->header.typeflag != GNUTYPE_MULTIVOL)
-        break;
-      /* FALL THROUGH */
-
-    case GNUTYPE_MULTIVOL:
-      if (!read_header0 (&dummy))
-        return false;
-      tar_stat_destroy (&dummy);
-      assign_string (&continued_file_name, current_header->header.name);
-      continued_file_size =
-        UINTMAX_FROM_HEADER (current_header->header.size);
-      continued_file_offset =
-        UINTMAX_FROM_HEADER (current_header->oldgnu_header.offset);
-      break;
-
-    default:
-      break;
-    }
-
-  if (bufmap_head)
-    {
-      uintmax_t s;
-      if (!continued_file_name
-          || strcmp (continued_file_name, bufmap_head->file_name))
-        {
-          if ((archive_format == GNU_FORMAT || archive_format == OLDGNU_FORMAT)
-              && strlen (bufmap_head->file_name) >= NAME_FIELD_SIZE
-              && strncmp (continued_file_name, bufmap_head->file_name,
-                          NAME_FIELD_SIZE) == 0)
-            WARN ((0, 0,
- _("%s is possibly continued on this volume: header contains truncated name"),
-                   quote (bufmap_head->file_name)));
-          else
-            {
-              WARN ((0, 0, _("%s is not continued on this volume"),
-                     quote (bufmap_head->file_name)));
-              return false;
-            }
-        }
-
-      s = continued_file_size + continued_file_offset;
-
-      if (bufmap_head->sizetotal != s || s < continued_file_offset)
-        {
-          char totsizebuf[UINTMAX_STRSIZE_BOUND];
-          char s1buf[UINTMAX_STRSIZE_BOUND];
-          char s2buf[UINTMAX_STRSIZE_BOUND];
-
-          WARN ((0, 0, _("%s is the wrong size (%s != %s + %s)"),
-                 quote (continued_file_name),
-                 STRINGIFY_BIGINT (bufmap_head->sizetotal, totsizebuf),
-                 STRINGIFY_BIGINT (continued_file_size, s1buf),
-                 STRINGIFY_BIGINT (continued_file_offset, s2buf)));
-          return false;
-        }
-
-      if (bufmap_head->sizetotal - bufmap_head->sizeleft !=
-         continued_file_offset)
-        {
-          char totsizebuf[UINTMAX_STRSIZE_BOUND];
-          char s1buf[UINTMAX_STRSIZE_BOUND];
-          char s2buf[UINTMAX_STRSIZE_BOUND];
-
-          WARN ((0, 0, _("This volume is out of sequence (%s - %s != %s)"),
-                 STRINGIFY_BIGINT (bufmap_head->sizetotal, totsizebuf),
-                 STRINGIFY_BIGINT (bufmap_head->sizeleft, s1buf),
-                 STRINGIFY_BIGINT (continued_file_offset, s2buf)));
-
-          return false;
-        }
-    }
-
-  increase_volume_number ();
-  return true;
-}
-
-\f
-#define VOLUME_TEXT " Volume "
-#define VOLUME_TEXT_LEN (sizeof VOLUME_TEXT - 1)
-
-char *
-drop_volume_label_suffix (const char *label)
-{
-  const char *p;
-  size_t len = strlen (label);
-
-  if (len < 1)
-    return NULL;
-
-  for (p = label + len - 1; p > label && isdigit ((unsigned char) *p); p--)
-    ;
-  if (p > label && p - (VOLUME_TEXT_LEN - 1) > label)
-    {
-      p -= VOLUME_TEXT_LEN - 1;
-      if (memcmp (p, VOLUME_TEXT, VOLUME_TEXT_LEN) == 0)
-       {
-         char *s = xmalloc ((len = p - label) + 1);
-         memcpy (s, label, len);
-         s[len] = 0;
-         return s;
-       }
-    }
-
-  return NULL;
-}
-
-/* Check LABEL against the volume label, seen as a globbing
-   pattern.  Return true if the pattern matches.  In case of failure,
-   retry matching a volume sequence number before giving up in
-   multi-volume mode.  */
-static bool
-check_label_pattern (const char *label)
-{
-  char *string;
-  bool result = false;
-
-  if (fnmatch (volume_label_option, label, 0) == 0)
-    return true;
-
-  if (!multi_volume_option)
-    return false;
-
-  string = drop_volume_label_suffix (label);
-  if (string)
-    {
-      result = fnmatch (string, volume_label_option, 0) == 0;
-      free (string);
-    }
-  return result;
-}
-
-/* Check if the next block contains a volume label and if this matches
-   the one given in the command line */
-static void
-match_volume_label (void)
-{
-  if (!volume_label)
-    {
-      union block *label = find_next_block ();
-
-      if (!label)
-       FATAL_ERROR ((0, 0, _("Archive not labeled to match %s"),
-                     quote (volume_label_option)));
-      if (label->header.typeflag == GNUTYPE_VOLHDR)
-       {
-         if (memchr (label->header.name, '\0', sizeof label->header.name))
-           assign_string (&volume_label, label->header.name);
-         else
-           {
-             volume_label = xmalloc (sizeof (label->header.name) + 1);
-             memcpy (volume_label, label->header.name,
-                     sizeof (label->header.name));
-             volume_label[sizeof (label->header.name)] = 0;
-           }
-       }
-      else if (label->header.typeflag == XGLTYPE)
-       {
-         struct tar_stat_info st;
-         tar_stat_init (&st);
-         xheader_read (&st.xhdr, label,
-                       OFF_FROM_HEADER (label->header.size));
-         xheader_decode (&st);
-         tar_stat_destroy (&st);
-       }
-    }
-
-  if (!volume_label)
-    FATAL_ERROR ((0, 0, _("Archive not labeled to match %s"),
-                  quote (volume_label_option)));
-
-  if (!check_label_pattern (volume_label))
-    FATAL_ERROR ((0, 0, _("Volume %s does not match %s"),
-                  quote_n (0, volume_label),
-                  quote_n (1, volume_label_option)));
-}
-
-/* Mark the archive with volume label STR. */
-static void
-_write_volume_label (const char *str)
-{
-  if (archive_format == POSIX_FORMAT)
-    xheader_store ("GNU.volume.label", &dummy, str);
-  else
-    {
-      union block *label = find_next_block ();
-
-      memset (label, 0, BLOCKSIZE);
-
-      strcpy (label->header.name, str);
-      assign_string (&current_stat_info.file_name,
-                     label->header.name);
-      current_stat_info.had_trailing_slash =
-        strip_trailing_slashes (current_stat_info.file_name);
-
-      label->header.typeflag = GNUTYPE_VOLHDR;
-      TIME_TO_CHARS (start_time.tv_sec, label->header.mtime);
-      finish_header (&current_stat_info, label, -1);
-      set_next_block_after (label);
-    }
-}
-
-#define VOL_SUFFIX "Volume"
-
-/* Add a volume label to a part of multi-volume archive */
-static void
-add_volume_label (void)
-{
-  char buf[UINTMAX_STRSIZE_BOUND];
-  char *p = STRINGIFY_BIGINT (volno, buf);
-  char *s = xmalloc (strlen (volume_label_option) + sizeof VOL_SUFFIX
-                     + strlen (p) + 2);
-  sprintf (s, "%s %s %s", volume_label_option, VOL_SUFFIX, p);
-  _write_volume_label (s);
-  free (s);
-}
-
-static void
-add_chunk_header (struct bufmap *map)
-{
-  if (archive_format == POSIX_FORMAT)
-    {
-      off_t block_ordinal;
-      union block *blk;
-      struct tar_stat_info st;
-
-      memset (&st, 0, sizeof st);
-      st.orig_file_name = st.file_name = map->file_name;
-      st.stat.st_mode = S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH;
-      st.stat.st_uid = getuid ();
-      st.stat.st_gid = getgid ();
-      st.orig_file_name = xheader_format_name (&st,
-                                               "%d/GNUFileParts.%p/%f.%n",
-                                               volno);
-      st.file_name = st.orig_file_name;
-      st.archive_file_size = st.stat.st_size = map->sizeleft;
-
-      block_ordinal = current_block_ordinal ();
-      blk = start_header (&st);
-      if (!blk)
-        abort (); /* FIXME */
-      finish_header (&st, blk, block_ordinal);
-      free (st.orig_file_name);
-    }
-}
-
-
-/* Add a volume label to the current archive */
-static void
-write_volume_label (void)
-{
-  if (multi_volume_option)
-    add_volume_label ();
-  else
-    _write_volume_label (volume_label_option);
-}
-
-/* Write GNU multi-volume header */
-static void
-gnu_add_multi_volume_header (struct bufmap *map)
-{
-  int tmp;
-  union block *block = find_next_block ();
-
-  if (strlen (map->file_name) > NAME_FIELD_SIZE)
-    WARN ((0, 0,
-           _("%s: file name too long to be stored in a GNU multivolume header, truncated"),
-           quotearg_colon (map->file_name)));
-
-  memset (block, 0, BLOCKSIZE);
-
-  strncpy (block->header.name, map->file_name, NAME_FIELD_SIZE);
-  block->header.typeflag = GNUTYPE_MULTIVOL;
-
-  OFF_TO_CHARS (map->sizeleft, block->header.size);
-  OFF_TO_CHARS (map->sizetotal - map->sizeleft,
-                block->oldgnu_header.offset);
-
-  tmp = verbose_option;
-  verbose_option = 0;
-  finish_header (&current_stat_info, block, -1);
-  verbose_option = tmp;
-  set_next_block_after (block);
-}
-
-/* Add a multi volume header to the current archive. The exact header format
-   depends on the archive format. */
-static void
-add_multi_volume_header (struct bufmap *map)
-{
-  if (archive_format == POSIX_FORMAT)
-    {
-      off_t d = map->sizetotal - map->sizeleft;
-      xheader_store ("GNU.volume.filename", &dummy, map->file_name);
-      xheader_store ("GNU.volume.size", &dummy, &map->sizeleft);
-      xheader_store ("GNU.volume.offset", &dummy, &d);
-    }
-  else
-    gnu_add_multi_volume_header (map);
-}
-
-\f
-/* Low-level flush functions */
-
-/* Simple flush read (no multi-volume or label extensions) */
-static void
-simple_flush_read (void)
-{
-  size_t status;                /* result from system call */
-
-  checkpoint_run (false);
-
-  /* Clear the count of errors.  This only applies to a single call to
-     flush_read.  */
-
-  read_error_count = 0;         /* clear error count */
-
-  if (write_archive_to_stdout && record_start_block != 0)
-    {
-      archive = STDOUT_FILENO;
-      status = sys_write_archive_buffer ();
-      archive = STDIN_FILENO;
-      if (status != record_size)
-        archive_write_error (status);
-    }
-
-  for (;;)
-    {
-      status = rmtread (archive, record_start->buffer, record_size);
-      if (status == record_size)
-        {
-          records_read++;
-          return;
-        }
-      if (status == SAFE_READ_ERROR)
-        {
-          archive_read_error ();
-          continue;             /* try again */
-        }
-      break;
-    }
-  short_read (status);
-}
-
-/* Simple flush write (no multi-volume or label extensions) */
-static void
-simple_flush_write (size_t level __attribute__((unused)))
-{
-  ssize_t status;
-
-  status = _flush_write ();
-  if (status != record_size)
-    archive_write_error (status);
-  else
-    {
-      records_written++;
-      bytes_written += status;
-    }
-}
-
-\f
-/* GNU flush functions. These support multi-volume and archive labels in
-   GNU and PAX archive formats. */
-
-static void
-_gnu_flush_read (void)
-{
-  size_t status;                /* result from system call */
-
-  checkpoint_run (false);
-
-  /* Clear the count of errors.  This only applies to a single call to
-     flush_read.  */
-
-  read_error_count = 0;         /* clear error count */
-
-  if (write_archive_to_stdout && record_start_block != 0)
-    {
-      archive = STDOUT_FILENO;
-      status = sys_write_archive_buffer ();
-      archive = STDIN_FILENO;
-      if (status != record_size)
-        archive_write_error (status);
-    }
-
-  for (;;)
-    {
-      status = rmtread (archive, record_start->buffer, record_size);
-      if (status == record_size)
-        {
-          records_read++;
-          return;
-        }
-
-      /* The condition below used to include
-              || (status > 0 && !read_full_records)
-         This is incorrect since even if new_volume() succeeds, the
-         subsequent call to rmtread will overwrite the chunk of data
-         already read in the buffer, so the processing will fail */
-      if ((status == 0
-           || (status == SAFE_READ_ERROR && errno == ENOSPC))
-          && multi_volume_option)
-        {
-          while (!try_new_volume ())
-            ;
-         if (current_block == record_end)
-           /* Necessary for blocking_factor == 1 */
-           flush_archive();
-          return;
-        }
-      else if (status == SAFE_READ_ERROR)
-        {
-          archive_read_error ();
-          continue;
-        }
-      break;
-    }
-  short_read (status);
-}
-
-static void
-gnu_flush_read (void)
-{
-  flush_read_ptr = simple_flush_read; /* Avoid recursion */
-  _gnu_flush_read ();
-  flush_read_ptr = gnu_flush_read;
-}
-
-static void
-_gnu_flush_write (size_t buffer_level)
-{
-  ssize_t status;
-  union block *header;
-  char *copy_ptr;
-  size_t copy_size;
-  size_t bufsize;
-  struct bufmap *map;
-
-  status = _flush_write ();
-  if (status != record_size && !multi_volume_option)
-    archive_write_error (status);
-  else
-    {
-      if (status)
-        records_written++;
-      bytes_written += status;
-    }
-
-  if (status == record_size)
-    {
-      return;
-    }
-
-  map = bufmap_locate (status);
-
-  if (status % BLOCKSIZE)
-    {
-      ERROR ((0, 0, _("write did not end on a block boundary")));
-      archive_write_error (status);
-    }
-
-  /* In multi-volume mode. */
-  /* ENXIO is for the UNIX PC.  */
-  if (status < 0 && errno != ENOSPC && errno != EIO && errno != ENXIO)
-    archive_write_error (status);
-
-  if (!new_volume (ACCESS_WRITE))
-    return;
-
-  tar_stat_destroy (&dummy);
-
-  increase_volume_number ();
-  prev_written += bytes_written;
-  bytes_written = 0;
-
-  copy_ptr = record_start->buffer + status;
-  copy_size = buffer_level - status;
-
-  /* Switch to the next buffer */
-  record_index = !record_index;
-  init_buffer ();
-
-  inhibit_map = 1;
-
-  if (volume_label_option)
-    add_volume_label ();
-
-  if (map)
-    add_multi_volume_header (map);
-
-  write_extended (true, &dummy, find_next_block ());
-  tar_stat_destroy (&dummy);
-
-  if (map)
-    add_chunk_header (map);
-  header = find_next_block ();
-  bufmap_reset (map, header - record_start);
-  bufsize = available_space_after (header);
-  inhibit_map = 0;
-  while (bufsize < copy_size)
-    {
-      memcpy (header->buffer, copy_ptr, bufsize);
-      copy_ptr += bufsize;
-      copy_size -= bufsize;
-      set_next_block_after (header + (bufsize - 1) / BLOCKSIZE);
-      header = find_next_block ();
-      bufsize = available_space_after (header);
-    }
-  memcpy (header->buffer, copy_ptr, copy_size);
-  memset (header->buffer + copy_size, 0, bufsize - copy_size);
-  set_next_block_after (header + (copy_size - 1) / BLOCKSIZE);
-  find_next_block ();
-}
-
-static void
-gnu_flush_write (size_t buffer_level)
-{
-  flush_write_ptr = simple_flush_write; /* Avoid recursion */
-  _gnu_flush_write (buffer_level);
-  flush_write_ptr = gnu_flush_write;
-}
-
-void
-flush_read ()
-{
-  flush_read_ptr ();
-}
-
-void
-flush_write ()
-{
-  flush_write_ptr (record_size);
-}
-
-void
-open_archive (enum access_mode wanted_access)
-{
-  flush_read_ptr = gnu_flush_read;
-  flush_write_ptr = gnu_flush_write;
-
-  _open_archive (wanted_access);
-  switch (wanted_access)
-    {
-    case ACCESS_READ:
-    case ACCESS_UPDATE:
-      if (volume_label_option)
-        match_volume_label ();
-      break;
-
-    case ACCESS_WRITE:
-      records_written = 0;
-      if (volume_label_option)
-        write_volume_label ();
-      break;
-    }
-  set_volume_start_time ();
-}
diff --git a/src/common.h b/src/common.h
deleted file mode 100644 (file)
index 69097b3..0000000
+++ /dev/null
@@ -1,836 +0,0 @@
-/* Common declarations for the tar program.
-
-   Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001,
-   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-   Inc.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-/* Declare the GNU tar archive format.  */
-#include "tar.h"
-
-/* The checksum field is filled with this while the checksum is computed.  */
-#define CHKBLANKS      "        "      /* 8 blanks, no null */
-
-/* Some constants from POSIX are given names.  */
-#define NAME_FIELD_SIZE   100
-#define PREFIX_FIELD_SIZE 155
-#define UNAME_FIELD_SIZE   32
-#define GNAME_FIELD_SIZE   32
-
-
-\f
-/* Some various global definitions.  */
-
-/* Name of file to use for interacting with user.  */
-
-/* GLOBAL is defined to empty in tar.c only, and left alone in other *.c
-   modules.  Here, we merely set it to "extern" if it is not already set.
-   GNU tar does depend on the system loader to preset all GLOBAL variables to
-   neutral (or zero) values, explicit initialization is usually not done.  */
-#ifndef GLOBAL
-# define GLOBAL extern
-#endif
-
-#define TAREXIT_SUCCESS PAXEXIT_SUCCESS
-#define TAREXIT_DIFFERS PAXEXIT_DIFFERS
-#define TAREXIT_FAILURE PAXEXIT_FAILURE
-
-\f
-#include "arith.h"
-#include <backupfile.h>
-#include <exclude.h>
-#include <full-write.h>
-#include <modechange.h>
-#include <quote.h>
-#include <safe-read.h>
-#include <stat-time.h>
-#include <timespec.h>
-#define obstack_chunk_alloc xmalloc
-#define obstack_chunk_free free
-#include <obstack.h>
-#include <progname.h>
-#include <xvasprintf.h>
-
-#include <paxlib.h>
-
-/* Log base 2 of common values.  */
-#define LG_8 3
-#define LG_64 6
-#define LG_256 8
-\f
-/* Information gleaned from the command line.  */
-
-/* Main command option.  */
-
-enum subcommand
-{
-  UNKNOWN_SUBCOMMAND,          /* none of the following */
-  APPEND_SUBCOMMAND,           /* -r */
-  CAT_SUBCOMMAND,              /* -A */
-  CREATE_SUBCOMMAND,           /* -c */
-  DELETE_SUBCOMMAND,           /* -D */
-  DIFF_SUBCOMMAND,             /* -d */
-  EXTRACT_SUBCOMMAND,          /* -x */
-  LIST_SUBCOMMAND,             /* -t */
-  UPDATE_SUBCOMMAND,           /* -u */
-  TEST_LABEL_SUBCOMMAND,        /* --test-label */
-};
-
-GLOBAL enum subcommand subcommand_option;
-
-/* Selected format for output archive.  */
-GLOBAL enum archive_format archive_format;
-
-/* Size of each record, once in blocks, once in bytes.  Those two variables
-   are always related, the second being BLOCKSIZE times the first.  They do
-   not have _option in their name, even if their values is derived from
-   option decoding, as these are especially important in tar.  */
-GLOBAL int blocking_factor;
-GLOBAL size_t record_size;
-
-GLOBAL bool absolute_names_option;
-
-/* Display file times in UTC */
-GLOBAL bool utc_option;
-/* Output file timestamps to the full resolution */
-GLOBAL bool full_time_option;
-
-/* This variable tells how to interpret newer_mtime_option, below.  If zero,
-   files get archived if their mtime is not less than newer_mtime_option.
-   If nonzero, files get archived if *either* their ctime or mtime is not less
-   than newer_mtime_option.  */
-GLOBAL int after_date_option;
-
-enum atime_preserve
-{
-  no_atime_preserve,
-  replace_atime_preserve,
-  system_atime_preserve
-};
-GLOBAL enum atime_preserve atime_preserve_option;
-
-GLOBAL bool backup_option;
-
-/* Type of backups being made.  */
-GLOBAL enum backup_type backup_type;
-
-GLOBAL bool block_number_option;
-
-GLOBAL unsigned checkpoint_option;
-#define DEFAULT_CHECKPOINT 10
-
-/* Specified name of compression program, or "gzip" as implied by -z.  */
-GLOBAL const char *use_compress_program_option;
-
-GLOBAL bool dereference_option;
-GLOBAL bool hard_dereference_option;
-
-/* Print a message if not all links are dumped */
-GLOBAL int check_links_option;
-
-/* Patterns that match file names to be excluded.  */
-GLOBAL struct exclude *excluded;
-
-enum exclusion_tag_type
-  {
-    exclusion_tag_none,
-     /* Exclude the directory contents, but preserve the directory
-       itself and the exclusion tag file */
-    exclusion_tag_contents,
-    /* Exclude everything below the directory, preserving the directory
-       itself */
-    exclusion_tag_under,
-    /* Exclude entire directory  */
-    exclusion_tag_all,
-  };
-
-/* Specified value to be put into tar file in place of stat () results, or
-   just -1 if such an override should not take place.  */
-GLOBAL gid_t group_option;
-
-GLOBAL bool ignore_failed_read_option;
-
-GLOBAL bool ignore_zeros_option;
-
-GLOBAL bool incremental_option;
-
-/* Specified name of script to run at end of each tape change.  */
-GLOBAL const char *info_script_option;
-
-GLOBAL bool interactive_option;
-
-/* If nonzero, extract only Nth occurrence of each named file */
-GLOBAL uintmax_t occurrence_option;
-
-enum old_files
-{
-  DEFAULT_OLD_FILES,          /* default */
-  NO_OVERWRITE_DIR_OLD_FILES, /* --no-overwrite-dir */
-  OVERWRITE_OLD_FILES,        /* --overwrite */
-  UNLINK_FIRST_OLD_FILES,     /* --unlink-first */
-  KEEP_OLD_FILES,             /* --keep-old-files */
-  KEEP_NEWER_FILES           /* --keep-newer-files */
-};
-GLOBAL enum old_files old_files_option;
-
-/* Specified file name for incremental list.  */
-GLOBAL const char *listed_incremental_option;
-/* Incremental dump level */
-GLOBAL int incremental_level;
-/* Check device numbers when doing incremental dumps. */
-GLOBAL bool check_device_option;
-
-/* Specified mode change string.  */
-GLOBAL struct mode_change *mode_option;
-
-/* Initial umask, if needed for mode change string.  */
-GLOBAL mode_t initial_umask;
-
-GLOBAL bool multi_volume_option;
-
-/* Specified threshold date and time.  Files having an older time stamp
-   do not get archived (also see after_date_option above).  */
-GLOBAL struct timespec newer_mtime_option;
-
-/* If true, override actual mtime (see below) */
-GLOBAL bool set_mtime_option;
-/* Value to be put in mtime header field instead of the actual mtime */
-GLOBAL struct timespec mtime_option;
-
-/* Return true if newer_mtime_option is initialized.  */
-#define NEWER_OPTION_INITIALIZED(opt) (0 <= (opt).tv_nsec)
-
-/* Return true if the struct stat ST's M time is less than
-   newer_mtime_option.  */
-#define OLDER_STAT_TIME(st, m) \
-  (timespec_cmp (get_stat_##m##time (&(st)), newer_mtime_option) < 0)
-
-/* Likewise, for struct tar_stat_info ST.  */
-#define OLDER_TAR_STAT_TIME(st, m) \
-  (timespec_cmp ((st).m##time, newer_mtime_option) < 0)
-
-/* Zero if there is no recursion, otherwise FNM_LEADING_DIR.  */
-GLOBAL int recursion_option;
-
-GLOBAL bool numeric_owner_option;
-
-GLOBAL bool one_file_system_option;
-
-/* Specified value to be put into tar file in place of stat () results, or
-   just -1 if such an override should not take place.  */
-GLOBAL uid_t owner_option;
-
-GLOBAL bool recursive_unlink_option;
-
-GLOBAL bool read_full_records_option;
-
-GLOBAL bool remove_files_option;
-
-/* Specified rmt command.  */
-GLOBAL const char *rmt_command_option;
-
-/* Specified remote shell command.  */
-GLOBAL const char *rsh_command_option;
-
-GLOBAL bool same_order_option;
-
-/* If positive, preserve ownership when extracting.  */
-GLOBAL int same_owner_option;
-
-/* If positive, preserve permissions when extracting.  */
-GLOBAL int same_permissions_option;
-
-/* When set, strip the given number of file name components from the file name
-   before extracting */
-GLOBAL size_t strip_name_components;
-
-GLOBAL bool show_omitted_dirs_option;
-
-GLOBAL bool sparse_option;
-GLOBAL unsigned tar_sparse_major;
-GLOBAL unsigned tar_sparse_minor;
-
-GLOBAL bool starting_file_option;
-
-/* Specified maximum byte length of each tape volume (multiple of 1024).  */
-GLOBAL tarlong tape_length_option;
-
-GLOBAL bool to_stdout_option;
-
-GLOBAL bool totals_option;
-
-GLOBAL bool touch_option;
-
-GLOBAL char *to_command_option;
-GLOBAL bool ignore_command_error_option;
-
-/* Restrict some potentially harmful tar options */
-GLOBAL bool restrict_option;
-
-/* Return true if the extracted files are not being written to disk */
-#define EXTRACT_OVER_PIPE (to_stdout_option || to_command_option)
-
-/* Count how many times the option has been set, multiple setting yields
-   more verbose behavior.  Value 0 means no verbosity, 1 means file name
-   only, 2 means file name and all attributes.  More than 2 is just like 2.  */
-GLOBAL int verbose_option;
-
-GLOBAL bool verify_option;
-
-/* Specified name of file containing the volume number.  */
-GLOBAL const char *volno_file_option;
-
-/* Specified value or pattern.  */
-GLOBAL const char *volume_label_option;
-\f
-/* Other global variables.  */
-
-/* File descriptor for archive file.  */
-GLOBAL int archive;
-
-/* Nonzero when outputting to /dev/null.  */
-GLOBAL bool dev_null_output;
-
-/* Timestamps: */
-GLOBAL struct timespec start_time;        /* when we started execution */
-GLOBAL struct timespec volume_start_time; /* when the current volume was
-                                            opened*/
-GLOBAL struct timespec last_stat_time;    /* when the statistics was last
-                                            computed */
-
-GLOBAL struct tar_stat_info current_stat_info;
-
-/* List of tape drive names, number of such tape drives, allocated number,
-   and current cursor in list.  */
-GLOBAL const char **archive_name_array;
-GLOBAL size_t archive_names;
-GLOBAL size_t allocated_archive_names;
-GLOBAL const char **archive_name_cursor;
-
-/* Output index file name.  */
-GLOBAL char const *index_file_name;
-
-/* Opaque structure for keeping directory meta-data */
-struct directory;
-
-/* Structure for keeping track of filenames and lists thereof.  */
-struct name
-  {
-    struct name *next;          /* Link to the next element */
-    struct name *prev;          /* Link to the previous element */
-
-    char *name;                 /* File name or globbing pattern */
-    size_t length;             /* cached strlen (name) */
-    int matching_flags;         /* wildcard flags if name is a pattern */
-    bool cmdline;               /* true if this name was given in the
-                                  command line */
-
-    int change_dir;            /* Number of the directory to change to.
-                                  Set with the -C option. */
-    uintmax_t found_count;     /* number of times a matching file has
-                                  been found */
-
-    /* The following members are used for incremental dumps only,
-       if this struct name represents a directory;
-       see incremen.c */
-    struct directory *directory;/* directory meta-data and contents */
-    struct name *parent;        /* pointer to the parent hierarchy */
-    struct name *child;         /* pointer to the first child */
-    struct name *sibling;       /* pointer to the next sibling */
-    char *caname;               /* canonical name */
-  };
-
-/* Obnoxious test to see if dimwit is trying to dump the archive.  */
-GLOBAL dev_t ar_dev;
-GLOBAL ino_t ar_ino;
-
-/* Flags for reading, searching, and fstatatting files.  */
-GLOBAL int open_read_flags;
-GLOBAL int open_searchdir_flags;
-GLOBAL int fstatat_flags;
-
-GLOBAL int seek_option;
-GLOBAL bool seekable_archive;
-
-GLOBAL dev_t root_device;
-
-/* Unquote filenames */
-GLOBAL bool unquote_option;
-
-/* Show file or archive names after transformation.
-   In particular, when creating archive in verbose mode, list member names
-   as stored in the archive */
-GLOBAL bool show_transformed_names_option;
-
-/* Delay setting modification times and permissions of extracted directories
-   until the end of extraction. This variable helps correctly restore directory
-   timestamps from archives with an unusual member order. It is automatically
-   set for incremental archives. */
-GLOBAL bool delay_directory_restore_option;
-
-/* Warn about implicit use of the wildcards in command line arguments.
-   (Default for tar prior to 1.15.91, but changed afterwards */
-GLOBAL bool warn_regex_usage;
-\f
-/* Declarations for each module.  */
-
-/* FIXME: compare.c should not directly handle the following variable,
-   instead, this should be done in buffer.c only.  */
-
-enum access_mode
-{
-  ACCESS_READ,
-  ACCESS_WRITE,
-  ACCESS_UPDATE
-};
-extern enum access_mode access_mode;
-
-/* Module buffer.c.  */
-
-extern FILE *stdlis;
-extern bool write_archive_to_stdout;
-extern char *volume_label;
-extern size_t volume_label_count;
-extern char *continued_file_name;
-extern uintmax_t continued_file_size;
-extern uintmax_t continued_file_offset;
-extern off_t records_written;
-
-char *drop_volume_label_suffix (const char *label);
-
-size_t available_space_after (union block *pointer);
-off_t current_block_ordinal (void);
-void close_archive (void);
-void closeout_volume_number (void);
-void compute_duration (void);
-union block *find_next_block (void);
-void flush_read (void);
-void flush_write (void);
-void flush_archive (void);
-void init_volume_number (void);
-void open_archive (enum access_mode mode);
-void print_total_stats (void);
-void reset_eof (void);
-void set_next_block_after (union block *block);
-void clear_read_error_count (void);
-void xclose (int fd);
-void archive_write_error (ssize_t status) __attribute__ ((noreturn));
-void archive_read_error (void);
-off_t seek_archive (off_t size);
-void set_start_time (void);
-
-void mv_begin_write (const char *file_name, off_t totsize, off_t sizeleft);
-
-void mv_begin_read (struct tar_stat_info *st);
-void mv_end (void);
-void mv_size_left (off_t size);
-
-void buffer_write_global_xheader (void);
-
-const char *first_decompress_program (int *pstate);
-const char *next_decompress_program (int *pstate);
-
-/* Module create.c.  */
-
-enum dump_status
-  {
-    dump_status_ok,
-    dump_status_short,
-    dump_status_fail,
-    dump_status_not_implemented
-  };
-
-void add_exclusion_tag (const char *name, enum exclusion_tag_type type,
-                       bool (*predicate) (int));
-bool cachedir_file_p (int fd);
-char *get_directory_entries (struct tar_stat_info *st);
-
-void create_archive (void);
-void pad_archive (off_t size_left);
-void dump_file (struct tar_stat_info *parent, char const *name,
-               char const *fullname);
-union block *start_header (struct tar_stat_info *st);
-void finish_header (struct tar_stat_info *st, union block *header,
-                   off_t block_ordinal);
-void simple_finish_header (union block *header);
-union block * write_extended (bool global, struct tar_stat_info *st,
-                             union block *old_header);
-union block *start_private_header (const char *name, size_t size, time_t t);
-void write_eot (void);
-void check_links (void);
-int subfile_open (struct tar_stat_info const *dir, char const *file, int flags);
-void restore_parent_fd (struct tar_stat_info const *st);
-void exclusion_tag_warning (const char *dirname, const char *tagname,
-                           const char *message);
-enum exclusion_tag_type check_exclusion_tags (struct tar_stat_info const *st,
-                                             const char **tag_file_name);
-
-#define OFF_TO_CHARS(val, where) off_to_chars (val, where, sizeof (where))
-#define TIME_TO_CHARS(val, where) time_to_chars (val, where, sizeof (where))
-
-bool off_to_chars (off_t off, char *buf, size_t size);
-bool time_to_chars (time_t t, char *buf, size_t size);
-
-/* Module diffarch.c.  */
-
-extern bool now_verifying;
-
-void diff_archive (void);
-void diff_init (void);
-void verify_volume (void);
-
-/* Module extract.c.  */
-
-void extr_init (void);
-void extract_archive (void);
-void extract_finish (void);
-bool rename_directory (char *src, char *dst);
-
-/* Module delete.c.  */
-
-void delete_archive_members (void);
-
-/* Module incremen.c.  */
-
-struct directory *scan_directory (struct tar_stat_info *st);
-const char *directory_contents (struct directory *dir);
-const char *safe_directory_contents (struct directory *dir);
-
-void rebase_directory (struct directory *dir,
-                      const char *samp, size_t slen,
-                      const char *repl, size_t rlen);
-
-void append_incremental_renames (struct directory *dir);
-void read_directory_file (void);
-void write_directory_file (void);
-void purge_directory (char const *directory_name);
-void list_dumpdir (char *buffer, size_t size);
-void update_parent_directory (struct tar_stat_info *st);
-
-size_t dumpdir_size (const char *p);
-bool is_dumpdir (struct tar_stat_info *stat_info);
-
-/* Module list.c.  */
-
-enum read_header
-{
-  HEADER_STILL_UNREAD,         /* for when read_header has not been called */
-  HEADER_SUCCESS,              /* header successfully read and checksummed */
-  HEADER_SUCCESS_EXTENDED,     /* likewise, but we got an extended header */
-  HEADER_ZERO_BLOCK,           /* zero block where header expected */
-  HEADER_END_OF_FILE,          /* true end of file while header expected */
-  HEADER_FAILURE               /* ill-formed header, or bad checksum */
-};
-
-/* Operation mode for read_header: */
-
-enum read_header_mode
-{
-  read_header_auto,             /* process extended headers automatically */
-  read_header_x_raw,            /* return raw extended headers (return
-                                  HEADER_SUCCESS_EXTENDED) */
-  read_header_x_global          /* when POSIX global extended header is read,
-                                  decode it and return
-                                  HEADER_SUCCESS_EXTENDED */
-};
-extern union block *current_header;
-extern enum archive_format current_format;
-extern size_t recent_long_name_blocks;
-extern size_t recent_long_link_blocks;
-
-void decode_header (union block *header, struct tar_stat_info *stat_info,
-                   enum archive_format *format_pointer, int do_user_group);
-void transform_stat_info (int typeflag, struct tar_stat_info *stat_info);
-char const *tartime (struct timespec t, bool full_time);
-
-#define OFF_FROM_HEADER(where) off_from_header (where, sizeof (where))
-#define UINTMAX_FROM_HEADER(where) uintmax_from_header (where, sizeof (where))
-
-off_t off_from_header (const char *buf, size_t size);
-uintmax_t uintmax_from_header (const char *buf, size_t size);
-
-void list_archive (void);
-void test_archive_label (void);
-void print_for_mkdir (char *dirname, int length, mode_t mode);
-void print_header (struct tar_stat_info *st, union block *blk,
-                  off_t block_ordinal);
-void read_and (void (*do_something) (void));
-enum read_header read_header (union block **return_block,
-                             struct tar_stat_info *info,
-                             enum read_header_mode m);
-enum read_header tar_checksum (union block *header, bool silent);
-void skip_file (off_t size);
-void skip_member (void);
-
-/* Module misc.c.  */
-
-void assign_string (char **dest, const char *src);
-int unquote_string (char *str);
-char *zap_slashes (char *name);
-char *normalize_filename (const char *name);
-void replace_prefix (char **pname, const char *samp, size_t slen,
-                    const char *repl, size_t rlen);
-
-typedef struct namebuf *namebuf_t;
-namebuf_t namebuf_create (const char *dir);
-void namebuf_free (namebuf_t buf);
-char *namebuf_name (namebuf_t buf, const char *name);
-
-void code_ns_fraction (int ns, char *p);
-char const *code_timespec (struct timespec ts, char *sbuf);
-enum { BILLION = 1000000000, LOG10_BILLION = 9 };
-enum { TIMESPEC_STRSIZE_BOUND =
-         UINTMAX_STRSIZE_BOUND + LOG10_BILLION + sizeof "-." - 1 };
-
-bool must_be_dot_or_slash (char const *);
-
-enum remove_option
-{
-  ORDINARY_REMOVE_OPTION,
-  RECURSIVE_REMOVE_OPTION,
-
-  /* FIXME: The following value is never used. It seems to be intended
-     as a placeholder for a hypothetical option that should instruct tar
-     to recursively remove subdirectories in purge_directory(),
-     as opposed to the functionality of --recursive-unlink
-     (RECURSIVE_REMOVE_OPTION value), which removes them in
-     prepare_to_extract() phase. However, with the addition of more
-     meta-info to the incremental dumps, this should become unnecessary */
-  WANT_DIRECTORY_REMOVE_OPTION
-};
-int remove_any_file (const char *file_name, enum remove_option option);
-bool maybe_backup_file (const char *file_name, bool this_is_the_archive);
-void undo_last_backup (void);
-
-int deref_stat (char const *name, struct stat *buf);
-
-extern int chdir_current;
-extern int chdir_fd;
-int chdir_arg (char const *dir);
-void chdir_do (int dir);
-int chdir_count (void);
-
-void close_diag (char const *name);
-void open_diag (char const *name);
-void read_diag_details (char const *name, off_t offset, size_t size);
-void readlink_diag (char const *name);
-void savedir_diag (char const *name);
-void seek_diag_details (char const *name, off_t offset);
-void stat_diag (char const *name);
-void file_removed_diag (const char *name, bool top_level,
-                       void (*diagfn) (char const *name));
-void dir_removed_diag (char const *name, bool top_level,
-                      void (*diagfn) (char const *name));
-void write_error_details (char const *name, size_t status, size_t size);
-void write_fatal (char const *name) __attribute__ ((noreturn));
-void write_fatal_details (char const *name, ssize_t status, size_t size)
-     __attribute__ ((noreturn));
-
-pid_t xfork (void);
-void xpipe (int fd[2]);
-
-void *page_aligned_alloc (void **ptr, size_t size);
-int set_file_atime (int fd, int parentfd, char const *file,
-                   struct timespec atime);
-
-/* Module names.c.  */
-
-extern size_t name_count;
-extern struct name *gnu_list_name;
-
-void gid_to_gname (gid_t gid, char **gname);
-int gname_to_gid (char const *gname, gid_t *pgid);
-void uid_to_uname (uid_t uid, char **uname);
-int uname_to_uid (char const *uname, uid_t *puid);
-
-void name_init (void);
-void name_add_name (const char *name, int matching_flags);
-void name_add_dir (const char *name);
-void name_term (void);
-const char *name_next (int change_dirs);
-void name_gather (void);
-struct name *addname (char const *string, int change_dir,
-                     bool cmdline, struct name *parent);
-void remname (struct name *name);
-bool name_match (const char *name);
-void names_notfound (void);
-void label_notfound (void);
-void collect_and_sort_names (void);
-struct name *name_scan (const char *name);
-struct name const *name_from_list (void);
-void blank_name_list (void);
-char *new_name (const char *dir_name, const char *name);
-size_t stripped_prefix_len (char const *file_name, size_t num);
-bool all_names_found (struct tar_stat_info *st);
-
-bool excluded_name (char const *name);
-
-void add_avoided_name (char const *name);
-bool is_avoided_name (char const *name);
-bool is_individual_file (char const *name);
-
-bool contains_dot_dot (char const *name);
-
-#define ISFOUND(c) ((occurrence_option == 0) ? (c)->found_count : \
-                    (c)->found_count == occurrence_option)
-#define WASFOUND(c) ((occurrence_option == 0) ? (c)->found_count : \
-                     (c)->found_count >= occurrence_option)
-
-/* Module tar.c.  */
-
-void usage (int);
-
-int confirm (const char *message_action, const char *name);
-
-void tar_stat_init (struct tar_stat_info *st);
-bool tar_stat_close (struct tar_stat_info *st);
-void tar_stat_destroy (struct tar_stat_info *st);
-void usage (int) __attribute__ ((noreturn));
-int tar_timespec_cmp (struct timespec a, struct timespec b);
-const char *archive_format_string (enum archive_format fmt);
-const char *subcommand_string (enum subcommand c);
-void set_exit_status (int val);
-
-/* Module update.c.  */
-
-extern char *output_start;
-
-void update_archive (void);
-
-/* Module xheader.c.  */
-
-void xheader_decode (struct tar_stat_info *stat);
-void xheader_decode_global (struct xheader *xhdr);
-void xheader_store (char const *keyword, struct tar_stat_info *st,
-                   void const *data);
-void xheader_read (struct xheader *xhdr, union block *header, size_t size);
-void xheader_write (char type, char *name, time_t t, struct xheader *xhdr);
-void xheader_write_global (struct xheader *xhdr);
-void xheader_finish (struct xheader *hdr);
-void xheader_destroy (struct xheader *hdr);
-char *xheader_xhdr_name (struct tar_stat_info *st);
-char *xheader_ghdr_name (void);
-void xheader_set_option (char *string);
-void xheader_string_begin (struct xheader *xhdr);
-void xheader_string_add (struct xheader *xhdr, char const *s);
-bool xheader_string_end (struct xheader *xhdr, char const *keyword);
-bool xheader_keyword_deleted_p (const char *kw);
-char *xheader_format_name (struct tar_stat_info *st, const char *fmt,
-                          size_t n);
-
-/* Module system.c */
-
-void sys_detect_dev_null_output (void);
-void sys_save_archive_dev_ino (void);
-void sys_wait_for_child (pid_t, bool);
-void sys_spawn_shell (void);
-bool sys_compare_uid (struct stat *a, struct stat *b);
-bool sys_compare_gid (struct stat *a, struct stat *b);
-bool sys_file_is_archive (struct tar_stat_info *p);
-bool sys_compare_links (struct stat *link_data, struct stat *stat_data);
-int sys_truncate (int fd);
-pid_t sys_child_open_for_compress (void);
-pid_t sys_child_open_for_uncompress (void);
-size_t sys_write_archive_buffer (void);
-bool sys_get_archive_stat (void);
-int sys_exec_command (char *file_name, int typechar, struct tar_stat_info *st);
-void sys_wait_command (void);
-int sys_exec_info_script (const char **archive_name, int volume_number);
-void sys_exec_checkpoint_script (const char *script_name,
-                                const char *archive_name,
-                                int checkpoint_number);
-
-/* Module compare.c */
-void report_difference (struct tar_stat_info *st, const char *message, ...);
-
-/* Module sparse.c */
-bool sparse_member_p (struct tar_stat_info *st);
-bool sparse_fixup_header (struct tar_stat_info *st);
-enum dump_status sparse_dump_file (int, struct tar_stat_info *st);
-enum dump_status sparse_extract_file (int fd, struct tar_stat_info *st,
-                                     off_t *size);
-enum dump_status sparse_skip_file (struct tar_stat_info *st);
-bool sparse_diff_file (int, struct tar_stat_info *st);
-
-/* Module utf8.c */
-bool string_ascii_p (const char *str);
-bool utf8_convert (bool to_utf, char const *input, char **output);
-
-/* Module transform.c */
-#define XFORM_REGFILE  0x01
-#define XFORM_LINK     0x02
-#define XFORM_SYMLINK  0x04
-#define XFORM_ALL      (XFORM_REGFILE|XFORM_LINK|XFORM_SYMLINK)
-
-void set_transform_expr (const char *expr);
-bool transform_name (char **pinput, int type);
-bool transform_name_fp (char **pinput, int type,
-                       char *(*fun)(char *, void *), void *);
-
-/* Module suffix.c */
-void set_compression_program_by_suffix (const char *name, const char *defprog);
-
-/* Module checkpoint.c */
-void checkpoint_compile_action (const char *str);
-void checkpoint_finish_compile (void);
-void checkpoint_run (bool do_write);
-
-/* Module warning.c */
-#define WARN_ALONE_ZERO_BLOCK    0x00000001
-#define WARN_BAD_DUMPDIR         0x00000002
-#define WARN_CACHEDIR            0x00000004
-#define WARN_CONTIGUOUS_CAST     0x00000008
-#define WARN_FILE_CHANGED        0x00000010
-#define WARN_FILE_IGNORED        0x00000020
-#define WARN_FILE_REMOVED        0x00000040
-#define WARN_FILE_SHRANK         0x00000080
-#define WARN_FILE_UNCHANGED      0x00000100
-#define WARN_FILENAME_WITH_NULS  0x00000200
-#define WARN_IGNORE_ARCHIVE      0x00000400
-#define WARN_IGNORE_NEWER        0x00000800
-#define WARN_NEW_DIRECTORY       0x00001000
-#define WARN_RENAME_DIRECTORY    0x00002000
-#define WARN_SYMLINK_CAST        0x00004000
-#define WARN_TIMESTAMP           0x00008000
-#define WARN_UNKNOWN_CAST        0x00010000
-#define WARN_UNKNOWN_KEYWORD     0x00020000
-#define WARN_XDEV                0x00040000
-#define WARN_DECOMPRESS_PROGRAM  0x00080000
-
-/* The warnings composing WARN_VERBOSE_WARNINGS are enabled by default
-   in verbose mode */
-#define WARN_VERBOSE_WARNINGS    (WARN_RENAME_DIRECTORY|WARN_NEW_DIRECTORY|\
-                                 WARN_DECOMPRESS_PROGRAM)
-#define WARN_ALL                 (~WARN_VERBOSE_WARNINGS)
-
-void set_warning_option (const char *arg);
-
-extern int warning_option;
-
-#define WARNOPT(opt,args)                      \
-  do                                           \
-    {                                          \
-      if (warning_option & opt) WARN (args);   \
-    }                                          \
-  while (0)
-
-/* Module unlink.c */
-
-void queue_deferred_unlink (const char *name, bool is_dir);
-void finish_deferred_unlinks (void);
-
-/* Module exit.c */
-extern void (*fatal_exit_hook) (void);
diff --git a/src/create.c b/src/create.c
deleted file mode 100644 (file)
index a1e90a3..0000000
+++ /dev/null
@@ -1,1914 +0,0 @@
-/* Create a tar archive.
-
-   Copyright (C) 1985, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001,
-   2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
-
-   Written by John Gilmore, on 1985-08-25.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#include <system.h>
-
-#include <quotearg.h>
-
-#include "common.h"
-#include <hash.h>
-
-/* Error number to use when an impostor is discovered.
-   Pretend the impostor isn't there.  */
-enum { IMPOSTOR_ERRNO = ENOENT };
-
-struct link
-  {
-    dev_t dev;
-    ino_t ino;
-    nlink_t nlink;
-    char name[1];
-  };
-
-struct exclusion_tag
-{
-  const char *name;
-  size_t length;
-  enum exclusion_tag_type type;
-  bool (*predicate) (int fd);
-  struct exclusion_tag *next;
-};
-
-static struct exclusion_tag *exclusion_tags;
-
-void
-add_exclusion_tag (const char *name, enum exclusion_tag_type type,
-                  bool (*predicate) (int fd))
-{
-  struct exclusion_tag *tag = xmalloc (sizeof tag[0]);
-  tag->next = exclusion_tags;
-  tag->name = name;
-  tag->type = type;
-  tag->predicate = predicate;
-  tag->length = strlen (name);
-  exclusion_tags = tag;
-}
-
-void
-exclusion_tag_warning (const char *dirname, const char *tagname,
-                      const char *message)
-{
-  if (verbose_option)
-    WARNOPT (WARN_CACHEDIR,
-            (0, 0,
-             _("%s: contains a cache directory tag %s; %s"),
-             quotearg_colon (dirname),
-             quotearg_n (1, tagname),
-             message));
-}
-
-enum exclusion_tag_type
-check_exclusion_tags (struct tar_stat_info const *st, char const **tag_file_name)
-{
-  struct exclusion_tag *tag;
-
-  for (tag = exclusion_tags; tag; tag = tag->next)
-    {
-      int tagfd = subfile_open (st, tag->name, open_read_flags);
-      if (0 <= tagfd)
-       {
-         bool satisfied = !tag->predicate || tag->predicate (tagfd);
-         close (tagfd);
-         if (satisfied)
-           {
-             if (tag_file_name)
-               *tag_file_name = tag->name;
-             return tag->type;
-           }
-       }
-    }
-
-  return exclusion_tag_none;
-}
-
-/* Exclusion predicate to test if the named file (usually "CACHEDIR.TAG")
-   contains a valid header, as described at:
-       http://www.brynosaurus.com/cachedir
-   Applications can write this file into directories they create
-   for use as caches containing purely regenerable, non-precious data,
-   allowing us to avoid archiving them if --exclude-caches is specified. */
-
-#define CACHEDIR_SIGNATURE "Signature: 8a477f597d28d172789f06886806bc55"
-#define CACHEDIR_SIGNATURE_SIZE (sizeof CACHEDIR_SIGNATURE - 1)
-
-bool
-cachedir_file_p (int fd)
-{
-  char tagbuf[CACHEDIR_SIGNATURE_SIZE];
-
-  return
-    (read (fd, tagbuf, CACHEDIR_SIGNATURE_SIZE) == CACHEDIR_SIGNATURE_SIZE
-     && memcmp (tagbuf, CACHEDIR_SIGNATURE, CACHEDIR_SIGNATURE_SIZE) == 0);
-}
-
-\f
-/* The maximum uintmax_t value that can be represented with DIGITS digits,
-   assuming that each digit is BITS_PER_DIGIT wide.  */
-#define MAX_VAL_WITH_DIGITS(digits, bits_per_digit) \
-   ((digits) * (bits_per_digit) < sizeof (uintmax_t) * CHAR_BIT \
-    ? ((uintmax_t) 1 << ((digits) * (bits_per_digit))) - 1 \
-    : (uintmax_t) -1)
-
-/* The maximum uintmax_t value that can be represented with octal
-   digits and a trailing NUL in BUFFER.  */
-#define MAX_OCTAL_VAL(buffer) MAX_VAL_WITH_DIGITS (sizeof (buffer) - 1, LG_8)
-
-/* Convert VALUE to an octal representation suitable for tar headers.
-   Output to buffer WHERE with size SIZE.
-   The result is undefined if SIZE is 0 or if VALUE is too large to fit.  */
-
-static void
-to_octal (uintmax_t value, char *where, size_t size)
-{
-  uintmax_t v = value;
-  size_t i = size;
-
-  do
-    {
-      where[--i] = '0' + (v & ((1 << LG_8) - 1));
-      v >>= LG_8;
-    }
-  while (i);
-}
-
-/* Copy at most LEN bytes from the string SRC to DST.  Terminate with
-   NUL unless SRC is LEN or more bytes long.  */
-
-static void
-tar_copy_str (char *dst, const char *src, size_t len)
-{
-  size_t i;
-  for (i = 0; i < len; i++)
-    if (! (dst[i] = src[i]))
-      break;
-}
-
-/* Same as tar_copy_str, but always terminate with NUL if using
-   is OLDGNU format */
-
-static void
-tar_name_copy_str (char *dst, const char *src, size_t len)
-{
-  tar_copy_str (dst, src, len);
-  if (archive_format == OLDGNU_FORMAT)
-    dst[len-1] = 0;
-}
-
-/* Convert NEGATIVE VALUE to a base-256 representation suitable for
-   tar headers.  NEGATIVE is 1 if VALUE was negative before being cast
-   to uintmax_t, 0 otherwise.  Output to buffer WHERE with size SIZE.
-   The result is undefined if SIZE is 0 or if VALUE is too large to
-   fit.  */
-
-static void
-to_base256 (int negative, uintmax_t value, char *where, size_t size)
-{
-  uintmax_t v = value;
-  uintmax_t propagated_sign_bits =
-    ((uintmax_t) - negative << (CHAR_BIT * sizeof v - LG_256));
-  size_t i = size;
-
-  do
-    {
-      where[--i] = v & ((1 << LG_256) - 1);
-      v = propagated_sign_bits | (v >> LG_256);
-    }
-  while (i);
-}
-
-#define GID_TO_CHARS(val, where) gid_to_chars (val, where, sizeof (where))
-#define MAJOR_TO_CHARS(val, where) major_to_chars (val, where, sizeof (where))
-#define MINOR_TO_CHARS(val, where) minor_to_chars (val, where, sizeof (where))
-#define MODE_TO_CHARS(val, where) mode_to_chars (val, where, sizeof (where))
-#define UID_TO_CHARS(val, where) uid_to_chars (val, where, sizeof (where))
-
-#define UNAME_TO_CHARS(name,buf) string_to_chars (name, buf, sizeof(buf))
-#define GNAME_TO_CHARS(name,buf) string_to_chars (name, buf, sizeof(buf))
-
-static bool
-to_chars (int negative, uintmax_t value, size_t valsize,
-         uintmax_t (*substitute) (int *),
-         char *where, size_t size, const char *type);
-
-static bool
-to_chars_subst (int negative, int gnu_format, uintmax_t value, size_t valsize,
-               uintmax_t (*substitute) (int *),
-               char *where, size_t size, const char *type)
-{
-  uintmax_t maxval = (gnu_format
-                     ? MAX_VAL_WITH_DIGITS (size - 1, LG_256)
-                     : MAX_VAL_WITH_DIGITS (size - 1, LG_8));
-  char valbuf[UINTMAX_STRSIZE_BOUND + 1];
-  char maxbuf[UINTMAX_STRSIZE_BOUND];
-  char minbuf[UINTMAX_STRSIZE_BOUND + 1];
-  char const *minval_string;
-  char const *maxval_string = STRINGIFY_BIGINT (maxval, maxbuf);
-  char const *value_string;
-
-  if (gnu_format)
-    {
-      uintmax_t m = maxval + 1 ? maxval + 1 : maxval / 2 + 1;
-      char *p = STRINGIFY_BIGINT (m, minbuf + 1);
-      *--p = '-';
-      minval_string = p;
-    }
-  else
-    minval_string = "0";
-
-  if (negative)
-    {
-      char *p = STRINGIFY_BIGINT (- value, valbuf + 1);
-      *--p = '-';
-      value_string = p;
-    }
-  else
-    value_string = STRINGIFY_BIGINT (value, valbuf);
-
-  if (substitute)
-    {
-      int negsub;
-      uintmax_t sub = substitute (&negsub) & maxval;
-      /* NOTE: This is one of the few places where GNU_FORMAT differs from
-        OLDGNU_FORMAT.  The actual differences are:
-
-        1. In OLDGNU_FORMAT all strings in a tar header end in \0
-        2. Incremental archives use oldgnu_header.
-
-        Apart from this they are completely identical. */
-      uintmax_t s = (negsub &= archive_format == GNU_FORMAT) ? - sub : sub;
-      char subbuf[UINTMAX_STRSIZE_BOUND + 1];
-      char *sub_string = STRINGIFY_BIGINT (s, subbuf + 1);
-      if (negsub)
-       *--sub_string = '-';
-      WARN ((0, 0, _("value %s out of %s range %s..%s; substituting %s"),
-            value_string, type, minval_string, maxval_string,
-            sub_string));
-      return to_chars (negsub, s, valsize, 0, where, size, type);
-    }
-  else
-    ERROR ((0, 0, _("value %s out of %s range %s..%s"),
-           value_string, type, minval_string, maxval_string));
-  return false;
-}
-
-/* Convert NEGATIVE VALUE (which was originally of size VALSIZE) to
-   external form, using SUBSTITUTE (...) if VALUE won't fit.  Output
-   to buffer WHERE with size SIZE.  NEGATIVE is 1 iff VALUE was
-   negative before being cast to uintmax_t; its original bitpattern
-   can be deduced from VALSIZE, its original size before casting.
-   TYPE is the kind of value being output (useful for diagnostics).
-   Prefer the POSIX format of SIZE - 1 octal digits (with leading zero
-   digits), followed by '\0'.  If this won't work, and if GNU or
-   OLDGNU format is allowed, use '\200' followed by base-256, or (if
-   NEGATIVE is nonzero) '\377' followed by two's complement base-256.
-   If neither format works, use SUBSTITUTE (...)  instead.  Pass to
-   SUBSTITUTE the address of an 0-or-1 flag recording whether the
-   substitute value is negative.  */
-
-static bool
-to_chars (int negative, uintmax_t value, size_t valsize,
-         uintmax_t (*substitute) (int *),
-         char *where, size_t size, const char *type)
-{
-  int gnu_format = (archive_format == GNU_FORMAT
-                   || archive_format == OLDGNU_FORMAT);
-
-  /* Generate the POSIX octal representation if the number fits.  */
-  if (! negative && value <= MAX_VAL_WITH_DIGITS (size - 1, LG_8))
-    {
-      where[size - 1] = '\0';
-      to_octal (value, where, size - 1);
-      return true;
-    }
-  else if (gnu_format)
-    {
-      /* Try to cope with the number by using traditional GNU format
-        methods */
-
-      /* Generate the base-256 representation if the number fits.  */
-      if (((negative ? -1 - value : value)
-          <= MAX_VAL_WITH_DIGITS (size - 1, LG_256)))
-       {
-         where[0] = negative ? -1 : 1 << (LG_256 - 1);
-         to_base256 (negative, value, where + 1, size - 1);
-         return true;
-       }
-
-      /* Otherwise, if the number is negative, and if it would not cause
-        ambiguity on this host by confusing positive with negative
-        values, then generate the POSIX octal representation of the value
-        modulo 2**(field bits).  The resulting tar file is
-        machine-dependent, since it depends on the host word size.  Yuck!
-        But this is the traditional behavior.  */
-      else if (negative && valsize * CHAR_BIT <= (size - 1) * LG_8)
-       {
-         static int warned_once;
-         if (! warned_once)
-           {
-             warned_once = 1;
-             WARN ((0, 0, _("Generating negative octal headers")));
-           }
-         where[size - 1] = '\0';
-         to_octal (value & MAX_VAL_WITH_DIGITS (valsize * CHAR_BIT, 1),
-                   where, size - 1);
-         return true;
-       }
-      /* Otherwise fall back to substitution, if possible: */
-    }
-  else
-    substitute = NULL; /* No substitution for formats, other than GNU */
-
-  return to_chars_subst (negative, gnu_format, value, valsize, substitute,
-                        where, size, type);
-}
-
-static uintmax_t
-gid_substitute (int *negative)
-{
-  gid_t r;
-#ifdef GID_NOBODY
-  r = GID_NOBODY;
-#else
-  static gid_t gid_nobody;
-  if (!gid_nobody && !gname_to_gid ("nobody", &gid_nobody))
-    gid_nobody = -2;
-  r = gid_nobody;
-#endif
-  *negative = r < 0;
-  return r;
-}
-
-static bool
-gid_to_chars (gid_t v, char *p, size_t s)
-{
-  return to_chars (v < 0, (uintmax_t) v, sizeof v, gid_substitute, p, s, "gid_t");
-}
-
-static bool
-major_to_chars (major_t v, char *p, size_t s)
-{
-  return to_chars (v < 0, (uintmax_t) v, sizeof v, 0, p, s, "major_t");
-}
-
-static bool
-minor_to_chars (minor_t v, char *p, size_t s)
-{
-  return to_chars (v < 0, (uintmax_t) v, sizeof v, 0, p, s, "minor_t");
-}
-
-static bool
-mode_to_chars (mode_t v, char *p, size_t s)
-{
-  /* In the common case where the internal and external mode bits are the same,
-     and we are not using POSIX or GNU format,
-     propagate all unknown bits to the external mode.
-     This matches historical practice.
-     Otherwise, just copy the bits we know about.  */
-  int negative;
-  uintmax_t u;
-  if (S_ISUID == TSUID && S_ISGID == TSGID && S_ISVTX == TSVTX
-      && S_IRUSR == TUREAD && S_IWUSR == TUWRITE && S_IXUSR == TUEXEC
-      && S_IRGRP == TGREAD && S_IWGRP == TGWRITE && S_IXGRP == TGEXEC
-      && S_IROTH == TOREAD && S_IWOTH == TOWRITE && S_IXOTH == TOEXEC
-      && archive_format != POSIX_FORMAT
-      && archive_format != USTAR_FORMAT
-      && archive_format != GNU_FORMAT)
-    {
-      negative = v < 0;
-      u = v;
-    }
-  else
-    {
-      negative = 0;
-      u = ((v & S_ISUID ? TSUID : 0)
-          | (v & S_ISGID ? TSGID : 0)
-          | (v & S_ISVTX ? TSVTX : 0)
-          | (v & S_IRUSR ? TUREAD : 0)
-          | (v & S_IWUSR ? TUWRITE : 0)
-          | (v & S_IXUSR ? TUEXEC : 0)
-          | (v & S_IRGRP ? TGREAD : 0)
-          | (v & S_IWGRP ? TGWRITE : 0)
-          | (v & S_IXGRP ? TGEXEC : 0)
-          | (v & S_IROTH ? TOREAD : 0)
-          | (v & S_IWOTH ? TOWRITE : 0)
-          | (v & S_IXOTH ? TOEXEC : 0));
-    }
-  return to_chars (negative, u, sizeof v, 0, p, s, "mode_t");
-}
-
-bool
-off_to_chars (off_t v, char *p, size_t s)
-{
-  return to_chars (v < 0, (uintmax_t) v, sizeof v, 0, p, s, "off_t");
-}
-
-bool
-time_to_chars (time_t v, char *p, size_t s)
-{
-  return to_chars (v < 0, (uintmax_t) v, sizeof v, 0, p, s, "time_t");
-}
-
-static uintmax_t
-uid_substitute (int *negative)
-{
-  uid_t r;
-#ifdef UID_NOBODY
-  r = UID_NOBODY;
-#else
-  static uid_t uid_nobody;
-  if (!uid_nobody && !uname_to_uid ("nobody", &uid_nobody))
-    uid_nobody = -2;
-  r = uid_nobody;
-#endif
-  *negative = r < 0;
-  return r;
-}
-
-static bool
-uid_to_chars (uid_t v, char *p, size_t s)
-{
-  return to_chars (v < 0, (uintmax_t) v, sizeof v, uid_substitute, p, s, "uid_t");
-}
-
-static bool
-uintmax_to_chars (uintmax_t v, char *p, size_t s)
-{
-  return to_chars (0, v, sizeof v, 0, p, s, "uintmax_t");
-}
-
-static void
-string_to_chars (char const *str, char *p, size_t s)
-{
-  tar_copy_str (p, str, s);
-  p[s - 1] = '\0';
-}
-
-\f
-/* A directory is always considered dumpable.
-   Otherwise, only regular and contiguous files are considered dumpable.
-   Such a file is dumpable if it is sparse and both --sparse and --totals
-   are specified.
-   Otherwise, it is dumpable unless any of the following conditions occur:
-
-   a) it is empty *and* world-readable, or
-   b) current archive is /dev/null */
-
-static bool
-file_dumpable_p (struct stat const *st)
-{
-  if (S_ISDIR (st->st_mode))
-    return true;
-  if (! (S_ISREG (st->st_mode) || S_ISCTG (st->st_mode)))
-    return false;
-  if (dev_null_output)
-    return totals_option && sparse_option && ST_IS_SPARSE (*st);
-  return ! (st->st_size == 0 && (st->st_mode & MODE_R) == MODE_R);
-}
-
-\f
-/* Writing routines.  */
-
-/* Write the EOT block(s).  Zero at least two blocks, through the end
-   of the record.  Old tar, as previous versions of GNU tar, writes
-   garbage after two zeroed blocks.  */
-void
-write_eot (void)
-{
-  union block *pointer = find_next_block ();
-  memset (pointer->buffer, 0, BLOCKSIZE);
-  set_next_block_after (pointer);
-  pointer = find_next_block ();
-  memset (pointer->buffer, 0, available_space_after (pointer));
-  set_next_block_after (pointer);
-}
-
-/* Write a "private" header */
-union block *
-start_private_header (const char *name, size_t size, time_t t)
-{
-  union block *header = find_next_block ();
-
-  memset (header->buffer, 0, sizeof (union block));
-
-  tar_name_copy_str (header->header.name, name, NAME_FIELD_SIZE);
-  OFF_TO_CHARS (size, header->header.size);
-
-  TIME_TO_CHARS (t, header->header.mtime);
-  MODE_TO_CHARS (S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH, header->header.mode);
-  UID_TO_CHARS (getuid (), header->header.uid);
-  GID_TO_CHARS (getgid (), header->header.gid);
-  MAJOR_TO_CHARS (0, header->header.devmajor);
-  MINOR_TO_CHARS (0, header->header.devminor);
-  strncpy (header->header.magic, TMAGIC, TMAGLEN);
-  strncpy (header->header.version, TVERSION, TVERSLEN);
-  return header;
-}
-
-/* Create a new header and store there at most NAME_FIELD_SIZE bytes of
-   the file name */
-
-static union block *
-write_short_name (struct tar_stat_info *st)
-{
-  union block *header = find_next_block ();
-  memset (header->buffer, 0, sizeof (union block));
-  tar_name_copy_str (header->header.name, st->file_name, NAME_FIELD_SIZE);
-  return header;
-}
-
-#define FILL(field,byte) do {            \
-  memset(field, byte, sizeof(field)-1);  \
-  (field)[sizeof(field)-1] = 0;          \
-} while (0)
-
-/* Write a GNUTYPE_LONGLINK or GNUTYPE_LONGNAME block.  */
-static void
-write_gnu_long_link (struct tar_stat_info *st, const char *p, char type)
-{
-  size_t size = strlen (p) + 1;
-  size_t bufsize;
-  union block *header;
-  char *tmpname;
-
-  header = start_private_header ("././@LongLink", size, time (NULL));
-  FILL (header->header.mtime, '0');
-  FILL (header->header.mode, '0');
-  FILL (header->header.uid, '0');
-  FILL (header->header.gid, '0');
-  FILL (header->header.devmajor, 0);
-  FILL (header->header.devminor, 0);
-  uid_to_uname (0, &tmpname);
-  UNAME_TO_CHARS (tmpname, header->header.uname);
-  free (tmpname);
-  gid_to_gname (0, &tmpname);
-  GNAME_TO_CHARS (tmpname, header->header.gname);
-  free (tmpname);
-
-  strcpy (header->buffer + offsetof (struct posix_header, magic),
-         OLDGNU_MAGIC);
-  header->header.typeflag = type;
-  finish_header (st, header, -1);
-
-  header = find_next_block ();
-
-  bufsize = available_space_after (header);
-
-  while (bufsize < size)
-    {
-      memcpy (header->buffer, p, bufsize);
-      p += bufsize;
-      size -= bufsize;
-      set_next_block_after (header + (bufsize - 1) / BLOCKSIZE);
-      header = find_next_block ();
-      bufsize = available_space_after (header);
-    }
-  memcpy (header->buffer, p, size);
-  memset (header->buffer + size, 0, bufsize - size);
-  set_next_block_after (header + (size - 1) / BLOCKSIZE);
-}
-
-static size_t
-split_long_name (const char *name, size_t length)
-{
-  size_t i;
-
-  if (length > PREFIX_FIELD_SIZE + 1)
-    length = PREFIX_FIELD_SIZE + 1;
-  else if (ISSLASH (name[length - 1]))
-    length--;
-  for (i = length - 1; i > 0; i--)
-    if (ISSLASH (name[i]))
-      break;
-  return i;
-}
-
-static union block *
-write_ustar_long_name (const char *name)
-{
-  size_t length = strlen (name);
-  size_t i, nlen;
-  union block *header;
-
-  if (length > PREFIX_FIELD_SIZE + NAME_FIELD_SIZE + 1)
-    {
-      ERROR ((0, 0, _("%s: file name is too long (max %d); not dumped"),
-             quotearg_colon (name),
-             PREFIX_FIELD_SIZE + NAME_FIELD_SIZE + 1));
-      return NULL;
-    }
-
-  i = split_long_name (name, length);
-  if (i == 0 || (nlen = length - i - 1) > NAME_FIELD_SIZE || nlen == 0)
-    {
-      ERROR ((0, 0,
-             _("%s: file name is too long (cannot be split); not dumped"),
-             quotearg_colon (name)));
-      return NULL;
-    }
-
-  header = find_next_block ();
-  memset (header->buffer, 0, sizeof (header->buffer));
-  memcpy (header->header.prefix, name, i);
-  memcpy (header->header.name, name + i + 1, length - i - 1);
-
-  return header;
-}
-
-/* Write a long link name, depending on the current archive format */
-static void
-write_long_link (struct tar_stat_info *st)
-{
-  switch (archive_format)
-    {
-    case POSIX_FORMAT:
-      xheader_store ("linkpath", st, NULL);
-      break;
-
-    case V7_FORMAT:                    /* old V7 tar format */
-    case USTAR_FORMAT:
-    case STAR_FORMAT:
-      ERROR ((0, 0,
-             _("%s: link name is too long; not dumped"),
-             quotearg_colon (st->link_name)));
-      break;
-
-    case OLDGNU_FORMAT:
-    case GNU_FORMAT:
-      write_gnu_long_link (st, st->link_name, GNUTYPE_LONGLINK);
-      break;
-
-    default:
-      abort(); /*FIXME*/
-    }
-}
-
-static union block *
-write_long_name (struct tar_stat_info *st)
-{
-  switch (archive_format)
-    {
-    case POSIX_FORMAT:
-      xheader_store ("path", st, NULL);
-      break;
-
-    case V7_FORMAT:
-      if (strlen (st->file_name) > NAME_FIELD_SIZE-1)
-       {
-         ERROR ((0, 0, _("%s: file name is too long (max %d); not dumped"),
-                 quotearg_colon (st->file_name),
-                 NAME_FIELD_SIZE - 1));
-         return NULL;
-       }
-      break;
-
-    case USTAR_FORMAT:
-    case STAR_FORMAT:
-      return write_ustar_long_name (st->file_name);
-
-    case OLDGNU_FORMAT:
-    case GNU_FORMAT:
-      write_gnu_long_link (st, st->file_name, GNUTYPE_LONGNAME);
-      break;
-
-    default:
-      abort(); /*FIXME*/
-    }
-  return write_short_name (st);
-}
-
-union block *
-write_extended (bool global, struct tar_stat_info *st, union block *old_header)
-{
-  union block *header, hp;
-  char *p;
-  int type;
-  time_t t;
-
-  if (st->xhdr.buffer || st->xhdr.stk == NULL)
-    return old_header;
-
-  xheader_finish (&st->xhdr);
-  memcpy (hp.buffer, old_header, sizeof (hp));
-  if (global)
-    {
-      type = XGLTYPE;
-      p = xheader_ghdr_name ();
-      time (&t);
-    }
-  else
-    {
-      type = XHDTYPE;
-      p = xheader_xhdr_name (st);
-      t = st->stat.st_mtime;
-    }
-  xheader_write (type, p, t, &st->xhdr);
-  free (p);
-  header = find_next_block ();
-  memcpy (header, &hp.buffer, sizeof (hp.buffer));
-  return header;
-}
-
-static union block *
-write_header_name (struct tar_stat_info *st)
-{
-  if (archive_format == POSIX_FORMAT && !string_ascii_p (st->file_name))
-    {
-      xheader_store ("path", st, NULL);
-      return write_short_name (st);
-    }
-  else if (NAME_FIELD_SIZE - (archive_format == OLDGNU_FORMAT)
-          < strlen (st->file_name))
-    return write_long_name (st);
-  else
-    return write_short_name (st);
-}
-
-\f
-/* Header handling.  */
-
-/* Make a header block for the file whose stat info is st,
-   and return its address.  */
-
-union block *
-start_header (struct tar_stat_info *st)
-{
-  union block *header;
-
-  header = write_header_name (st);
-  if (!header)
-    return NULL;
-
-  /* Override some stat fields, if requested to do so.  */
-
-  if (owner_option != (uid_t) -1)
-    st->stat.st_uid = owner_option;
-  if (group_option != (gid_t) -1)
-    st->stat.st_gid = group_option;
-  if (mode_option)
-    st->stat.st_mode =
-      ((st->stat.st_mode & ~MODE_ALL)
-       | mode_adjust (st->stat.st_mode, S_ISDIR (st->stat.st_mode) != 0,
-                     initial_umask, mode_option, NULL));
-
-  /* Paul Eggert tried the trivial test ($WRITER cf a b; $READER tvf a)
-     for a few tars and came up with the following interoperability
-     matrix:
-
-             WRITER
-       1 2 3 4 5 6 7 8 9   READER
-       . . . . . . . . .   1 = SunOS 4.2 tar
-       # . . # # . . # #   2 = NEC SVR4.0.2 tar
-       . . . # # . . # .   3 = Solaris 2.1 tar
-       . . . . . . . . .   4 = GNU tar 1.11.1
-       . . . . . . . . .   5 = HP-UX 8.07 tar
-       . . . . . . . . .   6 = Ultrix 4.1
-       . . . . . . . . .   7 = AIX 3.2
-       . . . . . . . . .   8 = Hitachi HI-UX 1.03
-       . . . . . . . . .   9 = Omron UNIOS-B 4.3BSD 1.60Beta
-
-            . = works
-            # = ``impossible file type''
-
-     The following mask for old archive removes the `#'s in column 4
-     above, thus making GNU tar both a universal donor and a universal
-     acceptor for Paul's test.  */
-
-  if (archive_format == V7_FORMAT || archive_format == USTAR_FORMAT)
-    MODE_TO_CHARS (st->stat.st_mode & MODE_ALL, header->header.mode);
-  else
-    MODE_TO_CHARS (st->stat.st_mode, header->header.mode);
-
-  {
-    uid_t uid = st->stat.st_uid;
-    if (archive_format == POSIX_FORMAT
-       && MAX_OCTAL_VAL (header->header.uid) < uid)
-      {
-       xheader_store ("uid", st, NULL);
-       uid = 0;
-      }
-    if (!UID_TO_CHARS (uid, header->header.uid))
-      return NULL;
-  }
-
-  {
-    gid_t gid = st->stat.st_gid;
-    if (archive_format == POSIX_FORMAT
-       && MAX_OCTAL_VAL (header->header.gid) < gid)
-      {
-       xheader_store ("gid", st, NULL);
-       gid = 0;
-      }
-    if (!GID_TO_CHARS (gid, header->header.gid))
-      return NULL;
-  }
-
-  {
-    off_t size = st->stat.st_size;
-    if (archive_format == POSIX_FORMAT
-       && MAX_OCTAL_VAL (header->header.size) < size)
-      {
-       xheader_store ("size", st, NULL);
-       size = 0;
-      }
-    if (!OFF_TO_CHARS (size, header->header.size))
-      return NULL;
-  }
-
-  {
-    struct timespec mtime = set_mtime_option ? mtime_option : st->mtime;
-    if (archive_format == POSIX_FORMAT)
-      {
-       if (MAX_OCTAL_VAL (header->header.mtime) < mtime.tv_sec
-           || mtime.tv_nsec != 0)
-         xheader_store ("mtime", st, &mtime);
-       if (MAX_OCTAL_VAL (header->header.mtime) < mtime.tv_sec)
-         mtime.tv_sec = 0;
-      }
-    if (!TIME_TO_CHARS (mtime.tv_sec, header->header.mtime))
-      return NULL;
-  }
-
-  /* FIXME */
-  if (S_ISCHR (st->stat.st_mode)
-      || S_ISBLK (st->stat.st_mode))
-    {
-      major_t devmajor = major (st->stat.st_rdev);
-      minor_t devminor = minor (st->stat.st_rdev);
-
-      if (archive_format == POSIX_FORMAT
-         && MAX_OCTAL_VAL (header->header.devmajor) < devmajor)
-       {
-         xheader_store ("devmajor", st, NULL);
-         devmajor = 0;
-       }
-      if (!MAJOR_TO_CHARS (devmajor, header->header.devmajor))
-       return NULL;
-
-      if (archive_format == POSIX_FORMAT
-         && MAX_OCTAL_VAL (header->header.devminor) < devminor)
-       {
-         xheader_store ("devminor", st, NULL);
-         devminor = 0;
-       }
-      if (!MINOR_TO_CHARS (devminor, header->header.devminor))
-       return NULL;
-    }
-  else if (archive_format != GNU_FORMAT && archive_format != OLDGNU_FORMAT)
-    {
-      if (!(MAJOR_TO_CHARS (0, header->header.devmajor)
-           && MINOR_TO_CHARS (0, header->header.devminor)))
-       return NULL;
-    }
-
-  if (archive_format == POSIX_FORMAT)
-    {
-      xheader_store ("atime", st, NULL);
-      xheader_store ("ctime", st, NULL);
-    }
-  else if (incremental_option)
-    if (archive_format == OLDGNU_FORMAT || archive_format == GNU_FORMAT)
-      {
-       TIME_TO_CHARS (st->atime.tv_sec, header->oldgnu_header.atime);
-       TIME_TO_CHARS (st->ctime.tv_sec, header->oldgnu_header.ctime);
-      }
-
-  header->header.typeflag = archive_format == V7_FORMAT ? AREGTYPE : REGTYPE;
-
-  switch (archive_format)
-    {
-    case V7_FORMAT:
-      break;
-
-    case OLDGNU_FORMAT:
-    case GNU_FORMAT:   /*FIXME?*/
-      /* Overwrite header->header.magic and header.version in one blow.  */
-      strcpy (header->buffer + offsetof (struct posix_header, magic),
-             OLDGNU_MAGIC);
-      break;
-
-    case POSIX_FORMAT:
-    case USTAR_FORMAT:
-      strncpy (header->header.magic, TMAGIC, TMAGLEN);
-      strncpy (header->header.version, TVERSION, TVERSLEN);
-      break;
-
-    default:
-      abort ();
-    }
-
-  if (archive_format == V7_FORMAT || numeric_owner_option)
-    {
-      /* header->header.[ug]name are left as the empty string.  */
-    }
-  else
-    {
-      uid_to_uname (st->stat.st_uid, &st->uname);
-      gid_to_gname (st->stat.st_gid, &st->gname);
-
-      if (archive_format == POSIX_FORMAT
-         && (strlen (st->uname) > UNAME_FIELD_SIZE
-             || !string_ascii_p (st->uname)))
-       xheader_store ("uname", st, NULL);
-      UNAME_TO_CHARS (st->uname, header->header.uname);
-
-      if (archive_format == POSIX_FORMAT
-         && (strlen (st->gname) > GNAME_FIELD_SIZE
-             || !string_ascii_p (st->gname)))
-       xheader_store ("gname", st, NULL);
-      GNAME_TO_CHARS (st->gname, header->header.gname);
-    }
-
-  return header;
-}
-
-void
-simple_finish_header (union block *header)
-{
-  size_t i;
-  int sum;
-  char *p;
-
-  memcpy (header->header.chksum, CHKBLANKS, sizeof header->header.chksum);
-
-  sum = 0;
-  p = header->buffer;
-  for (i = sizeof *header; i-- != 0; )
-    /* We can't use unsigned char here because of old compilers, e.g. V7.  */
-    sum += 0xFF & *p++;
-
-  /* Fill in the checksum field.  It's formatted differently from the
-     other fields: it has [6] digits, a null, then a space -- rather than
-     digits, then a null.  We use to_chars.
-     The final space is already there, from
-     checksumming, and to_chars doesn't modify it.
-
-     This is a fast way to do:
-
-     sprintf(header->header.chksum, "%6o", sum);  */
-
-  uintmax_to_chars ((uintmax_t) sum, header->header.chksum, 7);
-
-  set_next_block_after (header);
-}
-
-/* Finish off a filled-in header block and write it out.  We also
-   print the file name and/or full info if verbose is on.  If BLOCK_ORDINAL
-   is not negative, is the block ordinal of the first record for this
-   file, which may be a preceding long name or long link record.  */
-void
-finish_header (struct tar_stat_info *st,
-              union block *header, off_t block_ordinal)
-{
-  /* Note: It is important to do this before the call to write_extended(),
-     so that the actual ustar header is printed */
-  if (verbose_option
-      && header->header.typeflag != GNUTYPE_LONGLINK
-      && header->header.typeflag != GNUTYPE_LONGNAME
-      && header->header.typeflag != XHDTYPE
-      && header->header.typeflag != XGLTYPE)
-    {
-      /* FIXME: This global is used in print_header, sigh.  */
-      current_format = archive_format;
-      print_header (st, header, block_ordinal);
-    }
-
-  header = write_extended (false, st, header);
-  simple_finish_header (header);
-}
-\f
-
-void
-pad_archive (off_t size_left)
-{
-  union block *blk;
-  while (size_left > 0)
-    {
-      blk = find_next_block ();
-      memset (blk->buffer, 0, BLOCKSIZE);
-      set_next_block_after (blk);
-      size_left -= BLOCKSIZE;
-    }
-}
-
-static enum dump_status
-dump_regular_file (int fd, struct tar_stat_info *st)
-{
-  off_t size_left = st->stat.st_size;
-  off_t block_ordinal;
-  union block *blk;
-
-  block_ordinal = current_block_ordinal ();
-  blk = start_header (st);
-  if (!blk)
-    return dump_status_fail;
-
-  /* Mark contiguous files, if we support them.  */
-  if (archive_format != V7_FORMAT && S_ISCTG (st->stat.st_mode))
-    blk->header.typeflag = CONTTYPE;
-
-  finish_header (st, blk, block_ordinal);
-
-  mv_begin_write (st->file_name, st->stat.st_size, st->stat.st_size);
-  while (size_left > 0)
-    {
-      size_t bufsize, count;
-
-      blk = find_next_block ();
-
-      bufsize = available_space_after (blk);
-
-      if (size_left < bufsize)
-       {
-         /* Last read -- zero out area beyond.  */
-         bufsize = size_left;
-         count = bufsize % BLOCKSIZE;
-         if (count)
-           memset (blk->buffer + size_left, 0, BLOCKSIZE - count);
-       }
-
-      count = (fd <= 0) ? bufsize : safe_read (fd, blk->buffer, bufsize);
-      if (count == SAFE_READ_ERROR)
-       {
-         read_diag_details (st->orig_file_name,
-                            st->stat.st_size - size_left, bufsize);
-         pad_archive (size_left);
-         return dump_status_short;
-       }
-      size_left -= count;
-      set_next_block_after (blk + (bufsize - 1) / BLOCKSIZE);
-
-      if (count != bufsize)
-       {
-         char buf[UINTMAX_STRSIZE_BOUND];
-         memset (blk->buffer + count, 0, bufsize - count);
-         WARNOPT (WARN_FILE_SHRANK,
-                  (0, 0,
-                   ngettext ("%s: File shrank by %s byte; padding with zeros",
-                             "%s: File shrank by %s bytes; padding with zeros",
-                             size_left),
-                   quotearg_colon (st->orig_file_name),
-                   STRINGIFY_BIGINT (size_left, buf)));
-         if (! ignore_failed_read_option)
-           set_exit_status (TAREXIT_DIFFERS);
-         pad_archive (size_left - (bufsize - count));
-         return dump_status_short;
-       }
-    }
-  return dump_status_ok;
-}
-
-\f
-/* Copy info from the directory identified by ST into the archive.
-   DIRECTORY contains the directory's entries.  */
-
-static void
-dump_dir0 (struct tar_stat_info *st, char const *directory)
-{
-  bool top_level = ! st->parent;
-  const char *tag_file_name;
-  union block *blk = NULL;
-  off_t block_ordinal = current_block_ordinal ();
-
-  st->stat.st_size = 0;        /* force 0 size on dir */
-
-  blk = start_header (st);
-  if (!blk)
-    return;
-
-  if (incremental_option && archive_format != POSIX_FORMAT)
-    blk->header.typeflag = GNUTYPE_DUMPDIR;
-  else /* if (standard_option) */
-    blk->header.typeflag = DIRTYPE;
-
-  /* If we're gnudumping, we aren't done yet so don't close it.  */
-
-  if (!incremental_option)
-    finish_header (st, blk, block_ordinal);
-  else if (gnu_list_name->directory)
-    {
-      if (archive_format == POSIX_FORMAT)
-       {
-         xheader_store ("GNU.dumpdir", st,
-                        safe_directory_contents (gnu_list_name->directory));
-         finish_header (st, blk, block_ordinal);
-       }
-      else
-       {
-         off_t size_left;
-         off_t totsize;
-         size_t bufsize;
-         ssize_t count;
-         const char *buffer, *p_buffer;
-
-         block_ordinal = current_block_ordinal ();
-         buffer = safe_directory_contents (gnu_list_name->directory);
-         totsize = dumpdir_size (buffer);
-         OFF_TO_CHARS (totsize, blk->header.size);
-         finish_header (st, blk, block_ordinal);
-         p_buffer = buffer;
-         size_left = totsize;
-
-         mv_begin_write (st->file_name, totsize, totsize);
-         while (size_left > 0)
-           {
-             blk = find_next_block ();
-             bufsize = available_space_after (blk);
-             if (size_left < bufsize)
-               {
-                 bufsize = size_left;
-                 count = bufsize % BLOCKSIZE;
-                 if (count)
-                   memset (blk->buffer + size_left, 0, BLOCKSIZE - count);
-               }
-             memcpy (blk->buffer, p_buffer, bufsize);
-             size_left -= bufsize;
-             p_buffer += bufsize;
-             set_next_block_after (blk + (bufsize - 1) / BLOCKSIZE);
-           }
-       }
-      return;
-    }
-
-  if (!recursion_option)
-    return;
-
-  if (one_file_system_option
-      && !top_level
-      && st->parent->stat.st_dev != st->stat.st_dev)
-    {
-      if (verbose_option)
-       WARNOPT (WARN_XDEV,
-                (0, 0,
-                 _("%s: file is on a different filesystem; not dumped"),
-                 quotearg_colon (st->orig_file_name)));
-    }
-  else
-    {
-      char *name_buf;
-      size_t name_size;
-
-      switch (check_exclusion_tags (st, &tag_file_name))
-       {
-       case exclusion_tag_all:
-         /* Handled in dump_file0 */
-         break;
-
-       case exclusion_tag_none:
-         {
-           char const *entry;
-           size_t entry_len;
-           size_t name_len;
-
-           name_buf = xstrdup (st->orig_file_name);
-           name_size = name_len = strlen (name_buf);
-
-           /* Now output all the files in the directory.  */
-           for (entry = directory; (entry_len = strlen (entry)) != 0;
-                entry += entry_len + 1)
-             {
-               if (name_size < name_len + entry_len)
-                 {
-                   name_size = name_len + entry_len;
-                   name_buf = xrealloc (name_buf, name_size + 1);
-                 }
-               strcpy (name_buf + name_len, entry);
-               if (!excluded_name (name_buf))
-                 dump_file (st, entry, name_buf);
-             }
-
-           free (name_buf);
-         }
-         break;
-
-       case exclusion_tag_contents:
-         exclusion_tag_warning (st->orig_file_name, tag_file_name,
-                                _("contents not dumped"));
-         name_size = strlen (st->orig_file_name) + strlen (tag_file_name) + 1;
-         name_buf = xmalloc (name_size);
-         strcpy (name_buf, st->orig_file_name);
-         strcat (name_buf, tag_file_name);
-         dump_file (st, tag_file_name, name_buf);
-         free (name_buf);
-         break;
-
-       case exclusion_tag_under:
-         exclusion_tag_warning (st->orig_file_name, tag_file_name,
-                                _("contents not dumped"));
-         break;
-       }
-    }
-}
-
-/* Ensure exactly one trailing slash.  */
-static void
-ensure_slash (char **pstr)
-{
-  size_t len = strlen (*pstr);
-  while (len >= 1 && ISSLASH ((*pstr)[len - 1]))
-    len--;
-  if (!ISSLASH ((*pstr)[len]))
-    *pstr = xrealloc (*pstr, len + 2);
-  (*pstr)[len++] = '/';
-  (*pstr)[len] = '\0';
-}
-
-/* If we just ran out of file descriptors, release a file descriptor
-   in the directory chain somewhere leading from DIR->parent->parent
-   up through the root.  Return true if successful, false (preserving
-   errno == EMFILE) otherwise.
-
-   Do not release DIR's file descriptor, or DIR's parent, as other
-   code assumes that they work.  On some operating systems, another
-   process can claim file descriptor resources as we release them, and
-   some calls or their emulations require multiple file descriptors,
-   so callers should not give up if a single release doesn't work.  */
-
-static bool
-open_failure_recover (struct tar_stat_info const *dir)
-{
-  if (errno == EMFILE && dir && dir->parent)
-    {
-      struct tar_stat_info *p;
-      for (p = dir->parent->parent; p; p = p->parent)
-       if (0 < p->fd && (! p->parent || p->parent->fd <= 0))
-         {
-           tar_stat_close (p);
-           return true;
-         }
-      errno = EMFILE;
-    }
-
-  return false;
-}
-
-/* Return the directory entries of ST, in a dynamically allocated buffer,
-   each entry followed by '\0' and the last followed by an extra '\0'.
-   Return null on failure, setting errno.  */
-char *
-get_directory_entries (struct tar_stat_info *st)
-{
-  while (! (st->dirstream = fdopendir (st->fd)))
-    if (! open_failure_recover (st))
-      return 0;
-  return streamsavedir (st->dirstream);
-}
-
-/* Dump the directory ST.  Return true if successful, false (emitting
-   diagnostics) otherwise.  Get ST's entries, recurse through its
-   subdirectories, and clean up file descriptors afterwards.  */
-static bool
-dump_dir (struct tar_stat_info *st)
-{
-  char *directory = get_directory_entries (st);
-  if (! directory)
-    {
-      savedir_diag (st->orig_file_name);
-      return false;
-    }
-
-  dump_dir0 (st, directory);
-
-  restore_parent_fd (st);
-  free (directory);
-  return true;
-}
-
-\f
-/* Number of links a file can have without having to be entered into
-   the link table.  Typically this is 1, but in trickier circumstances
-   it is 0.  */
-static nlink_t trivial_link_count;
-
-\f
-/* Main functions of this module.  */
-
-void
-create_archive (void)
-{
-  struct name const *p;
-
-  trivial_link_count = name_count <= 1 && ! dereference_option;
-
-  open_archive (ACCESS_WRITE);
-  buffer_write_global_xheader ();
-
-  if (incremental_option)
-    {
-      size_t buffer_size = 1000;
-      char *buffer = xmalloc (buffer_size);
-      const char *q;
-
-      collect_and_sort_names ();
-
-      while ((p = name_from_list ()) != NULL)
-       if (!excluded_name (p->name))
-         dump_file (0, p->name, p->name);
-
-      blank_name_list ();
-      while ((p = name_from_list ()) != NULL)
-       if (!excluded_name (p->name))
-         {
-           struct tar_stat_info st;
-           size_t plen = strlen (p->name);
-           if (buffer_size <= plen)
-             {
-               while ((buffer_size *= 2) <= plen)
-                 continue;
-               buffer = xrealloc (buffer, buffer_size);
-             }
-           memcpy (buffer, p->name, plen);
-           if (! ISSLASH (buffer[plen - 1]))
-             buffer[plen++] = DIRECTORY_SEPARATOR;
-           tar_stat_init (&st);
-           q = directory_contents (gnu_list_name->directory);
-           if (q)
-             while (*q)
-               {
-                 size_t qlen = strlen (q);
-                 if (*q == 'Y')
-                   {
-                     if (! st.orig_file_name)
-                       {
-                         int fd = openat (chdir_fd, p->name,
-                                          open_searchdir_flags);
-                         if (fd < 0)
-                           {
-                             open_diag (p->name);
-                             break;
-                           }
-                         st.fd = fd;
-                         if (fstat (fd, &st.stat) != 0)
-                           {
-                             stat_diag (p->name);
-                             break;
-                           }
-                         st.orig_file_name = xstrdup (p->name);
-                       }
-                     if (buffer_size < plen + qlen)
-                       {
-                         while ((buffer_size *=2 ) < plen + qlen)
-                           continue;
-                         buffer = xrealloc (buffer, buffer_size);
-                       }
-                     strcpy (buffer + plen, q + 1);
-                     dump_file (&st, q + 1, buffer);
-                   }
-                 q += qlen + 1;
-               }
-           tar_stat_destroy (&st);
-         }
-      free (buffer);
-    }
-  else
-    {
-      const char *name;
-      while ((name = name_next (1)) != NULL)
-       if (!excluded_name (name))
-         dump_file (0, name, name);
-    }
-
-  write_eot ();
-  close_archive ();
-  finish_deferred_unlinks ();
-  if (listed_incremental_option)
-    write_directory_file ();
-}
-
-
-/* Calculate the hash of a link.  */
-static size_t
-hash_link (void const *entry, size_t n_buckets)
-{
-  struct link const *l = entry;
-  uintmax_t num = l->dev ^ l->ino;
-  return num % n_buckets;
-}
-
-/* Compare two links for equality.  */
-static bool
-compare_links (void const *entry1, void const *entry2)
-{
-  struct link const *link1 = entry1;
-  struct link const *link2 = entry2;
-  return ((link1->dev ^ link2->dev) | (link1->ino ^ link2->ino)) == 0;
-}
-
-static void
-unknown_file_error (char const *p)
-{
-  WARNOPT (WARN_FILE_IGNORED,
-          (0, 0, _("%s: Unknown file type; file ignored"),
-           quotearg_colon (p)));
-  if (!ignore_failed_read_option)
-    set_exit_status (TAREXIT_FAILURE);
-}
-
-\f
-/* Handling of hard links */
-
-/* Table of all non-directories that we've written so far.  Any time
-   we see another, we check the table and avoid dumping the data
-   again if we've done it once already.  */
-static Hash_table *link_table;
-
-/* Try to dump stat as a hard link to another file in the archive.
-   Return true if successful.  */
-static bool
-dump_hard_link (struct tar_stat_info *st)
-{
-  if (link_table
-      && (trivial_link_count < st->stat.st_nlink || remove_files_option))
-    {
-      struct link lp;
-      struct link *duplicate;
-      off_t block_ordinal;
-      union block *blk;
-
-      lp.ino = st->stat.st_ino;
-      lp.dev = st->stat.st_dev;
-
-      if ((duplicate = hash_lookup (link_table, &lp)))
-       {
-         /* We found a link.  */
-         char const *link_name = safer_name_suffix (duplicate->name, true,
-                                                    absolute_names_option);
-
-         duplicate->nlink--;
-
-         block_ordinal = current_block_ordinal ();
-         assign_string (&st->link_name, link_name);
-         if (NAME_FIELD_SIZE - (archive_format == OLDGNU_FORMAT)
-             < strlen (link_name))
-           write_long_link (st);
-
-         st->stat.st_size = 0;
-         blk = start_header (st);
-         if (!blk)
-           return false;
-         tar_copy_str (blk->header.linkname, link_name, NAME_FIELD_SIZE);
-
-         blk->header.typeflag = LNKTYPE;
-         finish_header (st, blk, block_ordinal);
-
-         if (remove_files_option)
-           queue_deferred_unlink (st->orig_file_name, false);
-
-         return true;
-       }
-    }
-  return false;
-}
-
-static void
-file_count_links (struct tar_stat_info *st)
-{
-  if (hard_dereference_option)
-    return;
-  if (trivial_link_count < st->stat.st_nlink)
-    {
-      struct link *duplicate;
-      char *linkname = NULL;
-      struct link *lp;
-
-      assign_string (&linkname, st->orig_file_name);
-      transform_name (&linkname, XFORM_LINK);
-
-      lp = xmalloc (offsetof (struct link, name)
-                                + strlen (linkname) + 1);
-      lp->ino = st->stat.st_ino;
-      lp->dev = st->stat.st_dev;
-      lp->nlink = st->stat.st_nlink;
-      strcpy (lp->name, linkname);
-      free (linkname);
-
-      if (! ((link_table
-             || (link_table = hash_initialize (0, 0, hash_link,
-                                               compare_links, 0)))
-            && (duplicate = hash_insert (link_table, lp))))
-       xalloc_die ();
-
-      if (duplicate != lp)
-       abort ();
-      lp->nlink--;
-    }
-}
-
-/* For each dumped file, check if all its links were dumped. Emit
-   warnings if it is not so. */
-void
-check_links (void)
-{
-  struct link *lp;
-
-  if (!link_table)
-    return;
-
-  for (lp = hash_get_first (link_table); lp;
-       lp = hash_get_next (link_table, lp))
-    {
-      if (lp->nlink)
-       {
-         WARN ((0, 0, _("Missing links to %s."), quote (lp->name)));
-       }
-    }
-}
-
-/* Assuming DIR is the working directory, open FILE, using FLAGS to
-   control the open.  A null DIR means to use ".".  If we are low on
-   file descriptors, try to release one or more from DIR's parents to
-   reuse it.  */
-int
-subfile_open (struct tar_stat_info const *dir, char const *file, int flags)
-{
-  int fd;
-
-  static bool initialized;
-  if (! initialized)
-    {
-      /* Initialize any tables that might be needed when file
-        descriptors are exhausted, and whose initialization might
-        require a file descriptor.  This includes the system message
-        catalog and tar's message catalog.  */
-      initialized = true;
-      strerror (ENOENT);
-      gettext ("");
-    }
-
-  while ((fd = openat (dir ? dir->fd : chdir_fd, file, flags)) < 0
-        && open_failure_recover (dir))
-    continue;
-  return fd;
-}
-
-/* Restore the file descriptor for ST->parent, if it was temporarily
-   closed to conserve file descriptors.  On failure, set the file
-   descriptor to the negative of the corresponding errno value.  Call
-   this every time a subdirectory is ascended from.  */
-void
-restore_parent_fd (struct tar_stat_info const *st)
-{
-  struct tar_stat_info *parent = st->parent;
-  if (parent && ! parent->fd)
-    {
-      int parentfd = openat (st->fd, "..", open_searchdir_flags);
-      struct stat parentstat;
-
-      if (parentfd < 0)
-       parentfd = - errno;
-      else if (! (fstat (parentfd, &parentstat) == 0
-                 && parent->stat.st_ino == parentstat.st_ino
-                 && parent->stat.st_dev == parentstat.st_dev))
-       {
-         close (parentfd);
-         parentfd = IMPOSTOR_ERRNO;
-       }
-
-      if (parentfd < 0)
-       {
-         int origfd = openat (chdir_fd, parent->orig_file_name,
-                              open_searchdir_flags);
-         if (0 <= origfd)
-           {
-             if (fstat (parentfd, &parentstat) == 0
-                 && parent->stat.st_ino == parentstat.st_ino
-                 && parent->stat.st_dev == parentstat.st_dev)
-               parentfd = origfd;
-             else
-               close (origfd);
-           }
-       }
-
-      parent->fd = parentfd;
-    }
-}
-
-/* Dump a single file, recursing on directories.  ST is the file's
-   status info, NAME its name relative to the parent directory, and P
-   its full name (which may be relative to the working directory).  */
-
-/* FIXME: One should make sure that for *every* path leading to setting
-   exit_status to failure, a clear diagnostic has been issued.  */
-
-static void
-dump_file0 (struct tar_stat_info *st, char const *name, char const *p)
-{
-  union block *header;
-  char type;
-  off_t original_size;
-  struct timespec original_ctime;
-  off_t block_ordinal = -1;
-  int fd = 0;
-  bool is_dir;
-  struct tar_stat_info const *parent = st->parent;
-  bool top_level = ! parent;
-  int parentfd = top_level ? chdir_fd : parent->fd;
-  void (*diag) (char const *) = 0;
-
-  if (interactive_option && !confirm ("add", p))
-    return;
-
-  assign_string (&st->orig_file_name, p);
-  assign_string (&st->file_name,
-                 safer_name_suffix (p, false, absolute_names_option));
-
-  transform_name (&st->file_name, XFORM_REGFILE);
-
-  if (parentfd < 0 && ! top_level)
-    {
-      errno = - parentfd;
-      diag = open_diag;
-    }
-  else if (fstatat (parentfd, name, &st->stat, fstatat_flags) != 0)
-    diag = stat_diag;
-  else if (file_dumpable_p (&st->stat))
-    {
-      fd = subfile_open (parent, name, open_read_flags);
-      if (fd < 0)
-       diag = open_diag;
-      else
-       {
-         st->fd = fd;
-         if (fstat (fd, &st->stat) != 0)
-           diag = stat_diag;
-       }
-    }
-  if (diag)
-    {
-      file_removed_diag (p, top_level, diag);
-      return;
-    }
-
-  st->archive_file_size = original_size = st->stat.st_size;
-  st->atime = get_stat_atime (&st->stat);
-  st->mtime = get_stat_mtime (&st->stat);
-  st->ctime = original_ctime = get_stat_ctime (&st->stat);
-
-#ifdef S_ISHIDDEN
-  if (S_ISHIDDEN (st->stat.st_mode))
-    {
-      char *new = (char *) alloca (strlen (p) + 2);
-      if (new)
-       {
-         strcpy (new, p);
-         strcat (new, "@");
-         p = new;
-       }
-    }
-#endif
-
-  /* See if we want only new files, and check if this one is too old to
-     put in the archive.
-
-     This check is omitted if incremental_option is set *and* the
-     requested file is not explicitely listed in the command line. */
-
-  if (!(incremental_option && !is_individual_file (p))
-      && !S_ISDIR (st->stat.st_mode)
-      && OLDER_TAR_STAT_TIME (*st, m)
-      && (!after_date_option || OLDER_TAR_STAT_TIME (*st, c)))
-    {
-      if (!incremental_option && verbose_option)
-       WARNOPT (WARN_FILE_UNCHANGED,
-                (0, 0, _("%s: file is unchanged; not dumped"),
-                 quotearg_colon (p)));
-      return;
-    }
-
-  /* See if we are trying to dump the archive.  */
-  if (sys_file_is_archive (st))
-    {
-      WARNOPT (WARN_IGNORE_ARCHIVE,
-              (0, 0, _("%s: file is the archive; not dumped"),
-               quotearg_colon (p)));
-      return;
-    }
-
-  is_dir = S_ISDIR (st->stat.st_mode) != 0;
-
-  if (!is_dir && dump_hard_link (st))
-    return;
-
-  if (is_dir || S_ISREG (st->stat.st_mode) || S_ISCTG (st->stat.st_mode))
-    {
-      bool ok;
-      struct stat final_stat;
-
-      if (is_dir)
-       {
-         const char *tag_file_name;
-         ensure_slash (&st->orig_file_name);
-         ensure_slash (&st->file_name);
-
-         if (check_exclusion_tags (st, &tag_file_name) == exclusion_tag_all)
-           {
-             exclusion_tag_warning (st->orig_file_name, tag_file_name,
-                                    _("directory not dumped"));
-             return;
-           }
-
-         ok = dump_dir (st);
-
-         fd = st->fd;
-         parentfd = top_level ? chdir_fd : parent->fd;
-       }
-      else
-       {
-         enum dump_status status;
-
-         if (fd && sparse_option && ST_IS_SPARSE (st->stat))
-           {
-             status = sparse_dump_file (fd, st);
-             if (status == dump_status_not_implemented)
-               status = dump_regular_file (fd, st);
-           }
-         else
-           status = dump_regular_file (fd, st);
-
-         switch (status)
-           {
-           case dump_status_ok:
-           case dump_status_short:
-             file_count_links (st);
-             break;
-
-           case dump_status_fail:
-             break;
-
-           case dump_status_not_implemented:
-             abort ();
-           }
-
-         ok = status == dump_status_ok;
-       }
-
-      if (ok)
-       {
-         if (fd < 0)
-           {
-             errno = - fd;
-             ok = false;
-           }
-         else if (fd == 0)
-           {
-             if (parentfd < 0 && ! top_level)
-               {
-                 errno = - parentfd;
-                 ok = false;
-               }
-             else
-               ok = fstatat (parentfd, name, &final_stat, fstatat_flags) == 0;
-           }
-         else
-           ok = fstat (fd, &final_stat) == 0;
-
-         if (! ok)
-           file_removed_diag (p, top_level, stat_diag);
-       }
-
-      if (ok)
-       {
-         if ((timespec_cmp (get_stat_ctime (&final_stat), original_ctime) != 0
-              /* Original ctime will change if the file is a directory and
-                 --remove-files is given */
-              && !(remove_files_option && is_dir))
-             || original_size < final_stat.st_size)
-           {
-             WARNOPT (WARN_FILE_CHANGED,
-                      (0, 0, _("%s: file changed as we read it"),
-                       quotearg_colon (p)));
-             set_exit_status (TAREXIT_DIFFERS);
-           }
-         else if (atime_preserve_option == replace_atime_preserve
-                  && set_file_atime (fd, parentfd, name, st->atime) != 0)
-           utime_error (p);
-       }
-
-      ok &= tar_stat_close (st);
-      if (ok && remove_files_option)
-       queue_deferred_unlink (p, is_dir);
-
-      return;
-    }
-#ifdef HAVE_READLINK
-  else if (S_ISLNK (st->stat.st_mode))
-    {
-      char *buffer;
-      int size;
-      size_t linklen = st->stat.st_size;
-      if (linklen != st->stat.st_size || linklen + 1 == 0)
-       xalloc_die ();
-      buffer = (char *) alloca (linklen + 1);
-      size = readlinkat (parentfd, name, buffer, linklen + 1);
-      if (size < 0)
-       {
-         file_removed_diag (p, top_level, readlink_diag);
-         return;
-       }
-      buffer[size] = '\0';
-      assign_string (&st->link_name, buffer);
-      transform_name (&st->link_name, XFORM_SYMLINK);
-      if (NAME_FIELD_SIZE - (archive_format == OLDGNU_FORMAT) < size)
-       write_long_link (st);
-
-      block_ordinal = current_block_ordinal ();
-      st->stat.st_size = 0;    /* force 0 size on symlink */
-      header = start_header (st);
-      if (!header)
-       return;
-      tar_copy_str (header->header.linkname, st->link_name, NAME_FIELD_SIZE);
-      header->header.typeflag = SYMTYPE;
-      finish_header (st, header, block_ordinal);
-      /* nothing more to do to it */
-
-      if (remove_files_option)
-       queue_deferred_unlink (p, false);
-
-      file_count_links (st);
-      return;
-    }
-#endif
-  else if (S_ISCHR (st->stat.st_mode))
-    type = CHRTYPE;
-  else if (S_ISBLK (st->stat.st_mode))
-    type = BLKTYPE;
-  else if (S_ISFIFO (st->stat.st_mode))
-    type = FIFOTYPE;
-  else if (S_ISSOCK (st->stat.st_mode))
-    {
-      WARNOPT (WARN_FILE_IGNORED,
-              (0, 0, _("%s: socket ignored"), quotearg_colon (p)));
-      return;
-    }
-  else if (S_ISDOOR (st->stat.st_mode))
-    {
-      WARNOPT (WARN_FILE_IGNORED,
-              (0, 0, _("%s: door ignored"), quotearg_colon (p)));
-      return;
-    }
-  else
-    {
-      unknown_file_error (p);
-      return;
-    }
-
-  if (archive_format == V7_FORMAT)
-    {
-      unknown_file_error (p);
-      return;
-    }
-
-  block_ordinal = current_block_ordinal ();
-  st->stat.st_size = 0;        /* force 0 size */
-  header = start_header (st);
-  if (!header)
-    return;
-  header->header.typeflag = type;
-
-  if (type != FIFOTYPE)
-    {
-      MAJOR_TO_CHARS (major (st->stat.st_rdev),
-                     header->header.devmajor);
-      MINOR_TO_CHARS (minor (st->stat.st_rdev),
-                     header->header.devminor);
-    }
-
-  finish_header (st, header, block_ordinal);
-  if (remove_files_option)
-    queue_deferred_unlink (p, false);
-}
-
-/* Dump a file, recursively.  PARENT describes the file's parent
-   directory, NAME is the file's name relative to PARENT, and FULLNAME
-   its full name, possibly relative to the working directory.  NAME
-   may contain slashes at the top level of invocation.  */
-
-void
-dump_file (struct tar_stat_info *parent, char const *name,
-          char const *fullname)
-{
-  struct tar_stat_info st;
-  tar_stat_init (&st);
-  st.parent = parent;
-  dump_file0 (&st, name, fullname);
-  if (parent && listed_incremental_option)
-    update_parent_directory (parent);
-  tar_stat_destroy (&st);
-}
diff --git a/src/extract.c b/src/extract.c
deleted file mode 100644 (file)
index 6711f87..0000000
+++ /dev/null
@@ -1,1588 +0,0 @@
-/* Extract files from a tar archive.
-
-   Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000,
-   2001, 2003, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc.
-
-   Written by John Gilmore, on 1985-11-19.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#include <system.h>
-#include <quotearg.h>
-#include <errno.h>
-#include <priv-set.h>
-#include <utimens.h>
-
-#include "common.h"
-
-static bool we_are_root;       /* true if our effective uid == 0 */
-static mode_t newdir_umask;    /* umask when creating new directories */
-static mode_t current_umask;   /* current umask (which is set to 0 if -p) */
-
-#define ALL_MODE_BITS ((mode_t) ~ (mode_t) 0)
-
-#if ! HAVE_FCHMOD && ! defined fchmod
-# define fchmod(fd, mode) (errno = ENOSYS, -1)
-#endif
-#if ! HAVE_FCHOWN && ! defined fchown
-# define fchown(fd, uid, gid) (errno = ENOSYS, -1)
-#endif
-
-/* Return true if an error number ERR means the system call is
-   supported in this case.  */
-static bool
-implemented (int err)
-{
-  return ! (err == ENOSYS
-           || err == ENOTSUP
-           || (EOPNOTSUPP != ENOTSUP && err == EOPNOTSUPP));
-}
-
-/* List of directories whose statuses we need to extract after we've
-   finished extracting their subsidiary files.  If you consider each
-   contiguous subsequence of elements of the form [D]?[^D]*, where [D]
-   represents an element where AFTER_LINKS is nonzero and [^D]
-   represents an element where AFTER_LINKS is zero, then the head
-   of the subsequence has the longest name, and each non-head element
-   in the prefix is an ancestor (in the directory hierarchy) of the
-   preceding element.  */
-
-struct delayed_set_stat
-  {
-    /* Next directory in list.  */
-    struct delayed_set_stat *next;
-
-    /* Metadata for this directory.  */
-    dev_t dev;
-    ino_t ino;
-    mode_t mode; /* The desired mode is MODE & ~ current_umask.  */
-    uid_t uid;
-    gid_t gid;
-    struct timespec atime;
-    struct timespec mtime;
-
-    /* An estimate of the directory's current mode, along with a mask
-       specifying which bits of this estimate are known to be correct.
-       If CURRENT_MODE_MASK is zero, CURRENT_MODE's value doesn't
-       matter.  */
-    mode_t current_mode;
-    mode_t current_mode_mask;
-
-    /* This directory is an intermediate directory that was created
-       as an ancestor of some other directory; it was not mentioned
-       in the archive, so do not set its uid, gid, atime, or mtime,
-       and don't alter its mode outside of MODE_RWX.  */
-    bool interdir;
-
-    /* Whether symbolic links should be followed when accessing the
-       directory.  */
-    int atflag;
-
-    /* Do not set the status of this directory until after delayed
-       links are created.  */
-    bool after_links;
-
-    /* Directory that the name is relative to.  */
-    int change_dir;
-
-    /* Length and contents of name.  */
-    size_t file_name_len;
-    char file_name[1];
-  };
-
-static struct delayed_set_stat *delayed_set_stat_head;
-
-/* List of links whose creation we have delayed.  */
-struct delayed_link
-  {
-    /* The next delayed link in the list.  */
-    struct delayed_link *next;
-
-    /* The device, inode number and ctime of the placeholder.  Use
-       ctime, not mtime, to make false matches less likely if some
-       other process removes the placeholder.  */
-    dev_t dev;
-    ino_t ino;
-    struct timespec ctime;
-
-    /* True if the link is symbolic.  */
-    bool is_symlink;
-
-    /* The desired metadata, valid only the link is symbolic.  */
-    mode_t mode;
-    uid_t uid;
-    gid_t gid;
-    struct timespec atime;
-    struct timespec mtime;
-
-    /* The directory that the sources and target are relative to.  */
-    int change_dir;
-
-    /* A list of sources for this link.  The sources are all to be
-       hard-linked together.  */
-    struct string_list *sources;
-
-    /* The desired target of the desired link.  */
-    char target[1];
-  };
-
-static struct delayed_link *delayed_link_head;
-
-struct string_list
-  {
-    struct string_list *next;
-    char string[1];
-  };
-
-/*  Set up to extract files.  */
-void
-extr_init (void)
-{
-  we_are_root = geteuid () == 0;
-  same_permissions_option += we_are_root;
-  same_owner_option += we_are_root;
-
-  /* Option -p clears the kernel umask, so it does not affect proper
-     restoration of file permissions.  New intermediate directories will
-     comply with umask at start of program.  */
-
-  newdir_umask = umask (0);
-  if (0 < same_permissions_option)
-    current_umask = 0;
-  else
-    {
-      umask (newdir_umask);    /* restore the kernel umask */
-      current_umask = newdir_umask;
-    }
-}
-
-/* Use fchmod if possible, fchmodat otherwise.  */
-static int
-fd_chmod (int fd, char const *file, mode_t mode, int atflag)
-{
-  if (0 <= fd)
-    {
-      int result = fchmod (fd, mode);
-      if (result == 0 || implemented (errno))
-       return result;
-    }
-  return fchmodat (chdir_fd, file, mode, atflag);
-}
-
-/* Use fchown if possible, fchownat otherwise.  */
-static int
-fd_chown (int fd, char const *file, uid_t uid, gid_t gid, int atflag)
-{
-  if (0 <= fd)
-    {
-      int result = fchown (fd, uid, gid);
-      if (result == 0 || implemented (errno))
-       return result;
-    }
-  return fchownat (chdir_fd, file, uid, gid, atflag);
-}
-
-/* Use fstat if possible, fstatat otherwise.  */
-static int
-fd_stat (int fd, char const *file, struct stat *st, int atflag)
-{
-  return (0 <= fd
-         ? fstat (fd, st)
-         : fstatat (chdir_fd, file, st, atflag));
-}
-
-/* Set the mode for FILE_NAME to MODE.
-   MODE_MASK specifies the bits of MODE that we care about;
-   thus if MODE_MASK is zero, do nothing.
-   If FD is nonnegative, it is a file descriptor for the file.
-   CURRENT_MODE and CURRENT_MODE_MASK specify information known about
-   the file's current mode, using the style of struct delayed_set_stat.
-   TYPEFLAG specifies the type of the file.
-   ATFLAG specifies the flag to use when statting the file.  */
-static void
-set_mode (char const *file_name,
-         mode_t mode, mode_t mode_mask, int fd,
-         mode_t current_mode, mode_t current_mode_mask,
-         char typeflag, int atflag)
-{
-  if (((current_mode ^ mode) | ~ current_mode_mask) & mode_mask)
-    {
-      if (MODE_ALL & ~ mode_mask & ~ current_mode_mask)
-       {
-         struct stat st;
-         if (fd_stat (fd, file_name, &st, atflag) != 0)
-           {
-             stat_error (file_name);
-             return;
-           }
-         current_mode = st.st_mode;
-       }
-
-      current_mode &= MODE_ALL;
-      mode = (current_mode & ~ mode_mask) | (mode & mode_mask);
-
-      if (current_mode != mode)
-       {
-         int chmod_errno =
-           fd_chmod (fd, file_name, mode, atflag) == 0 ? 0 : errno;
-
-         /* On Solaris, chmod may fail if we don't have PRIV_ALL, because
-            setuid-root files would otherwise be a backdoor.  See
-            http://opensolaris.org/jive/thread.jspa?threadID=95826
-            (2009-09-03).  */
-         if (chmod_errno == EPERM && (mode & S_ISUID)
-             && priv_set_restore_linkdir () == 0)
-           {
-             chmod_errno =
-               fd_chmod (fd, file_name, mode, atflag) == 0 ? 0 : errno;
-             priv_set_remove_linkdir ();
-           }
-
-         /* Linux fchmodat does not support AT_SYMLINK_NOFOLLOW, and
-            returns ENOTSUP even when operating on non-symlinks, try
-            again with the flag disabled if it does not appear to be
-            supported and if the file is not a symlink.  This
-            introduces a race, alas.  */
-         if (atflag && typeflag != SYMTYPE && ! implemented (chmod_errno))
-           chmod_errno = fd_chmod (fd, file_name, mode, 0) == 0 ? 0 : errno;
-
-         if (chmod_errno
-             && (typeflag != SYMTYPE || implemented (chmod_errno)))
-           {
-             errno = chmod_errno;
-             chmod_error_details (file_name, mode);
-           }
-       }
-    }
-}
-
-/* Check time after successfully setting FILE_NAME's time stamp to T.  */
-static void
-check_time (char const *file_name, struct timespec t)
-{
-  if (t.tv_sec <= 0)
-    WARNOPT (WARN_TIMESTAMP,
-            (0, 0, _("%s: implausibly old time stamp %s"),
-             file_name, tartime (t, true)));
-  else if (timespec_cmp (volume_start_time, t) < 0)
-    {
-      struct timespec now;
-      gettime (&now);
-      if (timespec_cmp (now, t) < 0)
-       {
-         char buf[TIMESPEC_STRSIZE_BOUND];
-         struct timespec diff;
-         diff.tv_sec = t.tv_sec - now.tv_sec;
-         diff.tv_nsec = t.tv_nsec - now.tv_nsec;
-         if (diff.tv_nsec < 0)
-           {
-             diff.tv_nsec += BILLION;
-             diff.tv_sec--;
-           }
-         WARNOPT (WARN_TIMESTAMP,
-                  (0, 0, _("%s: time stamp %s is %s s in the future"),
-                   file_name, tartime (t, true), code_timespec (diff, buf)));
-       }
-    }
-}
-
-/* Restore stat attributes (owner, group, mode and times) for
-   FILE_NAME, using information given in *ST.
-   If FD is nonnegative, it is a file descriptor for the file.
-   CURRENT_MODE and CURRENT_MODE_MASK specify information known about
-   the file's current mode, using the style of struct delayed_set_stat.
-   TYPEFLAG specifies the type of the file.
-   If INTERDIR, this is an intermediate directory.
-   ATFLAG specifies the flag to use when statting the file.  */
-
-static void
-set_stat (char const *file_name,
-         struct tar_stat_info const *st,
-         int fd, mode_t current_mode, mode_t current_mode_mask,
-         char typeflag, bool interdir, int atflag)
-{
-  /* Do the utime before the chmod because some versions of utime are
-     broken and trash the modes of the file.  */
-
-  if (! touch_option && ! interdir)
-    {
-      struct timespec ts[2];
-      if (incremental_option)
-       ts[0] = st->atime;
-      else
-       ts[0].tv_nsec = UTIME_OMIT;
-      ts[1] = st->mtime;
-
-      if (fdutimensat (fd, chdir_fd, file_name, ts, atflag) == 0)
-       {
-         if (incremental_option)
-           check_time (file_name, ts[0]);
-         check_time (file_name, ts[1]);
-       }
-      else if (typeflag != SYMTYPE || implemented (errno))
-       utime_error (file_name);
-    }
-
-  if (0 < same_owner_option && ! interdir)
-    {
-      /* Some systems allow non-root users to give files away.  Once this
-        done, it is not possible anymore to change file permissions.
-        However, setting file permissions now would be incorrect, since
-        they would apply to the wrong user, and there would be a race
-        condition.  So, don't use systems that allow non-root users to
-        give files away.  */
-      uid_t uid = st->stat.st_uid;
-      gid_t gid = st->stat.st_gid;
-
-      if (fd_chown (fd, file_name, uid, gid, atflag) == 0)
-       {
-         /* Changing the owner can clear st_mode bits in some cases.  */
-         if ((current_mode | ~ current_mode_mask) & S_IXUGO)
-           current_mode_mask &= ~ (current_mode & (S_ISUID | S_ISGID));
-       }
-      else if (typeflag != SYMTYPE || implemented (errno))
-       chown_error_details (file_name, uid, gid);
-    }
-
-  set_mode (file_name,
-           st->stat.st_mode & ~ current_umask,
-           0 < same_permissions_option && ! interdir ? MODE_ALL : MODE_RWX,
-           fd, current_mode, current_mode_mask, typeflag, atflag);
-}
-
-/* For each entry H in the leading prefix of entries in HEAD that do
-   not have after_links marked, mark H and fill in its dev and ino
-   members.  Assume HEAD && ! HEAD->after_links.  */
-static void
-mark_after_links (struct delayed_set_stat *head)
-{
-  struct delayed_set_stat *h = head;
-
-  do
-    {
-      struct stat st;
-      h->after_links = 1;
-
-      if (deref_stat (h->file_name, &st) != 0)
-       stat_error (h->file_name);
-      else
-       {
-         h->dev = st.st_dev;
-         h->ino = st.st_ino;
-       }
-    }
-  while ((h = h->next) && ! h->after_links);
-}
-
-/* Remember to restore stat attributes (owner, group, mode and times)
-   for the directory FILE_NAME, using information given in *ST,
-   once we stop extracting files into that directory.
-
-   If ST is null, merely create a placeholder node for an intermediate
-   directory that was created by make_directories.
-
-   NOTICE: this works only if the archive has usual member order, i.e.
-   directory, then the files in that directory. Incremental archive have
-   somewhat reversed order: first go subdirectories, then all other
-   members. To help cope with this case the variable
-   delay_directory_restore_option is set by prepare_to_extract.
-
-   If an archive was explicitely created so that its member order is
-   reversed, some directory timestamps can be restored incorrectly,
-   e.g.:
-       tar --no-recursion -cf archive dir dir/file1 foo dir/file2
-*/
-static void
-delay_set_stat (char const *file_name, struct tar_stat_info const *st,
-               mode_t current_mode, mode_t current_mode_mask,
-               mode_t mode, int atflag)
-{
-  size_t file_name_len = strlen (file_name);
-  struct delayed_set_stat *data =
-    xmalloc (offsetof (struct delayed_set_stat, file_name)
-            + file_name_len + 1);
-  data->next = delayed_set_stat_head;
-  data->mode = mode;
-  if (st)
-    {
-      data->dev = st->stat.st_dev;
-      data->ino = st->stat.st_ino;
-      data->uid = st->stat.st_uid;
-      data->gid = st->stat.st_gid;
-      data->atime = st->atime;
-      data->mtime = st->mtime;
-    }
-  data->file_name_len = file_name_len;
-  data->current_mode = current_mode;
-  data->current_mode_mask = current_mode_mask;
-  data->interdir = ! st;
-  data->atflag = atflag;
-  data->after_links = 0;
-  data->change_dir = chdir_current;
-  strcpy (data->file_name, file_name);
-  delayed_set_stat_head = data;
-  if (must_be_dot_or_slash (file_name))
-    mark_after_links (data);
-}
-
-/* Update the delayed_set_stat info for an intermediate directory
-   created within the file name of DIR.  The intermediate directory turned
-   out to be the same as this directory, e.g. due to ".." or symbolic
-   links.  *DIR_STAT_INFO is the status of the directory.  */
-static void
-repair_delayed_set_stat (char const *dir,
-                        struct stat const *dir_stat_info)
-{
-  struct delayed_set_stat *data;
-  for (data = delayed_set_stat_head;  data;  data = data->next)
-    {
-      struct stat st;
-      if (fstatat (chdir_fd, data->file_name, &st, data->atflag) != 0)
-       {
-         stat_error (data->file_name);
-         return;
-       }
-
-      if (st.st_dev == dir_stat_info->st_dev
-         && st.st_ino == dir_stat_info->st_ino)
-       {
-         data->dev = current_stat_info.stat.st_dev;
-         data->ino = current_stat_info.stat.st_ino;
-         data->mode = current_stat_info.stat.st_mode;
-         data->uid = current_stat_info.stat.st_uid;
-         data->gid = current_stat_info.stat.st_gid;
-         data->atime = current_stat_info.atime;
-         data->mtime = current_stat_info.mtime;
-         data->current_mode = st.st_mode;
-         data->current_mode_mask = ALL_MODE_BITS;
-         data->interdir = false;
-         return;
-       }
-    }
-
-  ERROR ((0, 0, _("%s: Unexpected inconsistency when making directory"),
-         quotearg_colon (dir)));
-}
-
-/* After a file/link/directory creation has failed, see if
-   it's because some required directory was not present, and if so,
-   create all required directories.  Return zero if all the required
-   directories were created, nonzero (issuing a diagnostic) otherwise.
-   Set *INTERDIR_MADE if at least one directory was created.  */
-static int
-make_directories (char *file_name, bool *interdir_made)
-{
-  char *cursor0 = file_name + FILE_SYSTEM_PREFIX_LEN (file_name);
-  char *cursor;                        /* points into the file name */
-
-  for (cursor = cursor0; *cursor; cursor++)
-    {
-      mode_t mode;
-      mode_t desired_mode;
-      int status;
-
-      if (! ISSLASH (*cursor))
-       continue;
-
-      /* Avoid mkdir of empty string, if leading or double '/'.  */
-
-      if (cursor == cursor0 || ISSLASH (cursor[-1]))
-       continue;
-
-      /* Avoid mkdir where last part of file name is "." or "..".  */
-
-      if (cursor[-1] == '.'
-         && (cursor == cursor0 + 1 || ISSLASH (cursor[-2])
-             || (cursor[-2] == '.'
-                 && (cursor == cursor0 + 2 || ISSLASH (cursor[-3])))))
-       continue;
-
-      *cursor = '\0';          /* truncate the name there */
-      desired_mode = MODE_RWX & ~ newdir_umask;
-      mode = desired_mode | (we_are_root ? 0 : MODE_WXUSR);
-      status = mkdirat (chdir_fd, file_name, mode);
-
-      if (status == 0)
-       {
-         /* Create a struct delayed_set_stat even if
-            mode == desired_mode, because
-            repair_delayed_set_stat may need to update the struct.  */
-         delay_set_stat (file_name,
-                         0, mode & ~ current_umask, MODE_RWX,
-                         desired_mode, AT_SYMLINK_NOFOLLOW);
-
-         print_for_mkdir (file_name, cursor - file_name, desired_mode);
-         *interdir_made = true;
-       }
-      else if (errno == EEXIST)
-       status = 0;
-      else
-       {
-         /* Check whether the desired file exists.  Even when the
-            file exists, mkdir can fail with some errno value E other
-            than EEXIST, so long as E describes an error condition
-            that also applies.  */
-         int e = errno;
-         struct stat st;
-         status = fstatat (chdir_fd, file_name, &st, 0);
-         if (status)
-           {
-             errno = e;
-             mkdir_error (file_name);
-           }
-       }
-
-      *cursor = '/';
-      if (status)
-       return status;
-    }
-
-  return 0;
-}
-
-/* Return true if FILE_NAME (with status *STP, if STP) is not a
-   directory, and has a time stamp newer than (or equal to) that of
-   TAR_STAT.  */
-static bool
-file_newer_p (const char *file_name, struct stat const *stp,
-             struct tar_stat_info *tar_stat)
-{
-  struct stat st;
-
-  if (!stp)
-    {
-      if (deref_stat (file_name, &st) != 0)
-       {
-         if (errno != ENOENT)
-           {
-             stat_warn (file_name);
-             /* Be safer: if the file exists, assume it is newer.  */
-             return true;
-           }
-         return false;
-       }
-      stp = &st;
-    }
-
-  return (! S_ISDIR (stp->st_mode)
-         && tar_timespec_cmp (tar_stat->mtime, get_stat_mtime (stp)) <= 0);
-}
-
-#define RECOVER_NO 0
-#define RECOVER_OK 1
-#define RECOVER_SKIP 2
-
-/* Attempt repairing what went wrong with the extraction.  Delete an
-   already existing file or create missing intermediate directories.
-   Return RECOVER_OK if we somewhat increased our chances at a successful
-   extraction, RECOVER_NO if there are no chances, and RECOVER_SKIP if the
-   caller should skip extraction of that member.  The value of errno is
-   properly restored on returning RECOVER_NO.
-
-   If REGULAR, the caller was trying to extract onto a regular file.
-
-   Set *INTERDIR_MADE if an intermediate directory is made as part of
-   the recovery process.  */
-
-static int
-maybe_recoverable (char *file_name, bool regular, bool *interdir_made)
-{
-  int e = errno;
-  struct stat st;
-  struct stat const *stp = 0;
-
-  if (*interdir_made)
-    return RECOVER_NO;
-
-  switch (e)
-    {
-    case ELOOP:
-      if (! regular
-         || old_files_option != OVERWRITE_OLD_FILES || dereference_option)
-       break;
-      if (strchr (file_name, '/'))
-       {
-         if (deref_stat (file_name, &st) != 0)
-           break;
-         stp = &st;
-       }
-
-      /* The caller tried to open a symbolic link with O_NOFOLLOW.
-        Fall through, treating it as an already-existing file.  */
-
-    case EEXIST:
-      /* Remove an old file, if the options allow this.  */
-
-      switch (old_files_option)
-       {
-       case KEEP_OLD_FILES:
-         return RECOVER_SKIP;
-
-       case KEEP_NEWER_FILES:
-         if (file_newer_p (file_name, stp, &current_stat_info))
-           break;
-         /* FALL THROUGH */
-
-       case DEFAULT_OLD_FILES:
-       case NO_OVERWRITE_DIR_OLD_FILES:
-       case OVERWRITE_OLD_FILES:
-         if (0 < remove_any_file (file_name, ORDINARY_REMOVE_OPTION))
-           return RECOVER_OK;
-         break;
-
-       case UNLINK_FIRST_OLD_FILES:
-         break;
-       }
-
-    case ENOENT:
-      /* Attempt creating missing intermediate directories.  */
-      if (make_directories (file_name, interdir_made) == 0 && *interdir_made)
-       return RECOVER_OK;
-      break;
-
-    default:
-      /* Just say we can't do anything about it...  */
-      break;
-    }
-
-  errno = e;
-  return RECOVER_NO;
-}
-
-/* Fix the statuses of all directories whose statuses need fixing, and
-   which are not ancestors of FILE_NAME.  If AFTER_LINKS is
-   nonzero, do this for all such directories; otherwise, stop at the
-   first directory that is marked to be fixed up only after delayed
-   links are applied.  */
-static void
-apply_nonancestor_delayed_set_stat (char const *file_name, bool after_links)
-{
-  size_t file_name_len = strlen (file_name);
-  bool check_for_renamed_directories = 0;
-
-  while (delayed_set_stat_head)
-    {
-      struct delayed_set_stat *data = delayed_set_stat_head;
-      bool skip_this_one = 0;
-      struct stat st;
-      mode_t current_mode = data->current_mode;
-      mode_t current_mode_mask = data->current_mode_mask;
-
-      check_for_renamed_directories |= data->after_links;
-
-      if (after_links < data->after_links
-         || (data->file_name_len < file_name_len
-             && file_name[data->file_name_len]
-             && (ISSLASH (file_name[data->file_name_len])
-                 || ISSLASH (file_name[data->file_name_len - 1]))
-             && memcmp (file_name, data->file_name, data->file_name_len) == 0))
-       break;
-
-      chdir_do (data->change_dir);
-
-      if (check_for_renamed_directories)
-       {
-         if (fstatat (chdir_fd, data->file_name, &st, data->atflag) != 0)
-           {
-             stat_error (data->file_name);
-             skip_this_one = 1;
-           }
-         else
-           {
-             current_mode = st.st_mode;
-             current_mode_mask = ALL_MODE_BITS;
-             if (! (st.st_dev == data->dev && st.st_ino == data->ino))
-               {
-                 ERROR ((0, 0,
-                         _("%s: Directory renamed before its status could be extracted"),
-                         quotearg_colon (data->file_name)));
-                 skip_this_one = 1;
-               }
-           }
-       }
-
-      if (! skip_this_one)
-       {
-         struct tar_stat_info sb;
-         sb.stat.st_mode = data->mode;
-         sb.stat.st_uid = data->uid;
-         sb.stat.st_gid = data->gid;
-         sb.atime = data->atime;
-         sb.mtime = data->mtime;
-         set_stat (data->file_name, &sb,
-                   -1, current_mode, current_mode_mask,
-                   DIRTYPE, data->interdir, data->atflag);
-       }
-
-      delayed_set_stat_head = data->next;
-      free (data);
-    }
-}
-
-\f
-
-/* Extractor functions for various member types */
-
-static int
-extract_dir (char *file_name, int typeflag)
-{
-  int status;
-  mode_t mode;
-  mode_t current_mode = 0;
-  mode_t current_mode_mask = 0;
-  int atflag = 0;
-  bool interdir_made = false;
-
-  /* Save 'root device' to avoid purging mount points. */
-  if (one_file_system_option && root_device == 0)
-    {
-      struct stat st;
-
-      if (fstatat (chdir_fd, ".", &st, 0) != 0)
-       stat_diag (".");
-      else
-       root_device = st.st_dev;
-    }
-
-  if (incremental_option)
-    /* Read the entry and delete files that aren't listed in the archive.  */
-    purge_directory (file_name);
-  else if (typeflag == GNUTYPE_DUMPDIR)
-    skip_member ();
-
-  /* If ownership or permissions will be restored later, create the
-     directory with restrictive permissions at first, so that in the
-     meantime processes owned by other users do not inadvertently
-     create files under this directory that inherit the wrong owner,
-     group, or permissions from the directory.  If not root, though,
-     make the directory writeable and searchable at first, so that
-     files can be created under it.  */
-  mode = ((current_stat_info.stat.st_mode
-          & (0 < same_owner_option || 0 < same_permissions_option
-             ? S_IRWXU
-             : MODE_RWX))
-         | (we_are_root ? 0 : MODE_WXUSR));
-
-  for (;;)
-    {
-      status = mkdirat (chdir_fd, file_name, mode);
-      if (status == 0)
-       {
-         current_mode = mode & ~ current_umask;
-         current_mode_mask = MODE_RWX;
-         atflag = AT_SYMLINK_NOFOLLOW;
-         break;
-       }
-
-      if (errno == EEXIST
-         && (interdir_made
-             || old_files_option == DEFAULT_OLD_FILES
-             || old_files_option == OVERWRITE_OLD_FILES))
-       {
-         struct stat st;
-         if (deref_stat (file_name, &st) == 0)
-           {
-             current_mode = st.st_mode;
-             current_mode_mask = ALL_MODE_BITS;
-
-             if (S_ISDIR (current_mode))
-               {
-                 if (interdir_made)
-                   {
-                     repair_delayed_set_stat (file_name, &st);
-                     return 0;
-                   }
-                 break;
-               }
-           }
-         errno = EEXIST;
-       }
-
-      switch (maybe_recoverable (file_name, false, &interdir_made))
-       {
-       case RECOVER_OK:
-         continue;
-
-       case RECOVER_SKIP:
-         break;
-
-       case RECOVER_NO:
-         if (errno != EEXIST)
-           {
-             mkdir_error (file_name);
-             return 1;
-           }
-         break;
-       }
-      break;
-    }
-
-  if (status == 0
-      || old_files_option == DEFAULT_OLD_FILES
-      || old_files_option == OVERWRITE_OLD_FILES)
-    delay_set_stat (file_name, &current_stat_info,
-                   current_mode, current_mode_mask,
-                   current_stat_info.stat.st_mode, atflag);
-  return status;
-}
-
-
-
-static int
-open_output_file (char const *file_name, int typeflag, mode_t mode,
-                 mode_t *current_mode, mode_t *current_mode_mask)
-{
-  int fd;
-  bool overwriting_old_files = old_files_option == OVERWRITE_OLD_FILES;
-  int openflag = (O_WRONLY | O_BINARY | O_CLOEXEC | O_NOCTTY | O_NONBLOCK
-                 | O_CREAT
-                 | (overwriting_old_files
-                    ? O_TRUNC | (dereference_option ? 0 : O_NOFOLLOW)
-                    : O_EXCL));
-
-  if (typeflag == CONTTYPE)
-    {
-      static int conttype_diagnosed;
-
-      if (!conttype_diagnosed)
-       {
-         conttype_diagnosed = 1;
-         WARNOPT (WARN_CONTIGUOUS_CAST,
-                  (0, 0, _("Extracting contiguous files as regular files")));
-       }
-    }
-
-  /* If O_NOFOLLOW is needed but does not work, check for a symlink
-     separately.  There's a race condition, but that cannot be avoided
-     on hosts lacking O_NOFOLLOW.  */
-  if (! O_NOFOLLOW && overwriting_old_files && ! dereference_option)
-    {
-      struct stat st;
-      if (fstatat (chdir_fd, file_name, &st, AT_SYMLINK_NOFOLLOW) == 0
-         && S_ISLNK (st.st_mode))
-       {
-         errno = ELOOP;
-         return -1;
-       }
-    }
-
-  fd = openat (chdir_fd, file_name, openflag, mode);
-  if (0 <= fd)
-    {
-      if (overwriting_old_files)
-       {
-         struct stat st;
-         if (fstat (fd, &st) != 0)
-           {
-             int e = errno;
-             close (fd);
-             errno = e;
-             return -1;
-           }
-         if (! S_ISREG (st.st_mode))
-           {
-             close (fd);
-             errno = EEXIST;
-             return -1;
-           }
-         *current_mode = st.st_mode;
-         *current_mode_mask = ALL_MODE_BITS;
-       }
-      else
-       {
-         *current_mode = mode & ~ current_umask;
-         *current_mode_mask = MODE_RWX;
-       }
-    }
-
-  return fd;
-}
-
-static int
-extract_file (char *file_name, int typeflag)
-{
-  int fd;
-  off_t size;
-  union block *data_block;
-  int status;
-  size_t count;
-  size_t written;
-  bool interdir_made = false;
-  mode_t mode = (current_stat_info.stat.st_mode & MODE_RWX
-                & ~ (0 < same_owner_option ? S_IRWXG | S_IRWXO : 0));
-  mode_t current_mode = 0;
-  mode_t current_mode_mask = 0;
-
-  if (to_stdout_option)
-    fd = STDOUT_FILENO;
-  else if (to_command_option)
-    {
-      fd = sys_exec_command (file_name, 'f', &current_stat_info);
-      if (fd < 0)
-       {
-         skip_member ();
-         return 0;
-       }
-    }
-  else
-    {
-      while ((fd = open_output_file (file_name, typeflag, mode,
-                                    &current_mode, &current_mode_mask))
-            < 0)
-       {
-         int recover = maybe_recoverable (file_name, true, &interdir_made);
-         if (recover != RECOVER_OK)
-           {
-             skip_member ();
-             if (recover == RECOVER_SKIP)
-               return 0;
-             open_error (file_name);
-             return 1;
-           }
-       }
-    }
-
-  mv_begin_read (&current_stat_info);
-  if (current_stat_info.is_sparse)
-    sparse_extract_file (fd, &current_stat_info, &size);
-  else
-    for (size = current_stat_info.stat.st_size; size > 0; )
-      {
-       mv_size_left (size);
-
-       /* Locate data, determine max length writeable, write it,
-          block that we have used the data, then check if the write
-          worked.  */
-
-       data_block = find_next_block ();
-       if (! data_block)
-         {
-           ERROR ((0, 0, _("Unexpected EOF in archive")));
-           break;              /* FIXME: What happens, then?  */
-         }
-
-       written = available_space_after (data_block);
-
-       if (written > size)
-         written = size;
-       errno = 0;
-       count = full_write (fd, data_block->buffer, written);
-       size -= written;
-
-       set_next_block_after ((union block *)
-                             (data_block->buffer + written - 1));
-       if (count != written)
-         {
-           if (!to_command_option)
-             write_error_details (file_name, count, written);
-           /* FIXME: shouldn't we restore from backup? */
-           break;
-         }
-      }
-
-  skip_file (size);
-
-  mv_end ();
-
-  /* If writing to stdout, don't try to do anything to the filename;
-     it doesn't exist, or we don't want to touch it anyway.  */
-
-  if (to_stdout_option)
-    return 0;
-
-  if (! to_command_option)
-    set_stat (file_name, &current_stat_info, fd,
-             current_mode, current_mode_mask, typeflag, false,
-             (old_files_option == OVERWRITE_OLD_FILES
-              ? 0 : AT_SYMLINK_NOFOLLOW));
-
-  status = close (fd);
-  if (status < 0)
-    close_error (file_name);
-
-  if (to_command_option)
-    sys_wait_command ();
-
-  return status;
-}
-
-/* Create a placeholder file with name FILE_NAME, which will be
-   replaced after other extraction is done by a symbolic link if
-   IS_SYMLINK is true, and by a hard link otherwise.  Set
-   *INTERDIR_MADE if an intermediate directory is made in the
-   process.  */
-
-static int
-create_placeholder_file (char *file_name, bool is_symlink, bool *interdir_made)
-{
-  int fd;
-  struct stat st;
-
-  while ((fd = openat (chdir_fd, file_name, O_WRONLY | O_CREAT | O_EXCL, 0)) < 0)
-    {
-      switch (maybe_recoverable (file_name, false, interdir_made))
-       {
-       case RECOVER_OK:
-         continue;
-
-       case RECOVER_SKIP:
-         return 0;
-
-       case RECOVER_NO:
-         open_error (file_name);
-         return -1;
-       }
-      }
-
-  if (fstat (fd, &st) != 0)
-    {
-      stat_error (file_name);
-      close (fd);
-    }
-  else if (close (fd) != 0)
-    close_error (file_name);
-  else
-    {
-      struct delayed_set_stat *h;
-      struct delayed_link *p =
-       xmalloc (offsetof (struct delayed_link, target)
-                + strlen (current_stat_info.link_name)
-                + 1);
-      p->next = delayed_link_head;
-      delayed_link_head = p;
-      p->dev = st.st_dev;
-      p->ino = st.st_ino;
-      p->ctime = get_stat_ctime (&st);
-      p->is_symlink = is_symlink;
-      if (is_symlink)
-       {
-         p->mode = current_stat_info.stat.st_mode;
-         p->uid = current_stat_info.stat.st_uid;
-         p->gid = current_stat_info.stat.st_gid;
-         p->atime = current_stat_info.atime;
-         p->mtime = current_stat_info.mtime;
-       }
-      p->change_dir = chdir_current;
-      p->sources = xmalloc (offsetof (struct string_list, string)
-                           + strlen (file_name) + 1);
-      p->sources->next = 0;
-      strcpy (p->sources->string, file_name);
-      strcpy (p->target, current_stat_info.link_name);
-
-      h = delayed_set_stat_head;
-      if (h && ! h->after_links
-         && strncmp (file_name, h->file_name, h->file_name_len) == 0
-         && ISSLASH (file_name[h->file_name_len])
-         && (last_component (file_name) == file_name + h->file_name_len + 1))
-       mark_after_links (h);
-
-      return 0;
-    }
-
-  return -1;
-}
-
-static int
-extract_link (char *file_name, int typeflag)
-{
-  bool interdir_made = false;
-  char const *link_name;
-  int rc;
-
-  link_name = current_stat_info.link_name;
-
-  if (! absolute_names_option && contains_dot_dot (link_name))
-    return create_placeholder_file (file_name, false, &interdir_made);
-
-  do
-    {
-      struct stat st1, st2;
-      int e;
-      int status = linkat (chdir_fd, link_name, chdir_fd, file_name, 0);
-      e = errno;
-
-      if (status == 0)
-       {
-         struct delayed_link *ds = delayed_link_head;
-         if (ds
-             && fstatat (chdir_fd, link_name, &st1, AT_SYMLINK_NOFOLLOW) == 0)
-           for (; ds; ds = ds->next)
-             if (ds->change_dir == chdir_current
-                 && ds->dev == st1.st_dev
-                 && ds->ino == st1.st_ino
-                 && timespec_cmp (ds->ctime, get_stat_ctime (&st1)) == 0)
-               {
-                 struct string_list *p =  xmalloc (offsetof (struct string_list, string)
-                                                   + strlen (file_name) + 1);
-                 strcpy (p->string, file_name);
-                 p->next = ds->sources;
-                 ds->sources = p;
-                 break;
-               }
-         return 0;
-       }
-      else if ((e == EEXIST && strcmp (link_name, file_name) == 0)
-              || ((fstatat (chdir_fd, link_name, &st1, AT_SYMLINK_NOFOLLOW)
-                   == 0)
-                  && (fstatat (chdir_fd, file_name, &st2, AT_SYMLINK_NOFOLLOW)
-                      == 0)
-                  && st1.st_dev == st2.st_dev
-                  && st1.st_ino == st2.st_ino))
-       return 0;
-
-      errno = e;
-    }
-  while ((rc = maybe_recoverable (file_name, false, &interdir_made))
-        == RECOVER_OK);
-
-  if (rc == RECOVER_SKIP)
-    return 0;
-  if (!(incremental_option && errno == EEXIST))
-    {
-      link_error (link_name, file_name);
-      return 1;
-    }
-  return 0;
-}
-
-static int
-extract_symlink (char *file_name, int typeflag)
-{
-#ifdef HAVE_SYMLINK
-  bool interdir_made = false;
-
-  if (! absolute_names_option
-      && (IS_ABSOLUTE_FILE_NAME (current_stat_info.link_name)
-         || contains_dot_dot (current_stat_info.link_name)))
-    return create_placeholder_file (file_name, true, &interdir_made);
-
-  while (symlinkat (current_stat_info.link_name, chdir_fd, file_name) != 0)
-    switch (maybe_recoverable (file_name, false, &interdir_made))
-      {
-      case RECOVER_OK:
-       continue;
-
-      case RECOVER_SKIP:
-       return 0;
-
-      case RECOVER_NO:
-       symlink_error (current_stat_info.link_name, file_name);
-       return -1;
-      }
-
-  set_stat (file_name, &current_stat_info, -1, 0, 0,
-           SYMTYPE, false, AT_SYMLINK_NOFOLLOW);
-  return 0;
-
-#else
-  static int warned_once;
-
-  if (!warned_once)
-    {
-      warned_once = 1;
-      WARNOPT (WARN_SYMBOLIC_CAST,
-              (0, 0,
-               _("Attempting extraction of symbolic links as hard links")));
-    }
-  return extract_link (file_name, typeflag);
-#endif
-}
-
-#if S_IFCHR || S_IFBLK
-static int
-extract_node (char *file_name, int typeflag)
-{
-  bool interdir_made = false;
-  mode_t mode = (current_stat_info.stat.st_mode & (MODE_RWX | S_IFBLK | S_IFCHR)
-                & ~ (0 < same_owner_option ? S_IRWXG | S_IRWXO : 0));
-
-  while (mknodat (chdir_fd, file_name, mode, current_stat_info.stat.st_rdev)
-        != 0)
-    switch (maybe_recoverable (file_name, false, &interdir_made))
-      {
-      case RECOVER_OK:
-       continue;
-
-      case RECOVER_SKIP:
-       return 0;
-
-      case RECOVER_NO:
-       mknod_error (file_name);
-       return -1;
-      }
-
-  set_stat (file_name, &current_stat_info, -1,
-           mode & ~ current_umask, MODE_RWX,
-           typeflag, false, AT_SYMLINK_NOFOLLOW);
-  return 0;
-}
-#endif
-
-#if HAVE_MKFIFO || defined mkfifo
-static int
-extract_fifo (char *file_name, int typeflag)
-{
-  bool interdir_made = false;
-  mode_t mode = (current_stat_info.stat.st_mode & MODE_RWX
-                & ~ (0 < same_owner_option ? S_IRWXG | S_IRWXO : 0));
-
-  while (mkfifoat (chdir_fd, file_name, mode) != 0)
-    switch (maybe_recoverable (file_name, false, &interdir_made))
-      {
-      case RECOVER_OK:
-       continue;
-
-      case RECOVER_SKIP:
-       return 0;
-
-      case RECOVER_NO:
-       mkfifo_error (file_name);
-       return -1;
-      }
-
-  set_stat (file_name, &current_stat_info, -1,
-           mode & ~ current_umask, MODE_RWX,
-           typeflag, false, AT_SYMLINK_NOFOLLOW);
-  return 0;
-}
-#endif
-
-static int
-extract_volhdr (char *file_name, int typeflag)
-{
-  skip_member ();
-  return 0;
-}
-
-static int
-extract_failure (char *file_name, int typeflag)
-{
-  return 1;
-}
-
-typedef int (*tar_extractor_t) (char *file_name, int typeflag);
-
-\f
-
-/* Prepare to extract a file. Find extractor function.
-   Return zero if extraction should not proceed.  */
-
-static int
-prepare_to_extract (char const *file_name, int typeflag, tar_extractor_t *fun)
-{
-  int rc = 1;
-
-  if (EXTRACT_OVER_PIPE)
-    rc = 0;
-
-  /* Select the extractor */
-  switch (typeflag)
-    {
-    case GNUTYPE_SPARSE:
-      *fun = extract_file;
-      rc = 1;
-      break;
-
-    case AREGTYPE:
-    case REGTYPE:
-    case CONTTYPE:
-      /* Appears to be a file.  But BSD tar uses the convention that a slash
-        suffix means a directory.  */
-      if (current_stat_info.had_trailing_slash)
-       *fun = extract_dir;
-      else
-       {
-         *fun = extract_file;
-         rc = 1;
-       }
-      break;
-
-    case SYMTYPE:
-      *fun = extract_symlink;
-      break;
-
-    case LNKTYPE:
-      *fun = extract_link;
-      break;
-
-#if S_IFCHR
-    case CHRTYPE:
-      current_stat_info.stat.st_mode |= S_IFCHR;
-      *fun = extract_node;
-      break;
-#endif
-
-#if S_IFBLK
-    case BLKTYPE:
-      current_stat_info.stat.st_mode |= S_IFBLK;
-      *fun = extract_node;
-      break;
-#endif
-
-#if HAVE_MKFIFO || defined mkfifo
-    case FIFOTYPE:
-      *fun = extract_fifo;
-      break;
-#endif
-
-    case DIRTYPE:
-    case GNUTYPE_DUMPDIR:
-      *fun = extract_dir;
-      if (current_stat_info.is_dumpdir)
-       delay_directory_restore_option = true;
-      break;
-
-    case GNUTYPE_VOLHDR:
-      *fun = extract_volhdr;
-      break;
-
-    case GNUTYPE_MULTIVOL:
-      ERROR ((0, 0,
-             _("%s: Cannot extract -- file is continued from another volume"),
-             quotearg_colon (current_stat_info.file_name)));
-      *fun = extract_failure;
-      break;
-
-    case GNUTYPE_LONGNAME:
-    case GNUTYPE_LONGLINK:
-      ERROR ((0, 0, _("Unexpected long name header")));
-      *fun = extract_failure;
-      break;
-
-    default:
-      WARNOPT (WARN_UNKNOWN_CAST,
-              (0, 0,
-               _("%s: Unknown file type `%c', extracted as normal file"),
-               quotearg_colon (file_name), typeflag));
-      *fun = extract_file;
-    }
-
-  /* Determine whether the extraction should proceed */
-  if (rc == 0)
-    return 0;
-
-  switch (old_files_option)
-    {
-    case UNLINK_FIRST_OLD_FILES:
-      if (!remove_any_file (file_name,
-                            recursive_unlink_option ? RECURSIVE_REMOVE_OPTION
-                                                      : ORDINARY_REMOVE_OPTION)
-         && errno && errno != ENOENT)
-       {
-         unlink_error (file_name);
-         return 0;
-       }
-      break;
-
-    case KEEP_NEWER_FILES:
-      if (file_newer_p (file_name, 0, &current_stat_info))
-       {
-         WARNOPT (WARN_IGNORE_NEWER,
-                  (0, 0, _("Current %s is newer or same age"),
-                   quote (file_name)));
-         return 0;
-       }
-      break;
-
-    default:
-      break;
-    }
-
-  return 1;
-}
-
-/* Extract a file from the archive.  */
-void
-extract_archive (void)
-{
-  char typeflag;
-  tar_extractor_t fun;
-
-  fatal_exit_hook = extract_finish;
-
-  set_next_block_after (current_header);
-
-  if (!current_stat_info.file_name[0]
-      || (interactive_option
-         && !confirm ("extract", current_stat_info.file_name)))
-    {
-      skip_member ();
-      return;
-    }
-
-  /* Print the block from current_header and current_stat.  */
-  if (verbose_option)
-    print_header (&current_stat_info, current_header, -1);
-
-  /* Restore stats for all non-ancestor directories, unless
-     it is an incremental archive.
-     (see NOTICE in the comment to delay_set_stat above) */
-  if (!delay_directory_restore_option)
-    {
-      int dir = chdir_current;
-      apply_nonancestor_delayed_set_stat (current_stat_info.file_name, 0);
-      chdir_do (dir);
-    }
-
-  /* Take a safety backup of a previously existing file.  */
-
-  if (backup_option)
-    if (!maybe_backup_file (current_stat_info.file_name, 0))
-      {
-       int e = errno;
-       ERROR ((0, e, _("%s: Was unable to backup this file"),
-               quotearg_colon (current_stat_info.file_name)));
-       skip_member ();
-       return;
-      }
-
-  /* Extract the archive entry according to its type.  */
-  /* KLUDGE */
-  typeflag = sparse_member_p (&current_stat_info) ?
-                  GNUTYPE_SPARSE : current_header->header.typeflag;
-
-  if (prepare_to_extract (current_stat_info.file_name, typeflag, &fun))
-    {
-      if (fun && (*fun) (current_stat_info.file_name, typeflag)
-         && backup_option)
-       undo_last_backup ();
-    }
-  else
-    skip_member ();
-
-}
-
-/* Extract the links whose final extraction were delayed.  */
-static void
-apply_delayed_links (void)
-{
-  struct delayed_link *ds;
-
-  for (ds = delayed_link_head; ds; )
-    {
-      struct string_list *sources = ds->sources;
-      char const *valid_source = 0;
-
-      chdir_do (ds->change_dir);
-
-      for (sources = ds->sources; sources; sources = sources->next)
-       {
-         char const *source = sources->string;
-         struct stat st;
-
-         /* Make sure the placeholder file is still there.  If not,
-            don't create a link, as the placeholder was probably
-            removed by a later extraction.  */
-         if (fstatat (chdir_fd, source, &st, AT_SYMLINK_NOFOLLOW) == 0
-             && st.st_dev == ds->dev
-             && st.st_ino == ds->ino
-             && timespec_cmp (get_stat_ctime (&st), ds->ctime) == 0)
-           {
-             /* Unlink the placeholder, then create a hard link if possible,
-                a symbolic link otherwise.  */
-             if (unlinkat (chdir_fd, source, 0) != 0)
-               unlink_error (source);
-             else if (valid_source
-                      && (linkat (chdir_fd, valid_source, chdir_fd, source, 0)
-                          == 0))
-               ;
-             else if (!ds->is_symlink)
-               {
-                 if (linkat (chdir_fd, ds->target, chdir_fd, source, 0) != 0)
-                   link_error (ds->target, source);
-               }
-             else if (symlinkat (ds->target, chdir_fd, source) != 0)
-               symlink_error (ds->target, source);
-             else
-               {
-                 struct tar_stat_info st1;
-                 st1.stat.st_mode = ds->mode;
-                 st1.stat.st_uid = ds->uid;
-                 st1.stat.st_gid = ds->gid;
-                 st1.atime = ds->atime;
-                 st1.mtime = ds->mtime;
-                 set_stat (source, &st1, -1, 0, 0, SYMTYPE,
-                           false, AT_SYMLINK_NOFOLLOW);
-                 valid_source = source;
-               }
-           }
-       }
-
-      for (sources = ds->sources; sources; )
-       {
-         struct string_list *next = sources->next;
-         free (sources);
-         sources = next;
-       }
-
-      {
-       struct delayed_link *next = ds->next;
-       free (ds);
-       ds = next;
-      }
-    }
-
-  delayed_link_head = 0;
-}
-
-/* Finish the extraction of an archive.  */
-void
-extract_finish (void)
-{
-  /* First, fix the status of ordinary directories that need fixing.  */
-  apply_nonancestor_delayed_set_stat ("", 0);
-
-  /* Then, apply delayed links, so that they don't affect delayed
-     directory status-setting for ordinary directories.  */
-  apply_delayed_links ();
-
-  /* Finally, fix the status of directories that are ancestors
-     of delayed links.  */
-  apply_nonancestor_delayed_set_stat ("", 1);
-}
-
-bool
-rename_directory (char *src, char *dst)
-{
-  if (renameat (chdir_fd, src, chdir_fd, dst) != 0)
-    {
-      int e = errno;
-      bool interdir_made;
-
-      switch (e)
-       {
-       case ENOENT:
-         if (make_directories (dst, &interdir_made) == 0)
-           {
-             if (renameat (chdir_fd, src, chdir_fd, dst) == 0)
-               return true;
-             e = errno;
-           }
-         break;
-
-       case EXDEV:
-         /* FIXME: Fall back to recursive copying */
-
-       default:
-         break;
-       }
-
-      ERROR ((0, e, _("Cannot rename %s to %s"),
-             quote_n (0, src),
-             quote_n (1, dst)));
-      return false;
-    }
-  return true;
-}
diff --git a/src/list.c b/src/list.c
deleted file mode 100644 (file)
index a70f0d3..0000000
+++ /dev/null
@@ -1,1450 +0,0 @@
-/* List a tar archive, with support routines for reading a tar archive.
-
-   Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000,
-   2001, 2003, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc.
-
-   Written by John Gilmore, on 1985-08-26.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#include <system.h>
-#include <inttostr.h>
-#include <quotearg.h>
-
-#include "common.h"
-
-#define max(a, b) ((a) < (b) ? (b) : (a))
-
-union block *current_header;   /* points to current archive header */
-enum archive_format current_format; /* recognized format */
-union block *recent_long_name; /* recent long name header and contents */
-union block *recent_long_link; /* likewise, for long link */
-size_t recent_long_name_blocks;        /* number of blocks in recent_long_name */
-size_t recent_long_link_blocks;        /* likewise, for long link */
-union block *recent_global_header; /* Recent global header block */
-
-#define GID_FROM_HEADER(where) gid_from_header (where, sizeof (where))
-#define MAJOR_FROM_HEADER(where) major_from_header (where, sizeof (where))
-#define MINOR_FROM_HEADER(where) minor_from_header (where, sizeof (where))
-#define MODE_FROM_HEADER(where, hbits) \
-  mode_from_header (where, sizeof (where), hbits)
-#define TIME_FROM_HEADER(where) time_from_header (where, sizeof (where))
-#define UID_FROM_HEADER(where) uid_from_header (where, sizeof (where))
-
-static gid_t gid_from_header (const char *buf, size_t size);
-static major_t major_from_header (const char *buf, size_t size);
-static minor_t minor_from_header (const char *buf, size_t size);
-static mode_t mode_from_header (const char *buf, size_t size, unsigned *hbits);
-static time_t time_from_header (const char *buf, size_t size);
-static uid_t uid_from_header (const char *buf, size_t size);
-static uintmax_t from_header (const char *, size_t, const char *,
-                             uintmax_t, uintmax_t, bool, bool);
-
-/* Base 64 digits; see Internet RFC 2045 Table 1.  */
-static char const base_64_digits[64] =
-{
-  'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
-  'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
-  'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
-  'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
-  '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'
-};
-
-/* Table of base-64 digit values indexed by unsigned chars.
-   The value is 64 for unsigned chars that are not base-64 digits.  */
-static char base64_map[UCHAR_MAX + 1];
-
-static void
-base64_init (void)
-{
-  int i;
-  memset (base64_map, 64, sizeof base64_map);
-  for (i = 0; i < 64; i++)
-    base64_map[(int) base_64_digits[i]] = i;
-}
-
-static char *
-decode_xform (char *file_name, void *data)
-{
-  int type = *(int*)data;
-
-  switch (type)
-    {
-    case XFORM_SYMLINK:
-      /* FIXME: It is not quite clear how and to which extent are the symbolic
-        links subject to filename transformation.  In the absence of another
-        solution, symbolic links are exempt from component stripping and
-        name suffix normalization, but subject to filename transformation
-        proper. */
-      return file_name;
-
-    case XFORM_LINK:
-      file_name = safer_name_suffix (file_name, true, absolute_names_option);
-      break;
-
-    case XFORM_REGFILE:
-      file_name = safer_name_suffix (file_name, false, absolute_names_option);
-      break;
-    }
-
-  if (strip_name_components)
-    {
-      size_t prefix_len = stripped_prefix_len (file_name,
-                                              strip_name_components);
-      if (prefix_len == (size_t) -1)
-       prefix_len = strlen (file_name);
-      file_name += prefix_len;
-    }
-  return file_name;
-}
-
-static bool
-transform_member_name (char **pinput, int type)
-{
-  return transform_name_fp (pinput, type, decode_xform, &type);
-}
-
-void
-transform_stat_info (int typeflag, struct tar_stat_info *stat_info)
-{
-  if (typeflag == GNUTYPE_VOLHDR)
-    /* Name transformations don't apply to volume headers. */
-    return;
-
-  transform_member_name (&stat_info->file_name, XFORM_REGFILE);
-  switch (typeflag)
-    {
-    case SYMTYPE:
-      transform_member_name (&stat_info->link_name, XFORM_SYMLINK);
-      break;
-
-    case LNKTYPE:
-      transform_member_name (&stat_info->link_name, XFORM_LINK);
-    }
-}
-
-/* Main loop for reading an archive.  */
-void
-read_and (void (*do_something) (void))
-{
-  enum read_header status = HEADER_STILL_UNREAD;
-  enum read_header prev_status;
-  struct timespec mtime;
-
-  base64_init ();
-  name_gather ();
-
-  open_archive (ACCESS_READ);
-  do
-    {
-      prev_status = status;
-      tar_stat_destroy (&current_stat_info);
-
-      status = read_header (&current_header, &current_stat_info,
-                            read_header_auto);
-      switch (status)
-       {
-       case HEADER_STILL_UNREAD:
-       case HEADER_SUCCESS_EXTENDED:
-         abort ();
-
-       case HEADER_SUCCESS:
-
-         /* Valid header.  We should decode next field (mode) first.
-            Ensure incoming names are null terminated.  */
-         decode_header (current_header, &current_stat_info,
-                        &current_format, 1);
-         if (! name_match (current_stat_info.file_name)
-             || (NEWER_OPTION_INITIALIZED (newer_mtime_option)
-                 /* FIXME: We get mtime now, and again later; this causes
-                    duplicate diagnostics if header.mtime is bogus.  */
-                 && ((mtime.tv_sec
-                      = TIME_FROM_HEADER (current_header->header.mtime)),
-                     /* FIXME: Grab fractional time stamps from
-                        extended header.  */
-                     mtime.tv_nsec = 0,
-                     current_stat_info.mtime = mtime,
-                     OLDER_TAR_STAT_TIME (current_stat_info, m)))
-             || excluded_name (current_stat_info.file_name))
-           {
-             switch (current_header->header.typeflag)
-               {
-               case GNUTYPE_VOLHDR:
-               case GNUTYPE_MULTIVOL:
-                 break;
-
-               case DIRTYPE:
-                 if (show_omitted_dirs_option)
-                   WARN ((0, 0, _("%s: Omitting"),
-                          quotearg_colon (current_stat_info.file_name)));
-                 /* Fall through.  */
-               default:
-                 skip_member ();
-                 continue;
-               }
-           }
-         transform_stat_info (current_header->header.typeflag,
-                              &current_stat_info);
-         (*do_something) ();
-         continue;
-
-       case HEADER_ZERO_BLOCK:
-         if (block_number_option)
-           {
-             char buf[UINTMAX_STRSIZE_BOUND];
-             fprintf (stdlis, _("block %s: ** Block of NULs **\n"),
-                      STRINGIFY_BIGINT (current_block_ordinal (), buf));
-           }
-
-         set_next_block_after (current_header);
-
-         if (!ignore_zeros_option)
-           {
-             char buf[UINTMAX_STRSIZE_BOUND];
-
-             status = read_header (&current_header, &current_stat_info,
-                                   read_header_auto);
-             if (status == HEADER_ZERO_BLOCK)
-               break;
-             WARNOPT (WARN_ALONE_ZERO_BLOCK,
-                      (0, 0, _("A lone zero block at %s"),
-                       STRINGIFY_BIGINT (current_block_ordinal (), buf)));
-             break;
-           }
-         status = prev_status;
-         continue;
-
-       case HEADER_END_OF_FILE:
-         if (block_number_option)
-           {
-             char buf[UINTMAX_STRSIZE_BOUND];
-             fprintf (stdlis, _("block %s: ** End of File **\n"),
-                      STRINGIFY_BIGINT (current_block_ordinal (), buf));
-           }
-         break;
-
-       case HEADER_FAILURE:
-         /* If the previous header was good, tell them that we are
-            skipping bad ones.  */
-         set_next_block_after (current_header);
-         switch (prev_status)
-           {
-           case HEADER_STILL_UNREAD:
-             ERROR ((0, 0, _("This does not look like a tar archive")));
-             /* Fall through.  */
-
-           case HEADER_ZERO_BLOCK:
-           case HEADER_SUCCESS:
-             if (block_number_option)
-               {
-                 char buf[UINTMAX_STRSIZE_BOUND];
-                 off_t block_ordinal = current_block_ordinal ();
-                 block_ordinal -= recent_long_name_blocks;
-                 block_ordinal -= recent_long_link_blocks;
-                 fprintf (stdlis, _("block %s: "),
-                          STRINGIFY_BIGINT (block_ordinal, buf));
-               }
-             ERROR ((0, 0, _("Skipping to next header")));
-             break;
-
-           case HEADER_END_OF_FILE:
-           case HEADER_FAILURE:
-             /* We are in the middle of a cascade of errors.  */
-             break;
-
-           case HEADER_SUCCESS_EXTENDED:
-             abort ();
-           }
-         continue;
-       }
-      break;
-    }
-  while (!all_names_found (&current_stat_info));
-
-  close_archive ();
-  names_notfound ();           /* print names not found */
-}
-
-/* Print a header block, based on tar options.  */
-void
-list_archive (void)
-{
-  off_t block_ordinal = current_block_ordinal ();
-
-  /* Print the header block.  */
-  if (verbose_option)
-    print_header (&current_stat_info, current_header, block_ordinal);
-
-  if (incremental_option)
-    {
-      if (verbose_option > 2)
-       {
-         if (is_dumpdir (&current_stat_info))
-           list_dumpdir (current_stat_info.dumpdir,
-                         dumpdir_size (current_stat_info.dumpdir));
-       }
-    }
-
-  skip_member ();
-}
-
-/* Check header checksum */
-/* The standard BSD tar sources create the checksum by adding up the
-   bytes in the header as type char.  I think the type char was unsigned
-   on the PDP-11, but it's signed on the Next and Sun.  It looks like the
-   sources to BSD tar were never changed to compute the checksum
-   correctly, so both the Sun and Next add the bytes of the header as
-   signed chars.  This doesn't cause a problem until you get a file with
-   a name containing characters with the high bit set.  So tar_checksum
-   computes two checksums -- signed and unsigned.  */
-
-enum read_header
-tar_checksum (union block *header, bool silent)
-{
-  size_t i;
-  int unsigned_sum = 0;                /* the POSIX one :-) */
-  int signed_sum = 0;          /* the Sun one :-( */
-  int recorded_sum;
-  uintmax_t parsed_sum;
-  char *p;
-
-  p = header->buffer;
-  for (i = sizeof *header; i-- != 0;)
-    {
-      unsigned_sum += (unsigned char) *p;
-      signed_sum += (signed char) (*p++);
-    }
-
-  if (unsigned_sum == 0)
-    return HEADER_ZERO_BLOCK;
-
-  /* Adjust checksum to count the "chksum" field as blanks.  */
-
-  for (i = sizeof header->header.chksum; i-- != 0;)
-    {
-      unsigned_sum -= (unsigned char) header->header.chksum[i];
-      signed_sum -= (signed char) (header->header.chksum[i]);
-    }
-  unsigned_sum += ' ' * sizeof header->header.chksum;
-  signed_sum += ' ' * sizeof header->header.chksum;
-
-  parsed_sum = from_header (header->header.chksum,
-                           sizeof header->header.chksum, 0,
-                           (uintmax_t) 0,
-                           (uintmax_t) TYPE_MAXIMUM (int), true, silent);
-  if (parsed_sum == (uintmax_t) -1)
-    return HEADER_FAILURE;
-
-  recorded_sum = parsed_sum;
-
-  if (unsigned_sum != recorded_sum && signed_sum != recorded_sum)
-    return HEADER_FAILURE;
-
-  return HEADER_SUCCESS;
-}
-
-/* Read a block that's supposed to be a header block.  Return its
-   address in *RETURN_BLOCK, and if it is good, the file's size
-   and names (file name, link name) in *INFO.
-
-   Return one of enum read_header describing the status of the
-   operation.
-
-   The MODE parameter instructs read_header what to do with special
-   header blocks, i.e.: extended POSIX, GNU long name or long link,
-   etc.:
-
-     read_header_auto        process them automatically,
-     read_header_x_raw       when a special header is read, return
-                             HEADER_SUCCESS_EXTENDED without actually
-                            processing the header,
-     read_header_x_global    when a POSIX global header is read,
-                             decode it and return HEADER_SUCCESS_EXTENDED.
-
-   You must always set_next_block_after(*return_block) to skip past
-   the header which this routine reads.  */
-
-enum read_header
-read_header (union block **return_block, struct tar_stat_info *info,
-            enum read_header_mode mode)
-{
-  union block *header;
-  union block *header_copy;
-  char *bp;
-  union block *data_block;
-  size_t size, written;
-  union block *next_long_name = 0;
-  union block *next_long_link = 0;
-  size_t next_long_name_blocks = 0;
-  size_t next_long_link_blocks = 0;
-
-  while (1)
-    {
-      enum read_header status;
-
-      header = find_next_block ();
-      *return_block = header;
-      if (!header)
-       return HEADER_END_OF_FILE;
-
-      if ((status = tar_checksum (header, false)) != HEADER_SUCCESS)
-       return status;
-
-      /* Good block.  Decode file size and return.  */
-
-      if (header->header.typeflag == LNKTYPE)
-       info->stat.st_size = 0; /* links 0 size on tape */
-      else
-       info->stat.st_size = OFF_FROM_HEADER (header->header.size);
-
-      if (header->header.typeflag == GNUTYPE_LONGNAME
-         || header->header.typeflag == GNUTYPE_LONGLINK
-         || header->header.typeflag == XHDTYPE
-         || header->header.typeflag == XGLTYPE
-         || header->header.typeflag == SOLARIS_XHDTYPE)
-       {
-         if (mode == read_header_x_raw)
-           return HEADER_SUCCESS_EXTENDED;
-         else if (header->header.typeflag == GNUTYPE_LONGNAME
-                  || header->header.typeflag == GNUTYPE_LONGLINK)
-           {
-             size_t name_size = info->stat.st_size;
-             size_t n = name_size % BLOCKSIZE;
-             size = name_size + BLOCKSIZE;
-             if (n)
-               size += BLOCKSIZE - n;
-
-             if (name_size != info->stat.st_size || size < name_size)
-               xalloc_die ();
-
-             header_copy = xmalloc (size + 1);
-
-             if (header->header.typeflag == GNUTYPE_LONGNAME)
-               {
-                 if (next_long_name)
-                   free (next_long_name);
-                 next_long_name = header_copy;
-                 next_long_name_blocks = size / BLOCKSIZE;
-               }
-             else
-               {
-                 if (next_long_link)
-                   free (next_long_link);
-                 next_long_link = header_copy;
-                 next_long_link_blocks = size / BLOCKSIZE;
-               }
-
-             set_next_block_after (header);
-             *header_copy = *header;
-             bp = header_copy->buffer + BLOCKSIZE;
-
-             for (size -= BLOCKSIZE; size > 0; size -= written)
-               {
-                 data_block = find_next_block ();
-                 if (! data_block)
-                   {
-                     ERROR ((0, 0, _("Unexpected EOF in archive")));
-                     break;
-                   }
-                 written = available_space_after (data_block);
-                 if (written > size)
-                   written = size;
-
-                 memcpy (bp, data_block->buffer, written);
-                 bp += written;
-                 set_next_block_after ((union block *)
-                                       (data_block->buffer + written - 1));
-               }
-
-             *bp = '\0';
-           }
-         else if (header->header.typeflag == XHDTYPE
-                  || header->header.typeflag == SOLARIS_XHDTYPE)
-           xheader_read (&info->xhdr, header,
-                         OFF_FROM_HEADER (header->header.size));
-         else if (header->header.typeflag == XGLTYPE)
-           {
-             struct xheader xhdr;
-
-             if (!recent_global_header)
-               recent_global_header = xmalloc (sizeof *recent_global_header);
-             memcpy (recent_global_header, header,
-                     sizeof *recent_global_header);
-             memset (&xhdr, 0, sizeof xhdr);
-             xheader_read (&xhdr, header,
-                           OFF_FROM_HEADER (header->header.size));
-             xheader_decode_global (&xhdr);
-             xheader_destroy (&xhdr);
-             if (mode == read_header_x_global)
-               return HEADER_SUCCESS_EXTENDED;
-           }
-
-         /* Loop!  */
-
-       }
-      else
-       {
-         char const *name;
-         struct posix_header const *h = &header->header;
-         char namebuf[sizeof h->prefix + 1 + NAME_FIELD_SIZE + 1];
-
-         if (recent_long_name)
-           free (recent_long_name);
-
-         if (next_long_name)
-           {
-             name = next_long_name->buffer + BLOCKSIZE;
-             recent_long_name = next_long_name;
-             recent_long_name_blocks = next_long_name_blocks;
-           }
-         else
-           {
-             /* Accept file names as specified by POSIX.1-1996
-                 section 10.1.1.  */
-             char *np = namebuf;
-
-             if (h->prefix[0] && strcmp (h->magic, TMAGIC) == 0)
-               {
-                 memcpy (np, h->prefix, sizeof h->prefix);
-                 np[sizeof h->prefix] = '\0';
-                 np += strlen (np);
-                 *np++ = '/';
-               }
-             memcpy (np, h->name, sizeof h->name);
-             np[sizeof h->name] = '\0';
-             name = namebuf;
-             recent_long_name = 0;
-             recent_long_name_blocks = 0;
-           }
-         assign_string (&info->orig_file_name, name);
-         assign_string (&info->file_name, name);
-         info->had_trailing_slash = strip_trailing_slashes (info->file_name);
-
-         if (recent_long_link)
-           free (recent_long_link);
-
-         if (next_long_link)
-           {
-             name = next_long_link->buffer + BLOCKSIZE;
-             recent_long_link = next_long_link;
-             recent_long_link_blocks = next_long_link_blocks;
-           }
-         else
-           {
-             memcpy (namebuf, h->linkname, sizeof h->linkname);
-             namebuf[sizeof h->linkname] = '\0';
-             name = namebuf;
-             recent_long_link = 0;
-             recent_long_link_blocks = 0;
-           }
-         assign_string (&info->link_name, name);
-
-         return HEADER_SUCCESS;
-       }
-    }
-}
-
-#define ISOCTAL(c) ((c)>='0'&&(c)<='7')
-
-/* Decode things from a file HEADER block into STAT_INFO, also setting
-   *FORMAT_POINTER depending on the header block format.  If
-   DO_USER_GROUP, decode the user/group information (this is useful
-   for extraction, but waste time when merely listing).
-
-   read_header() has already decoded the checksum and length, so we don't.
-
-   This routine should *not* be called twice for the same block, since
-   the two calls might use different DO_USER_GROUP values and thus
-   might end up with different uid/gid for the two calls.  If anybody
-   wants the uid/gid they should decode it first, and other callers
-   should decode it without uid/gid before calling a routine,
-   e.g. print_header, that assumes decoded data.  */
-void
-decode_header (union block *header, struct tar_stat_info *stat_info,
-              enum archive_format *format_pointer, int do_user_group)
-{
-  enum archive_format format;
-  unsigned hbits; /* high bits of the file mode. */
-  mode_t mode = MODE_FROM_HEADER (header->header.mode, &hbits);
-
-  if (strcmp (header->header.magic, TMAGIC) == 0)
-    {
-      if (header->star_header.prefix[130] == 0
-         && ISOCTAL (header->star_header.atime[0])
-         && header->star_header.atime[11] == ' '
-         && ISOCTAL (header->star_header.ctime[0])
-         && header->star_header.ctime[11] == ' ')
-       format = STAR_FORMAT;
-      else if (stat_info->xhdr.size)
-       format = POSIX_FORMAT;
-      else
-       format = USTAR_FORMAT;
-    }
-  else if (strcmp (header->buffer + offsetof (struct posix_header, magic),
-                  OLDGNU_MAGIC)
-          == 0)
-    format = hbits ? OLDGNU_FORMAT : GNU_FORMAT;
-  else
-    format = V7_FORMAT;
-  *format_pointer = format;
-
-  stat_info->stat.st_mode = mode;
-  stat_info->mtime.tv_sec = TIME_FROM_HEADER (header->header.mtime);
-  stat_info->mtime.tv_nsec = 0;
-  assign_string (&stat_info->uname,
-                header->header.uname[0] ? header->header.uname : NULL);
-  assign_string (&stat_info->gname,
-                header->header.gname[0] ? header->header.gname : NULL);
-
-  if (format == OLDGNU_FORMAT && incremental_option)
-    {
-      stat_info->atime.tv_sec = TIME_FROM_HEADER (header->oldgnu_header.atime);
-      stat_info->ctime.tv_sec = TIME_FROM_HEADER (header->oldgnu_header.ctime);
-      stat_info->atime.tv_nsec = stat_info->ctime.tv_nsec = 0;
-    }
-  else if (format == STAR_FORMAT)
-    {
-      stat_info->atime.tv_sec = TIME_FROM_HEADER (header->star_header.atime);
-      stat_info->ctime.tv_sec = TIME_FROM_HEADER (header->star_header.ctime);
-      stat_info->atime.tv_nsec = stat_info->ctime.tv_nsec = 0;
-    }
-  else
-    stat_info->atime = stat_info->ctime = start_time;
-
-  if (format == V7_FORMAT)
-    {
-      stat_info->stat.st_uid = UID_FROM_HEADER (header->header.uid);
-      stat_info->stat.st_gid = GID_FROM_HEADER (header->header.gid);
-      stat_info->stat.st_rdev = 0;
-    }
-  else
-    {
-      if (do_user_group)
-       {
-         /* FIXME: Decide if this should somewhat depend on -p.  */
-
-         if (numeric_owner_option
-             || !*header->header.uname
-             || !uname_to_uid (header->header.uname, &stat_info->stat.st_uid))
-           stat_info->stat.st_uid = UID_FROM_HEADER (header->header.uid);
-
-         if (numeric_owner_option
-             || !*header->header.gname
-             || !gname_to_gid (header->header.gname, &stat_info->stat.st_gid))
-           stat_info->stat.st_gid = GID_FROM_HEADER (header->header.gid);
-       }
-
-      switch (header->header.typeflag)
-       {
-       case BLKTYPE:
-       case CHRTYPE:
-         stat_info->stat.st_rdev =
-           makedev (MAJOR_FROM_HEADER (header->header.devmajor),
-                    MINOR_FROM_HEADER (header->header.devminor));
-         break;
-
-       default:
-         stat_info->stat.st_rdev = 0;
-       }
-    }
-
-  stat_info->archive_file_size = stat_info->stat.st_size;
-  xheader_decode (stat_info);
-
-  if (sparse_member_p (stat_info))
-    {
-      sparse_fixup_header (stat_info);
-      stat_info->is_sparse = true;
-    }
-  else
-    {
-      stat_info->is_sparse = false;
-      if (((current_format == GNU_FORMAT
-           || current_format == OLDGNU_FORMAT)
-          && current_header->header.typeflag == GNUTYPE_DUMPDIR)
-          || stat_info->dumpdir)
-       stat_info->is_dumpdir = true;
-    }
-}
-
-
-/* Convert buffer at WHERE0 of size DIGS from external format to
-   uintmax_t.  DIGS must be positive.  If TYPE is nonnull, the data
-   are of type TYPE.  The buffer must represent a value in the range
-   -MINUS_MINVAL through MAXVAL.  If OCTAL_ONLY, allow only octal
-   numbers instead of the other GNU extensions.  Return -1 on error,
-   diagnosing the error if TYPE is nonnull and if !SILENT.  */
-static uintmax_t
-from_header (char const *where0, size_t digs, char const *type,
-            uintmax_t minus_minval, uintmax_t maxval,
-            bool octal_only, bool silent)
-{
-  uintmax_t value;
-  char const *where = where0;
-  char const *lim = where + digs;
-  int negative = 0;
-
-  /* Accommodate buggy tar of unknown vintage, which outputs leading
-     NUL if the previous field overflows.  */
-  where += !*where;
-
-  /* Accommodate older tars, which output leading spaces.  */
-  for (;;)
-    {
-      if (where == lim)
-       {
-         if (type && !silent)
-           ERROR ((0, 0,
-                   /* TRANSLATORS: %s is type of the value (gid_t, uid_t,
-                      etc.) */
-                   _("Blanks in header where numeric %s value expected"),
-                   type));
-         return -1;
-       }
-      if (!ISSPACE ((unsigned char) *where))
-       break;
-      where++;
-    }
-
-  value = 0;
-  if (ISODIGIT (*where))
-    {
-      char const *where1 = where;
-      uintmax_t overflow = 0;
-
-      for (;;)
-       {
-         value += *where++ - '0';
-         if (where == lim || ! ISODIGIT (*where))
-           break;
-         overflow |= value ^ (value << LG_8 >> LG_8);
-         value <<= LG_8;
-       }
-
-      /* Parse the output of older, unportable tars, which generate
-         negative values in two's complement octal.  If the leading
-         nonzero digit is 1, we can't recover the original value
-         reliably; so do this only if the digit is 2 or more.  This
-         catches the common case of 32-bit negative time stamps.  */
-      if ((overflow || maxval < value) && '2' <= *where1 && type)
-       {
-         /* Compute the negative of the input value, assuming two's
-            complement.  */
-         int digit = (*where1 - '0') | 4;
-         overflow = 0;
-         value = 0;
-         where = where1;
-         for (;;)
-           {
-             value += 7 - digit;
-             where++;
-             if (where == lim || ! ISODIGIT (*where))
-               break;
-             digit = *where - '0';
-             overflow |= value ^ (value << LG_8 >> LG_8);
-             value <<= LG_8;
-           }
-         value++;
-         overflow |= !value;
-
-         if (!overflow && value <= minus_minval)
-           {
-             if (!silent)
-               WARN ((0, 0,
-                      /* TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) */
-                      _("Archive octal value %.*s is out of %s range; assuming two's complement"),
-                      (int) (where - where1), where1, type));
-             negative = 1;
-           }
-       }
-
-      if (overflow)
-       {
-         if (type && !silent)
-           ERROR ((0, 0,
-                   /* TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) */
-                   _("Archive octal value %.*s is out of %s range"),
-                   (int) (where - where1), where1, type));
-         return -1;
-       }
-    }
-  else if (octal_only)
-    {
-      /* Suppress the following extensions.  */
-    }
-  else if (*where == '-' || *where == '+')
-    {
-      /* Parse base-64 output produced only by tar test versions
-        1.13.6 (1999-08-11) through 1.13.11 (1999-08-23).
-        Support for this will be withdrawn in future releases.  */
-      int dig;
-      if (!silent)
-       {
-         static bool warned_once;
-         if (! warned_once)
-           {
-             warned_once = true;
-             WARN ((0, 0, _("Archive contains obsolescent base-64 headers")));
-           }
-       }
-      negative = *where++ == '-';
-      while (where != lim
-            && (dig = base64_map[(unsigned char) *where]) < 64)
-       {
-         if (value << LG_64 >> LG_64 != value)
-           {
-             char *string = alloca (digs + 1);
-             memcpy (string, where0, digs);
-             string[digs] = '\0';
-             if (type && !silent)
-               ERROR ((0, 0,
-                       _("Archive signed base-64 string %s is out of %s range"),
-                       quote (string), type));
-             return -1;
-           }
-         value = (value << LG_64) | dig;
-         where++;
-       }
-    }
-  else if (*where == '\200' /* positive base-256 */
-          || *where == '\377' /* negative base-256 */)
-    {
-      /* Parse base-256 output.  A nonnegative number N is
-        represented as (256**DIGS)/2 + N; a negative number -N is
-        represented as (256**DIGS) - N, i.e. as two's complement.
-        The representation guarantees that the leading bit is
-        always on, so that we don't confuse this format with the
-        others (assuming ASCII bytes of 8 bits or more).  */
-      int signbit = *where & (1 << (LG_256 - 2));
-      uintmax_t topbits = (((uintmax_t) - signbit)
-                          << (CHAR_BIT * sizeof (uintmax_t)
-                              - LG_256 - (LG_256 - 2)));
-      value = (*where++ & ((1 << (LG_256 - 2)) - 1)) - signbit;
-      for (;;)
-       {
-         value = (value << LG_256) + (unsigned char) *where++;
-         if (where == lim)
-           break;
-         if (((value << LG_256 >> LG_256) | topbits) != value)
-           {
-             if (type && !silent)
-               ERROR ((0, 0,
-                       _("Archive base-256 value is out of %s range"),
-                       type));
-             return -1;
-           }
-       }
-      negative = signbit;
-      if (negative)
-       value = -value;
-    }
-
-  if (where != lim && *where && !ISSPACE ((unsigned char) *where))
-    {
-      if (type)
-       {
-         char buf[1000]; /* Big enough to represent any header.  */
-         static struct quoting_options *o;
-
-         if (!o)
-           {
-             o = clone_quoting_options (0);
-             set_quoting_style (o, locale_quoting_style);
-           }
-
-         while (where0 != lim && ! lim[-1])
-           lim--;
-         quotearg_buffer (buf, sizeof buf, where0, lim - where, o);
-         if (!silent)
-           ERROR ((0, 0,
-                   /* TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) */
-                   _("Archive contains %.*s where numeric %s value expected"),
-                   (int) sizeof buf, buf, type));
-       }
-
-      return -1;
-    }
-
-  if (value <= (negative ? minus_minval : maxval))
-    return negative ? -value : value;
-
-  if (type && !silent)
-    {
-      char minval_buf[UINTMAX_STRSIZE_BOUND + 1];
-      char maxval_buf[UINTMAX_STRSIZE_BOUND];
-      char value_buf[UINTMAX_STRSIZE_BOUND + 1];
-      char *minval_string = STRINGIFY_BIGINT (minus_minval, minval_buf + 1);
-      char *value_string = STRINGIFY_BIGINT (value, value_buf + 1);
-      if (negative)
-       *--value_string = '-';
-      if (minus_minval)
-       *--minval_string = '-';
-      /* TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.) */
-      ERROR ((0, 0, _("Archive value %s is out of %s range %s..%s"),
-             value_string, type,
-             minval_string, STRINGIFY_BIGINT (maxval, maxval_buf)));
-    }
-
-  return -1;
-}
-
-static gid_t
-gid_from_header (const char *p, size_t s)
-{
-  return from_header (p, s, "gid_t",
-                     - (uintmax_t) TYPE_MINIMUM (gid_t),
-                     (uintmax_t) TYPE_MAXIMUM (gid_t),
-                     false, false);
-}
-
-static major_t
-major_from_header (const char *p, size_t s)
-{
-  return from_header (p, s, "major_t",
-                     - (uintmax_t) TYPE_MINIMUM (major_t),
-                     (uintmax_t) TYPE_MAXIMUM (major_t), false, false);
-}
-
-static minor_t
-minor_from_header (const char *p, size_t s)
-{
-  return from_header (p, s, "minor_t",
-                     - (uintmax_t) TYPE_MINIMUM (minor_t),
-                     (uintmax_t) TYPE_MAXIMUM (minor_t), false, false);
-}
-
-/* Convert P to the file mode, as understood by tar.
-   Store unrecognized mode bits (from 10th up) in HBITS. */
-static mode_t
-mode_from_header (const char *p, size_t s, unsigned *hbits)
-{
-  unsigned u = from_header (p, s, "mode_t",
-                           - (uintmax_t) TYPE_MINIMUM (mode_t),
-                           TYPE_MAXIMUM (uintmax_t), false, false);
-  mode_t mode = ((u & TSUID ? S_ISUID : 0)
-                | (u & TSGID ? S_ISGID : 0)
-                | (u & TSVTX ? S_ISVTX : 0)
-                | (u & TUREAD ? S_IRUSR : 0)
-                | (u & TUWRITE ? S_IWUSR : 0)
-                | (u & TUEXEC ? S_IXUSR : 0)
-                | (u & TGREAD ? S_IRGRP : 0)
-                | (u & TGWRITE ? S_IWGRP : 0)
-                | (u & TGEXEC ? S_IXGRP : 0)
-                | (u & TOREAD ? S_IROTH : 0)
-                | (u & TOWRITE ? S_IWOTH : 0)
-                | (u & TOEXEC ? S_IXOTH : 0));
-  *hbits = mode ^ u;
-  return mode;
-}
-
-off_t
-off_from_header (const char *p, size_t s)
-{
-  /* Negative offsets are not allowed in tar files, so invoke
-     from_header with minimum value 0, not TYPE_MINIMUM (off_t).  */
-  return from_header (p, s, "off_t", (uintmax_t) 0,
-                     (uintmax_t) TYPE_MAXIMUM (off_t), false, false);
-}
-
-static time_t
-time_from_header (const char *p, size_t s)
-{
-  return from_header (p, s, "time_t",
-                     - (uintmax_t) TYPE_MINIMUM (time_t),
-                     (uintmax_t) TYPE_MAXIMUM (time_t), false, false);
-}
-
-static uid_t
-uid_from_header (const char *p, size_t s)
-{
-  return from_header (p, s, "uid_t",
-                     - (uintmax_t) TYPE_MINIMUM (uid_t),
-                     (uintmax_t) TYPE_MAXIMUM (uid_t), false, false);
-}
-
-uintmax_t
-uintmax_from_header (const char *p, size_t s)
-{
-  return from_header (p, s, "uintmax_t", (uintmax_t) 0,
-                     TYPE_MAXIMUM (uintmax_t), false, false);
-}
-
-
-/* Return a printable representation of T.  The result points to
-   static storage that can be reused in the next call to this
-   function, to ctime, or to asctime.  If FULL_TIME, then output the
-   time stamp to its full resolution; otherwise, just output it to
-   1-minute resolution.  */
-char const *
-tartime (struct timespec t, bool full_time)
-{
-  enum { fraclen = sizeof ".FFFFFFFFF" - 1 };
-  static char buffer[max (UINTMAX_STRSIZE_BOUND + 1,
-                         INT_STRLEN_BOUND (int) + 16)
-                    + fraclen];
-  struct tm *tm;
-  time_t s = t.tv_sec;
-  int ns = t.tv_nsec;
-  bool negative = s < 0;
-  char *p;
-
-  if (negative && ns != 0)
-    {
-      s++;
-      ns = 1000000000 - ns;
-    }
-
-  tm = utc_option ? gmtime (&s) : localtime (&s);
-  if (tm)
-    {
-      if (full_time)
-       {
-         sprintf (buffer, "%04ld-%02d-%02d %02d:%02d:%02d",
-                  tm->tm_year + 1900L, tm->tm_mon + 1, tm->tm_mday,
-                  tm->tm_hour, tm->tm_min, tm->tm_sec);
-         code_ns_fraction (ns, buffer + strlen (buffer));
-       }
-      else
-       sprintf (buffer, "%04ld-%02d-%02d %02d:%02d",
-                tm->tm_year + 1900L, tm->tm_mon + 1, tm->tm_mday,
-                tm->tm_hour, tm->tm_min);
-      return buffer;
-    }
-
-  /* The time stamp cannot be broken down, most likely because it
-     is out of range.  Convert it as an integer,
-     right-adjusted in a field with the same width as the usual
-     4-year ISO time format.  */
-  p = umaxtostr (negative ? - (uintmax_t) s : s,
-                buffer + sizeof buffer - UINTMAX_STRSIZE_BOUND - fraclen);
-  if (negative)
-    *--p = '-';
-  while ((buffer + sizeof buffer - sizeof "YYYY-MM-DD HH:MM"
-         + (full_time ? sizeof ":SS.FFFFFFFFF" - 1 : 0))
-        < p)
-    *--p = ' ';
-  if (full_time)
-    code_ns_fraction (ns, buffer + sizeof buffer - 1 - fraclen);
-  return p;
-}
-
-/* Actually print it.
-
-   Plain and fancy file header block logging.  Non-verbose just prints
-   the name, e.g. for "tar t" or "tar x".  This should just contain
-   file names, so it can be fed back into tar with xargs or the "-T"
-   option.  The verbose option can give a bunch of info, one line per
-   file.  I doubt anybody tries to parse its format, or if they do,
-   they shouldn't.  Unix tar is pretty random here anyway.  */
-
-
-/* Width of "user/group size", with initial value chosen
-   heuristically.  This grows as needed, though this may cause some
-   stairstepping in the output.  Make it too small and the output will
-   almost always look ragged.  Make it too large and the output will
-   be spaced out too far.  */
-static int ugswidth = 19;
-
-/* Width of printed time stamps.  It grows if longer time stamps are
-   found (typically, those with nanosecond resolution).  Like
-   USGWIDTH, some stairstepping may occur.  */
-static int datewidth = sizeof "YYYY-MM-DD HH:MM" - 1;
-
-static bool volume_label_printed = false;
-
-static void
-simple_print_header (struct tar_stat_info *st, union block *blk,
-                    off_t block_ordinal)
-{
-  char modes[11];
-  char const *time_stamp;
-  int time_stamp_len;
-  char *temp_name;
-
-  /* These hold formatted ints.  */
-  char uform[UINTMAX_STRSIZE_BOUND], gform[UINTMAX_STRSIZE_BOUND];
-  char *user, *group;
-  char size[2 * UINTMAX_STRSIZE_BOUND];
-                               /* holds formatted size or major,minor */
-  char uintbuf[UINTMAX_STRSIZE_BOUND];
-  int pad;
-  int sizelen;
-
-  if (show_transformed_names_option)
-    temp_name = st->file_name ? st->file_name : st->orig_file_name;
-  else
-    temp_name = st->orig_file_name ? st->orig_file_name : st->file_name;
-
-  if (block_number_option)
-    {
-      char buf[UINTMAX_STRSIZE_BOUND];
-      if (block_ordinal < 0)
-       block_ordinal = current_block_ordinal ();
-      block_ordinal -= recent_long_name_blocks;
-      block_ordinal -= recent_long_link_blocks;
-      fprintf (stdlis, _("block %s: "),
-              STRINGIFY_BIGINT (block_ordinal, buf));
-    }
-
-  if (verbose_option <= 1)
-    {
-      /* Just the fax, mam.  */
-      fprintf (stdlis, "%s\n", quotearg (temp_name));
-    }
-  else
-    {
-      /* File type and modes.  */
-
-      modes[0] = '?';
-      switch (blk->header.typeflag)
-       {
-       case GNUTYPE_VOLHDR:
-         volume_label_printed = true;
-         modes[0] = 'V';
-         break;
-
-       case GNUTYPE_MULTIVOL:
-         modes[0] = 'M';
-         break;
-
-       case GNUTYPE_LONGNAME:
-       case GNUTYPE_LONGLINK:
-         modes[0] = 'L';
-         ERROR ((0, 0, _("Unexpected long name header")));
-         break;
-
-       case GNUTYPE_SPARSE:
-       case REGTYPE:
-       case AREGTYPE:
-         modes[0] = '-';
-         if (temp_name[strlen (temp_name) - 1] == '/')
-           modes[0] = 'd';
-         break;
-       case LNKTYPE:
-         modes[0] = 'h';
-         break;
-       case GNUTYPE_DUMPDIR:
-         modes[0] = 'd';
-         break;
-       case DIRTYPE:
-         modes[0] = 'd';
-         break;
-       case SYMTYPE:
-         modes[0] = 'l';
-         break;
-       case BLKTYPE:
-         modes[0] = 'b';
-         break;
-       case CHRTYPE:
-         modes[0] = 'c';
-         break;
-       case FIFOTYPE:
-         modes[0] = 'p';
-         break;
-       case CONTTYPE:
-         modes[0] = 'C';
-         break;
-       }
-
-      pax_decode_mode (st->stat.st_mode, modes + 1);
-
-      /* Time stamp.  */
-
-      time_stamp = tartime (st->mtime, full_time_option);
-      time_stamp_len = strlen (time_stamp);
-      if (datewidth < time_stamp_len)
-       datewidth = time_stamp_len;
-
-      /* User and group names.  */
-
-      if (st->uname
-         && st->uname[0]
-         && current_format != V7_FORMAT
-         && !numeric_owner_option)
-       user = st->uname;
-      else
-       {
-         /* Try parsing it as an unsigned integer first, and as a
-            uid_t if that fails.  This method can list positive user
-            ids that are too large to fit in a uid_t.  */
-         uintmax_t u = from_header (blk->header.uid,
-                                    sizeof blk->header.uid, 0,
-                                    (uintmax_t) 0,
-                                    (uintmax_t) TYPE_MAXIMUM (uintmax_t),
-                                    false, false);
-         if (u != -1)
-           user = STRINGIFY_BIGINT (u, uform);
-         else
-           {
-             sprintf (uform, "%ld",
-                      (long) UID_FROM_HEADER (blk->header.uid));
-             user = uform;
-           }
-       }
-
-      if (st->gname
-         && st->gname[0]
-         && current_format != V7_FORMAT
-         && !numeric_owner_option)
-       group = st->gname;
-      else
-       {
-         /* Try parsing it as an unsigned integer first, and as a
-            gid_t if that fails.  This method can list positive group
-            ids that are too large to fit in a gid_t.  */
-         uintmax_t g = from_header (blk->header.gid,
-                                    sizeof blk->header.gid, 0,
-                                    (uintmax_t) 0,
-                                    (uintmax_t) TYPE_MAXIMUM (uintmax_t),
-                                    false, false);
-         if (g != -1)
-           group = STRINGIFY_BIGINT (g, gform);
-         else
-           {
-             sprintf (gform, "%ld",
-                      (long) GID_FROM_HEADER (blk->header.gid));
-             group = gform;
-           }
-       }
-
-      /* Format the file size or major/minor device numbers.  */
-
-      switch (blk->header.typeflag)
-       {
-       case CHRTYPE:
-       case BLKTYPE:
-         strcpy (size,
-                 STRINGIFY_BIGINT (major (st->stat.st_rdev), uintbuf));
-         strcat (size, ",");
-         strcat (size,
-                 STRINGIFY_BIGINT (minor (st->stat.st_rdev), uintbuf));
-         break;
-
-       default:
-         /* st->stat.st_size keeps stored file size */
-         strcpy (size, STRINGIFY_BIGINT (st->stat.st_size, uintbuf));
-         break;
-       }
-
-      /* Figure out padding and print the whole line.  */
-
-      sizelen = strlen (size);
-      pad = strlen (user) + 1 + strlen (group) + 1 + sizelen;
-      if (pad > ugswidth)
-       ugswidth = pad;
-
-      fprintf (stdlis, "%s %s/%s %*s %-*s",
-              modes, user, group, ugswidth - pad + sizelen, size,
-              datewidth, time_stamp);
-
-      fprintf (stdlis, " %s", quotearg (temp_name));
-
-      switch (blk->header.typeflag)
-       {
-       case SYMTYPE:
-         fprintf (stdlis, " -> %s\n", quotearg (st->link_name));
-         break;
-
-       case LNKTYPE:
-         fprintf (stdlis, _(" link to %s\n"), quotearg (st->link_name));
-         break;
-
-       default:
-         {
-           char type_string[2];
-           type_string[0] = blk->header.typeflag;
-           type_string[1] = '\0';
-           fprintf (stdlis, _(" unknown file type %s\n"),
-                    quote (type_string));
-         }
-         break;
-
-       case AREGTYPE:
-       case REGTYPE:
-       case GNUTYPE_SPARSE:
-       case CHRTYPE:
-       case BLKTYPE:
-       case DIRTYPE:
-       case FIFOTYPE:
-       case CONTTYPE:
-       case GNUTYPE_DUMPDIR:
-         putc ('\n', stdlis);
-         break;
-
-       case GNUTYPE_LONGLINK:
-         fprintf (stdlis, _("--Long Link--\n"));
-         break;
-
-       case GNUTYPE_LONGNAME:
-         fprintf (stdlis, _("--Long Name--\n"));
-         break;
-
-       case GNUTYPE_VOLHDR:
-         fprintf (stdlis, _("--Volume Header--\n"));
-         break;
-
-       case GNUTYPE_MULTIVOL:
-         strcpy (size,
-                 STRINGIFY_BIGINT
-                 (UINTMAX_FROM_HEADER (blk->oldgnu_header.offset),
-                  uintbuf));
-         fprintf (stdlis, _("--Continued at byte %s--\n"), size);
-         break;
-       }
-    }
-  fflush (stdlis);
-}
-
-
-static void
-print_volume_label (void)
-{
-  struct tar_stat_info vstat;
-  union block vblk;
-  enum archive_format dummy;
-
-  memset (&vblk, 0, sizeof (vblk));
-  vblk.header.typeflag = GNUTYPE_VOLHDR;
-  if (recent_global_header)
-    memcpy (vblk.header.mtime, recent_global_header->header.mtime,
-           sizeof vblk.header.mtime);
-  tar_stat_init (&vstat);
-  assign_string (&vstat.file_name, ".");
-  decode_header (&vblk, &vstat, &dummy, 0);
-  assign_string (&vstat.file_name, volume_label);
-  simple_print_header (&vstat, &vblk, 0);
-  tar_stat_destroy (&vstat);
-}
-
-void
-print_header (struct tar_stat_info *st, union block *blk,
-             off_t block_ordinal)
-{
-  if (current_format == POSIX_FORMAT && !volume_label_printed && volume_label)
-    {
-      print_volume_label ();
-      volume_label_printed = true;
-    }
-
-  simple_print_header (st, blk, block_ordinal);
-}
-
-/* Print a similar line when we make a directory automatically.  */
-void
-print_for_mkdir (char *dirname, int length, mode_t mode)
-{
-  char modes[11];
-
-  if (verbose_option > 1)
-    {
-      /* File type and modes.  */
-
-      modes[0] = 'd';
-      pax_decode_mode (mode, modes + 1);
-
-      if (block_number_option)
-       {
-         char buf[UINTMAX_STRSIZE_BOUND];
-         fprintf (stdlis, _("block %s: "),
-                  STRINGIFY_BIGINT (current_block_ordinal (), buf));
-       }
-
-      fprintf (stdlis, "%s %*s %.*s\n", modes, ugswidth + 1 + datewidth,
-              _("Creating directory:"), length, quotearg (dirname));
-    }
-}
-
-/* Skip over SIZE bytes of data in blocks in the archive.  */
-void
-skip_file (off_t size)
-{
-  union block *x;
-
-  /* FIXME: Make sure mv_begin_read is always called before it */
-
-  if (seekable_archive)
-    {
-      off_t nblk = seek_archive (size);
-      if (nblk >= 0)
-       size -= nblk * BLOCKSIZE;
-      else
-       seekable_archive = false;
-    }
-
-  mv_size_left (size);
-
-  while (size > 0)
-    {
-      x = find_next_block ();
-      if (! x)
-       FATAL_ERROR ((0, 0, _("Unexpected EOF in archive")));
-
-      set_next_block_after (x);
-      size -= BLOCKSIZE;
-      mv_size_left (size);
-    }
-}
-
-/* Skip the current member in the archive.
-   NOTE: Current header must be decoded before calling this function. */
-void
-skip_member (void)
-{
-  if (!current_stat_info.skipped)
-    {
-      char save_typeflag = current_header->header.typeflag;
-      set_next_block_after (current_header);
-
-      mv_begin_read (&current_stat_info);
-
-      if (current_stat_info.is_sparse)
-       sparse_skip_file (&current_stat_info);
-      else if (save_typeflag != DIRTYPE)
-       skip_file (current_stat_info.stat.st_size);
-
-      mv_end ();
-    }
-}
-
-void
-test_archive_label ()
-{
-  base64_init ();
-  name_gather ();
-
-  open_archive (ACCESS_READ);
-  if (read_header (&current_header, &current_stat_info, read_header_auto)
-      == HEADER_SUCCESS)
-    {
-      decode_header (current_header,
-                    &current_stat_info, &current_format, 0);
-      if (current_header->header.typeflag == GNUTYPE_VOLHDR)
-       assign_string (&volume_label, current_header->header.name);
-
-      if (volume_label)
-       {
-         if (verbose_option)
-           print_volume_label ();
-         if (!name_match (volume_label) && multi_volume_option)
-           {
-             char *s = drop_volume_label_suffix (volume_label);
-             name_match (s);
-             free (s);
-           }
-       }
-    }
-  close_archive ();
-  label_notfound ();
-}
diff --git a/src/system.c b/src/system.c
deleted file mode 100644 (file)
index ba4ac2d..0000000
+++ /dev/null
@@ -1,899 +0,0 @@
-/* System-dependent calls for tar.
-
-   Copyright (C) 2003, 2004, 2005, 2006, 2007,
-   2008, 2010 Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#include <system.h>
-
-#include "common.h"
-#include <priv-set.h>
-#include <rmt.h>
-#include <signal.h>
-
-#if MSDOS
-
-bool
-sys_get_archive_stat (void)
-{
-  return 0;
-}
-
-bool
-sys_file_is_archive (struct tar_stat_info *p)
-{
-  return false;
-}
-
-void
-sys_save_archive_dev_ino (void)
-{
-}
-
-void
-sys_detect_dev_null_output (void)
-{
-  static char const dev_null[] = "nul";
-
-  dev_null_output = (strcmp (archive_name_array[0], dev_null) == 0
-                    || (! _isrmt (archive)));
-}
-
-void
-sys_wait_for_child (pid_t child_pid, bool eof)
-{
-}
-
-void
-sys_spawn_shell (void)
-{
-  spawnl (P_WAIT, getenv ("COMSPEC"), "-", 0);
-}
-
-/* stat() in djgpp's C library gives a constant number of 42 as the
-   uid and gid of a file.  So, comparing an FTP'ed archive just after
-   unpack would fail on MSDOS.  */
-
-bool
-sys_compare_uid (struct stat *a, struct stat *b)
-{
-  return true;
-}
-
-bool
-sys_compare_gid (struct stat *a, struct stat *b)
-{
-  return true;
-}
-
-void
-sys_compare_links (struct stat *link_data, struct stat *stat_data)
-{
-  return true;
-}
-
-int
-sys_truncate (int fd)
-{
-  return write (fd, "", 0);
-}
-
-size_t
-sys_write_archive_buffer (void)
-{
-  return full_write (archive, record_start->buffer, record_size);
-}
-
-/* Set ARCHIVE for writing, then compressing an archive.  */
-void
-sys_child_open_for_compress (void)
-{
-  FATAL_ERROR ((0, 0, _("Cannot use compressed or remote archives")));
-}
-
-/* Set ARCHIVE for uncompressing, then reading an archive.  */
-void
-sys_child_open_for_uncompress (void)
-{
-  FATAL_ERROR ((0, 0, _("Cannot use compressed or remote archives")));
-}
-
-#else
-
-extern union block *record_start; /* FIXME */
-
-static struct stat archive_stat; /* stat block for archive file */
-
-bool
-sys_get_archive_stat (void)
-{
-  return fstat (archive, &archive_stat) == 0;
-}
-
-bool
-sys_file_is_archive (struct tar_stat_info *p)
-{
-  return (ar_dev && p->stat.st_dev == ar_dev && p->stat.st_ino == ar_ino);
-}
-
-/* Save archive file inode and device numbers */
-void
-sys_save_archive_dev_ino (void)
-{
-  if (!_isrmt (archive) && S_ISREG (archive_stat.st_mode))
-    {
-      ar_dev = archive_stat.st_dev;
-      ar_ino = archive_stat.st_ino;
-    }
-  else
-    ar_dev = 0;
-}
-
-/* Detect if outputting to "/dev/null".  */
-void
-sys_detect_dev_null_output (void)
-{
-  static char const dev_null[] = "/dev/null";
-  struct stat dev_null_stat;
-
-  dev_null_output = (strcmp (archive_name_array[0], dev_null) == 0
-                    || (! _isrmt (archive)
-                        && S_ISCHR (archive_stat.st_mode)
-                        && stat (dev_null, &dev_null_stat) == 0
-                        && archive_stat.st_dev == dev_null_stat.st_dev
-                        && archive_stat.st_ino == dev_null_stat.st_ino));
-}
-
-void
-sys_wait_for_child (pid_t child_pid, bool eof)
-{
-  if (child_pid)
-    {
-      int wait_status;
-
-      while (waitpid (child_pid, &wait_status, 0) == -1)
-       if (errno != EINTR)
-         {
-           waitpid_error (use_compress_program_option);
-           break;
-         }
-
-      if (WIFSIGNALED (wait_status))
-       {
-         int sig = WTERMSIG (wait_status);
-         if (!(!eof && sig == SIGPIPE))
-           FATAL_ERROR ((0, 0, _("Child died with signal %d"), sig));
-       }
-      else if (WEXITSTATUS (wait_status) != 0)
-       FATAL_ERROR ((0, 0, _("Child returned status %d"),
-                     WEXITSTATUS (wait_status)));
-    }
-}
-
-void
-sys_spawn_shell (void)
-{
-  pid_t child;
-  const char *shell = getenv ("SHELL");
-  if (! shell)
-    shell = "/bin/sh";
-  child = xfork ();
-  if (child == 0)
-    {
-      priv_set_restore_linkdir ();
-      execlp (shell, "-sh", "-i", (char *) 0);
-      exec_fatal (shell);
-    }
-  else
-    {
-      int wait_status;
-      while (waitpid (child, &wait_status, 0) == -1)
-       if (errno != EINTR)
-         {
-           waitpid_error (shell);
-           break;
-         }
-    }
-}
-
-bool
-sys_compare_uid (struct stat *a, struct stat *b)
-{
-  return a->st_uid == b->st_uid;
-}
-
-bool
-sys_compare_gid (struct stat *a, struct stat *b)
-{
-  return a->st_gid == b->st_gid;
-}
-
-bool
-sys_compare_links (struct stat *link_data, struct stat *stat_data)
-{
-  return stat_data->st_dev == link_data->st_dev
-         && stat_data->st_ino == link_data->st_ino;
-}
-
-int
-sys_truncate (int fd)
-{
-  off_t pos = lseek (fd, (off_t) 0, SEEK_CUR);
-  return pos < 0 ? -1 : ftruncate (fd, pos);
-}
-
-/* Return nonzero if NAME is the name of a regular file, or if the file
-   does not exist (so it would be created as a regular file).  */
-static int
-is_regular_file (const char *name)
-{
-  struct stat stbuf;
-
-  if (stat (name, &stbuf) == 0)
-    return S_ISREG (stbuf.st_mode);
-  else
-    return errno == ENOENT;
-}
-
-size_t
-sys_write_archive_buffer (void)
-{
-  return rmtwrite (archive, record_start->buffer, record_size);
-}
-
-#define        PREAD 0                 /* read file descriptor from pipe() */
-#define        PWRITE 1                /* write file descriptor from pipe() */
-
-/* Duplicate file descriptor FROM into becoming INTO.
-   INTO is closed first and has to be the next available slot.  */
-static void
-xdup2 (int from, int into)
-{
-  if (from != into)
-    {
-      int status = close (into);
-
-      if (status != 0 && errno != EBADF)
-       {
-         int e = errno;
-         FATAL_ERROR ((0, e, _("Cannot close")));
-       }
-      status = dup (from);
-      if (status != into)
-       {
-         if (status < 0)
-           {
-             int e = errno;
-             FATAL_ERROR ((0, e, _("Cannot dup")));
-           }
-         abort ();
-       }
-      xclose (from);
-    }
-}
-
-static void wait_for_grandchild (pid_t pid) __attribute__ ((__noreturn__));
-
-/* Propagate any failure of the grandchild back to the parent.  */
-static void
-wait_for_grandchild (pid_t pid)
-{
-  int wait_status;
-  int exit_code = 0;
-
-  while (waitpid (pid, &wait_status, 0) == -1)
-    if (errno != EINTR)
-      {
-       waitpid_error (use_compress_program_option);
-       break;
-      }
-
-  if (WIFSIGNALED (wait_status))
-    raise (WTERMSIG (wait_status));
-  else if (WEXITSTATUS (wait_status) != 0)
-    exit_code = WEXITSTATUS (wait_status);
-
-  exit (exit_code);
-}
-
-/* Set ARCHIVE for writing, then compressing an archive.  */
-pid_t
-sys_child_open_for_compress (void)
-{
-  int parent_pipe[2];
-  int child_pipe[2];
-  pid_t grandchild_pid;
-  pid_t child_pid;
-
-  xpipe (parent_pipe);
-  child_pid = xfork ();
-
-  if (child_pid > 0)
-    {
-      /* The parent tar is still here!  Just clean up.  */
-
-      archive = parent_pipe[PWRITE];
-      xclose (parent_pipe[PREAD]);
-      return child_pid;
-    }
-
-  /* The new born child tar is here!  */
-
-  set_program_name (_("tar (child)"));
-  signal (SIGPIPE, SIG_DFL);
-
-  xdup2 (parent_pipe[PREAD], STDIN_FILENO);
-  xclose (parent_pipe[PWRITE]);
-
-  /* Check if we need a grandchild tar.  This happens only if either:
-     a) the file is to be accessed by rmt: compressor doesn't know how;
-     b) the file is not a plain file.  */
-
-  if (!_remdev (archive_name_array[0])
-      && is_regular_file (archive_name_array[0]))
-    {
-      if (backup_option)
-       maybe_backup_file (archive_name_array[0], 1);
-
-      /* We don't need a grandchild tar.  Open the archive and launch the
-        compressor.  */
-      if (strcmp (archive_name_array[0], "-"))
-       {
-         archive = creat (archive_name_array[0], MODE_RW);
-         if (archive < 0)
-           {
-             int saved_errno = errno;
-
-             if (backup_option)
-               undo_last_backup ();
-             errno = saved_errno;
-             open_fatal (archive_name_array[0]);
-           }
-         xdup2 (archive, STDOUT_FILENO);
-       }
-      priv_set_restore_linkdir ();
-      execlp (use_compress_program_option, use_compress_program_option, NULL);
-      exec_fatal (use_compress_program_option);
-    }
-
-  /* We do need a grandchild tar.  */
-
-  xpipe (child_pipe);
-  grandchild_pid = xfork ();
-
-  if (grandchild_pid == 0)
-    {
-      /* The newborn grandchild tar is here!  Launch the compressor.  */
-
-      set_program_name (_("tar (grandchild)"));
-
-      xdup2 (child_pipe[PWRITE], STDOUT_FILENO);
-      xclose (child_pipe[PREAD]);
-      priv_set_restore_linkdir ();
-      execlp (use_compress_program_option, use_compress_program_option,
-             (char *) 0);
-      exec_fatal (use_compress_program_option);
-    }
-
-  /* The child tar is still here!  */
-
-  /* Prepare for reblocking the data from the compressor into the archive.  */
-
-  xdup2 (child_pipe[PREAD], STDIN_FILENO);
-  xclose (child_pipe[PWRITE]);
-
-  if (strcmp (archive_name_array[0], "-") == 0)
-    archive = STDOUT_FILENO;
-  else
-    {
-      archive = rmtcreat (archive_name_array[0], MODE_RW, rsh_command_option);
-      if (archive < 0)
-       open_fatal (archive_name_array[0]);
-    }
-
-  /* Let's read out of the stdin pipe and write an archive.  */
-
-  while (1)
-    {
-      size_t status = 0;
-      char *cursor;
-      size_t length;
-
-      /* Assemble a record.  */
-
-      for (length = 0, cursor = record_start->buffer;
-          length < record_size;
-          length += status, cursor += status)
-       {
-         size_t size = record_size - length;
-
-         status = safe_read (STDIN_FILENO, cursor, size);
-         if (status == SAFE_READ_ERROR)
-           read_fatal (use_compress_program_option);
-         if (status == 0)
-           break;
-       }
-
-      /* Copy the record.  */
-
-      if (status == 0)
-       {
-         /* We hit the end of the file.  Write last record at
-            full length, as the only role of the grandchild is
-            doing proper reblocking.  */
-
-         if (length > 0)
-           {
-             memset (record_start->buffer + length, 0, record_size - length);
-             status = sys_write_archive_buffer ();
-             if (status != record_size)
-               archive_write_error (status);
-           }
-
-         /* There is nothing else to read, break out.  */
-         break;
-       }
-
-      status = sys_write_archive_buffer ();
-      if (status != record_size)
-       archive_write_error (status);
-    }
-
-  wait_for_grandchild (grandchild_pid);
-}
-
-static void
-run_decompress_program (void)
-{
-  int i;
-  const char *p, *prog = NULL;
-
-  for (p = first_decompress_program (&i); p; p = next_decompress_program (&i))
-    {
-      if (prog)
-       {
-         WARNOPT (WARN_DECOMPRESS_PROGRAM,
-                  (0, errno, _("cannot run %s"), prog));
-         WARNOPT (WARN_DECOMPRESS_PROGRAM,
-                  (0, 0, _("trying %s"), p));
-       }
-      prog = p;
-      execlp (p, p, "-d", NULL);
-    }
-  if (!prog)
-    FATAL_ERROR ((0, 0, _("unable to run decompression program")));
-  exec_fatal (prog);
-}
-
-/* Set ARCHIVE for uncompressing, then reading an archive.  */
-pid_t
-sys_child_open_for_uncompress (void)
-{
-  int parent_pipe[2];
-  int child_pipe[2];
-  pid_t grandchild_pid;
-  pid_t child_pid;
-
-  xpipe (parent_pipe);
-  child_pid = xfork ();
-
-  if (child_pid > 0)
-    {
-      /* The parent tar is still here!  Just clean up.  */
-
-      archive = parent_pipe[PREAD];
-      xclose (parent_pipe[PWRITE]);
-      return child_pid;
-    }
-
-  /* The newborn child tar is here!  */
-
-  set_program_name (_("tar (child)"));
-  signal (SIGPIPE, SIG_DFL);
-
-  xdup2 (parent_pipe[PWRITE], STDOUT_FILENO);
-  xclose (parent_pipe[PREAD]);
-
-  /* Check if we need a grandchild tar.  This happens only if either:
-     a) we're reading stdin: to force unblocking;
-     b) the file is to be accessed by rmt: compressor doesn't know how;
-     c) the file is not a plain file.  */
-
-  if (strcmp (archive_name_array[0], "-") != 0
-      && !_remdev (archive_name_array[0])
-      && is_regular_file (archive_name_array[0]))
-    {
-      /* We don't need a grandchild tar.  Open the archive and lauch the
-        uncompressor.  */
-
-      archive = open (archive_name_array[0], O_RDONLY | O_BINARY, MODE_RW);
-      if (archive < 0)
-       open_fatal (archive_name_array[0]);
-      xdup2 (archive, STDIN_FILENO);
-      priv_set_restore_linkdir ();
-      run_decompress_program ();
-    }
-
-  /* We do need a grandchild tar.  */
-
-  xpipe (child_pipe);
-  grandchild_pid = xfork ();
-
-  if (grandchild_pid == 0)
-    {
-      /* The newborn grandchild tar is here!  Launch the uncompressor.  */
-
-      set_program_name (_("tar (grandchild)"));
-
-      xdup2 (child_pipe[PREAD], STDIN_FILENO);
-      xclose (child_pipe[PWRITE]);
-      priv_set_restore_linkdir ();
-      run_decompress_program ();
-    }
-
-  /* The child tar is still here!  */
-
-  /* Prepare for unblocking the data from the archive into the
-     uncompressor.  */
-
-  xdup2 (child_pipe[PWRITE], STDOUT_FILENO);
-  xclose (child_pipe[PREAD]);
-
-  if (strcmp (archive_name_array[0], "-") == 0)
-    archive = STDIN_FILENO;
-  else
-    archive = rmtopen (archive_name_array[0], O_RDONLY | O_BINARY,
-                      MODE_RW, rsh_command_option);
-  if (archive < 0)
-    open_fatal (archive_name_array[0]);
-
-  /* Let's read the archive and pipe it into stdout.  */
-
-  while (1)
-    {
-      char *cursor;
-      size_t maximum;
-      size_t count;
-      size_t status;
-
-      clear_read_error_count ();
-
-    error_loop:
-      status = rmtread (archive, record_start->buffer, record_size);
-      if (status == SAFE_READ_ERROR)
-       {
-         archive_read_error ();
-         goto error_loop;
-       }
-      if (status == 0)
-       break;
-      cursor = record_start->buffer;
-      maximum = status;
-      while (maximum)
-       {
-         count = maximum < BLOCKSIZE ? maximum : BLOCKSIZE;
-         if (full_write (STDOUT_FILENO, cursor, count) != count)
-           write_error (use_compress_program_option);
-         cursor += count;
-         maximum -= count;
-       }
-    }
-
-  xclose (STDOUT_FILENO);
-
-  wait_for_grandchild (grandchild_pid);
-}
-
-\f
-
-static void
-dec_to_env (char const *envar, uintmax_t num)
-{
-  char buf[UINTMAX_STRSIZE_BOUND];
-  char *numstr;
-
-  numstr = STRINGIFY_BIGINT (num, buf);
-  if (setenv (envar, numstr, 1) != 0)
-    xalloc_die ();
-}
-
-static void
-time_to_env (char const *envar, struct timespec t)
-{
-  char buf[TIMESPEC_STRSIZE_BOUND];
-  if (setenv (envar, code_timespec (t, buf), 1) != 0)
-    xalloc_die ();
-}
-
-static void
-oct_to_env (char const *envar, unsigned long num)
-{
-  char buf[1+1+(sizeof(unsigned long)*CHAR_BIT+2)/3];
-
-  snprintf (buf, sizeof buf, "0%lo", num);
-  if (setenv (envar, buf, 1) != 0)
-    xalloc_die ();
-}
-
-static void
-str_to_env (char const *envar, char const *str)
-{
-  if (str)
-    {
-      if (setenv (envar, str, 1) != 0)
-       xalloc_die ();
-    }
-  else
-    unsetenv (envar);
-}
-
-static void
-chr_to_env (char const *envar, char c)
-{
-  char buf[2];
-  buf[0] = c;
-  buf[1] = 0;
-  if (setenv (envar, buf, 1) != 0)
-    xalloc_die ();
-}
-
-static void
-stat_to_env (char *name, char type, struct tar_stat_info *st)
-{
-  str_to_env ("TAR_VERSION", PACKAGE_VERSION);
-  str_to_env ("TAR_ARCHIVE", *archive_name_cursor);
-  dec_to_env ("TAR_VOLUME", archive_name_cursor - archive_name_array + 1);
-  dec_to_env ("TAR_BLOCKING_FACTOR", blocking_factor);
-  str_to_env ("TAR_FORMAT",
-             archive_format_string (current_format == DEFAULT_FORMAT ?
-                                    archive_format : current_format));
-  chr_to_env ("TAR_FILETYPE", type);
-  oct_to_env ("TAR_MODE", st->stat.st_mode);
-  str_to_env ("TAR_FILENAME", name);
-  str_to_env ("TAR_REALNAME", st->file_name);
-  str_to_env ("TAR_UNAME", st->uname);
-  str_to_env ("TAR_GNAME", st->gname);
-  time_to_env ("TAR_ATIME", st->atime);
-  time_to_env ("TAR_MTIME", st->mtime);
-  time_to_env ("TAR_CTIME", st->ctime);
-  dec_to_env ("TAR_SIZE", st->stat.st_size);
-  dec_to_env ("TAR_UID", st->stat.st_uid);
-  dec_to_env ("TAR_GID", st->stat.st_gid);
-
-  switch (type)
-    {
-    case 'b':
-    case 'c':
-      dec_to_env ("TAR_MINOR", minor (st->stat.st_rdev));
-      dec_to_env ("TAR_MAJOR", major (st->stat.st_rdev));
-      unsetenv ("TAR_LINKNAME");
-      break;
-
-    case 'l':
-    case 'h':
-      unsetenv ("TAR_MINOR");
-      unsetenv ("TAR_MAJOR");
-      str_to_env ("TAR_LINKNAME", st->link_name);
-      break;
-
-    default:
-      unsetenv ("TAR_MINOR");
-      unsetenv ("TAR_MAJOR");
-      unsetenv ("TAR_LINKNAME");
-      break;
-    }
-}
-
-static pid_t global_pid;
-static RETSIGTYPE (*pipe_handler) (int sig);
-
-int
-sys_exec_command (char *file_name, int typechar, struct tar_stat_info *st)
-{
-  int p[2];
-  char *argv[4];
-
-  xpipe (p);
-  pipe_handler = signal (SIGPIPE, SIG_IGN);
-  global_pid = xfork ();
-
-  if (global_pid != 0)
-    {
-      xclose (p[PREAD]);
-      return p[PWRITE];
-    }
-
-  /* Child */
-  xdup2 (p[PREAD], STDIN_FILENO);
-  xclose (p[PWRITE]);
-
-  stat_to_env (file_name, typechar, st);
-
-  argv[0] = "/bin/sh";
-  argv[1] = "-c";
-  argv[2] = to_command_option;
-  argv[3] = NULL;
-
-  priv_set_restore_linkdir ();
-  execv ("/bin/sh", argv);
-
-  exec_fatal (file_name);
-}
-
-void
-sys_wait_command (void)
-{
-  int status;
-
-  if (global_pid < 0)
-    return;
-
-  signal (SIGPIPE, pipe_handler);
-  while (waitpid (global_pid, &status, 0) == -1)
-    if (errno != EINTR)
-      {
-        global_pid = -1;
-        waitpid_error (to_command_option);
-        return;
-      }
-
-  if (WIFEXITED (status))
-    {
-      if (!ignore_command_error_option && WEXITSTATUS (status))
-       ERROR ((0, 0, _("%lu: Child returned status %d"),
-               (unsigned long) global_pid, WEXITSTATUS (status)));
-    }
-  else if (WIFSIGNALED (status))
-    {
-      WARN ((0, 0, _("%lu: Child terminated on signal %d"),
-            (unsigned long) global_pid, WTERMSIG (status)));
-    }
-  else
-    ERROR ((0, 0, _("%lu: Child terminated on unknown reason"),
-           (unsigned long) global_pid));
-
-  global_pid = -1;
-}
-
-int
-sys_exec_info_script (const char **archive_name, int volume_number)
-{
-  pid_t pid;
-  char *argv[4];
-  char uintbuf[UINTMAX_STRSIZE_BOUND];
-  int p[2];
-  static RETSIGTYPE (*saved_handler) (int sig);
-
-  xpipe (p);
-  saved_handler = signal (SIGPIPE, SIG_IGN);
-
-  pid = xfork ();
-
-  if (pid != 0)
-    {
-      /* Master */
-
-      int rc;
-      int status;
-      char *buf = NULL;
-      size_t size = 0;
-      FILE *fp;
-
-      xclose (p[PWRITE]);
-      fp = fdopen (p[PREAD], "r");
-      rc = getline (&buf, &size, fp);
-      fclose (fp);
-
-      if (rc > 0 && buf[rc-1] == '\n')
-       buf[--rc] = 0;
-
-      while (waitpid (pid, &status, 0) == -1)
-       if (errno != EINTR)
-         {
-           signal (SIGPIPE, saved_handler);
-           waitpid_error (info_script_option);
-           return -1;
-         }
-
-      signal (SIGPIPE, saved_handler);
-
-      if (WIFEXITED (status))
-       {
-         if (WEXITSTATUS (status) == 0 && rc > 0)
-           *archive_name = buf;
-         else
-           free (buf);
-         return WEXITSTATUS (status);
-       }
-
-      free (buf);
-      return -1;
-    }
-
-  /* Child */
-  setenv ("TAR_VERSION", PACKAGE_VERSION, 1);
-  setenv ("TAR_ARCHIVE", *archive_name, 1);
-  setenv ("TAR_VOLUME", STRINGIFY_BIGINT (volume_number, uintbuf), 1);
-  setenv ("TAR_BLOCKING_FACTOR",
-         STRINGIFY_BIGINT (blocking_factor, uintbuf), 1);
-  setenv ("TAR_SUBCOMMAND", subcommand_string (subcommand_option), 1);
-  setenv ("TAR_FORMAT",
-         archive_format_string (current_format == DEFAULT_FORMAT ?
-                                archive_format : current_format), 1);
-  setenv ("TAR_FD", STRINGIFY_BIGINT (p[PWRITE], uintbuf), 1);
-
-  xclose (p[PREAD]);
-
-  argv[0] = "/bin/sh";
-  argv[1] = "-c";
-  argv[2] = (char *) info_script_option;
-  argv[3] = NULL;
-
-  priv_set_restore_linkdir ();
-  execv (argv[0], argv);
-
-  exec_fatal (info_script_option);
-}
-
-void
-sys_exec_checkpoint_script (const char *script_name,
-                           const char *archive_name,
-                           int checkpoint_number)
-{
-  pid_t pid;
-  char *argv[4];
-  char uintbuf[UINTMAX_STRSIZE_BOUND];
-
-  pid = xfork ();
-
-  if (pid != 0)
-    {
-      /* Master */
-
-      int status;
-
-      while (waitpid (pid, &status, 0) == -1)
-       if (errno != EINTR)
-         {
-           waitpid_error (script_name);
-           break;
-         }
-
-      return;
-    }
-
-  /* Child */
-  setenv ("TAR_VERSION", PACKAGE_VERSION, 1);
-  setenv ("TAR_ARCHIVE", archive_name, 1);
-  setenv ("TAR_CHECKPOINT", STRINGIFY_BIGINT (checkpoint_number, uintbuf), 1);
-  setenv ("TAR_BLOCKING_FACTOR",
-         STRINGIFY_BIGINT (blocking_factor, uintbuf), 1);
-  setenv ("TAR_SUBCOMMAND", subcommand_string (subcommand_option), 1);
-  setenv ("TAR_FORMAT",
-         archive_format_string (current_format == DEFAULT_FORMAT ?
-                                archive_format : current_format), 1);
-  argv[0] = "/bin/sh";
-  argv[1] = "-c";
-  argv[2] = (char *) script_name;
-  argv[3] = NULL;
-
-  priv_set_restore_linkdir ();
-  execv (argv[0], argv);
-
-  exec_fatal (script_name);
-}
-
-#endif /* not MSDOS */
diff --git a/src/update.c b/src/update.c
deleted file mode 100644 (file)
index e3228d4..0000000
+++ /dev/null
@@ -1,246 +0,0 @@
-/* Update a tar archive.
-
-   Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000, 2001, 2003,
-   2004, 2005, 2007, 2010 Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation, Inc.,
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-/* Implement the 'r', 'u' and 'A' options for tar.  'A' means that the
-   file names are tar files, and they should simply be appended to the end
-   of the archive.  No attempt is made to record the reads from the args; if
-   they're on raw tape or something like that, it'll probably lose...  */
-
-#include <system.h>
-#include <quotearg.h>
-#include "common.h"
-
-/* FIXME: This module should not directly handle the following variable,
-   instead, this should be done in buffer.c only.  */
-extern union block *current_block;
-
-/* We've hit the end of the old stuff, and its time to start writing new
-   stuff to the tape.  This involves seeking back one record and
-   re-writing the current record (which has been changed).
-   FIXME: Either eliminate it or move it to common.h.
-*/
-bool time_to_start_writing;
-
-/* Pointer to where we started to write in the first record we write out.
-   This is used if we can't backspace the output and have to null out the
-   first part of the record.  */
-char *output_start;
-
-/* Catenate file FILE_NAME to the archive without creating a header for it.
-   It had better be a tar file or the archive is screwed.  */
-static void
-append_file (char *file_name)
-{
-  int handle = openat (chdir_fd, file_name, O_RDONLY | O_BINARY);
-  struct stat stat_data;
-
-  if (handle < 0)
-    {
-      open_error (file_name);
-      return;
-    }
-
-  if (fstat (handle, &stat_data) != 0)
-    stat_error (file_name);
-  else
-    {
-      off_t bytes_left = stat_data.st_size;
-
-      while (bytes_left > 0)
-       {
-         union block *start = find_next_block ();
-         size_t buffer_size = available_space_after (start);
-         size_t status;
-         char buf[UINTMAX_STRSIZE_BOUND];
-
-         if (bytes_left < buffer_size)
-           {
-             buffer_size = bytes_left;
-             status = buffer_size % BLOCKSIZE;
-             if (status)
-               memset (start->buffer + bytes_left, 0, BLOCKSIZE - status);
-           }
-
-         status = safe_read (handle, start->buffer, buffer_size);
-         if (status == SAFE_READ_ERROR)
-           read_fatal_details (file_name, stat_data.st_size - bytes_left,
-                               buffer_size);
-         if (status == 0)
-           FATAL_ERROR ((0, 0,
-                         ngettext ("%s: File shrank by %s byte",
-                                   "%s: File shrank by %s bytes",
-                                   bytes_left),
-                         quotearg_colon (file_name),
-                         STRINGIFY_BIGINT (bytes_left, buf)));
-
-         bytes_left -= status;
-
-         set_next_block_after (start + (status - 1) / BLOCKSIZE);
-       }
-    }
-
-  if (close (handle) != 0)
-    close_error (file_name);
-}
-
-/* Implement the 'r' (add files to end of archive), and 'u' (add files
-   to end of archive if they aren't there, or are more up to date than
-   the version in the archive) commands.  */
-void
-update_archive (void)
-{
-  enum read_header previous_status = HEADER_STILL_UNREAD;
-  bool found_end = false;
-
-  name_gather ();
-  open_archive (ACCESS_UPDATE);
-  buffer_write_global_xheader ();
-
-  while (!found_end)
-    {
-      enum read_header status = read_header (&current_header,
-                                             &current_stat_info,
-                                             read_header_auto);
-
-      switch (status)
-       {
-       case HEADER_STILL_UNREAD:
-       case HEADER_SUCCESS_EXTENDED:
-         abort ();
-
-       case HEADER_SUCCESS:
-         {
-           struct name *name;
-
-           decode_header (current_header, &current_stat_info,
-                          &current_format, 0);
-           transform_stat_info (current_header->header.typeflag,
-                                &current_stat_info);
-           archive_format = current_format;
-
-           if (subcommand_option == UPDATE_SUBCOMMAND
-               && (name = name_scan (current_stat_info.file_name)) != NULL)
-             {
-               struct stat s;
-
-               chdir_do (name->change_dir);
-               if (deref_stat (current_stat_info.file_name, &s) == 0)
-                 {
-                   if (S_ISDIR (s.st_mode))
-                     {
-                       char *p, *dirp;
-                       DIR *stream;
-                       int fd = openat (chdir_fd, name->name,
-                                        open_read_flags | O_DIRECTORY);
-                       if (fd < 0)
-                         open_error (name->name);
-                       else if (! ((stream = fdopendir (fd))
-                                   && (dirp = streamsavedir (stream))))
-                         savedir_error (name->name);
-                       else
-                         {
-                           namebuf_t nbuf = namebuf_create (name->name);
-
-                           for (p = dirp; *p; p += strlen (p) + 1)
-                             addname (namebuf_name (nbuf, p),
-                                      0, false, NULL);
-
-                           namebuf_free (nbuf);
-                           free (dirp);
-
-                           remname (name);
-                         }
-
-                       if (stream
-                           ? closedir (stream) != 0
-                           : 0 <= fd && close (fd) != 0)
-                         savedir_error (name->name);
-                     }
-                   else if (tar_timespec_cmp (get_stat_mtime (&s),
-                                              current_stat_info.mtime)
-                            <= 0)
-                     remname (name);
-                 }
-             }
-
-           skip_member ();
-           break;
-         }
-
-       case HEADER_ZERO_BLOCK:
-         current_block = current_header;
-         found_end = true;
-         break;
-
-       case HEADER_END_OF_FILE:
-         found_end = true;
-         break;
-
-       case HEADER_FAILURE:
-         set_next_block_after (current_header);
-         switch (previous_status)
-           {
-           case HEADER_STILL_UNREAD:
-             WARN ((0, 0, _("This does not look like a tar archive")));
-             /* Fall through.  */
-
-           case HEADER_SUCCESS:
-           case HEADER_ZERO_BLOCK:
-             ERROR ((0, 0, _("Skipping to next header")));
-             /* Fall through.  */
-
-           case HEADER_FAILURE:
-             break;
-
-           case HEADER_END_OF_FILE:
-           case HEADER_SUCCESS_EXTENDED:
-             abort ();
-           }
-         break;
-       }
-
-      tar_stat_destroy (&current_stat_info);
-      previous_status = status;
-    }
-
-  reset_eof ();
-  time_to_start_writing = true;
-  output_start = current_block->buffer;
-
-  {
-    struct name const *p;
-    while ((p = name_from_list ()) != NULL)
-      {
-       char *file_name = p->name;
-       if (excluded_name (file_name))
-         continue;
-       if (interactive_option && !confirm ("add", file_name))
-         continue;
-       if (subcommand_option == CAT_SUBCOMMAND)
-         append_file (file_name);
-       else
-         dump_file (0, file_name, file_name);
-      }
-  }
-
-  write_eot ();
-  close_archive ();
-  finish_deferred_unlinks ();
-  names_notfound ();
-}
diff --git a/src/warning.c b/src/warning.c
deleted file mode 100644 (file)
index 5d1bcab..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-/* This file is part of GNU tar.
-
-   Copyright (C) 2009 Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 3, or (at your option) any later
-   version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
-   Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program.  If not, see <http://www.gnu.org/licenses/>. */
-
-#include <system.h>
-#include <argmatch.h>
-
-#include "common.h"
-
-static char const *const warning_args[] = {
-  "all",
-  "alone-zero-block",
-  "bad-dumpdir",
-  "cachedir",
-  "contiguous-cast",
-  "file-changed",
-  "file-ignored",
-  "file-removed",
-  "file-shrank",
-  "file-unchanged",
-  "filename-with-nuls",
-  "ignore-archive",
-  "ignore-newer",
-  "new-directory",
-  "rename-directory",
-  "symlink-cast",
-  "timestamp",
-  "unknown-cast",
-  "unknown-keyword",
-  "xdev",
-  "decompress-program",
-  NULL
-};
-
-static int warning_types[] = {
-  WARN_ALL,
-  WARN_ALONE_ZERO_BLOCK,
-  WARN_BAD_DUMPDIR,
-  WARN_CACHEDIR,
-  WARN_CONTIGUOUS_CAST,
-  WARN_FILE_CHANGED,
-  WARN_FILE_IGNORED,
-  WARN_FILE_REMOVED,
-  WARN_FILE_SHRANK,
-  WARN_FILE_UNCHANGED,
-  WARN_FILENAME_WITH_NULS,
-  WARN_IGNORE_ARCHIVE,
-  WARN_IGNORE_NEWER,
-  WARN_NEW_DIRECTORY,
-  WARN_RENAME_DIRECTORY,
-  WARN_SYMLINK_CAST,
-  WARN_TIMESTAMP,
-  WARN_UNKNOWN_CAST,
-  WARN_UNKNOWN_KEYWORD,
-  WARN_XDEV,
-  WARN_DECOMPRESS_PROGRAM
-};
-
-ARGMATCH_VERIFY (warning_args, warning_types);
-
-int warning_option = WARN_ALL;
-
-void
-set_warning_option (const char *arg)
-{
-  int negate = 0;
-  int option;
-
-  if (strcmp (arg, "none") == 0)
-    {
-      warning_option = 0;
-      return;
-    }
-  if (strlen (arg) > 2 && memcmp (arg, "no-", 3) == 0)
-    {
-      negate = 1;
-      arg += 3;
-    }
-
-  option = XARGMATCH ("--warning", arg,
-                     warning_args, warning_types);
-  if (negate)
-    warning_option &= ~option;
-  else
-    warning_option |= option;
-}
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644 (file)
index 12e8c1b..0000000
+++ /dev/null
@@ -1,207 +0,0 @@
-# Makefile for GNU tar regression tests.
-
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005,
-# 2006, 2007, 2009 Free Software Foundation, Inc.
-
-# François Pinard <pinard@iro.umontreal.ca>, 1988.
-# Sergey Poznyakoff <gray@mirddin.farlep.net>, 2004.
-
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 3, or (at your option)
-## any later version.
-
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-## 02110-1301, USA.
-
-EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh
-DISTCLEANFILES       = atconfig $(check_SCRIPTS)
-MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
-
-## ------------ ##
-## package.m4.  ##
-## ------------ ##
-
-$(srcdir)/package.m4: $(top_srcdir)/configure.ac
-       {                                      \
-         echo '# Signature of the current package.'; \
-         echo 'm4_define([AT_PACKAGE_NAME],      [@PACKAGE_NAME@])'; \
-         echo 'm4_define([AT_PACKAGE_TARNAME],   [@PACKAGE_TARNAME@])'; \
-         echo 'm4_define([AT_PACKAGE_VERSION],   [@PACKAGE_VERSION@])'; \
-         echo 'm4_define([AT_PACKAGE_STRING],    [@PACKAGE_STRING@])'; \
-         echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
-       } >$(srcdir)/package.m4
-
-#
-
-## ------------ ##
-## Test suite.  ##
-## ------------ ##
-
-TESTSUITE_AT = \
- T-empty.at\
- T-null.at\
- testsuite.at\
- append.at\
- append01.at\
- append02.at\
- append03.at\
- backup01.at\
- chtype.at\
- comprec.at\
- delete01.at\
- delete02.at\
- delete03.at\
- delete04.at\
- delete05.at\
- exclude.at\
- exclude01.at\
- exclude02.at\
- exclude03.at\
- exclude04.at\
- exclude05.at\
- exclude06.at\
- extrac01.at\
- extrac02.at\
- extrac03.at\
- extrac04.at\
- extrac05.at\
- extrac06.at\
- extrac07.at\
- extrac08.at\
- extrac09.at\
- extrac10.at\
- extrac11.at\
- extrac12.at\
- extrac13.at\
- extrac14.at\
- extrac15.at\
- extrac16.at\
- extrac17.at\
- filerem01.at\
- filerem02.at\
- gzip.at\
- grow.at\
- incremental.at\
- incr01.at\
- incr02.at\
- incr03.at\
- incr04.at\
- incr05.at\
- incr06.at\
- indexfile.at\
- ignfail.at\
- label01.at\
- label02.at\
- label03.at\
- label04.at\
- label05.at\
- link01.at\
- link02.at\
- link03.at\
- link04.at\
- listed01.at\
- listed02.at\
- listed03.at\
- long01.at\
- longv7.at\
- lustar01.at\
- lustar02.at\
- lustar03.at\
- multiv01.at\
- multiv02.at\
- multiv03.at\
- multiv04.at\
- multiv05.at\
- multiv06.at\
- multiv07.at\
- multiv08.at\
- old.at\
- options.at\
- options02.at\
- pipe.at\
- recurse.at\
- rename01.at\
- rename02.at\
- rename03.at\
- rename04.at\
- rename05.at\
- remfiles01.at\
- remfiles02.at\
- remfiles03.at\
- same-order01.at\
- same-order02.at\
- shortfile.at\
- shortupd.at\
- shortrec.at\
- sigpipe.at\
- sparse01.at\
- sparse02.at\
- sparse03.at\
- sparsemv.at\
- sparsemvp.at\
- spmvp00.at\
- spmvp01.at\
- spmvp10.at\
- truncate.at\
- update.at\
- update01.at\
- update02.at\
- volsize.at\
- volume.at\
- verbose.at\
- version.at\
- xform-h.at\
- xform01.at\
- star/gtarfail.at\
- star/gtarfail2.at\
- star/multi-fail.at\
- star/ustar-big-2g.at\
- star/ustar-big-8g.at\
- star/pax-big-10g.at
-
-TESTSUITE = $(srcdir)/testsuite
-
-AUTOTEST = $(AUTOM4TE) --language=autotest
-$(TESTSUITE): package.m4 $(TESTSUITE_AT)
-       $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
-       mv $@.tmp $@
-
-atconfig: $(top_builddir)/config.status
-       cd $(top_builddir) && ./config.status tests/$@
-
-clean-local:
-       test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
-
-check-local: atconfig atlocal $(TESTSUITE)
-       $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS)
-
-check-full:
-       FULL_TEST=1 $(MAKE) check
-
-#check_SCRIPTS = tar
-
-# Run the test suite on the *installed* tree.
-installcheck-local:
-       $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin
-
-
-## ------------ ##
-## genfile      ##
-## ------------ ##
-
-check_PROGRAMS = genfile
-
-genfile_SOURCES = genfile.c argcv.c argcv.h
-
-localedir = $(datadir)/locale
-INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib
-AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
-LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
diff --git a/tests/Makefile.in b/tests/Makefile.in
deleted file mode 100644 (file)
index ec1bace..0000000
+++ /dev/null
@@ -1,1304 +0,0 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-# Makefile for GNU tar regression tests.
-
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005,
-# 2006, 2007, 2009 Free Software Foundation, Inc.
-
-# François Pinard <pinard@iro.umontreal.ca>, 1988.
-# Sergey Poznyakoff <gray@mirddin.farlep.net>, 2004.
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-check_PROGRAMS = genfile$(EXEEXT)
-subdir = tests
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-       $(srcdir)/atlocal.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-       $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/argmatch.m4 \
-       $(top_srcdir)/m4/argp.m4 $(top_srcdir)/m4/asm-underscore.m4 \
-       $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/bison.m4 \
-       $(top_srcdir)/m4/btowc.m4 $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chown.m4 \
-       $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/cloexec.m4 \
-       $(top_srcdir)/m4/close-stream.m4 $(top_srcdir)/m4/close.m4 \
-       $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
-       $(top_srcdir)/m4/d-ino.m4 $(top_srcdir)/m4/dirent-safer.m4 \
-       $(top_srcdir)/m4/dirent_h.m4 $(top_srcdir)/m4/dirfd.m4 \
-       $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dos.m4 \
-       $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup2.m4 \
-       $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/environ.m4 \
-       $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \
-       $(top_srcdir)/m4/exclude.m4 $(top_srcdir)/m4/extensions.m4 \
-       $(top_srcdir)/m4/fchdir.m4 $(top_srcdir)/m4/fclose.m4 \
-       $(top_srcdir)/m4/fcntl-o.m4 $(top_srcdir)/m4/fcntl.m4 \
-       $(top_srcdir)/m4/fcntl_h.m4 $(top_srcdir)/m4/fdopendir.m4 \
-       $(top_srcdir)/m4/fileblocks.m4 $(top_srcdir)/m4/filenamecat.m4 \
-       $(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/fseeko.m4 \
-       $(top_srcdir)/m4/futimens.m4 \
-       $(top_srcdir)/m4/getcwd-abort-bug.m4 \
-       $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
-       $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \
-       $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \
-       $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/gettext.m4 \
-       $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
-       $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \
-       $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/hash.m4 \
-       $(top_srcdir)/m4/human.m4 $(top_srcdir)/m4/iconv.m4 \
-       $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inline.m4 \
-       $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
-       $(top_srcdir)/m4/inttostr.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
-       $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
-       $(top_srcdir)/m4/langinfo_h.m4 $(top_srcdir)/m4/lchown.m4 \
-       $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
-       $(top_srcdir)/m4/lib-prefix.m4 \
-       $(top_srcdir)/m4/libunistring-base.m4 \
-       $(top_srcdir)/m4/link-follow.m4 $(top_srcdir)/m4/link.m4 \
-       $(top_srcdir)/m4/linkat.m4 $(top_srcdir)/m4/localcharset.m4 \
-       $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/locale-ja.m4 \
-       $(top_srcdir)/m4/locale-zh.m4 $(top_srcdir)/m4/longlong.m4 \
-       $(top_srcdir)/m4/lseek.m4 $(top_srcdir)/m4/lstat.m4 \
-       $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/malloca.m4 \
-       $(top_srcdir)/m4/mbchar.m4 $(top_srcdir)/m4/mbiter.m4 \
-       $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbsinit.m4 \
-       $(top_srcdir)/m4/mbsrtowcs.m4 $(top_srcdir)/m4/mbstate_t.m4 \
-       $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mempcpy.m4 \
-       $(top_srcdir)/m4/memrchr.m4 $(top_srcdir)/m4/mkdir.m4 \
-       $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/mkfifo.m4 \
-       $(top_srcdir)/m4/mkfifoat.m4 $(top_srcdir)/m4/mknod.m4 \
-       $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/mmap-anon.m4 \
-       $(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/modechange.m4 \
-       $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/nl_langinfo.m4 \
-       $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/open.m4 \
-       $(top_srcdir)/m4/openat.m4 $(top_srcdir)/m4/parse-datetime.m4 \
-       $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/paxutils.m4 \
-       $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
-       $(top_srcdir)/m4/priv-set.m4 $(top_srcdir)/m4/progtest.m4 \
-       $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
-       $(top_srcdir)/m4/rawmemchr.m4 $(top_srcdir)/m4/readlink.m4 \
-       $(top_srcdir)/m4/readlinkat.m4 $(top_srcdir)/m4/realloc.m4 \
-       $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/rename.m4 \
-       $(top_srcdir)/m4/renameat.m4 $(top_srcdir)/m4/rmdir.m4 \
-       $(top_srcdir)/m4/rmt.m4 $(top_srcdir)/m4/rpmatch.m4 \
-       $(top_srcdir)/m4/rtapelib.m4 $(top_srcdir)/m4/safe-read.m4 \
-       $(top_srcdir)/m4/safe-write.m4 $(top_srcdir)/m4/save-cwd.m4 \
-       $(top_srcdir)/m4/savedir.m4 $(top_srcdir)/m4/setenv.m4 \
-       $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sleep.m4 \
-       $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/ssize_t.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stat.m4 \
-       $(top_srcdir)/m4/stdarg.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \
-       $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/stpcpy.m4 \
-       $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strchrnul.m4 \
-       $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
-       $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strings_h.m4 \
-       $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
-       $(top_srcdir)/m4/strtoimax.m4 $(top_srcdir)/m4/strtol.m4 \
-       $(top_srcdir)/m4/strtoll.m4 $(top_srcdir)/m4/strtoul.m4 \
-       $(top_srcdir)/m4/strtoull.m4 $(top_srcdir)/m4/strtoumax.m4 \
-       $(top_srcdir)/m4/symlink.m4 $(top_srcdir)/m4/symlinkat.m4 \
-       $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
-       $(top_srcdir)/m4/sysexits.m4 $(top_srcdir)/m4/system.m4 \
-       $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/time_h.m4 \
-       $(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/timespec.m4 \
-       $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd-safer.m4 \
-       $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlink.m4 \
-       $(top_srcdir)/m4/unlinkdir.m4 $(top_srcdir)/m4/unlocked-io.m4 \
-       $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utimens.m4 \
-       $(top_srcdir)/m4/utimensat.m4 $(top_srcdir)/m4/utimes.m4 \
-       $(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/vasprintf.m4 \
-       $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/vsnprintf.m4 \
-       $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/wchar_h.m4 \
-       $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wcrtomb.m4 \
-       $(top_srcdir)/m4/wctype_h.m4 $(top_srcdir)/m4/wcwidth.m4 \
-       $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/write.m4 \
-       $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xgetcwd.m4 \
-       $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
-       $(top_srcdir)/m4/xstrtol.m4 $(top_srcdir)/m4/xvasprintf.m4 \
-       $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES = atlocal
-CONFIG_CLEAN_VPATH_FILES =
-am_genfile_OBJECTS = genfile.$(OBJEXT) argcv.$(OBJEXT)
-genfile_OBJECTS = $(am_genfile_OBJECTS)
-genfile_LDADD = $(LDADD)
-am__DEPENDENCIES_1 =
-genfile_DEPENDENCIES = ../gnu/libgnu.a $(am__DEPENDENCIES_1) \
-       $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
-am__v_CC_0 = @echo "  CC    " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-CCLD = $(CC)
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
-am__v_CCLD_0 = @echo "  CCLD  " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN   " $@;
-SOURCES = $(genfile_SOURCES)
-DIST_SOURCES = $(genfile_SOURCES)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
-ALLOCA_H = @ALLOCA_H@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
-ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOM4TE = @AUTOM4TE@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BACKUP_LIBEXEC_SCRIPTS = @BACKUP_LIBEXEC_SCRIPTS@
-BACKUP_SBIN_SCRIPTS = @BACKUP_SBIN_SCRIPTS@
-BACKUP_SED_COND = @BACKUP_SED_COND@
-BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
-BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
-BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
-BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
-BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFAULT_ARCHIVE = @DEFAULT_ARCHIVE@
-DEFAULT_ARCHIVE_FORMAT = @DEFAULT_ARCHIVE_FORMAT@
-DEFAULT_BLOCKING = @DEFAULT_BLOCKING@
-DEFAULT_QUOTING_STYLE = @DEFAULT_QUOTING_STYLE@
-DEFAULT_RMT_COMMAND = @DEFAULT_RMT_COMMAND@
-DEFAULT_RMT_DIR = @DEFAULT_RMT_DIR@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
-EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
-ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
-ENOLINK_VALUE = @ENOLINK_VALUE@
-EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
-EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
-ERRNO_H = @ERRNO_H@
-EXEEXT = @EXEEXT@
-FLOAT_H = @FLOAT_H@
-FNMATCH_H = @FNMATCH_H@
-GETOPT_H = @GETOPT_H@
-GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
-GLIBC21 = @GLIBC21@
-GMSGFMT = @GMSGFMT@
-GMSGFMT_015 = @GMSGFMT_015@
-GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
-GNULIB_ATOLL = @GNULIB_ATOLL@
-GNULIB_BTOWC = @GNULIB_BTOWC@
-GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
-GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
-GNULIB_CHOWN = @GNULIB_CHOWN@
-GNULIB_CLOSE = @GNULIB_CLOSE@
-GNULIB_DIRFD = @GNULIB_DIRFD@
-GNULIB_DPRINTF = @GNULIB_DPRINTF@
-GNULIB_DUP2 = @GNULIB_DUP2@
-GNULIB_DUP3 = @GNULIB_DUP3@
-GNULIB_ENVIRON = @GNULIB_ENVIRON@
-GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
-GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
-GNULIB_FCHDIR = @GNULIB_FCHDIR@
-GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
-GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
-GNULIB_FCLOSE = @GNULIB_FCLOSE@
-GNULIB_FCNTL = @GNULIB_FCNTL@
-GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
-GNULIB_FFLUSH = @GNULIB_FFLUSH@
-GNULIB_FOPEN = @GNULIB_FOPEN@
-GNULIB_FPRINTF = @GNULIB_FPRINTF@
-GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
-GNULIB_FPURGE = @GNULIB_FPURGE@
-GNULIB_FPUTC = @GNULIB_FPUTC@
-GNULIB_FPUTS = @GNULIB_FPUTS@
-GNULIB_FREOPEN = @GNULIB_FREOPEN@
-GNULIB_FSEEK = @GNULIB_FSEEK@
-GNULIB_FSEEKO = @GNULIB_FSEEKO@
-GNULIB_FSTATAT = @GNULIB_FSTATAT@
-GNULIB_FSYNC = @GNULIB_FSYNC@
-GNULIB_FTELL = @GNULIB_FTELL@
-GNULIB_FTELLO = @GNULIB_FTELLO@
-GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
-GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
-GNULIB_FWRITE = @GNULIB_FWRITE@
-GNULIB_GETCWD = @GNULIB_GETCWD@
-GNULIB_GETDELIM = @GNULIB_GETDELIM@
-GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
-GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
-GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
-GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
-GNULIB_GETLINE = @GNULIB_GETLINE@
-GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
-GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
-GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
-GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
-GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
-GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
-GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
-GNULIB_GRANTPT = @GNULIB_GRANTPT@
-GNULIB_IMAXABS = @GNULIB_IMAXABS@
-GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
-GNULIB_LCHMOD = @GNULIB_LCHMOD@
-GNULIB_LCHOWN = @GNULIB_LCHOWN@
-GNULIB_LINK = @GNULIB_LINK@
-GNULIB_LINKAT = @GNULIB_LINKAT@
-GNULIB_LSEEK = @GNULIB_LSEEK@
-GNULIB_LSTAT = @GNULIB_LSTAT@
-GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
-GNULIB_MBRLEN = @GNULIB_MBRLEN@
-GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
-GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
-GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
-GNULIB_MBSCHR = @GNULIB_MBSCHR@
-GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
-GNULIB_MBSINIT = @GNULIB_MBSINIT@
-GNULIB_MBSLEN = @GNULIB_MBSLEN@
-GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
-GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
-GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
-GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
-GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
-GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
-GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
-GNULIB_MBSSEP = @GNULIB_MBSSEP@
-GNULIB_MBSSPN = @GNULIB_MBSSPN@
-GNULIB_MBSSTR = @GNULIB_MBSSTR@
-GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
-GNULIB_MEMCHR = @GNULIB_MEMCHR@
-GNULIB_MEMMEM = @GNULIB_MEMMEM@
-GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
-GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
-GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
-GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
-GNULIB_MKFIFO = @GNULIB_MKFIFO@
-GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
-GNULIB_MKNOD = @GNULIB_MKNOD@
-GNULIB_MKNODAT = @GNULIB_MKNODAT@
-GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
-GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
-GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
-GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
-GNULIB_MKTIME = @GNULIB_MKTIME@
-GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
-GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@
-GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
-GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
-GNULIB_OPEN = @GNULIB_OPEN@
-GNULIB_OPENAT = @GNULIB_OPENAT@
-GNULIB_PERROR = @GNULIB_PERROR@
-GNULIB_PIPE2 = @GNULIB_PIPE2@
-GNULIB_POPEN = @GNULIB_POPEN@
-GNULIB_PREAD = @GNULIB_PREAD@
-GNULIB_PRINTF = @GNULIB_PRINTF@
-GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
-GNULIB_PTSNAME = @GNULIB_PTSNAME@
-GNULIB_PUTC = @GNULIB_PUTC@
-GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
-GNULIB_PUTENV = @GNULIB_PUTENV@
-GNULIB_PUTS = @GNULIB_PUTS@
-GNULIB_PWRITE = @GNULIB_PWRITE@
-GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
-GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
-GNULIB_READLINK = @GNULIB_READLINK@
-GNULIB_READLINKAT = @GNULIB_READLINKAT@
-GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
-GNULIB_REALPATH = @GNULIB_REALPATH@
-GNULIB_REMOVE = @GNULIB_REMOVE@
-GNULIB_RENAME = @GNULIB_RENAME@
-GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
-GNULIB_RMDIR = @GNULIB_RMDIR@
-GNULIB_RPMATCH = @GNULIB_RPMATCH@
-GNULIB_SCANDIR = @GNULIB_SCANDIR@
-GNULIB_SETENV = @GNULIB_SETENV@
-GNULIB_SLEEP = @GNULIB_SLEEP@
-GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
-GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
-GNULIB_STAT = @GNULIB_STAT@
-GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
-GNULIB_STPCPY = @GNULIB_STPCPY@
-GNULIB_STPNCPY = @GNULIB_STPNCPY@
-GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
-GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
-GNULIB_STRDUP = @GNULIB_STRDUP@
-GNULIB_STRERROR = @GNULIB_STRERROR@
-GNULIB_STRNCAT = @GNULIB_STRNCAT@
-GNULIB_STRNDUP = @GNULIB_STRNDUP@
-GNULIB_STRNLEN = @GNULIB_STRNLEN@
-GNULIB_STRPBRK = @GNULIB_STRPBRK@
-GNULIB_STRPTIME = @GNULIB_STRPTIME@
-GNULIB_STRSEP = @GNULIB_STRSEP@
-GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
-GNULIB_STRSTR = @GNULIB_STRSTR@
-GNULIB_STRTOD = @GNULIB_STRTOD@
-GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
-GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
-GNULIB_STRTOLL = @GNULIB_STRTOLL@
-GNULIB_STRTOULL = @GNULIB_STRTOULL@
-GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
-GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
-GNULIB_SYMLINK = @GNULIB_SYMLINK@
-GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
-GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
-GNULIB_TIMEGM = @GNULIB_TIMEGM@
-GNULIB_TIME_R = @GNULIB_TIME_R@
-GNULIB_TMPFILE = @GNULIB_TMPFILE@
-GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
-GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
-GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
-GNULIB_UNLINK = @GNULIB_UNLINK@
-GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
-GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
-GNULIB_UNSETENV = @GNULIB_UNSETENV@
-GNULIB_USLEEP = @GNULIB_USLEEP@
-GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
-GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
-GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
-GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
-GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
-GNULIB_VPRINTF = @GNULIB_VPRINTF@
-GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
-GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
-GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
-GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
-GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
-GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
-GNULIB_WCTOB = @GNULIB_WCTOB@
-GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
-GNULIB_WRITE = @GNULIB_WRITE@
-GNULIB__EXIT = @GNULIB__EXIT@
-GREP = @GREP@
-HAVE_ALPHASORT = @HAVE_ALPHASORT@
-HAVE_ATOLL = @HAVE_ATOLL@
-HAVE_BTOWC = @HAVE_BTOWC@
-HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
-HAVE_CHOWN = @HAVE_CHOWN@
-HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
-HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
-HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
-HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
-HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
-HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
-HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
-HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
-HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
-HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
-HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
-HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
-HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
-HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
-HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
-HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
-HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
-HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
-HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
-HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
-HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
-HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
-HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
-HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
-HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
-HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
-HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
-HAVE_DPRINTF = @HAVE_DPRINTF@
-HAVE_DUP2 = @HAVE_DUP2@
-HAVE_DUP3 = @HAVE_DUP3@
-HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
-HAVE_FACCESSAT = @HAVE_FACCESSAT@
-HAVE_FCHDIR = @HAVE_FCHDIR@
-HAVE_FCHMODAT = @HAVE_FCHMODAT@
-HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
-HAVE_FCNTL = @HAVE_FCNTL@
-HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
-HAVE_FSEEKO = @HAVE_FSEEKO@
-HAVE_FSTATAT = @HAVE_FSTATAT@
-HAVE_FSYNC = @HAVE_FSYNC@
-HAVE_FTELLO = @HAVE_FTELLO@
-HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
-HAVE_FUTIMENS = @HAVE_FUTIMENS@
-HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
-HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
-HAVE_GETGROUPS = @HAVE_GETGROUPS@
-HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
-HAVE_GETLOGIN = @HAVE_GETLOGIN@
-HAVE_GETOPT_H = @HAVE_GETOPT_H@
-HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
-HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
-HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
-HAVE_GRANTPT = @HAVE_GRANTPT@
-HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
-HAVE_ISWBLANK = @HAVE_ISWBLANK@
-HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
-HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
-HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
-HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
-HAVE_LANGINFO_T_FMT_AMPM = @HAVE_LANGINFO_T_FMT_AMPM@
-HAVE_LANGINFO_YESEXPR = @HAVE_LANGINFO_YESEXPR@
-HAVE_LCHMOD = @HAVE_LCHMOD@
-HAVE_LCHOWN = @HAVE_LCHOWN@
-HAVE_LINK = @HAVE_LINK@
-HAVE_LINKAT = @HAVE_LINKAT@
-HAVE_LOCALTIME_R = @HAVE_LOCALTIME_R@
-HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
-HAVE_LSTAT = @HAVE_LSTAT@
-HAVE_MBRLEN = @HAVE_MBRLEN@
-HAVE_MBRTOWC = @HAVE_MBRTOWC@
-HAVE_MBSINIT = @HAVE_MBSINIT@
-HAVE_MBSLEN = @HAVE_MBSLEN@
-HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
-HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
-HAVE_MEMCHR = @HAVE_MEMCHR@
-HAVE_MEMPCPY = @HAVE_MEMPCPY@
-HAVE_MKDIRAT = @HAVE_MKDIRAT@
-HAVE_MKDTEMP = @HAVE_MKDTEMP@
-HAVE_MKFIFO = @HAVE_MKFIFO@
-HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
-HAVE_MKNOD = @HAVE_MKNOD@
-HAVE_MKNODAT = @HAVE_MKNODAT@
-HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
-HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
-HAVE_MKSTEMP = @HAVE_MKSTEMP@
-HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
-HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
-HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@
-HAVE_OPENAT = @HAVE_OPENAT@
-HAVE_OS_H = @HAVE_OS_H@
-HAVE_PIPE2 = @HAVE_PIPE2@
-HAVE_PREAD = @HAVE_PREAD@
-HAVE_PTSNAME = @HAVE_PTSNAME@
-HAVE_PWRITE = @HAVE_PWRITE@
-HAVE_RANDOM_H = @HAVE_RANDOM_H@
-HAVE_RANDOM_R = @HAVE_RANDOM_R@
-HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
-HAVE_READLINK = @HAVE_READLINK@
-HAVE_READLINKAT = @HAVE_READLINKAT@
-HAVE_REALPATH = @HAVE_REALPATH@
-HAVE_RENAMEAT = @HAVE_RENAMEAT@
-HAVE_RPMATCH = @HAVE_RPMATCH@
-HAVE_SCANDIR = @HAVE_SCANDIR@
-HAVE_SETENV = @HAVE_SETENV@
-HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
-HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
-HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
-HAVE_SLEEP = @HAVE_SLEEP@
-HAVE_STDINT_H = @HAVE_STDINT_H@
-HAVE_STPCPY = @HAVE_STPCPY@
-HAVE_STPNCPY = @HAVE_STPNCPY@
-HAVE_STRCASECMP = @HAVE_STRCASECMP@
-HAVE_STRCASESTR = @HAVE_STRCASESTR@
-HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
-HAVE_STRPBRK = @HAVE_STRPBRK@
-HAVE_STRPTIME = @HAVE_STRPTIME@
-HAVE_STRSEP = @HAVE_STRSEP@
-HAVE_STRTOD = @HAVE_STRTOD@
-HAVE_STRTOLL = @HAVE_STRTOLL@
-HAVE_STRTOULL = @HAVE_STRTOULL@
-HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
-HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
-HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
-HAVE_SYMLINK = @HAVE_SYMLINK@
-HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
-HAVE_SYSEXITS_H = @HAVE_SYSEXITS_H@
-HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
-HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
-HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
-HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
-HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
-HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
-HAVE_TIMEGM = @HAVE_TIMEGM@
-HAVE_TTYNAME_R = @HAVE_TTYNAME_R@
-HAVE_UNISTD_H = @HAVE_UNISTD_H@
-HAVE_UNLINKAT = @HAVE_UNLINKAT@
-HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
-HAVE_UNSETENV = @HAVE_UNSETENV@
-HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
-HAVE_USLEEP = @HAVE_USLEEP@
-HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
-HAVE_VASPRINTF = @HAVE_VASPRINTF@
-HAVE_VDPRINTF = @HAVE_VDPRINTF@
-HAVE_WCHAR_H = @HAVE_WCHAR_H@
-HAVE_WCHAR_T = @HAVE_WCHAR_T@
-HAVE_WCRTOMB = @HAVE_WCRTOMB@
-HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
-HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
-HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
-HAVE_WINT_T = @HAVE_WINT_T@
-HAVE__BOOL = @HAVE__BOOL@
-HAVE__EXIT = @HAVE__EXIT@
-INCLUDE_NEXT = @INCLUDE_NEXT@
-INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
-INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
-INTLLIBS = @INTLLIBS@
-INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
-LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
-LIBICONV = @LIBICONV@
-LIBINTL = @LIBINTL@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
-LIBUNISTRING_UNIWIDTH_H = @LIBUNISTRING_UNIWIDTH_H@
-LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
-LIB_SETSOCKOPT = @LIB_SETSOCKOPT@
-LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
-LOCALE_FR = @LOCALE_FR@
-LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
-LOCALE_JA = @LOCALE_JA@
-LOCALE_ZH_CN = @LOCALE_ZH_CN@
-LTLIBICONV = @LTLIBICONV@
-LTLIBINTL = @LTLIBINTL@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-MSGFMT = @MSGFMT@
-MSGFMT_015 = @MSGFMT_015@
-MSGMERGE = @MSGMERGE@
-NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
-NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
-NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
-NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
-NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
-NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
-NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
-NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
-NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
-NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
-NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
-NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
-NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@
-NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
-NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H = @NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H@
-NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
-NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
-NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
-NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
-NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
-NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
-NEXT_DIRENT_H = @NEXT_DIRENT_H@
-NEXT_ERRNO_H = @NEXT_ERRNO_H@
-NEXT_FCNTL_H = @NEXT_FCNTL_H@
-NEXT_FLOAT_H = @NEXT_FLOAT_H@
-NEXT_GETOPT_H = @NEXT_GETOPT_H@
-NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
-NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
-NEXT_STDARG_H = @NEXT_STDARG_H@
-NEXT_STDDEF_H = @NEXT_STDDEF_H@
-NEXT_STDINT_H = @NEXT_STDINT_H@
-NEXT_STDIO_H = @NEXT_STDIO_H@
-NEXT_STDLIB_H = @NEXT_STDLIB_H@
-NEXT_STRINGS_H = @NEXT_STRINGS_H@
-NEXT_STRING_H = @NEXT_STRING_H@
-NEXT_SYSEXITS_H = @NEXT_SYSEXITS_H@
-NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
-NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
-NEXT_TIME_H = @NEXT_TIME_H@
-NEXT_UNISTD_H = @NEXT_UNISTD_H@
-NEXT_WCHAR_H = @NEXT_WCHAR_H@
-NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-POSUB = @POSUB@
-PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
-PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
-PRIPTR_PREFIX = @PRIPTR_PREFIX@
-PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
-PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
-PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
-PU_RMT_PROG = @PU_RMT_PROG@
-RANLIB = @RANLIB@
-REPLACE_BTOWC = @REPLACE_BTOWC@
-REPLACE_CALLOC = @REPLACE_CALLOC@
-REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
-REPLACE_CHOWN = @REPLACE_CHOWN@
-REPLACE_CLOSE = @REPLACE_CLOSE@
-REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
-REPLACE_DIRFD = @REPLACE_DIRFD@
-REPLACE_DPRINTF = @REPLACE_DPRINTF@
-REPLACE_DUP = @REPLACE_DUP@
-REPLACE_DUP2 = @REPLACE_DUP2@
-REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
-REPLACE_FCLOSE = @REPLACE_FCLOSE@
-REPLACE_FCNTL = @REPLACE_FCNTL@
-REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
-REPLACE_FFLUSH = @REPLACE_FFLUSH@
-REPLACE_FOPEN = @REPLACE_FOPEN@
-REPLACE_FPRINTF = @REPLACE_FPRINTF@
-REPLACE_FPURGE = @REPLACE_FPURGE@
-REPLACE_FREOPEN = @REPLACE_FREOPEN@
-REPLACE_FSEEK = @REPLACE_FSEEK@
-REPLACE_FSEEKO = @REPLACE_FSEEKO@
-REPLACE_FSTAT = @REPLACE_FSTAT@
-REPLACE_FSTATAT = @REPLACE_FSTATAT@
-REPLACE_FTELL = @REPLACE_FTELL@
-REPLACE_FTELLO = @REPLACE_FTELLO@
-REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
-REPLACE_GETCWD = @REPLACE_GETCWD@
-REPLACE_GETDELIM = @REPLACE_GETDELIM@
-REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
-REPLACE_GETLINE = @REPLACE_GETLINE@
-REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
-REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
-REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
-REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
-REPLACE_LCHOWN = @REPLACE_LCHOWN@
-REPLACE_LINK = @REPLACE_LINK@
-REPLACE_LINKAT = @REPLACE_LINKAT@
-REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
-REPLACE_LSEEK = @REPLACE_LSEEK@
-REPLACE_LSTAT = @REPLACE_LSTAT@
-REPLACE_MALLOC = @REPLACE_MALLOC@
-REPLACE_MBRLEN = @REPLACE_MBRLEN@
-REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
-REPLACE_MBSINIT = @REPLACE_MBSINIT@
-REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
-REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
-REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
-REPLACE_MEMCHR = @REPLACE_MEMCHR@
-REPLACE_MEMMEM = @REPLACE_MEMMEM@
-REPLACE_MKDIR = @REPLACE_MKDIR@
-REPLACE_MKFIFO = @REPLACE_MKFIFO@
-REPLACE_MKNOD = @REPLACE_MKNOD@
-REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
-REPLACE_MKTIME = @REPLACE_MKTIME@
-REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
-REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@
-REPLACE_NULL = @REPLACE_NULL@
-REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
-REPLACE_OPEN = @REPLACE_OPEN@
-REPLACE_OPENAT = @REPLACE_OPENAT@
-REPLACE_OPENDIR = @REPLACE_OPENDIR@
-REPLACE_PERROR = @REPLACE_PERROR@
-REPLACE_POPEN = @REPLACE_POPEN@
-REPLACE_PREAD = @REPLACE_PREAD@
-REPLACE_PRINTF = @REPLACE_PRINTF@
-REPLACE_PUTENV = @REPLACE_PUTENV@
-REPLACE_PWRITE = @REPLACE_PWRITE@
-REPLACE_READLINK = @REPLACE_READLINK@
-REPLACE_REALLOC = @REPLACE_REALLOC@
-REPLACE_REALPATH = @REPLACE_REALPATH@
-REPLACE_REMOVE = @REPLACE_REMOVE@
-REPLACE_RENAME = @REPLACE_RENAME@
-REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
-REPLACE_RMDIR = @REPLACE_RMDIR@
-REPLACE_SETENV = @REPLACE_SETENV@
-REPLACE_SLEEP = @REPLACE_SLEEP@
-REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
-REPLACE_SPRINTF = @REPLACE_SPRINTF@
-REPLACE_STAT = @REPLACE_STAT@
-REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
-REPLACE_STPNCPY = @REPLACE_STPNCPY@
-REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
-REPLACE_STRDUP = @REPLACE_STRDUP@
-REPLACE_STRERROR = @REPLACE_STRERROR@
-REPLACE_STRNCAT = @REPLACE_STRNCAT@
-REPLACE_STRNDUP = @REPLACE_STRNDUP@
-REPLACE_STRNLEN = @REPLACE_STRNLEN@
-REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
-REPLACE_STRSTR = @REPLACE_STRSTR@
-REPLACE_STRTOD = @REPLACE_STRTOD@
-REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
-REPLACE_SYMLINK = @REPLACE_SYMLINK@
-REPLACE_TIMEGM = @REPLACE_TIMEGM@
-REPLACE_TMPFILE = @REPLACE_TMPFILE@
-REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
-REPLACE_UNLINK = @REPLACE_UNLINK@
-REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
-REPLACE_UNSETENV = @REPLACE_UNSETENV@
-REPLACE_USLEEP = @REPLACE_USLEEP@
-REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
-REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
-REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
-REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
-REPLACE_VPRINTF = @REPLACE_VPRINTF@
-REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
-REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
-REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
-REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
-REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
-REPLACE_WCTOB = @REPLACE_WCTOB@
-REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
-REPLACE_WRITE = @REPLACE_WRITE@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
-SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
-STDARG_H = @STDARG_H@
-STDBOOL_H = @STDBOOL_H@
-STDDEF_H = @STDDEF_H@
-STDINT_H = @STDINT_H@
-STRIP = @STRIP@
-SYSEXITS_H = @SYSEXITS_H@
-SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
-TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
-UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
-UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
-UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
-UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
-UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
-USE_NLS = @USE_NLS@
-VERSION = @VERSION@
-WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
-WINT_T_SUFFIX = @WINT_T_SUFFIX@
-XGETTEXT = @XGETTEXT@
-XGETTEXT_015 = @XGETTEXT_015@
-XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
-YACC = @YACC@
-YFLAGS = @YFLAGS@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-gl_LIBOBJS = @gl_LIBOBJS@
-gl_LTLIBOBJS = @gl_LTLIBOBJS@
-gltests_LIBOBJS = @gltests_LIBOBJS@
-gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
-gltests_WITNESS = @gltests_WITNESS@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = $(datadir)/locale
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh
-DISTCLEANFILES = atconfig $(check_SCRIPTS)
-MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
-
-#
-TESTSUITE_AT = \
- T-empty.at\
- T-null.at\
- testsuite.at\
- append.at\
- append01.at\
- append02.at\
- append03.at\
- backup01.at\
- chtype.at\
- comprec.at\
- delete01.at\
- delete02.at\
- delete03.at\
- delete04.at\
- delete05.at\
- exclude.at\
- exclude01.at\
- exclude02.at\
- exclude03.at\
- exclude04.at\
- exclude05.at\
- exclude06.at\
- extrac01.at\
- extrac02.at\
- extrac03.at\
- extrac04.at\
- extrac05.at\
- extrac06.at\
- extrac07.at\
- extrac08.at\
- extrac09.at\
- extrac10.at\
- extrac11.at\
- extrac12.at\
- extrac13.at\
- extrac14.at\
- extrac15.at\
- extrac16.at\
- extrac17.at\
- filerem01.at\
- filerem02.at\
- gzip.at\
- grow.at\
- incremental.at\
- incr01.at\
- incr02.at\
- incr03.at\
- incr04.at\
- incr05.at\
- incr06.at\
- indexfile.at\
- ignfail.at\
- label01.at\
- label02.at\
- label03.at\
- label04.at\
- label05.at\
- link01.at\
- link02.at\
- link03.at\
- link04.at\
- listed01.at\
- listed02.at\
- listed03.at\
- long01.at\
- longv7.at\
- lustar01.at\
- lustar02.at\
- lustar03.at\
- multiv01.at\
- multiv02.at\
- multiv03.at\
- multiv04.at\
- multiv05.at\
- multiv06.at\
- multiv07.at\
- multiv08.at\
- old.at\
- options.at\
- options02.at\
- pipe.at\
- recurse.at\
- rename01.at\
- rename02.at\
- rename03.at\
- rename04.at\
- rename05.at\
- remfiles01.at\
- remfiles02.at\
- remfiles03.at\
- same-order01.at\
- same-order02.at\
- shortfile.at\
- shortupd.at\
- shortrec.at\
- sigpipe.at\
- sparse01.at\
- sparse02.at\
- sparse03.at\
- sparsemv.at\
- sparsemvp.at\
- spmvp00.at\
- spmvp01.at\
- spmvp10.at\
- truncate.at\
- update.at\
- update01.at\
- update02.at\
- volsize.at\
- volume.at\
- verbose.at\
- version.at\
- xform-h.at\
- xform01.at\
- star/gtarfail.at\
- star/gtarfail2.at\
- star/multi-fail.at\
- star/ustar-big-2g.at\
- star/ustar-big-8g.at\
- star/pax-big-10g.at
-
-TESTSUITE = $(srcdir)/testsuite
-AUTOTEST = $(AUTOM4TE) --language=autotest
-genfile_SOURCES = genfile.c argcv.c argcv.h
-INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib
-AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
-LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-               && { if test -f $@; then exit 0; else break; fi; }; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile'; \
-       $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --gnits tests/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-atlocal: $(top_builddir)/config.status $(srcdir)/atlocal.in
-       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
-clean-checkPROGRAMS:
-       -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
-genfile$(EXEEXT): $(genfile_OBJECTS) $(genfile_DEPENDENCIES) 
-       @rm -f genfile$(EXEEXT)
-       $(AM_V_CCLD)$(LINK) $(genfile_OBJECTS) $(genfile_LDADD) $(LIBS)
-
-mostlyclean-compile:
-       -rm -f *.$(OBJEXT)
-
-distclean-compile:
-       -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argcv.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genfile.Po@am__quote@
-
-.c.o:
-@am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(COMPILE) -c $<
-
-.c.obj:
-@am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       set x; \
-       here=`pwd`; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       shift; \
-       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         if test $$# -gt 0; then \
-           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-             "$$@" $$unique; \
-         else \
-           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-             $$unique; \
-         fi; \
-       fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       test -z "$(CTAGS_ARGS)$$unique" \
-         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-            $$unique
-
-GTAGS:
-       here=`$(am__cd) $(top_builddir) && pwd` \
-         && $(am__cd) $(top_srcdir) \
-         && gtags -i $(GTAGS_ARGS) "$$here"
-
-distclean-tags:
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       list='$(DISTFILES)'; \
-         dist_files=`for file in $$list; do echo $$file; done | \
-         sed -e "s|^$$srcdirstrip/||;t" \
-             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-       case $$dist_files in \
-         */*) $(MKDIR_P) `echo "$$dist_files" | \
-                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-                          sort -u` ;; \
-       esac; \
-       for file in $$dist_files; do \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         if test -d $$d/$$file; then \
-           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-           if test -d "$(distdir)/$$file"; then \
-             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-           fi; \
-           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-           fi; \
-           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-         else \
-           test -f "$(distdir)/$$file" \
-           || cp -p $$d/$$file "$(distdir)/$$file" \
-           || exit 1; \
-         fi; \
-       done
-check-am: all-am
-       $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
-       $(MAKE) $(AM_MAKEFLAGS) check-local
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
-
-maintainer-clean-generic:
-       @echo "This command is intended for maintainers to use"
-       @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-clean: clean-am
-
-clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am
-
-distclean: distclean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am: installcheck-local
-
-maintainer-clean: maintainer-clean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: check-am install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
-       clean-checkPROGRAMS clean-generic clean-local ctags distclean \
-       distclean-compile distclean-generic distclean-tags distdir dvi \
-       dvi-am html html-am info info-am install install-am \
-       install-data install-data-am install-dvi install-dvi-am \
-       install-exec install-exec-am install-html install-html-am \
-       install-info install-info-am install-man install-pdf \
-       install-pdf-am install-ps install-ps-am install-strip \
-       installcheck installcheck-am installcheck-local installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
-       tags uninstall uninstall-am
-
-
-$(srcdir)/package.m4: $(top_srcdir)/configure.ac
-       {                                      \
-         echo '# Signature of the current package.'; \
-         echo 'm4_define([AT_PACKAGE_NAME],      [@PACKAGE_NAME@])'; \
-         echo 'm4_define([AT_PACKAGE_TARNAME],   [@PACKAGE_TARNAME@])'; \
-         echo 'm4_define([AT_PACKAGE_VERSION],   [@PACKAGE_VERSION@])'; \
-         echo 'm4_define([AT_PACKAGE_STRING],    [@PACKAGE_STRING@])'; \
-         echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
-       } >$(srcdir)/package.m4
-$(TESTSUITE): package.m4 $(TESTSUITE_AT)
-       $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
-       mv $@.tmp $@
-
-atconfig: $(top_builddir)/config.status
-       cd $(top_builddir) && ./config.status tests/$@
-
-clean-local:
-       test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
-
-check-local: atconfig atlocal $(TESTSUITE)
-       $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS)
-
-check-full:
-       FULL_TEST=1 $(MAKE) check
-
-#check_SCRIPTS = tar
-
-# Run the test suite on the *installed* tree.
-installcheck-local:
-       $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/append03.at b/tests/append03.at
deleted file mode 100644 (file)
index 8fb24c6..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-#
-# Test suite for GNU tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-AT_SETUP([append with name transformation])
-AT_KEYWORDS([append append03])
-
-# Description: Make sure filenames are transformed during append.
-
-AT_TAR_CHECK([
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-],
-[0],
-[Appending
-plik.1
-Testing
-plik.1
-plik.2
-plik.1
-])
-
-AT_CLEANUP
diff --git a/tests/extrac11.at b/tests/extrac11.at
deleted file mode 100644 (file)
index 0481c27..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-
-# Test suite for GNU tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# written by Paul Eggert
-
-# Check that 'tar' works even in a file-descriptor-limited environment.
-
-AT_SETUP([scarce file descriptors])
-AT_KEYWORDS([extract extrac11])
-
-AT_TAR_CHECK([
-exec </dev/null
-dirs='a
-      a/b
-      a/b/c
-      a/b/c/d
-      a/b/c/d/e
-      a/b/c/d/e/f
-      a/b/c/d/e/f/g
-      a/b/c/d/e/f/g/h
-      a/b/c/d/e/f/g/h/i
-      a/b/c/d/e/f/g/h/i/j
-      a/b/c/d/e/f/g/h/i/j/k
-'
-files=
-mkdir $dirs dest1 dest2 dest3 || exit
-for dir in $dirs; do
-  for file in X Y Z; do
-    echo $file >$dir/$file || exit
-    files="$files $file"
-  done
-done
-
-# Check that "ulimit" itself works.  Close file descriptors before
-# invoking ulimit, to work around a bug (or a "feature") in some shells,
-# where they squirrel away dups of file descriptors into FD 10 and up
-# before closing the originals.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 100 &&
-   tar -cf archive1.tar a &&
-   tar -xf archive1.tar -C dest1 a
-  ) &&
-  diff -r a dest1/a
-) >/dev/null 2>&1 ||
-   AT_SKIP_TEST
-
-# Another test that "ulimit" itself works:
-# tar should fail when completely starved of file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 4 &&
-   tar -cf archive2.tar a &&
-   tar -xf archive2.tar -C dest2 a
-  ) &&
-  diff -r a dest2/a
-) >/dev/null 2>&1 &&
-   AT_SKIP_TEST
-
-# Tar should work when there are few, but enough, file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 10 &&
-   tar -cf archive3.tar a &&
-   tar -xf archive3.tar -C dest3 a
-  ) &&
-  diff -r a dest3/a >/dev/null 2>&1
-) || { diff -r a dest3/a; exit 1; }
-],
-[0],[],[],[],[],[gnu])
-
-AT_CLEANUP
diff --git a/tests/extrac13.at b/tests/extrac13.at
deleted file mode 100644 (file)
index 7c03e02..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-
-# Test suite for GNU tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# written by Paul Eggert
-
-# Check that 'tar' normally does follow symbolic links when extracting,
-# unless --dereference is specified.
-
-AT_SETUP([extract over symlinks])
-AT_KEYWORDS([extract extrac13])
-
-AT_TAR_CHECK([
-mkdir src dst1 dst2 dst3
-echo file1 >src/file1
-ln -s target1 dst1/file1
-echo target1 >dst1/target1
-echo target1 >target1
-
-tar -cf archive.tar -C src . &&
-tar -xf archive.tar -C dst1 --warning=no-timestamp &&
-diff src/file1 dst1/file1 &&
-diff target1 dst1/target1
-
-ln -s target1 dst2/file1
-echo target1 >dst2/target1
-tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp &&
-diff src/file1 dst2/file1 &&
-diff target1 dst2/target1
-
-ln -s target1 dst3/file1
-echo target1 >dst3/target1
-tar --overwrite -xhf archive.tar -C dst3 --warning=no-timestamp &&
-diff src/file1 dst3/file1 &&
-diff src/file1 dst3/target1
-],
-[0],[],[],[],[],[gnu])
-
-AT_CLEANUP
diff --git a/tests/extrac16.at b/tests/extrac16.at
deleted file mode 100644 (file)
index 625e579..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-
-# Test suite for GNU tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# written by Paul Eggert from a bug report by Denis Excoffier
-# <http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00034.html>
-
-# Check extraction of empty directory with -C.
-
-AT_SETUP([extract empty directory with -C])
-AT_KEYWORDS([extract extrac16])
-
-AT_TAR_CHECK([
-mkdir src src/a src/a/b dest
-touch src/a/c
-
-tar -cf archive.tar -C src a &&
-tar -xf archive.tar -C dest
-],
-[0],[],[],[],[],[gnu])
-
-AT_CLEANUP
diff --git a/tests/extrac17.at b/tests/extrac17.at
deleted file mode 100644 (file)
index 779af48..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-#
-# Test suite for GNU tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-AT_SETUP([name matching/transformation ordering])
-AT_KEYWORDS([extract extrac17])
-
-# Description: Tar 1.24 changed the ordering of name matching and
-# name transformation so that the former saw already transformed
-# file names (see commit 9c194c99 and exclude06.at).  This reverted
-# ordering made it impossible to match file names in certain cases.
-# In particular, the testcase below would not extract anything.
-#
-# Reported-by: "Gabor Z. Papp" <gzp@papp.hu>
-# References: <x6r5fd9jye@gzp>, <20101026175126.29028@Pirx.gnu.org.ua>
-#             http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00047.html
-
-AT_TAR_CHECK([
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-],
-[0],
-[dir/subdir1/file1
-])
-
-AT_CLEANUP
diff --git a/tests/package.m4 b/tests/package.m4
deleted file mode 100644 (file)
index b134bb2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# Signature of the current package.
-m4_define([AT_PACKAGE_NAME],      [GNU tar])
-m4_define([AT_PACKAGE_TARNAME],   [tar])
-m4_define([AT_PACKAGE_VERSION],   [1.25])
-m4_define([AT_PACKAGE_STRING],    [GNU tar 1.25])
-m4_define([AT_PACKAGE_BUGREPORT], [bug-tar@gnu.org])
diff --git a/tests/remfiles01.at b/tests/remfiles01.at
deleted file mode 100644 (file)
index 6212efb..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-
-# Test suite for GNU tar.
-# Copyright (C) 2009 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-
-# Description: When called with --create --remove-files and a compression
-# options tar (v. <= 1.22.90) would remove files even if it had failed
-# to store them in the archive.
-#
-# References: <77cb99c00910020940k6ce15da4wb564d2418ec52cfb@mail.gmail.com>
-#             http://lists.gnu.org/archive/html/bug-tar/2009-10/msg00005.html
-
-AT_SETUP([remove-files with compression])
-AT_KEYWORDS([create remove-files remfiles01 gzip])
-
-unset TAR_OPTIONS
-AT_CHECK([
-AT_UNPRIVILEGED_PREREQ
-AT_GZIP_PREREQ
-AT_SORT_PREREQ
-
-mkdir dir
-cd dir
-genfile --file a --length 0
-chmod 0 a
-genfile --file b
-mkdir c
-
-# Depending on when the SIGPIPE gets delivered, the invocation below
-# may finish with either
-#  tar: a: Cannot write: Broken pipe
-# or
-#  tar: Child returned status 2
-
-# Discard diagnostics that some shells generate about broken pipes,
-# and discard all of tar's diagnostics except for the ones saying "(child)".
-# Gzip's exit code is propagated to the shell.  Usually it is 141.
-# Convert all non-zero exits to 2 to make it predictable.
-(tar -c -f a -z --remove-files b c 2>err || (exit 2) ) 2>/dev/null
-EC=$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit $EC
-],
-[2],
-[.
-./a
-./b
-./c
-],
-[tar (child): a: Cannot open: Permission denied
-tar (child): Error is not recoverable: exiting now
-])
-
-AT_CLEANUP
diff --git a/tests/sigpipe.at b/tests/sigpipe.at
deleted file mode 100644 (file)
index 4a3282b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-
-# Test suite for GNU tar.
-# Copyright (C) 2010 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-AT_SETUP([sigpipe handling])
-AT_KEYWORDS([sigpipe])
-
-# Description: Tar 1.23 ignored sigpipe which lead to spurious "write
-# error" diagnostics when piping output to another programs.
-# Reported-by: "Dmitry V. Levin" <ldv@altlinux.org>
-# References: http://lists.gnu.org/archive/html/bug-tar/2010-03/msg00039.html
-#             <20100319184141.GC30047@wo.int.altlinux.org>
-
-AT_CHECK([
-genfile --length 2048 --file first
-genfile --length 2048 --file second
-genfile --length 2049 --file third
-
-tar cf archive first second third
-
-# Discard diagnostics that some shells generate about broken pipes.
-(tar tf archive 2>&3 | :) 3>&2 2>/dev/null
-],
-[0])
-
-AT_CLEANUP
diff --git a/tests/testsuite b/tests/testsuite
deleted file mode 100755 (executable)
index d6c9647..0000000
+++ /dev/null
@@ -1,39279 +0,0 @@
-#! /bin/sh
-# Generated from testsuite.at by GNU Autoconf 2.63.
-#
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-# Free Software Foundation, Inc.
-# This test suite is free software; the Free Software Foundation gives
-# unlimited permission to copy, distribute and modify it.
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *"$as_nl"*)
-       expr "X$arg" : "X\\(.*\\)$as_nl";
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-IFS=" ""       $as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  { (exit 1); exit 1; }
-fi
-
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-        X"$0" : 'X\(//\)$' \| \
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-
-# CDPATH.
-$as_unset CDPATH
-
-
-if test "x$CONFIG_SHELL" = x; then
-  if (eval ":") 2>/dev/null; then
-  as_have_required=yes
-else
-  as_have_required=no
-fi
-
-  if test $as_have_required = yes &&    (eval ":
-(as_func_return () {
-  (exit \$1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test \$exitcode = 0) || { (exit 1); exit 1; }
-
-(
-  as_lineno_1=\$LINENO
-  as_lineno_2=\$LINENO
-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
-  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
-") 2> /dev/null; then
-  :
-else
-  as_candidate_shells=
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  case $as_dir in
-        /*)
-          for as_base in sh bash ksh sh5; do
-            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
-          done;;
-       esac
-done
-IFS=$as_save_IFS
-
-
-      for as_shell in $as_candidate_shells $SHELL; do
-        # Try only shells that exist, to save several forks.
-        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
-               { ("$as_shell") 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-:
-_ASEOF
-}; then
-  CONFIG_SHELL=$as_shell
-              as_have_required=yes
-              if { "$as_shell" 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-:
-(as_func_return () {
-  (exit $1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = "$1" ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test $exitcode = 0) || { (exit 1); exit 1; }
-
-(
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
-
-_ASEOF
-}; then
-  break
-fi
-
-fi
-
-      done
-
-      if test "x$CONFIG_SHELL" != x; then
-  for as_var in BASH_ENV ENV
-       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-       done
-       export CONFIG_SHELL
-       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-fi
-
-
-    if test $as_have_required = no; then
-  echo This script requires a shell more modern than all the
-      echo shells that I found on your system.  Please install a
-      echo modern shell, or manually run the script under such a
-      echo shell if you do have one.
-      { (exit 1); exit 1; }
-fi
-
-
-fi
-
-fi
-
-
-
-(eval "as_func_return () {
-  (exit \$1)
-}
-as_func_success () {
-  as_func_return 0
-}
-as_func_failure () {
-  as_func_return 1
-}
-as_func_ret_success () {
-  return 0
-}
-as_func_ret_failure () {
-  return 1
-}
-
-exitcode=0
-if as_func_success; then
-  :
-else
-  exitcode=1
-  echo as_func_success failed.
-fi
-
-if as_func_failure; then
-  exitcode=1
-  echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
-  :
-else
-  exitcode=1
-  echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
-  exitcode=1
-  echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
-  :
-else
-  exitcode=1
-  echo positional parameters were not saved.
-fi
-
-test \$exitcode = 0") || {
-  echo No shell found that supports shell functions.
-  echo Please tell bug-autoconf@gnu.org about your system,
-  echo including any error possibly output before this message.
-  echo This can help us improve future autoconf versions.
-  echo Configuration will now proceed without shell functions.
-}
-
-
-
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { { $as_echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
-$as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
-   { (exit 1); exit 1; }; }
-
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
--n*)
-  case `echo 'x\c'` in
-  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
-    as_ln_s='cp -p'
-  fi
-else
-  as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p=:
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-if test -x / >/dev/null 2>&1; then
-  as_test_x='test -x'
-else
-  if ls -dL / >/dev/null 2>&1; then
-    as_ls_L_option=L
-  else
-    as_ls_L_option=
-  fi
-  as_test_x='
-    eval sh -c '\''
-      if test -d "$1"; then
-       test -d "$1/.";
-      else
-       case $1 in
-       -*)set "./$1";;
-       esac;
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-       ???[sx]*):;;*)false;;esac;fi
-    '\'' sh
-  '
-fi
-as_executable_p=$as_test_x
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-
-
-
-SHELL=${CONFIG_SHELL-/bin/sh}
-
-# How were we run?
-at_cli_args="$@"
-
-
-# Not all shells have the 'times' builtin; the subshell is needed to make
-# sure we discard the 'times: not found' message from the shell.
-at_times_p=false
-(times) >/dev/null 2>&1 && at_times_p=:
-
-# CLI Arguments to pass to the debugging scripts.
-at_debug_args=
-# -e sets to true
-at_errexit_p=false
-# Shall we be verbose?  ':' means no, empty means yes.
-at_verbose=:
-at_quiet=
-
-# Shall we keep the debug scripts?  Must be `:' when the suite is
-# run by a debug script, so that the script doesn't remove itself.
-at_debug_p=false
-# Display help message?
-at_help_p=false
-# Display the version message?
-at_version_p=false
-# List test groups?
-at_list_p=false
-# --clean
-at_clean=false
-# Test groups to run
-at_groups=
-# Whether a write failure occurred
-at_write_fail=0
-
-# The directory we run the suite in.  Default to . if no -C option.
-at_dir=`pwd`
-# An absolute reference to this testsuite script.
-case $as_myself in
-  [\\/]* | ?:[\\/]* ) at_myself=$as_myself ;;
-  * ) at_myself=$at_dir/$as_myself ;;
-esac
-# Whether -C is in effect.
-at_change_dir=false
-
-# List of the tested programs.
-at_tested='tar'
-# List of the all the test groups.
-at_groups_all=' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118'
-# As many question marks as there are digits in the last test group number.
-# Used to normalize the test group numbers so that `ls' lists them in
-# numerical order.
-at_format='???'
-# Description of all the test groups.
-at_help_all="1;version.at:19;tar version;;
-2;pipe.at:30;decompressing from stdin;pipe;
-3;options.at:24;mixing options;options options00;
-4;options02.at:26;interspersed options;options options02;
-5;T-empty.at:26;files-from: empty entries;files-from empty;
-6;T-null.at:21;files-from: 0-separated file without -0;files-from null t-null;
-7;indexfile.at:26;tar --index-file=FILE --file=-;stdout indexfile;
-8;verbose.at:26;tar cvf -;stdout verbose;
-9;append.at:21;append;append append00;
-10;append01.at:29;appending files with long names;append append01;
-11;append02.at:54;append vs. create;append append02 append-gnu;
-12;append03.at:19;append with name transformation;append append03;
-13;xform-h.at:30;transforming hard links on create;transform xform xform-h;
-14;xform01.at:26;transformations and GNU volume labels;transform xform xform01 volume;
-15;exclude.at:23;exclude;exclude;
-16;exclude01.at:17;exclude wildcards;exclude exclude01;
-17;exclude02.at:17;exclude: anchoring;exclude exclude02;
-18;exclude03.at:17;exclude: wildcards match slash;exclude exclude03;
-19;exclude04.at:17;exclude: case insensitive;exclude exclude04;
-20;exclude05.at:19;exclude: lots of excludes;exclude exclude05;
-21;exclude06.at:24;exclude: long files in pax archives;exclude exclude06;
-22;delete01.at:23;deleting a member after a big one;delete delete01;
-23;delete02.at:23;deleting a member from stdin archive;delete delete02;
-24;delete03.at:21;deleting members with long names;delete delete03;
-25;delete04.at:23;deleting a large last member;delete delete04;
-26;delete05.at:27;deleting non-existing member;delete delete05;
-27;extrac01.at:23;extract over an existing directory;extract extract01;
-28;extrac02.at:23;extracting symlinks over an existing file;extract extract02 symlink;
-29;extrac03.at:23;extraction loops;extract extract03;
-30;extrac04.at:23;extract + fnmatch;extract extract04 fnmatch;
-31;extrac05.at:30;extracting selected members from pax;extract extract05;
-32;extrac06.at:33;mode of extracted directories;extract extract06 directory mode;
-33;extrac07.at:27;extracting symlinks to a read-only dir;extract extract07 read-only symlink;
-34;extrac08.at:33;restoring mode on existing directory;extract extrac08;
-35;extrac09.at:22;no need to save dir with unreadable . and ..;extract extrac09;
-36;extrac10.at:27;-C and delayed setting of metadata;extract extrac10;
-37;extrac11.at:23;scarce file descriptors;extract extrac11;
-38;extrac12.at:23;extract dot permissions;extract extrac12;
-39;extrac13.at:24;extract over symlinks;extract extrac13;
-40;extrac14.at:23;extract -C symlink;extract extrac14;
-41;extrac15.at:23;extract parent mkdir failure;extract extrac15;
-42;extrac16.at:24;extract empty directory with -C;extract extrac16;
-43;extrac17.at:19;name matching/transformation ordering;extract extrac17;
-44;label01.at:19;single-volume label;label label01;
-45;label02.at:19;multi-volume label;label label02 multi-label multivolume multiv;
-46;label03.at:25;test-label option;label label03 test-label;
-47;label04.at:25;label with non-create option;label label04;
-48;label05.at:22;label with non-create option;label label05;
-49;backup01.at:33;extracting existing dir with --backup;extract backup backup01;
-50;gzip.at:23;gzip;gzip;
-51;incremental.at:23;incremental;incremental incr00;
-52;incr01.at:27;restore broken symlinks from incremental;incremental incr01;
-53;incr02.at:32;restoring timestamps from incremental;incremental timestamp restore incr02;
-54;listed01.at:26;--listed for individual files;listed incremental listed01;
-55;listed02.at:28;working --listed;listed incremental listed02;
-56;listed03.at:22;incremental dump when the parent directory is unreadable;listed incremental listed03;
-57;incr03.at:28;renamed files in incrementals;incremental incr03 rename;
-58;incr04.at:29;proper icontents initialization;incremental incr04 icontents;
-59;incr05.at:19;incremental dumps with -C;incremental incr05;
-60;incr06.at:19;incremental dumps of nested directories;incremental incr06;
-61;filerem01.at:34;file removed as we read it (ca. 22 seconds);create incremental filechange filerem filerem01;
-62;filerem02.at:24;toplevel file removed (ca. 24 seconds);create incremental filechange filerem filerem02;
-63;rename01.at:24;renamed dirs in incrementals;incremental rename rename01;
-64;rename02.at:24;move between hierarchies;incremental rename rename02;
-65;rename03.at:23;cyclic renames;incremental rename rename03 cyclic-rename;
-66;rename04.at:27;renamed directory containing subdirectories;incremental rename04 rename;
-67;rename05.at:24;renamed subdirectories;incremental rename05 rename;
-68;chtype.at:27;changed file types in incrementals;incremental chtype;
-69;ignfail.at:23;ignfail;ignfail;
-70;link01.at:33;link count gt 2;hardlinks link01;
-71;link02.at:32;preserve hard links with --remove-files;hardlinks link02;
-72;link03.at:24;working -l with --remove-files;hardlinks link03;
-73;link04.at:29;link count is 1 but multiple occurrences;hardlinks link04;
-74;longv7.at:24;long names in V7 archives;longname longv7;
-75;long01.at:28;long file names divisible by block size;longname long512;
-76;lustar01.at:21;ustar: unsplittable file name;longname ustar lustar01;
-77;lustar02.at:21;ustar: unsplittable path name;longname ustar lustar02;
-78;lustar03.at:21;ustar: splitting long names;longname ustar lustar03;
-79;multiv01.at:23;multivolume dumps from pipes;multivolume multiv multiv01;
-80;multiv02.at:28;skipping a straddling member;multivolume multiv multiv02;
-81;multiv03.at:30;MV archive & long filenames;multivolume multiv multiv03;
-82;multiv04.at:36;split directory members in a MV archive;multivolume multiv incremental multiv04;
-83;multiv05.at:26;Restoring after an out of sync volume;multivolume multiv multiv05 sync;
-84;multiv06.at:27;Multivolumes with L=record_size;multivolume multiv multiv06;
-85;multiv07.at:26;volumes split at an extended header;multivolume multiv multiv07 xsplit;
-86;multiv08.at:23;multivolume header creation;multivolume multiv multiv08;
-87;old.at:23;old archives;old;
-88;recurse.at:21;recurse;recurse;
-89;same-order01.at:26;working -C with --same-order;same-order same-order01;
-90;same-order02.at:25;multiple -C options;same-order same-order02;
-91;shortrec.at:25;short records;shortrec;
-92;sparse01.at:21;sparse files;sparse sparse01;
-93;sparse02.at:21;extracting sparse file over a pipe;sparse sparse02;
-94;sparse03.at:21;storing sparse files > 8G;sparse sparse03;
-95;sparsemv.at:21;sparse files in MV archives;sparse multiv sparsemv;
-96;spmvp00.at:21;sparse files in PAX MV archives, v.0.0;sparse multivolume multiv sparsemvp sparsemvp00;
-97;spmvp01.at:21;sparse files in PAX MV archives, v.0.1;sparse multiv sparsemvp sparsemvp01;
-98;spmvp10.at:21;sparse files in PAX MV archives, v.1.0;sparse multivolume multiv sparsemvp sparsemvp10;
-99;update.at:28;update unchanged directories;update update00;
-100;update01.at:29;update directories;update update01;
-101;update02.at:26;update changed files;update update02;
-102;volume.at:23;volume;volume volcheck;
-103;volsize.at:29;volume header size;volume volsize;
-104;comprec.at:21;compressed format recognition;comprec;
-105;shortfile.at:26;short input files;shortfile shortfile0;
-106;shortupd.at:29;updating short archives;shortfile shortfile1 shortupd;
-107;truncate.at:29;truncate;truncate filechange;
-108;grow.at:24;grow;grow filechange;
-109;remfiles01.at:28;remove-files with compression;create remove-files remfiles01 gzip;
-110;remfiles02.at:28;remove-files with compression: grand-child;create remove-files remfiles02 gzip;
-111;remfiles03.at:28;remove-files with symbolic links;create remove-files remfiles03;
-112;sigpipe.at:19;sigpipe handling;sigpipe;
-113;gtarfail.at:21;gtarfail;star gtarfail;
-114;gtarfail2.at:21;gtarfail2;star gtarfail2;
-115;multi-fail.at:21;multi-fail;star multivolume multiv multi-fail;
-116;ustar-big-2g.at:21;ustar-big-2g;star ustar-big-2g;
-117;ustar-big-8g.at:21;ustar-big-8g;star ustar-big-8g;
-118;pax-big-10g.at:21;pax-big-10g;star pax-big-10g;
-"
-
-# at_func_validate_ranges [NAME...]
-# ---------------------------------
-# Validate and normalize the test group number contained in each
-# variable NAME.  Leading zeroes are treated as decimal.
-at_func_validate_ranges ()
-{
-  for at_grp
-  do
-    eval at_value=\$$at_grp
-    if test $at_value -lt 1 || test $at_value -gt 118; then
-      $as_echo "invalid test group: $at_value" >&2
-      exit 1
-    fi
-    case $at_value in
-      0*) # We want to treat leading 0 as decimal, like expr and test, but
-         # at_func_arith treats it as octal if it uses $(( )).
-         # With XSI shells, ${at_value#${at_value%%[1-9]*}} avoids the
-         # expr fork, but it is not worth the effort to determine if the
-         # shell supports XSI when the user can just avoid leading 0.
-         eval $at_grp='`expr $at_value + 0`' ;;
-    esac
-  done
-}
-
-at_prev=
-for at_option
-do
-  # If the previous option needs an argument, assign it.
-  if test -n "$at_prev"; then
-    at_option=$at_prev=$at_option
-    at_prev=
-  fi
-
-  case $at_option in
-  *=*) at_optarg=`expr "x$at_option" : 'x[^=]*=\(.*\)'` ;;
-  *)   at_optarg= ;;
-  esac
-
-  # Accept the important Cygnus configure options, so we can diagnose typos.
-
-  case $at_option in
-    --help | -h )
-       at_help_p=:
-       ;;
-
-    --list | -l )
-       at_list_p=:
-       ;;
-
-    --version | -V )
-       at_version_p=:
-       ;;
-
-    --clean | -c )
-       at_clean=:
-       ;;
-
-    --debug | -d )
-       at_debug_p=:
-       ;;
-
-    --errexit | -e )
-       at_debug_p=:
-       at_errexit_p=:
-       ;;
-
-    --verbose | -v )
-       at_verbose=; at_quiet=:
-       ;;
-
-    --trace | -x )
-       at_traceon='set -x'; at_traceoff='set +x'
-       ;;
-
-    [0-9] | [0-9][0-9] | [0-9][0-9][0-9] | [0-9][0-9][0-9][0-9])
-       at_func_validate_ranges at_option
-       at_groups="$at_groups$at_option "
-       ;;
-
-    # Ranges
-    [0-9]- | [0-9][0-9]- | [0-9][0-9][0-9]- | [0-9][0-9][0-9][0-9]-)
-       at_range_start=`echo $at_option |tr -d X-`
-       at_func_validate_ranges at_range_start
-       at_range=`$as_echo " $at_groups_all " | \
-         sed -e 's/^.* \('$at_range_start' \)/\1/'`
-       at_groups="$at_groups$at_range "
-       ;;
-
-    -[0-9] | -[0-9][0-9] | -[0-9][0-9][0-9] | -[0-9][0-9][0-9][0-9])
-       at_range_end=`echo $at_option |tr -d X-`
-       at_func_validate_ranges at_range_end
-       at_range=`$as_echo " $at_groups_all " | \
-         sed -e 's/\( '$at_range_end'\) .*$/\1/'`
-       at_groups="$at_groups$at_range "
-       ;;
-
-    [0-9]-[0-9] | [0-9]-[0-9][0-9] | [0-9]-[0-9][0-9][0-9] | \
-    [0-9]-[0-9][0-9][0-9][0-9] | [0-9][0-9]-[0-9][0-9] | \
-    [0-9][0-9]-[0-9][0-9][0-9] | [0-9][0-9]-[0-9][0-9][0-9][0-9] | \
-    [0-9][0-9][0-9]-[0-9][0-9][0-9] | \
-    [0-9][0-9][0-9]-[0-9][0-9][0-9][0-9] | \
-    [0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9] )
-       at_range_start=`expr $at_option : '\(.*\)-'`
-       at_range_end=`expr $at_option : '.*-\(.*\)'`
-       if test $at_range_start -gt $at_range_end; then
-         at_tmp=$at_range_end
-         at_range_end=$at_range_start
-         at_range_start=$at_tmp
-       fi
-       at_func_validate_ranges at_range_start at_range_end
-       at_range=`$as_echo " $at_groups_all " | \
-         sed -e 's/^.*\( '$at_range_start' \)/\1/' \
-             -e 's/\( '$at_range_end'\) .*$/\1/'`
-       at_groups="$at_groups$at_range "
-       ;;
-
-    # Directory selection.
-    --directory | -C )
-       at_prev=--directory
-       ;;
-    --directory=* )
-       at_change_dir=:
-       at_dir=$at_optarg
-       ;;
-
-    # Keywords.
-    --keywords | -k )
-       at_prev=--keywords
-       ;;
-    --keywords=* )
-       at_groups_selected=$at_help_all
-       at_save_IFS=$IFS
-       IFS=,
-       set X $at_optarg
-       shift
-       IFS=$at_save_IFS
-       for at_keyword
-       do
-         at_invert=
-         case $at_keyword in
-         '!'*)
-           at_invert="-v"
-           at_keyword=`expr "X$at_keyword" : 'X!\(.*\)'`
-           ;;
-         esac
-         # It is on purpose that we match the test group titles too.
-         at_groups_selected=`$as_echo "$at_groups_selected" |
-             grep -i $at_invert "^[1-9][^;]*;.*[; ]$at_keyword[ ;]"`
-       done
-       # Smash the newlines.
-       at_groups_selected=`$as_echo "$at_groups_selected" | sed 's/;.*//' |
-         tr "$as_nl" ' '
-       `
-       at_groups="$at_groups$at_groups_selected "
-       ;;
-
-    *=*)
-       at_envvar=`expr "x$at_option" : 'x\([^=]*\)='`
-       # Reject names that are not valid shell variable names.
-       case $at_envvar in
-         '' | [0-9]* | *[!_$as_cr_alnum]* )
-           { { $as_echo "$as_me:$LINENO: error: invalid variable name: $at_envvar" >&5
-$as_echo "$as_me: error: invalid variable name: $at_envvar" >&2;}
-   { (exit 1); exit 1; }; } ;;
-       esac
-       at_value=`$as_echo "$at_optarg" | sed "s/'/'\\\\\\\\''/g"`
-       # Export now, but save eval for later and for debug scripts.
-       export $at_envvar
-       at_debug_args="$at_debug_args $at_envvar='$at_value'"
-       ;;
-
-     *) $as_echo "$as_me: invalid option: $at_option" >&2
-       $as_echo "Try \`$0 --help' for more information." >&2
-       exit 1
-       ;;
-  esac
-done
-
-# Verify our last option didn't require an argument
-if test -n "$at_prev"; then
-  { { $as_echo "$as_me:$LINENO: error: \`$at_prev' requires an argument." >&5
-$as_echo "$as_me: error: \`$at_prev' requires an argument." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-
-# Selected test groups.
-if test -z "$at_groups"; then
-  at_groups=$at_groups_all
-else
-  # Sort the tests, removing duplicates.
-  at_groups=`$as_echo "$at_groups" | tr ' ' "$as_nl" | sort -nu`
-fi
-
-# Help message.
-if $at_help_p; then
-  cat <<_ATEOF || at_write_fail=1
-Usage: $0 [OPTION]... [VARIABLE=VALUE]... [TESTS]
-
-Run all the tests, or the selected TESTS, given by numeric ranges, and
-save a detailed log file.  Upon failure, create debugging scripts.
-
-You should not change environment variables unless explicitly passed
-as command line arguments.  Set \`AUTOTEST_PATH' to select the executables
-to exercise.  Each relative directory is expanded as build and source
-directories relatively to the top level of this distribution.  E.g.,
-
-  $ $0 AUTOTEST_PATH=bin
-
-possibly amounts into
-
-  PATH=/tmp/foo-1.0/bin:/src/foo-1.0/bin:\$PATH
-_ATEOF
-cat <<_ATEOF || at_write_fail=1
-
-Operation modes:
-  -h, --help     print the help message, then exit
-  -V, --version  print version number, then exit
-  -c, --clean    remove all the files this test suite might create and exit
-  -l, --list     describes all the tests, or the selected TESTS
-_ATEOF
-cat <<_ATEOF || at_write_fail=1
-
-Execution tuning:
-  -C, --directory=DIR
-                 change to directory DIR before starting
-  -k, --keywords=KEYWORDS
-                 select the tests matching all the comma-separated KEYWORDS
-                 multiple \`-k' accumulate; prefixed \`!' negates a KEYWORD
-  -e, --errexit  abort as soon as a test fails; implies --debug
-  -v, --verbose  force more detailed output
-                 default for debugging scripts
-  -d, --debug    inhibit clean up and top-level logging
-                 default for debugging scripts
-  -x, --trace    enable tests shell tracing
-_ATEOF
-cat <<_ATEOF || at_write_fail=1
-
-Report bugs to <bug-tar@gnu.org>.
-_ATEOF
-  exit $at_write_fail
-fi
-
-# List of tests.
-if $at_list_p; then
-  cat <<_ATEOF || at_write_fail=1
-GNU tar 1.25 test suite test groups:
-
- NUM: FILE-NAME:LINE     TEST-GROUP-NAME
-      KEYWORDS
-
-_ATEOF
-  # Passing at_groups is tricky.  We cannot use it to form a literal string
-  # or regexp because of the limitation of AIX awk.  And Solaris' awk
-  # doesn't grok more than 99 fields in a record, so we have to use `split'.
-  # at_groups needs to be space-separated for this script to work.
-  case $at_groups in
-    *"$as_nl"* )
-      at_groups=`$as_echo "$at_groups" | tr "$as_nl" ' '` ;;
-  esac
-  $as_echo "$at_groups$as_nl$at_help_all" |
-    awk 'BEGIN { FS = ";" }
-        NR == 1 {
-          for (n = split($ 0, a, " "); n; n--) selected[a[n]] = 1
-          next
-        }
-        {
-          if (selected[$ 1]) {
-            printf " %3d: %-18s %s\n", $ 1, $ 2, $ 3
-            if ($ 4) printf "      %s\n", $ 4
-          }
-        }' || at_write_fail=1
-  exit $at_write_fail
-fi
-if $at_version_p; then
-  $as_echo "$as_me (GNU tar 1.25)" &&
-  cat <<\_ACEOF || at_write_fail=1
-
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-Free Software Foundation, Inc.
-This test suite is free software; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-_ACEOF
-  exit $at_write_fail
-fi
-
-# Should we print banners?  at_groups is space-separated for entire test,
-# newline-separated if only a subset of the testsuite is run.
-case $at_groups in
-  *' '*' '* | *"$as_nl"*"$as_nl"* )
-      at_print_banners=: ;;
-  * ) at_print_banners=false ;;
-esac
-# Text for banner N, set to empty once printed.
-
-# Take any -C into account.
-if $at_change_dir ; then
-  if test x- = "x$at_dir" ; then
-    at_dir=./-
-  fi
-  test x != "x$at_dir" && cd "$at_dir" \
-    || { { $as_echo "$as_me:$LINENO: error: unable to change directory" >&5
-$as_echo "$as_me: error: unable to change directory" >&2;}
-   { (exit 1); exit 1; }; }
-  at_dir=`pwd`
-fi
-
-# Load the config files for any default variable assignments.
-for at_file in atconfig atlocal
-do
-  test -r $at_file || continue
-  . ./$at_file || { { $as_echo "$as_me:$LINENO: error: invalid content: $at_file" >&5
-$as_echo "$as_me: error: invalid content: $at_file" >&2;}
-   { (exit 1); exit 1; }; }
-done
-
-# Autoconf <=2.59b set at_top_builddir instead of at_top_build_prefix:
-: ${at_top_build_prefix=$at_top_builddir}
-
-# Perform any assignments requested during argument parsing.
-eval "$at_debug_args"
-
-# atconfig delivers names relative to the directory the test suite is
-# in, but the groups themselves are run in testsuite-dir/group-dir.
-if test -n "$at_top_srcdir"; then
-  builddir=../..
-  for at_dir_var in srcdir top_srcdir top_build_prefix
-  do
-    at_val=`eval 'as_val=${'at_$at_dir_var'}
-                $as_echo "$as_val"'`
-    case $at_val in
-      [\\/$]* | ?:[\\/]* ) at_prefix= ;;
-      *) at_prefix=../../ ;;
-    esac
-    eval "$at_dir_var=\$at_prefix\$at_val"
-  done
-fi
-
-## ------------------- ##
-## Directory structure ##
-## ------------------- ##
-
-# This is the set of directories and files used by this script
-# (non-literals are capitalized):
-#
-# TESTSUITE         - the testsuite
-# TESTSUITE.log     - summarizes the complete testsuite run
-# TESTSUITE.dir/    - created during a run, remains after -d or failed test
-# + at-groups/      - during a run: status of all groups in run
-# | + NNN/          - during a run: meta-data about test group NNN
-# | | + check-line  - location (source file and line) of current AT_CHECK
-# | | + status      - exit status of current AT_CHECK
-# | | + stdout      - stdout of current AT_CHECK
-# | | + stder1      - stderr, including trace
-# | | + stderr      - stderr, with trace filtered out
-# | | + test-source - portion of testsuite that defines group
-# | | + times       - timestamps for computing duration
-# | | + pass        - created if group passed
-# | | + xpass       - created if group xpassed
-# | | + fail        - created if group failed
-# | | + xfail       - created if group xfailed
-# | | + skip        - created if group skipped
-# + at-stop         - during a run: end the run if this file exists
-# + at-source-lines - during a run: cache of TESTSUITE line numbers for extraction
-# + 0..NNN/         - created for each group NNN, remains after -d or failed test
-# | + TESTSUITE.log - summarizes the group results
-# | + ...           - files created during the group
-
-# The directory the whole suite works in.
-# Should be absolute to let the user `cd' at will.
-at_suite_dir=$at_dir/$as_me.dir
-# The file containing the suite.
-at_suite_log=$at_dir/$as_me.log
-# The directory containing helper files per test group.
-at_helper_dir=$at_suite_dir/at-groups
-# Stop file: if it exists, do not start new jobs.
-at_stop_file=$at_suite_dir/at-stop
-
-if $at_clean; then
-  test -d "$at_suite_dir" &&
-    find "$at_suite_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
-  rm -f -r "$at_suite_dir" "$at_suite_log"
-  exit $?
-fi
-
-# Don't take risks: use only absolute directories in PATH.
-#
-# For stand-alone test suites (ie. atconfig was not found),
-# AUTOTEST_PATH is relative to `.'.
-#
-# For embedded test suites, AUTOTEST_PATH is relative to the top level
-# of the package.  Then expand it into build/src parts, since users
-# may create executables in both places.
-AUTOTEST_PATH=`$as_echo "$AUTOTEST_PATH" | sed "s|:|$PATH_SEPARATOR|g"`
-at_path=
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $AUTOTEST_PATH $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -n "$at_path" && at_path=$at_path$PATH_SEPARATOR
-case $as_dir in
-  [\\/]* | ?:[\\/]* )
-    at_path=$at_path$as_dir
-    ;;
-  * )
-    if test -z "$at_top_build_prefix"; then
-      # Stand-alone test suite.
-      at_path=$at_path$as_dir
-    else
-      # Embedded test suite.
-      at_path=$at_path$at_top_build_prefix$as_dir$PATH_SEPARATOR
-      at_path=$at_path$at_top_srcdir/$as_dir
-    fi
-    ;;
-esac
-done
-IFS=$as_save_IFS
-
-
-# Now build and simplify PATH.
-#
-# There might be directories that don't exist, but don't redirect
-# builtins' (eg., cd) stderr directly: Ultrix's sh hates that.
-at_new_path=
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $at_path
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -d "$as_dir" || continue
-case $as_dir in
-  [\\/]* | ?:[\\/]* ) ;;
-  * ) as_dir=`(cd "$as_dir" && pwd) 2>/dev/null` ;;
-esac
-case $PATH_SEPARATOR$at_new_path$PATH_SEPARATOR in
-  *$PATH_SEPARATOR$as_dir$PATH_SEPARATOR*) ;;
-  $PATH_SEPARATOR$PATH_SEPARATOR) at_new_path=$as_dir ;;
-  *) at_new_path=$at_new_path$PATH_SEPARATOR$as_dir ;;
-esac
-done
-IFS=$as_save_IFS
-
-PATH=$at_new_path
-export PATH
-
-# Setting up the FDs.
-# 5 is the log file.  Not to be overwritten if `-d'.
-if $at_debug_p; then
-  at_suite_log=/dev/null
-else
-  : >"$at_suite_log"
-fi
-exec 5>>"$at_suite_log"
-
-# Banners and logs.
-cat <<\_ASBOX
-## ------------------------ ##
-## GNU tar 1.25 test suite. ##
-## ------------------------ ##
-_ASBOX
-{
-  cat <<\_ASBOX
-## ------------------------ ##
-## GNU tar 1.25 test suite. ##
-## ------------------------ ##
-_ASBOX
-  echo
-
-  $as_echo "$as_me: command line was:"
-  $as_echo "  \$ $0 $at_cli_args"
-  echo
-
-  # Try to find a few ChangeLogs in case it might help determining the
-  # exact version.  Use the relative dir: if the top dir is a symlink,
-  # find will not follow it (and options to follow the links are not
-  # portable), which would result in no output here.  Prune directories
-  # matching the package tarname, since they tend to be leftovers from
-  # `make dist' or `make distcheck' and contain redundant or stale logs.
-  if test -n "$at_top_srcdir"; then
-    cat <<\_ASBOX
-## ----------- ##
-## ChangeLogs. ##
-## ----------- ##
-_ASBOX
-    echo
-    for at_file in `find "$at_top_srcdir" -name "tar-*" -prune -o -name ChangeLog -print`
-    do
-      $as_echo "$as_me: $at_file:"
-      sed 's/^/| /;10q' $at_file
-      echo
-    done
-
-  fi
-
-  {
-cat <<_ASUNAME
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
-
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
-
-/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
-/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
-/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
-/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
-/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-
-_ASUNAME
-
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  $as_echo "PATH: $as_dir"
-done
-IFS=$as_save_IFS
-
-}
-  echo
-
-  # Contents of the config files.
-  for at_file in atconfig atlocal
-  do
-    test -r $at_file || continue
-    $as_echo "$as_me: $at_file:"
-    sed 's/^/| /' $at_file
-    echo
-  done
-} >&5
-
-
-## --------------- ##
-## Shell functions ##
-## --------------- ##
-
-# at_func_banner NUMBER
-# ---------------------
-# Output banner NUMBER, provided the testsuite is running multiple groups
-# and this particular banner has not yet been printed.
-at_func_banner ()
-{
-  $at_print_banners || return 0
-  eval at_banner_text=\$at_banner_text_$1
-  test "x$at_banner_text" = x && return 0
-  eval at_banner_text_$1=
-  $as_echo "$as_nl$at_banner_text$as_nl"
-} # at_func_banner
-
-# at_func_check_newline COMMAND
-# -----------------------------
-# Test if COMMAND includes a newline and, if so, print a message and return
-# exit code 1
-at_func_check_newline ()
-{
-  case "$1" in
- *'
-'*) echo 'Not enabling shell tracing (command contains an embedded newline)'
-    return 1 ;;
- *) return 0 ;;
-  esac
-}
-
-# at_func_filter_trace EXIT-CODE
-# ------------------------------
-# Split the contents of file "$at_stder1" into the "set -x" trace (on stderr)
-# and the other lines (on file "$at_stderr").  Return the exit code EXIT-CODE.
-at_func_filter_trace ()
-{
-  grep '^ *+' "$at_stder1" >&2
-  grep -v '^ *+' "$at_stder1" >"$at_stderr"
-  return $1
-}
-
-# at_func_log_failure FILE-LIST
-# -----------------------------
-# Copy the files in the list on stdout with a "> " prefix, and exit the shell
-# with a failure exit code.
-at_func_log_failure ()
-{
-  for file
-    do $as_echo "$file:"; sed 's/^/> /' "$file"; done
-  echo 1 > "$at_status_file"
-  exit 1
-}
-
-# at_func_check_skip EXIT-CODE
-# ----------------------------
-# Check whether EXIT-CODE is the special exit code 77, and if so exit the shell
-# with that same exit code.
-at_func_check_skip ()
-{
-  case $1 in
-    77) echo 77 > "$at_status_file"; exit 77;;
-  esac
-}
-
-# at_func_check_status EXPECTED EXIT-CODE LINE
-# --------------------------------------------
-# Check whether EXIT-CODE is the expected exit code, and if so do nothing.
-# Otherwise, if it is 77 exit the shell with that same exit code; if it is
-# anything else print an error message and fail the test.
-at_func_check_status ()
-{
-  case $2 in
-    $1 ) ;;
-    77) echo 77 > "$at_status_file"; exit 77;;
-    *) $as_echo "$3: exit code was $2, expected $1"
-      at_failed=:;;
-  esac
-}
-
-# at_func_diff_devnull FILE
-# -------------------------
-# Emit a diff between /dev/null and FILE.  Uses "test -s" to avoid useless
-# diff invocations.
-at_func_diff_devnull ()
-{
-  test -s "$1" || return 0
-  $at_diff "$at_devnull" "$1"
-}
-
-# at_func_test NUMBER
-# -------------------
-# Parse out test NUMBER from the tail of this file.
-at_func_test ()
-{
-  eval at_sed=\$at_sed$1
-  sed "$at_sed" "$at_myself" > "$at_test_source"
-}
-
-# at_func_create_debugging_script
-# -------------------------------
-# Create the debugging script $at_group_dir/run which will reproduce the
-# current test group.
-at_func_create_debugging_script ()
-{
-  {
-    echo "#! /bin/sh" &&
-    echo 'test "${ZSH_VERSION+set}" = set && alias -g '\''${1+"$@"}'\''='\''"$@"'\''' &&
-    $as_echo "cd '$at_dir'" &&
-    $as_echo "exec \${CONFIG_SHELL-$SHELL} \"$at_myself\" -v -d $at_debug_args $at_group \${1+\"\$@\"}" &&
-    echo 'exit 1'
-  } >"$at_group_dir/run" &&
-  chmod +x "$at_group_dir/run"
-}
-
-# at_func_arith
-# -------------
-# Arithmetic evaluation, avoids expr if the shell is sane.  The
-# interpretation of leading zeroes is unspecified.
-#
-# subshell and eval are needed to keep Solaris sh from bailing out:
-if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then
-  # With "$@", bash does not split positional parameters:
-  eval 'at_func_arith ()
-  {
-    at_func_arith_result=$(( $* ))
-  }'
-else
-  at_func_arith ()
-  {
-    at_func_arith_result=`expr "$@"`
-  }
-fi
-
-## ---------------------- ##
-## End of shell functions ##
-## ---------------------- ##
-{
-  cat <<\_ASBOX
-## ---------------- ##
-## Tested programs. ##
-## ---------------- ##
-_ASBOX
-  echo
-} >&5
-
-# Report what programs are being tested.
-for at_program in : $at_tested
-do
-  test "$at_program" = : && continue
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -f "$as_dir/$at_program" && break
-done
-IFS=$as_save_IFS
-
-  if test -f "$as_dir/$at_program"; then
-    {
-      $as_echo "$at_srcdir/testsuite.at:104: $as_dir/$at_program --version"
-      "$as_dir/$at_program" --version </dev/null
-      echo
-    } >&5 2>&1
-  else
-    { { $as_echo "$as_me:$LINENO: error: cannot find $at_program" >&5
-$as_echo "$as_me: error: cannot find $at_program" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-done
-
-{
-  cat <<\_ASBOX
-## ------------------ ##
-## Running the tests. ##
-## ------------------ ##
-_ASBOX
-} >&5
-
-at_start_date=`date`
-at_start_time=`date +%s 2>/dev/null`
-$as_echo "$as_me: starting at: $at_start_date" >&5
-
-# Create the master directory if it doesn't already exist.
-test -d "$at_suite_dir" ||
-  mkdir "$at_suite_dir" ||
-  { { $as_echo "$as_me:$LINENO: error: cannot create '$at_suite_dir'" >&5
-$as_echo "$as_me: error: cannot create '$at_suite_dir'" >&2;}
-   { (exit 1); exit 1; }; }
-
-# Can we diff with `/dev/null'?  DU 5.0 refuses.
-if diff /dev/null /dev/null >/dev/null 2>&1; then
-  at_devnull=/dev/null
-else
-  at_devnull=$at_suite_dir/devnull
-  >"$at_devnull"
-fi
-
-# Use `diff -u' when possible.
-if at_diff=`diff -u "$at_devnull" "$at_devnull" 2>&1` && test -z "$at_diff"
-then
-  at_diff='diff -u'
-else
-  at_diff=diff
-fi
-
-# Get the last needed group.
-for at_group in : $at_groups; do :; done
-
-# Extract the start and end lines of each test group at the tail
-# of this file
-awk '
-BEGIN { FS="\a" }
-/^#AT_START_/ {
-  start = NR
-}
-/^#AT_STOP_/ {
-  test = substr ($ 0, 10)
-  print "at_sed" test "=\"1," start "d;" (NR-1) "q\""
-  if (test == "'"$at_group"'") exit
-}' "$at_myself" > "$at_suite_dir/at-source-lines" &&
-. "$at_suite_dir/at-source-lines" ||
-  { { $as_echo "$as_me:$LINENO: error: cannot create test line number cache" >&5
-$as_echo "$as_me: error: cannot create test line number cache" >&2;}
-   { (exit 1); exit 1; }; }
-rm -f "$at_suite_dir/at-source-lines"
-
-# Set up helper dirs.
-rm -rf "$at_helper_dir" &&
-mkdir "$at_helper_dir" &&
-cd "$at_helper_dir" &&
-{ test -z "$at_groups" || mkdir $at_groups; } ||
-{ { $as_echo "$as_me:$LINENO: error: testsuite directory setup failed" >&5
-$as_echo "$as_me: error: testsuite directory setup failed" >&2;}
-   { (exit 1); exit 1; }; }
-
-# Functions for running a test group.  We leave the actual
-# test group execution outside of a shell function in order
-# to avoid hitting zsh 4.x exit status bugs.
-
-# at_func_group_prepare
-# ---------------------
-# Prepare running a test group
-at_func_group_prepare ()
-{
-  # The directory for additional per-group helper files.
-  at_job_dir=$at_helper_dir/$at_group
-  # The file containing the location of the last AT_CHECK.
-  at_check_line_file=$at_job_dir/check-line
-  # The file containing the exit status of the last command.
-  at_status_file=$at_job_dir/status
-  # The files containing the output of the tested commands.
-  at_stdout=$at_job_dir/stdout
-  at_stder1=$at_job_dir/stder1
-  at_stderr=$at_job_dir/stderr
-  # The file containing the code for a test group.
-  at_test_source=$at_job_dir/test-source
-  # The file containing dates.
-  at_times_file=$at_job_dir/times
-
-  # Be sure to come back to the top test directory.
-  cd "$at_suite_dir"
-
-  # Clearly separate the test groups when verbose.
-  $at_first || $at_verbose echo
-
-  at_group_normalized=$at_group
-
-  eval 'while :; do
-    case $at_group_normalized in #(
-    '"$at_format"'*) break;;
-    esac
-    at_group_normalized=0$at_group_normalized
-  done'
-
-
-  # Create a fresh directory for the next test group, and enter.
-  at_group_dir=$at_suite_dir/$at_group_normalized
-  at_group_log=$at_group_dir/$as_me.log
-  if test -d "$at_group_dir"; then
-    find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
-    rm -fr "$at_group_dir" ||
-    { $as_echo "$as_me:$LINENO: WARNING: test directory for $at_group_normalized could not be cleaned." >&5
-$as_echo "$as_me: WARNING: test directory for $at_group_normalized could not be cleaned." >&2;}
-  fi
-  # Be tolerant if the above `rm' was not able to remove the directory.
-  { as_dir="$at_group_dir"
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_dir" : 'X\(//\)[^/]' \| \
-        X"$as_dir" : 'X\(//\)$' \| \
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-   { (exit 1); exit 1; }; }; }
-
-  echo 0 > "$at_status_file"
-
-  # In verbose mode, append to the log file *and* show on
-  # the standard output; in quiet mode only write to the log.
-  if test -z "$at_verbose"; then
-    at_tee_pipe='tee -a "$at_group_log"'
-  else
-    at_tee_pipe='cat >> "$at_group_log"'
-  fi
-}
-
-# at_func_group_postprocess
-# -------------------------
-at_func_group_postprocess ()
-{
-  # Be sure to come back to the suite directory, in particular
-  # since below we might `rm' the group directory we are in currently.
-  cd "$at_suite_dir"
-
-  if test ! -f "$at_check_line_file"; then
-    sed "s/^ */$as_me: WARNING: /" <<_ATEOF
-      A failure happened in a test group before any test could be
-      run. This means that test suite is improperly designed.  Please
-      report this failure to <bug-tar@gnu.org>.
-_ATEOF
-    $as_echo "$at_setup_line" >"$at_check_line_file"
-  fi
-  $at_verbose $as_echo_n "$at_group. $at_setup_line: "
-  $as_echo_n "$at_group. $at_setup_line: " >> "$at_group_log"
-  case $at_xfail:$at_status in
-    yes:0)
-       at_msg="UNEXPECTED PASS"
-       at_res=xpass
-       at_errexit=$at_errexit_p
-       ;;
-    no:0)
-       at_msg="ok"
-       at_res=pass
-       at_errexit=false
-       ;;
-    *:77)
-       at_msg='skipped ('`cat "$at_check_line_file"`')'
-       at_res=skip
-       at_errexit=false
-       ;;
-    yes:*)
-       at_msg='expected failure ('`cat "$at_check_line_file"`')'
-       at_res=xfail
-       at_errexit=false
-       ;;
-    no:*)
-       at_msg='FAILED ('`cat "$at_check_line_file"`')'
-       at_res=fail
-       at_errexit=$at_errexit_p
-       ;;
-  esac
-  echo "$at_res" > "$at_job_dir/$at_res"
-  # Make sure there is a separator even with long titles.
-  $as_echo " $at_msg"
-  at_log_msg="$at_group. $at_desc ($at_setup_line): $at_msg"
-  case $at_status in
-    0|77)
-      # $at_times_file is only available if the group succeeded.
-      # We're not including the group log, so the success message
-      # is written in the global log separately.  But we also
-      # write to the group log in case they're using -d.
-      if test -f "$at_times_file"; then
-       at_log_msg="$at_log_msg     ("`sed 1d "$at_times_file"`')'
-       rm -f "$at_times_file"
-      fi
-      $as_echo "$at_log_msg" >> "$at_group_log"
-      $as_echo "$at_log_msg" >&5
-
-      # Cleanup the group directory, unless the user wants the files.
-      if $at_debug_p; then
-       at_func_create_debugging_script
-      else
-       if test -d "$at_group_dir"; then
-         find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
-         rm -fr "$at_group_dir"
-       fi
-       rm -f "$at_test_source"
-      fi
-      ;;
-    *)
-      # Upon failure, include the log into the testsuite's global
-      # log.  The failure message is written in the group log.  It
-      # is later included in the global log.
-      $as_echo "$at_log_msg" >> "$at_group_log"
-
-      # Upon failure, keep the group directory for autopsy, and create
-      # the debugging script.  With -e, do not start any further tests.
-      at_func_create_debugging_script
-      if $at_errexit; then
-       echo stop > "$at_stop_file"
-      fi
-      ;;
-  esac
-}
-
-
-## ------------ ##
-## Driver loop. ##
-## ------------ ##
-
-rm -f "$at_stop_file"
-at_first=:
-
-for at_group in $at_groups; do
-  at_func_group_prepare
-  if cd "$at_group_dir" &&
-     at_func_test $at_group &&
-     . "$at_test_source"; then :; else
-    { $as_echo "$as_me:$LINENO: WARNING: unable to parse test group: $at_group" >&5
-$as_echo "$as_me: WARNING: unable to parse test group: $at_group" >&2;}
-    at_failed=:
-  fi
-  at_func_group_postprocess
-  test -f "$at_stop_file" && break
-  at_first=false
-done
-
-# Wrap up the test suite with summary statistics.
-cd "$at_helper_dir"
-
-# Use ?..???? when the list must remain sorted, the faster * otherwise.
-at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'`
-at_skip_list=`for f in */skip; do echo $f; done | sed '/\*/d; s,/skip,,'`
-at_xfail_list=`for f in */xfail; do echo $f; done | sed '/\*/d; s,/xfail,,'`
-at_xpass_list=`for f in ?/xpass ??/xpass ???/xpass ????/xpass; do
-                echo $f; done | sed '/?/d; s,/xpass,,'`
-at_fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do
-               echo $f; done | sed '/?/d; s,/fail,,'`
-
-set X $at_pass_list $at_xpass_list $at_xfail_list $at_fail_list $at_skip_list
-shift; at_group_count=$#
-set X $at_xpass_list; shift; at_xpass_count=$#; at_xpass_list=$*
-set X $at_xfail_list; shift; at_xfail_count=$#
-set X $at_fail_list; shift; at_fail_count=$#; at_fail_list=$*
-set X $at_skip_list; shift; at_skip_count=$#
-
-at_func_arith $at_group_count - $at_skip_count
-at_run_count=$at_func_arith_result
-at_func_arith $at_xpass_count + $at_fail_count
-at_unexpected_count=$at_func_arith_result
-at_func_arith $at_xfail_count + $at_fail_count
-at_total_fail_count=$at_func_arith_result
-
-# Back to the top directory.
-cd "$at_dir"
-rm -rf "$at_helper_dir"
-
-# Compute the duration of the suite.
-at_stop_date=`date`
-at_stop_time=`date +%s 2>/dev/null`
-$as_echo "$as_me: ending at: $at_stop_date" >&5
-case $at_start_time,$at_stop_time in
-  [0-9]*,[0-9]*)
-    at_func_arith $at_stop_time - $at_start_time
-    at_duration_s=$at_func_arith_result
-    at_func_arith $at_duration_s / 60
-    at_duration_m=$at_func_arith_result
-    at_func_arith $at_duration_m / 60
-    at_duration_h=$at_func_arith_result
-    at_func_arith $at_duration_s % 60
-    at_duration_s=$at_func_arith_result
-    at_func_arith $at_duration_m % 60
-    at_duration_m=$at_func_arith_result
-    at_duration="${at_duration_h}h ${at_duration_m}m ${at_duration_s}s"
-    $as_echo "$as_me: test suite duration: $at_duration" >&5
-    ;;
-esac
-
-echo
-cat <<\_ASBOX
-## ------------- ##
-## Test results. ##
-## ------------- ##
-_ASBOX
-echo
-{
-  echo
-  cat <<\_ASBOX
-## ------------- ##
-## Test results. ##
-## ------------- ##
-_ASBOX
-  echo
-} >&5
-
-if test $at_run_count = 1; then
-  at_result="1 test"
-  at_were=was
-else
-  at_result="$at_run_count tests"
-  at_were=were
-fi
-if $at_errexit_p && test $at_unexpected_count != 0; then
-  if test $at_xpass_count = 1; then
-    at_result="$at_result $at_were run, one passed"
-  else
-    at_result="$at_result $at_were run, one failed"
-  fi
-  at_result="$at_result unexpectedly and inhibited subsequent tests."
-else
-  # Don't you just love exponential explosion of the number of cases?
-  case $at_xpass_count:$at_fail_count:$at_xfail_count in
-    # So far, so good.
-    0:0:0) at_result="$at_result $at_were successful." ;;
-    0:0:*) at_result="$at_result behaved as expected." ;;
-
-    # Some unexpected failures
-    0:*:0) at_result="$at_result $at_were run,
-$at_fail_count failed unexpectedly." ;;
-
-    # Some failures, both expected and unexpected
-    0:*:1) at_result="$at_result $at_were run,
-$at_total_fail_count failed ($at_xfail_count expected failure)." ;;
-    0:*:*) at_result="$at_result $at_were run,
-$at_total_fail_count failed ($at_xfail_count expected failures)." ;;
-
-    # No unexpected failures, but some xpasses
-    *:0:*) at_result="$at_result $at_were run,
-$at_xpass_count passed unexpectedly." ;;
-
-    # No expected failures, but failures and xpasses
-    *:1:0) at_result="$at_result $at_were run,
-$at_unexpected_count did not behave as expected ($at_fail_count unexpected failure)." ;;
-    *:*:0) at_result="$at_result $at_were run,
-$at_unexpected_count did not behave as expected ($at_fail_count unexpected failures)." ;;
-
-    # All of them.
-    *:*:1) at_result="$at_result $at_were run,
-$at_xpass_count passed unexpectedly,
-$at_total_fail_count failed ($at_xfail_count expected failure)." ;;
-    *:*:*) at_result="$at_result $at_were run,
-$at_xpass_count passed unexpectedly,
-$at_total_fail_count failed ($at_xfail_count expected failures)." ;;
-  esac
-
-  if test $at_skip_count = 0 && test $at_run_count -gt 1; then
-    at_result="All $at_result"
-  fi
-fi
-
-# Now put skips in the mix.
-case $at_skip_count in
-  0) ;;
-  1) at_result="$at_result
-1 test was skipped." ;;
-  *) at_result="$at_result
-$at_skip_count tests were skipped." ;;
-esac
-
-if test $at_unexpected_count = 0; then
-  echo "$at_result"
-  echo "$at_result" >&5
-else
-  echo "ERROR: $at_result" >&2
-  echo "ERROR: $at_result" >&5
-  {
-    echo
-    cat <<\_ASBOX
-## ------------------------ ##
-## Summary of the failures. ##
-## ------------------------ ##
-_ASBOX
-
-    # Summary of failed and skipped tests.
-    if test $at_fail_count != 0; then
-      echo "Failed tests:"
-      $SHELL "$at_myself" $at_fail_list --list
-      echo
-    fi
-    if test $at_skip_count != 0; then
-      echo "Skipped tests:"
-      $SHELL "$at_myself" $at_skip_list --list
-      echo
-    fi
-    if test $at_xpass_count != 0; then
-      echo "Unexpected passes:"
-      $SHELL "$at_myself" $at_xpass_list --list
-      echo
-    fi
-    if test $at_fail_count != 0; then
-      cat <<\_ASBOX
-## ---------------------- ##
-## Detailed failed tests. ##
-## ---------------------- ##
-_ASBOX
-      echo
-      for at_group in $at_fail_list
-      do
-       at_group_normalized=$at_group
-
-  eval 'while :; do
-    case $at_group_normalized in #(
-    '"$at_format"'*) break;;
-    esac
-    at_group_normalized=0$at_group_normalized
-  done'
-
-       cat "$at_suite_dir/$at_group_normalized/$as_me.log"
-       echo
-      done
-      echo
-    fi
-    if test -n "$at_top_srcdir"; then
-      sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## ${at_top_build_prefix}config.log ##
-_ASBOX
-      sed 's/^/| /' ${at_top_build_prefix}config.log
-      echo
-    fi
-  } >&5
-
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## $as_me.log was created. ##
-_ASBOX
-
-  echo
-  $as_echo "Please send \`${at_testdir+${at_testdir}/}$as_me.log' and all information you think might help:
-
-   To: <bug-tar@gnu.org>
-   Subject: [GNU tar 1.25] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly}
-"
-  if test $at_debug_p = false; then
-    echo
-    echo 'You may investigate any problem if you feel able to do so, in which'
-    echo 'case the test suite provides a good starting point.  Its output may'
-    $as_echo "be found below \`${at_testdir+${at_testdir}/}$as_me.dir'."
-    echo
-  fi
-    exit 1
-fi
-
-exit 0
-
-## ------------- ##
-## Actual tests. ##
-## ------------- ##
-#AT_START_1
-# 1. version.at:19: tar version
-at_setup_line='version.at:19'
-at_desc="tar version"
-$at_quiet $as_echo_n "  1: $at_desc                                    "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "1. version.at:19: testing ..."
-  $at_traceon
-
-
-{ $at_traceoff
-$as_echo "$at_srcdir/version.at:21: tar --version | sed 1q"
-echo version.at:21 >"$at_check_line_file"
-
-if test -n "$at_traceon"; then
-  ( $at_traceon; tar --version | sed 1q ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :; tar --version | sed 1q ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "tar (GNU tar) 1.25
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/version.at:21"
-if $at_failed; then
-  cat >$XFAILFILE <<'_EOT'
-
-==============================================================
-WARNING: Not using the proper version, *all* checks dubious...
-==============================================================
-_EOT
-
-else
-  rm -f $XFAILFILE
-fi
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_1
-#AT_START_2
-# 2. pipe.at:30: decompressing from stdin
-at_setup_line='pipe.at:30'
-at_desc="decompressing from stdin"
-$at_quiet $as_echo_n "  2: $at_desc                       "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "2. pipe.at:30: testing ..."
-  $at_traceon
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/pipe.at:34:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo \"separator\"
-cmp orig/file1 directory/file1
-echo \"separator\"
-cmp orig/file2 directory/file2)"
-echo pipe.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file1
-directory/file2
-separator
-separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/pipe.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/pipe.at:34:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo \"separator\"
-cmp orig/file1 directory/file1
-echo \"separator\"
-cmp orig/file2 directory/file2)"
-echo pipe.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file1
-directory/file2
-separator
-separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/pipe.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/pipe.at:34:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo \"separator\"
-cmp orig/file1 directory/file1
-echo \"separator\"
-cmp orig/file2 directory/file2)"
-echo pipe.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file1
-directory/file2
-separator
-separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/pipe.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/pipe.at:34:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo \"separator\"
-cmp orig/file1 directory/file1
-echo \"separator\"
-cmp orig/file2 directory/file2)"
-echo pipe.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file1
-directory/file2
-separator
-separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/pipe.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/pipe.at:34:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo \"separator\"
-cmp orig/file1 directory/file1
-echo \"separator\"
-cmp orig/file2 directory/file2)"
-echo pipe.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 13 --file directory/file2
-tar cf archive directory
-mv directory orig
-cat archive | tar xfv - --warning=no-timestamp | sort
-echo "separator"
-cmp orig/file1 directory/file1
-echo "separator"
-cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file1
-directory/file2
-separator
-separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/pipe.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_2
-#AT_START_3
-# 3. options.at:24: mixing options
-at_setup_line='options.at:24'
-at_desc="mixing options"
-$at_quiet $as_echo_n "  3: $at_desc                                 "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "3. options.at:24: testing ..."
-  $at_traceon
-
-
-
-{ $at_traceoff
-$as_echo "$at_srcdir/options.at:27:
-echo > file1
-TAR_OPTIONS=--numeric-owner tar chof archive file1
-tar tf archive
-"
-echo options.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-echo > file1
-TAR_OPTIONS=--numeric-owner tar chof archive file1
-tar tf archive
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-echo > file1
-TAR_OPTIONS=--numeric-owner tar chof archive file1
-tar tf archive
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/options.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_3
-#AT_START_4
-# 4. options02.at:26: interspersed options
-at_setup_line='options02.at:26'
-at_desc="interspersed options"
-$at_quiet $as_echo_n "  4: $at_desc                           "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "4. options02.at:26: testing ..."
-  $at_traceon
-
-
-
-{ $at_traceoff
-$as_echo "$at_srcdir/options02.at:29:
-echo > file1
-tar c file1 -f archive
-tar tf archive
-"
-echo options02.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-echo > file1
-tar c file1 -f archive
-tar tf archive
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-echo > file1
-tar c file1 -f archive
-tar tf archive
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/options02.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_4
-#AT_START_5
-# 5. T-empty.at:26: files-from: empty entries
-at_setup_line='T-empty.at:26'
-at_desc="files-from: empty entries"
-$at_quiet $as_echo_n "  5: $at_desc                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "5. T-empty.at:26: testing ..."
-  $at_traceon
-
-
-
-cat >file-list <<'_ATEOF'
-jeden
-dwa
-
-trzy
-_ATEOF
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/T-empty.at:36:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile --file jeden
-genfile --file dwa
-genfile --file trzy
-
-tar cfvT archive ../file-list | sort
-)"
-echo T-empty.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile --file jeden
-genfile --file dwa
-genfile --file trzy
-
-tar cfvT archive ../file-list | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile --file jeden
-genfile --file dwa
-genfile --file trzy
-
-tar cfvT archive ../file-list | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dwa
-jeden
-trzy
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/T-empty.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
- # Testing one format is enough
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_5
-#AT_START_6
-# 6. T-null.at:21: files-from: 0-separated file without -0
-at_setup_line='T-null.at:21'
-at_desc="files-from: 0-separated file without -0"
-$at_quiet $as_echo_n "  6: $at_desc        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "6. T-null.at:21: testing ..."
-  $at_traceon
-
-
-
-cat >expout <<'_ATEOF'
-jeden\ndwa
-trzy
-_ATEOF
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/T-null.at:28:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-echo dwa > temp
-echo trzy >> temp
-cat temp | tr '\\n' '\\0' > temp1
-echo jeden > file-list
-cat temp1 >> file-list
-
-genfile -f \"jeden
-dwa\" || exit 77
-genfile -f trzy
-
-tar cfTv archive file-list | sort
-)"
-echo T-null.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-echo dwa > temp
-echo trzy >> temp
-cat temp | tr '\n' '\0' > temp1
-echo jeden > file-list
-cat temp1 >> file-list
-
-genfile -f "jeden
-dwa" || exit 77
-genfile -f trzy
-
-tar cfTv archive file-list | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-echo dwa > temp
-echo trzy >> temp
-cat temp | tr '\n' '\0' > temp1
-echo jeden > file-list
-cat temp1 >> file-list
-
-genfile -f "jeden
-dwa" || exit 77
-genfile -f trzy
-
-tar cfTv archive file-list | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: file-list: file name read contains nul character
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-$at_diff expout "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/T-null.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
- # Testing one format is enough
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_6
-#AT_START_7
-# 7. indexfile.at:26: tar --index-file=FILE --file=-
-at_setup_line='indexfile.at:26'
-at_desc="tar --index-file=FILE --file=-"
-$at_quiet $as_echo_n "  7: $at_desc                 "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "7. indexfile.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/indexfile.at:29:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo \"Creating the archive\"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo \"Testing the archive\"
-tar -tf archive
-)"
-echo indexfile.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-directory/
-directory/a
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/indexfile.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/indexfile.at:29:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo \"Creating the archive\"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo \"Testing the archive\"
-tar -tf archive
-)"
-echo indexfile.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-directory/
-directory/a
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/indexfile.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/indexfile.at:29:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo \"Creating the archive\"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo \"Testing the archive\"
-tar -tf archive
-)"
-echo indexfile.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-directory/
-directory/a
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/indexfile.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/indexfile.at:29:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo \"Creating the archive\"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo \"Testing the archive\"
-tar -tf archive
-)"
-echo indexfile.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-directory/
-directory/a
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/indexfile.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/indexfile.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo \"Creating the archive\"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo \"Testing the archive\"
-tar -tf archive
-)"
-echo indexfile.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-genfile --file=directory/a --length=1035
-
-echo "Creating the archive"
-tar -c -v -f - --index-file=idx directory > archive
-
-echo "Testing the archive"
-tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-directory/
-directory/a
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/indexfile.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_7
-#AT_START_8
-# 8. verbose.at:26: tar cvf -
-at_setup_line='verbose.at:26'
-at_desc="tar cvf -"
-$at_quiet $as_echo_n "  8: $at_desc                                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "8. verbose.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/verbose.at:29:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-)"
-echo verbose.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "file
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/verbose.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/verbose.at:29:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-)"
-echo verbose.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "file
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/verbose.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/verbose.at:29:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-)"
-echo verbose.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "file
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/verbose.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/verbose.at:29:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-)"
-echo verbose.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "file
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/verbose.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/verbose.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-)"
-echo verbose.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file --length 10240
-echo Creating the archive
-tar cvf - file > archive
-echo Testing the archive
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "file
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating the archive
-Testing the archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/verbose.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_8
-#AT_START_9
-# 9. append.at:21: append
-at_setup_line='append.at:21'
-at_desc="append"
-$at_quiet $as_echo_n "  9: $at_desc                                         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "9. append.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/append.at:24:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive)"
-echo append.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append.at:24:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive)"
-echo append.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append.at:24:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive)"
-echo append.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append.at:24:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive)"
-echo append.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append.at:24:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive)"
-echo append.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-touch file1
-          touch file2
-          tar cf archive file1
-          tar rf archive file2
-          tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_9
-#AT_START_10
-# 10. append01.at:29: appending files with long names
-at_setup_line='append01.at:29'
-at_desc="appending files with long names"
-$at_quiet $as_echo_n " 10: $at_desc                "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "10. append01.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/append01.at:34:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-)"
-echo append01.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append01.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append01.at:34:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-)"
-echo append01.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append01.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append01.at:34:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-)"
-echo append01.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append01.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append01.at:34:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-)"
-echo append01.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX
-touch This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1 This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar cf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-tar rf archive This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file1
-This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append01.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_10
-#AT_START_11
-# 11. append02.at:54: append vs. create
-at_setup_line='append02.at:54'
-at_desc="append vs. create"
-$at_quiet $as_echo_n " 11: $at_desc                              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "11. append02.at:54: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/append02.at:57:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME=\"--mtime=@0\"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test \$TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS=\"\$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime\"
-fi
-
-echo Creating archive.1
-tar \$MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar \$MTIME -cf archive.2 -T /dev/null
-tar \$MTIME -rf archive.2 file1
-tar \$MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-)"
-echo append02.at:57 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating archive.1
-Creating archive.2
-Comparing archives
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append02.at:57"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append02.at:57:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME=\"--mtime=@0\"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test \$TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS=\"\$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime\"
-fi
-
-echo Creating archive.1
-tar \$MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar \$MTIME -cf archive.2 -T /dev/null
-tar \$MTIME -rf archive.2 file1
-tar \$MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-)"
-echo append02.at:57 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating archive.1
-Creating archive.2
-Comparing archives
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append02.at:57"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append02.at:57:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME=\"--mtime=@0\"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test \$TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS=\"\$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime\"
-fi
-
-echo Creating archive.1
-tar \$MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar \$MTIME -cf archive.2 -T /dev/null
-tar \$MTIME -rf archive.2 file1
-tar \$MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-)"
-echo append02.at:57 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating archive.1
-Creating archive.2
-Comparing archives
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append02.at:57"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append02.at:57:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME=\"--mtime=@0\"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test \$TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS=\"\$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime\"
-fi
-
-echo Creating archive.1
-tar \$MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar \$MTIME -cf archive.2 -T /dev/null
-tar \$MTIME -rf archive.2 file1
-tar \$MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-)"
-echo append02.at:57 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating archive.1
-Creating archive.2
-Comparing archives
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append02.at:57"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append02.at:57:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME=\"--mtime=@0\"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test \$TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS=\"\$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime\"
-fi
-
-echo Creating archive.1
-tar \$MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar \$MTIME -cf archive.2 -T /dev/null
-tar \$MTIME -rf archive.2 file1
-tar \$MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-)"
-echo append02.at:57 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file1
-genfile --file file2
-
-# Make sure file timestamps in the archive will not differ
-MTIME="--mtime=@0"
-
-# For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time
-if test $TEST_TAR_FORMAT = posix; then
-  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
-fi
-
-echo Creating archive.1
-tar $MTIME -cf archive.1 file1 file2
-
-echo Creating archive.2
-tar $MTIME -cf archive.2 -T /dev/null
-tar $MTIME -rf archive.2 file1
-tar $MTIME -rf archive.2 file2
-
-echo Comparing archives
-cmp archive.1 archive.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating archive.1
-Creating archive.2
-Comparing archives
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append02.at:57"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_11
-#AT_START_12
-# 12. append03.at:19: append with name transformation
-at_setup_line='append03.at:19'
-at_desc="append with name transformation"
-$at_quiet $as_echo_n " 12: $at_desc                "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "12. append03.at:19: testing ..."
-  $at_traceon
-
-
-
-# Description: Make sure filenames are transformed during append.
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/append03.at:24:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-)"
-echo append03.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Appending
-plik.1
-Testing
-plik.1
-plik.2
-plik.1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append03.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append03.at:24:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-)"
-echo append03.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Appending
-plik.1
-Testing
-plik.1
-plik.2
-plik.1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append03.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append03.at:24:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-)"
-echo append03.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Appending
-plik.1
-Testing
-plik.1
-plik.2
-plik.1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append03.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append03.at:24:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-)"
-echo append03.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Appending
-plik.1
-Testing
-plik.1
-plik.2
-plik.1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append03.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/append03.at:24:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-)"
-echo append03.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file.1
-genfile --file file.2
-
-tar -c -f archive --transform 's/file/plik/' file.*
-echo Appending
-tar -r -f archive --transform 's/file/plik/' -v --show-transformed-names file.1
-echo Testing
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Appending
-plik.1
-Testing
-plik.1
-plik.2
-plik.1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/append03.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_12
-#AT_START_13
-# 13. xform-h.at:30: transforming hard links on create
-at_setup_line='xform-h.at:30'
-at_desc="transforming hard links on create"
-$at_quiet $as_echo_n " 13: $at_desc              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "13. xform-h.at:30: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/xform-h.at:39:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo \"hello\" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-)"
-echo xform-h.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Default transform scope
-test
-Transforming hard links
-test
-Not transforming hard links
-basedir/test
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/xform-h.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/xform-h.at:39:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo \"hello\" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-)"
-echo xform-h.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Default transform scope
-test
-Transforming hard links
-test
-Not transforming hard links
-basedir/test
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/xform-h.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/xform-h.at:39:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo \"hello\" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-)"
-echo xform-h.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Default transform scope
-test
-Transforming hard links
-test
-Not transforming hard links
-basedir/test
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/xform-h.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/xform-h.at:39:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo \"hello\" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-)"
-echo xform-h.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Default transform scope
-test
-Transforming hard links
-test
-Not transforming hard links
-basedir/test
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/xform-h.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/xform-h.at:39:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo \"hello\" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-)"
-echo xform-h.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir basedir
-echo "hello" > basedir/test
-ln basedir/test basedir/test_link
-
-
-echo "Default transform scope"
-tar cf archive --transform="s,^basedir/,," basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Transforming hard links"
-tar cf archive --transform="s,^basedir/,,h" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-
-echo "Not transforming hard links"
-tar cf archive --transform="s,^basedir/,,H" basedir/test basedir/test_link
-tar tvf archive | sed -n 's/.*test_link link to //p'
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Default transform scope
-test
-Transforming hard links
-test
-Not transforming hard links
-basedir/test
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/xform-h.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_13
-#AT_START_14
-# 14. xform01.at:26: transformations and GNU volume labels
-at_setup_line='xform01.at:26'
-at_desc="transformations and GNU volume labels"
-$at_quiet $as_echo_n " 14: $at_desc          "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "14. xform01.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/xform01.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file
-tar -cf archive.tar -V /label/ file
-tar tf archive.tar
-)"
-echo xform01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file
-tar -cf archive.tar -V /label/ file
-tar tf archive.tar
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file file
-tar -cf archive.tar -V /label/ file
-tar tf archive.tar
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "/label/
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/xform01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_14
-#AT_START_15
-# 15. exclude.at:23: exclude
-at_setup_line='exclude.at:23'
-at_desc="exclude"
-$at_quiet $as_echo_n " 15: $at_desc                                        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "15. exclude.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-echo blues > dir/blues
-echo jazz > dir/jazz
-mkdir dir/folk
-echo tagfile > dir/folk/tagfile
-echo sanjuan > dir/folk/sanjuan
-mkdir dir/rock
-echo \"Signature: 8a477f597d28d172789f06886806bc55\" > dir/rock/CACHEDIR.TAG
-echo \"test\" > dir/rock/file
-
-for option in exclude-caches exclude-caches-under exclude-caches-all
-do
-  echo OPTION \$option
-  tar -cf archive.tar --\$option -v dir 2>err | sort
-  cat err
-  echo ARCHIVE
-  tar tf archive.tar | sort
-done
-
-for option in exclude-tag exclude-tag-under exclude-tag-all
-do
-  echo OPTION \$option
-  tar -cf archive.tar --\${option}=tagfile -v dir 2>err | sort
-  cat err
-  echo ARCHIVE
-  tar tf archive.tar | sort
-done
-)"
-echo exclude.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-echo blues > dir/blues
-echo jazz > dir/jazz
-mkdir dir/folk
-echo tagfile > dir/folk/tagfile
-echo sanjuan > dir/folk/sanjuan
-mkdir dir/rock
-echo "Signature: 8a477f597d28d172789f06886806bc55" > dir/rock/CACHEDIR.TAG
-echo "test" > dir/rock/file
-
-for option in exclude-caches exclude-caches-under exclude-caches-all
-do
-  echo OPTION $option
-  tar -cf archive.tar --$option -v dir 2>err | sort
-  cat err
-  echo ARCHIVE
-  tar tf archive.tar | sort
-done
-
-for option in exclude-tag exclude-tag-under exclude-tag-all
-do
-  echo OPTION $option
-  tar -cf archive.tar --${option}=tagfile -v dir 2>err | sort
-  cat err
-  echo ARCHIVE
-  tar tf archive.tar | sort
-done
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-echo blues > dir/blues
-echo jazz > dir/jazz
-mkdir dir/folk
-echo tagfile > dir/folk/tagfile
-echo sanjuan > dir/folk/sanjuan
-mkdir dir/rock
-echo "Signature: 8a477f597d28d172789f06886806bc55" > dir/rock/CACHEDIR.TAG
-echo "test" > dir/rock/file
-
-for option in exclude-caches exclude-caches-under exclude-caches-all
-do
-  echo OPTION $option
-  tar -cf archive.tar --$option -v dir 2>err | sort
-  cat err
-  echo ARCHIVE
-  tar tf archive.tar | sort
-done
-
-for option in exclude-tag exclude-tag-under exclude-tag-all
-do
-  echo OPTION $option
-  tar -cf archive.tar --${option}=tagfile -v dir 2>err | sort
-  cat err
-  echo ARCHIVE
-  tar tf archive.tar | sort
-done
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "OPTION exclude-caches
-dir/
-dir/blues
-dir/folk/
-dir/folk/sanjuan
-dir/folk/tagfile
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumped
-ARCHIVE
-dir/
-dir/blues
-dir/folk/
-dir/folk/sanjuan
-dir/folk/tagfile
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-OPTION exclude-caches-under
-dir/
-dir/blues
-dir/folk/
-dir/folk/sanjuan
-dir/folk/tagfile
-dir/jazz
-dir/rock/
-tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumped
-ARCHIVE
-dir/
-dir/blues
-dir/folk/
-dir/folk/sanjuan
-dir/folk/tagfile
-dir/jazz
-dir/rock/
-OPTION exclude-caches-all
-dir/
-dir/blues
-dir/folk/
-dir/folk/sanjuan
-dir/folk/tagfile
-dir/jazz
-tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; directory not dumped
-ARCHIVE
-dir/
-dir/blues
-dir/folk/
-dir/folk/sanjuan
-dir/folk/tagfile
-dir/jazz
-OPTION exclude-tag
-dir/
-dir/blues
-dir/folk/
-dir/folk/tagfile
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-dir/rock/file
-tar: dir/folk/: contains a cache directory tag tagfile; contents not dumped
-ARCHIVE
-dir/
-dir/blues
-dir/folk/
-dir/folk/tagfile
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-dir/rock/file
-OPTION exclude-tag-under
-dir/
-dir/blues
-dir/folk/
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-dir/rock/file
-tar: dir/folk/: contains a cache directory tag tagfile; contents not dumped
-ARCHIVE
-dir/
-dir/blues
-dir/folk/
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-dir/rock/file
-OPTION exclude-tag-all
-dir/
-dir/blues
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-dir/rock/file
-tar: dir/folk/: contains a cache directory tag tagfile; directory not dumped
-ARCHIVE
-dir/
-dir/blues
-dir/jazz
-dir/rock/
-dir/rock/CACHEDIR.TAG
-dir/rock/file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_15
-#AT_START_16
-# 16. exclude01.at:17: exclude wildcards
-at_setup_line='exclude01.at:17'
-at_desc="exclude wildcards"
-$at_quiet $as_echo_n " 16: $at_desc                              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "16. exclude01.at:17: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude01.at:20:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude=testdir/dir1/\\* \\
-               --no-wildcards \\
-               --exclude=testdir/dir2/\\* \\
-               --wildcards \\
-               --exclude=testdir/dir3/\\* \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir/dir1
-tar t --no-wildcards \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards \"testdir/dir1/*\" -f archive | sort
-
-rm -rf testdir
-)"
-echo exclude01.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir2/
-testdir/dir2/file2
-testdir/dir3/
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude01.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude01.at:20:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude=testdir/dir1/\\* \\
-               --no-wildcards \\
-               --exclude=testdir/dir2/\\* \\
-               --wildcards \\
-               --exclude=testdir/dir3/\\* \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir/dir1
-tar t --no-wildcards \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards \"testdir/dir1/*\" -f archive | sort
-
-rm -rf testdir
-)"
-echo exclude01.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir2/
-testdir/dir2/file2
-testdir/dir3/
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude01.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude01.at:20:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude=testdir/dir1/\\* \\
-               --no-wildcards \\
-               --exclude=testdir/dir2/\\* \\
-               --wildcards \\
-               --exclude=testdir/dir3/\\* \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir/dir1
-tar t --no-wildcards \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards \"testdir/dir1/*\" -f archive | sort
-
-rm -rf testdir
-)"
-echo exclude01.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir2/
-testdir/dir2/file2
-testdir/dir3/
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude01.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude01.at:20:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude=testdir/dir1/\\* \\
-               --no-wildcards \\
-               --exclude=testdir/dir2/\\* \\
-               --wildcards \\
-               --exclude=testdir/dir3/\\* \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir/dir1
-tar t --no-wildcards \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards \"testdir/dir1/*\" -f archive | sort
-
-rm -rf testdir
-)"
-echo exclude01.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir2/
-testdir/dir2/file2
-testdir/dir3/
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude01.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude01.at:20:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude=testdir/dir1/\\* \\
-               --no-wildcards \\
-               --exclude=testdir/dir2/\\* \\
-               --wildcards \\
-               --exclude=testdir/dir3/\\* \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir/dir1
-tar t --no-wildcards \"testdir/dir1/*\" -f archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards \"testdir/dir1/*\" -f archive | sort
-
-rm -rf testdir
-)"
-echo exclude01.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude=testdir/dir1/\* \
-               --no-wildcards \
-               --exclude=testdir/dir2/\* \
-               --wildcards \
-               --exclude=testdir/dir3/\* \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir/dir1
-tar t --no-wildcards "testdir/dir1/*" -f archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards "testdir/dir1/*" -f archive | sort
-
-rm -rf testdir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir2/
-testdir/dir2/file2
-testdir/dir3/
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-NEXT
-testdir/dir1/*
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude01.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_16
-#AT_START_17
-# 17. exclude02.at:17: exclude: anchoring
-at_setup_line='exclude02.at:17'
-at_desc="exclude: anchoring"
-$at_quiet $as_echo_n " 17: $at_desc                             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "17. exclude02.at:17: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude02.at:20:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive --no-anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 2\"
-tar cf archive --anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 3\"
-tar cf archive testdir file1.txt
-tar t \"file1.txt\" -f archive | sort
-
-echo \"SUB 4\"
-tar t --no-anchored \"file1.txt\" -f archive | sort
-
-echo \"SUB 5\"
-tar t --anchored \"file1.txt\" -f archive | sort
-
-rm -rf testdir file1.txt
-
-)"
-echo exclude02.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file2
-SUB 1
-testdir/
-testdir/file2
-SUB 2
-testdir/
-testdir/file1.txt
-testdir/file2
-SUB 3
-file1.txt
-SUB 4
-file1.txt
-testdir/file1.txt
-SUB 5
-file1.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude02.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude02.at:20:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive --no-anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 2\"
-tar cf archive --anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 3\"
-tar cf archive testdir file1.txt
-tar t \"file1.txt\" -f archive | sort
-
-echo \"SUB 4\"
-tar t --no-anchored \"file1.txt\" -f archive | sort
-
-echo \"SUB 5\"
-tar t --anchored \"file1.txt\" -f archive | sort
-
-rm -rf testdir file1.txt
-
-)"
-echo exclude02.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file2
-SUB 1
-testdir/
-testdir/file2
-SUB 2
-testdir/
-testdir/file1.txt
-testdir/file2
-SUB 3
-file1.txt
-SUB 4
-file1.txt
-testdir/file1.txt
-SUB 5
-file1.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude02.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude02.at:20:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive --no-anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 2\"
-tar cf archive --anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 3\"
-tar cf archive testdir file1.txt
-tar t \"file1.txt\" -f archive | sort
-
-echo \"SUB 4\"
-tar t --no-anchored \"file1.txt\" -f archive | sort
-
-echo \"SUB 5\"
-tar t --anchored \"file1.txt\" -f archive | sort
-
-rm -rf testdir file1.txt
-
-)"
-echo exclude02.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file2
-SUB 1
-testdir/
-testdir/file2
-SUB 2
-testdir/
-testdir/file1.txt
-testdir/file2
-SUB 3
-file1.txt
-SUB 4
-file1.txt
-testdir/file1.txt
-SUB 5
-file1.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude02.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude02.at:20:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive --no-anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 2\"
-tar cf archive --anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 3\"
-tar cf archive testdir file1.txt
-tar t \"file1.txt\" -f archive | sort
-
-echo \"SUB 4\"
-tar t --no-anchored \"file1.txt\" -f archive | sort
-
-echo \"SUB 5\"
-tar t --anchored \"file1.txt\" -f archive | sort
-
-rm -rf testdir file1.txt
-
-)"
-echo exclude02.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file2
-SUB 1
-testdir/
-testdir/file2
-SUB 2
-testdir/
-testdir/file1.txt
-testdir/file2
-SUB 3
-file1.txt
-SUB 4
-file1.txt
-testdir/file1.txt
-SUB 5
-file1.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude02.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude02.at:20:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive --no-anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 2\"
-tar cf archive --anchored \\
-               --exclude=\"file1.txt\" \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 3\"
-tar cf archive testdir file1.txt
-tar t \"file1.txt\" -f archive | sort
-
-echo \"SUB 4\"
-tar t --no-anchored \"file1.txt\" -f archive | sort
-
-echo \"SUB 5\"
-tar t --anchored \"file1.txt\" -f archive | sort
-
-rm -rf testdir file1.txt
-
-)"
-echo exclude02.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir
-touch file1.txt
-touch testdir/file1.txt
-touch testdir/file2
-
-tar cf archive --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive --no-anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 2"
-tar cf archive --anchored \
-               --exclude="file1.txt" \
-               testdir
-tar tf archive | sort
-
-echo "SUB 3"
-tar cf archive testdir file1.txt
-tar t "file1.txt" -f archive | sort
-
-echo "SUB 4"
-tar t --no-anchored "file1.txt" -f archive | sort
-
-echo "SUB 5"
-tar t --anchored "file1.txt" -f archive | sort
-
-rm -rf testdir file1.txt
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file2
-SUB 1
-testdir/
-testdir/file2
-SUB 2
-testdir/
-testdir/file1.txt
-testdir/file2
-SUB 3
-file1.txt
-SUB 4
-file1.txt
-testdir/file1.txt
-SUB 5
-file1.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude02.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_17
-#AT_START_18
-# 18. exclude03.at:17: exclude: wildcards match slash
-at_setup_line='exclude03.at:17'
-at_desc="exclude: wildcards match slash"
-$at_quiet $as_echo_n " 18: $at_desc                 "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "18. exclude03.at:17: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude03.at:20:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\\*f\\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude='testdir*f*1' \\
-               --no-wildcards-match-slash \\
-               --exclude='testdir*f*2' \\
-               --wildcards-match-slash \\
-               --exclude='testdir*f*3' \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude03.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir1/*
-testdir/dir2/
-testdir/dir2/*
-testdir/dir2/file2
-testdir/dir3/
-testdir/dir3/*
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-NEXT
-testdir/*f*1
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude03.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude03.at:20:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\\*f\\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude='testdir*f*1' \\
-               --no-wildcards-match-slash \\
-               --exclude='testdir*f*2' \\
-               --wildcards-match-slash \\
-               --exclude='testdir*f*3' \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude03.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir1/*
-testdir/dir2/
-testdir/dir2/*
-testdir/dir2/file2
-testdir/dir3/
-testdir/dir3/*
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-NEXT
-testdir/*f*1
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude03.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude03.at:20:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\\*f\\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude='testdir*f*1' \\
-               --no-wildcards-match-slash \\
-               --exclude='testdir*f*2' \\
-               --wildcards-match-slash \\
-               --exclude='testdir*f*3' \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude03.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir1/*
-testdir/dir2/
-testdir/dir2/*
-testdir/dir2/file2
-testdir/dir3/
-testdir/dir3/*
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-NEXT
-testdir/*f*1
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude03.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude03.at:20:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\\*f\\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude='testdir*f*1' \\
-               --no-wildcards-match-slash \\
-               --exclude='testdir*f*2' \\
-               --wildcards-match-slash \\
-               --exclude='testdir*f*3' \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude03.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir1/*
-testdir/dir2/
-testdir/dir2/*
-testdir/dir2/file2
-testdir/dir3/
-testdir/dir3/*
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-NEXT
-testdir/*f*1
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude03.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude03.at:20:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\\*f\\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\\*
-touch testdir/dir2/file2
-touch testdir/dir2/\\*
-touch testdir/dir3/file3
-touch testdir/dir3/\\*
-
-tar cf archive --exclude='testdir*f*1' \\
-               --no-wildcards-match-slash \\
-               --exclude='testdir*f*2' \\
-               --wildcards-match-slash \\
-               --exclude='testdir*f*3' \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo \"NEXT\"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude03.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir1 testdir/dir2 testdir/dir3
-touch testdir/\*f\*1
-touch testdir/dir1/file1
-touch testdir/dir1/\*
-touch testdir/dir2/file2
-touch testdir/dir2/\*
-touch testdir/dir3/file3
-touch testdir/dir3/\*
-
-tar cf archive --exclude='testdir*f*1' \
-               --no-wildcards-match-slash \
-               --exclude='testdir*f*2' \
-               --wildcards-match-slash \
-               --exclude='testdir*f*3' \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive testdir
-tar t --wildcards 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --no-wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-echo "NEXT"
-tar t --wildcards --wildcards-match-slash 'testdir/*f*1' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir1/
-testdir/dir1/*
-testdir/dir2/
-testdir/dir2/*
-testdir/dir2/file2
-testdir/dir3/
-testdir/dir3/*
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-NEXT
-testdir/*f*1
-NEXT
-testdir/*f*1
-testdir/dir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude03.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_18
-#AT_START_19
-# 19. exclude04.at:17: exclude: case insensitive
-at_setup_line='exclude04.at:17'
-at_desc="exclude: case insensitive"
-$at_quiet $as_echo_n " 19: $at_desc                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "19. exclude04.at:17: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude04.at:20:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \\
-               --exclude=file1 \\
-               --ignore-case \\
-               --exclude=file3 \\
-               --no-ignore-case \\
-               --exclude=FILE2 \\
-               --exclude=file4 \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo \"SUB 2\"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo \"SUB 3\"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude04.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir/
-testdir/dir/File1
-testdir/dir/File2
-testdir/dir/File4
-testdir/file2
-SUB 1
-testdir/dir/File2
-SUB 2
-testdir/dir/File2
-testdir/file2
-SUB 3
-testdir/dir/File2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude04.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude04.at:20:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \\
-               --exclude=file1 \\
-               --ignore-case \\
-               --exclude=file3 \\
-               --no-ignore-case \\
-               --exclude=FILE2 \\
-               --exclude=file4 \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo \"SUB 2\"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo \"SUB 3\"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude04.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir/
-testdir/dir/File1
-testdir/dir/File2
-testdir/dir/File4
-testdir/file2
-SUB 1
-testdir/dir/File2
-SUB 2
-testdir/dir/File2
-testdir/file2
-SUB 3
-testdir/dir/File2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude04.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude04.at:20:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \\
-               --exclude=file1 \\
-               --ignore-case \\
-               --exclude=file3 \\
-               --no-ignore-case \\
-               --exclude=FILE2 \\
-               --exclude=file4 \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo \"SUB 2\"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo \"SUB 3\"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude04.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir/
-testdir/dir/File1
-testdir/dir/File2
-testdir/dir/File4
-testdir/file2
-SUB 1
-testdir/dir/File2
-SUB 2
-testdir/dir/File2
-testdir/file2
-SUB 3
-testdir/dir/File2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude04.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude04.at:20:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \\
-               --exclude=file1 \\
-               --ignore-case \\
-               --exclude=file3 \\
-               --no-ignore-case \\
-               --exclude=FILE2 \\
-               --exclude=file4 \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo \"SUB 2\"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo \"SUB 3\"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude04.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir/
-testdir/dir/File1
-testdir/dir/File2
-testdir/dir/File4
-testdir/file2
-SUB 1
-testdir/dir/File2
-SUB 2
-testdir/dir/File2
-testdir/file2
-SUB 3
-testdir/dir/File2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude04.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude04.at:20:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \\
-               --exclude=file1 \\
-               --ignore-case \\
-               --exclude=file3 \\
-               --no-ignore-case \\
-               --exclude=FILE2 \\
-               --exclude=file4 \\
-               testdir
-tar tf archive | sort
-
-echo \"SUB 1\"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo \"SUB 2\"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo \"SUB 3\"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-)"
-echo exclude04.at:20 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir
-mkdir -p testdir/dir
-touch testdir/file1
-touch testdir/file2
-touch testdir/file3
-touch testdir/file4
-touch testdir/dir/File1
-touch testdir/dir/File2
-touch testdir/dir/File3
-touch testdir/dir/File4
-
-tar cf archive --exclude=FILE2 \
-               --exclude=file1 \
-               --ignore-case \
-               --exclude=file3 \
-               --no-ignore-case \
-               --exclude=FILE2 \
-               --exclude=file4 \
-               testdir
-tar tf archive | sort
-
-echo "SUB 1"
-tar cf archive testdir
-tar t --wildcards --wildcards-match-slash '*File2' -f archive | sort
-
-echo "SUB 2"
-tar t --wildcards --wildcards-match-slash --ignore-case '*File2' -f archive | sort
-
-echo "SUB 3"
-tar t --wildcards --wildcards-match-slash --no-ignore-case '*File2' -f archive | sort
-
-rm -rf testdir
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/dir/
-testdir/dir/File1
-testdir/dir/File2
-testdir/dir/File4
-testdir/file2
-SUB 1
-testdir/dir/File2
-SUB 2
-testdir/dir/File2
-testdir/file2
-SUB 3
-testdir/dir/File2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude04.at:20"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_19
-#AT_START_20
-# 20. exclude05.at:19: exclude: lots of excludes
-at_setup_line='exclude05.at:19'
-at_desc="exclude: lots of excludes"
-$at_quiet $as_echo_n " 20: $at_desc                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "20. exclude05.at:19: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude05.at:22:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print \"testdir/file\" i; }}' < /dev/null | \\
- while read name
- do
-   genfile --file \$name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print \"testdir/file\" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-)"
-echo exclude05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-NEXT
-testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude05.at:22:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print \"testdir/file\" i; }}' < /dev/null | \\
- while read name
- do
-   genfile --file \$name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print \"testdir/file\" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-)"
-echo exclude05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-NEXT
-testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude05.at:22:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print \"testdir/file\" i; }}' < /dev/null | \\
- while read name
- do
-   genfile --file \$name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print \"testdir/file\" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-)"
-echo exclude05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-NEXT
-testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude05.at:22:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print \"testdir/file\" i; }}' < /dev/null | \\
- while read name
- do
-   genfile --file \$name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print \"testdir/file\" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-)"
-echo exclude05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-NEXT
-testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/exclude05.at:22:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print \"testdir/file\" i; }}' < /dev/null | \\
- while read name
- do
-   genfile --file \$name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print \"testdir/file\" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-echo \"NEXT\"
-tar cf archive --exclude-from=exclfile \\
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-)"
-echo exclude05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-rm -rf testdir exclfile
-mkdir -p testdir
-awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \
- while read name
- do
-   genfile --file $name
- done
-
-awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile
-
-tar cf archive --anchored --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-echo "NEXT"
-tar cf archive --exclude-from=exclfile \
-               testdir
-tar tf archive | sort
-
-rm -rf testdir exclfile
-
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-NEXT
-testdir/
-testdir/file10
-testdir/file11
-testdir/file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_20
-#AT_START_21
-# 21. exclude06.at:24: exclude: long files in pax archives
-at_setup_line='exclude06.at:24'
-at_desc="exclude: long files in pax archives"
-$at_quiet $as_echo_n " 21: $at_desc            "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "21. exclude06.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/exclude06.at:29:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen >/dev/null  || exit 77
-genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.txt
-genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c
-
-tar cf archive.tar one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen
-mkdir out
-tar -C out -xf archive.tar --exclude='*.txt' --warning=no-timestamp
-find out -type f
-)"
-echo exclude06.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen >/dev/null  || exit 77
-genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.txt
-genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c
-
-tar cf archive.tar one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen
-mkdir out
-tar -C out -xf archive.tar --exclude='*.txt' --warning=no-timestamp
-find out -type f
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen >/dev/null  || exit 77
-genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.txt
-genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c
-
-tar cf archive.tar one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen
-mkdir out
-tar -C out -xf archive.tar --exclude='*.txt' --warning=no-timestamp
-find out -type f
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "out/one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/exclude06.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_21
-#AT_START_22
-# 22. delete01.at:23: deleting a member after a big one
-at_setup_line='delete01.at:23'
-at_desc="deleting a member after a big one"
-$at_quiet $as_echo_n " 22: $at_desc              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "22. delete01.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/delete01.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive)"
-echo delete01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete01.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive)"
-echo delete01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete01.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive)"
-echo delete01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete01.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive)"
-echo delete01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete01.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive)"
-echo delete01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 50000 --file file1
-genfile -l 1024 --file file2
-tar cf archive file1 file2
-tar f archive --delete file2
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_22
-#AT_START_23
-# 23. delete02.at:23: deleting a member from stdin archive
-at_setup_line='delete02.at:23'
-at_desc="deleting a member from stdin archive"
-$at_quiet $as_echo_n " 23: $at_desc           "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "23. delete02.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/delete02.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2)"
-echo delete02.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "1
-2
-3
-separator
-1
-3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete02.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete02.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2)"
-echo delete02.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "1
-2
-3
-separator
-1
-3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete02.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete02.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2)"
-echo delete02.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "1
-2
-3
-separator
-1
-3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete02.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete02.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2)"
-echo delete02.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "1
-2
-3
-separator
-1
-3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete02.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete02.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2)"
-echo delete02.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 3073 -p zeros --file 1
-cp 1 2
-cp 2 3
-tar cf archive 1 2 3
-tar tf archive
-cat archive | tar f - --delete 2 > archive2
-echo separator
-tar tf archive2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "1
-2
-3
-separator
-1
-3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete02.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_23
-#AT_START_24
-# 24. delete03.at:21: deleting members with long names
-at_setup_line='delete03.at:21'
-at_desc="deleting members with long names"
-$at_quiet $as_echo_n " 24: $at_desc               "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "24. delete03.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/delete03.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f \$prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch \$prefix\$i
-done
-tar -cf archive ./\$prefix* &&
- tar --delete -f archive ./\${prefix}5 &&
- tar -tf archive
-)"
-echo delete03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f $prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch $prefix$i
-done
-tar -cf archive ./$prefix* &&
- tar --delete -f archive ./${prefix}5 &&
- tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f $prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch $prefix$i
-done
-tar -cf archive ./$prefix* &&
- tar --delete -f archive ./${prefix}5 &&
- tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX1
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX2
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX3
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX4
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX6
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX7
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX8
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete03.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f \$prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch \$prefix\$i
-done
-tar -cf archive ./\$prefix* &&
- tar --delete -f archive ./\${prefix}5 &&
- tar -tf archive
-)"
-echo delete03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f $prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch $prefix$i
-done
-tar -cf archive ./$prefix* &&
- tar --delete -f archive ./${prefix}5 &&
- tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f $prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch $prefix$i
-done
-tar -cf archive ./$prefix* &&
- tar --delete -f archive ./${prefix}5 &&
- tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX1
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX2
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX3
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX4
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX6
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX7
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX8
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete03.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f \$prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch \$prefix\$i
-done
-tar -cf archive ./\$prefix* &&
- tar --delete -f archive ./\${prefix}5 &&
- tar -tf archive
-)"
-echo delete03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f $prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch $prefix$i
-done
-tar -cf archive ./$prefix* &&
- tar --delete -f archive ./${prefix}5 &&
- tar -tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-prefix=This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX
-rm -f $prefix*
-for i in 1 2 3 4 5 6 7 8 9
-do touch $prefix$i
-done
-tar -cf archive ./$prefix* &&
- tar --delete -f archive ./${prefix}5 &&
- tar -tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX1
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX2
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX3
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX4
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX6
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX7
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX8
-./This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_file_names_that_run_into_a_limit_of_the_posix_tar_formatXX9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_24
-#AT_START_25
-# 25. delete04.at:23: deleting a large last member
-at_setup_line='delete04.at:23'
-at_desc="deleting a large last member"
-$at_quiet $as_echo_n " 25: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "25. delete04.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/delete04.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-)"
-echo delete04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-file3
-file4
-file5
-file6
-file7
-file8
-file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete04.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-)"
-echo delete04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-file3
-file4
-file5
-file6
-file7
-file8
-file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete04.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-)"
-echo delete04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-file3
-file4
-file5
-file6
-file7
-file8
-file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete04.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-)"
-echo delete04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-file3
-file4
-file5
-file6
-file7
-file8
-file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete04.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-)"
-echo delete04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l      3 -f file1
-genfile -l      5 -f file2
-genfile -l      3 -f file3
-genfile -l      6 -f file4
-genfile -l     24 -f file5
-genfile -l     13 -f file6
-genfile -l   1385 -f file7
-genfile -l     30 -f file8
-genfile -l     10 -f file9
-genfile -l 256000 -f file10
-tar cf archive file1 file2 file3 file4 file5 file6 file7 file8 file9 file10
-tar f archive --delete file10
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-file3
-file4
-file5
-file6
-file7
-file8
-file9
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_25
-#AT_START_26
-# 26. delete05.at:27: deleting non-existing member
-at_setup_line='delete05.at:27'
-at_desc="deleting non-existing member"
-$at_quiet $as_echo_n " 26: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "26. delete05.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/delete05.at:30:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-)"
-echo delete05.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: tre: Not found in archive
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "en
-to
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete05.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete05.at:30:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-)"
-echo delete05.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: tre: Not found in archive
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "en
-to
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete05.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete05.at:30:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-)"
-echo delete05.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: tre: Not found in archive
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "en
-to
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete05.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete05.at:30:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-)"
-echo delete05.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: tre: Not found in archive
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "en
-to
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete05.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/delete05.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-)"
-echo delete05.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f en
-genfile -l 1024 -f to
-
-tar cf archive en to
-# Make sure we don't use bogus blocking factor.
-# GNU tar up to and including 1.14.91 produced an empty archive this way:
-tar --file archive --blocking-factor=20 --delete tre
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: tre: Not found in archive
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "en
-to
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/delete05.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_26
-#AT_START_27
-# 27. extrac01.at:23: extract over an existing directory
-at_setup_line='extrac01.at:23'
-at_desc="extract over an existing directory"
-$at_quiet $as_echo_n " 27: $at_desc             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "27. extrac01.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac01.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-)"
-echo extrac01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac01.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-)"
-echo extrac01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac01.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-)"
-echo extrac01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac01.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-)"
-echo extrac01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac01.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-)"
-echo extrac01.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar cf archive directory || exit 1
-tar xf archive --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac01.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_27
-#AT_START_28
-# 28. extrac02.at:23: extracting symlinks over an existing file
-at_setup_line='extrac02.at:23'
-at_desc="extracting symlinks over an existing file"
-$at_quiet $as_echo_n " 28: $at_desc      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "28. extrac02.at:23: testing ..."
-  $at_traceon
-
-
-
-# FIXME: Skip if symlinks are not supported on the system
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac02.at:28:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-)"
-echo extrac02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac02.at:28:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-)"
-echo extrac02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac02.at:28:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-)"
-echo extrac02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac02.at:28:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-)"
-echo extrac02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac02.at:28:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-)"
-echo extrac02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch file
-ln -s file link 2> /dev/null || ln file link
-tar cf archive link
-rm link
-touch link
-tar xf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_28
-#AT_START_29
-# 29. extrac03.at:23: extraction loops
-at_setup_line='extrac03.at:23'
-at_desc="extraction loops"
-$at_quiet $as_echo_n " 29: $at_desc                               "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "29. extrac03.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac03.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp)"
-echo extrac03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/../directory/
-separator
-directory/../directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac03.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp)"
-echo extrac03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/../directory/
-separator
-directory/../directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac03.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp)"
-echo extrac03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/../directory/
-separator
-directory/../directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac03.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp)"
-echo extrac03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/../directory/
-separator
-directory/../directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac03.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp)"
-echo extrac03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-tar -cPvf archive directory/../directory
-echo separator
-tar -xPvf archive --warning=no-timestamp) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/../directory/
-separator
-directory/../directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_29
-#AT_START_30
-# 30. extrac04.at:23: extract + fnmatch
-at_setup_line='extrac04.at:23'
-at_desc="extract + fnmatch"
-$at_quiet $as_echo_n " 30: $at_desc                              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "30. extrac04.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac04.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \\
-  --exclude='./*1' \\
-  --exclude='d*/*1' \\
-  --exclude='d*/s*/*2' | sort
-)"
-echo extrac04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file2
-directory/subdirectory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac04.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \\
-  --exclude='./*1' \\
-  --exclude='d*/*1' \\
-  --exclude='d*/s*/*2' | sort
-)"
-echo extrac04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file2
-directory/subdirectory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac04.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \\
-  --exclude='./*1' \\
-  --exclude='d*/*1' \\
-  --exclude='d*/s*/*2' | sort
-)"
-echo extrac04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file2
-directory/subdirectory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac04.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \\
-  --exclude='./*1' \\
-  --exclude='d*/*1' \\
-  --exclude='d*/s*/*2' | sort
-)"
-echo extrac04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file2
-directory/subdirectory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac04.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \\
-  --exclude='./*1' \\
-  --exclude='d*/*1' \\
-  --exclude='d*/s*/*2' | sort
-)"
-echo extrac04.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-touch file1
-mkdir directory
-mkdir directory/subdirectory
-touch directory/file1
-touch directory/file2
-touch directory/subdirectory/file1
-touch directory/subdirectory/file2
-tar -cf archive ./file1 directory
-tar -tf archive \
-  --exclude='./*1' \
-  --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/file2
-directory/subdirectory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac04.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_30
-#AT_START_31
-# 31. extrac05.at:30: extracting selected members from pax
-at_setup_line='extrac05.at:30'
-at_desc="extracting selected members from pax"
-$at_quiet $as_echo_n " 31: $at_desc           "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "31. extrac05.at:30: testing ..."
-  $at_traceon
-
-
-
-cat >list <<'_ATEOF'
-jeden
-cztery
-_ATEOF
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac05.at:38:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile 0 ABCD 1M EFGH 2000K IJKL || exit 77
-genfile --length 118 --file jeden
-genfile --length 223 --file dwa
-genfile --length 517 --file trzy
-genfile --length 110 --file cztery
-
-tar cf archive jeden dwa trzy cztery || exit 1
-
-mkdir dir
-cd dir
-
-tar xvfT ../archive ../../list --warning=no-timestamp || exit 1
-
-cd ..
-)"
-echo extrac05.at:38 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile 0 ABCD 1M EFGH 2000K IJKL || exit 77
-genfile --length 118 --file jeden
-genfile --length 223 --file dwa
-genfile --length 517 --file trzy
-genfile --length 110 --file cztery
-
-tar cf archive jeden dwa trzy cztery || exit 1
-
-mkdir dir
-cd dir
-
-tar xvfT ../archive ../../list --warning=no-timestamp || exit 1
-
-cd ..
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile 0 ABCD 1M EFGH 2000K IJKL || exit 77
-genfile --length 118 --file jeden
-genfile --length 223 --file dwa
-genfile --length 517 --file trzy
-genfile --length 110 --file cztery
-
-tar cf archive jeden dwa trzy cztery || exit 1
-
-mkdir dir
-cd dir
-
-tar xvfT ../archive ../../list --warning=no-timestamp || exit 1
-
-cd ..
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "jeden
-cztery
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac05.at:38"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_31
-#AT_START_32
-# 32. extrac06.at:33: mode of extracted directories
-at_setup_line='extrac06.at:33'
-at_desc="mode of extracted directories"
-$at_quiet $as_echo_n " 32: $at_desc                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "32. extrac06.at:33: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac06.at:36:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS=\"\$TAR_OPTIONS --no-same-permissions\"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-)"
-echo extrac06.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "777
-755
-755
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac06.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac06.at:36:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS=\"\$TAR_OPTIONS --no-same-permissions\"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-)"
-echo extrac06.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "777
-755
-755
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac06.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac06.at:36:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS=\"\$TAR_OPTIONS --no-same-permissions\"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-)"
-echo extrac06.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "777
-755
-755
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac06.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac06.at:36:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS=\"\$TAR_OPTIONS --no-same-permissions\"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-)"
-echo extrac06.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "777
-755
-755
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac06.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac06.at:36:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS=\"\$TAR_OPTIONS --no-same-permissions\"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-)"
-echo extrac06.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-# Force umask
-umask 022
-
-# Make sure user's umask is honored, even if we are superuser
-TAR_OPTIONS="$TAR_OPTIONS --no-same-permissions"
-
-# Create a directory
-mkdir directory
-chmod 777 directory
-genfile --stat=mode:777 directory
-
-# Archive it
-tar cf arc directory
-
-# Change its permissions ...
-chmod 755 directory
-genfile --stat=mode:777 directory
-
-# ... and attempt to restore it twice
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-tar xf arc directory --warning=no-timestamp
-genfile --stat=mode:777 directory
-
-# After both restores, the directory mode should be 755
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "777
-755
-755
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac06.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_32
-#AT_START_33
-# 33. extrac07.at:27: extracting symlinks to a read-only dir
-at_setup_line='extrac07.at:27'
-at_desc="extracting symlinks to a read-only dir"
-$at_quiet $as_echo_n " 33: $at_desc         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "33. extrac07.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac07.at:30:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-echo Prepare the directory
-mkdir dir
-genfile -f foo
-cd dir
-ln -s ../foo .
-cd ..
-chmod a-w dir
-
-echo Create the archive
-tar cf archive dir || exit 1
-
-chmod +w dir
-
-echo Extract
-mkdir out
-tar -C out -xvf archive
-)"
-echo extrac07.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-echo Prepare the directory
-mkdir dir
-genfile -f foo
-cd dir
-ln -s ../foo .
-cd ..
-chmod a-w dir
-
-echo Create the archive
-tar cf archive dir || exit 1
-
-chmod +w dir
-
-echo Extract
-mkdir out
-tar -C out -xvf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-echo Prepare the directory
-mkdir dir
-genfile -f foo
-cd dir
-ln -s ../foo .
-cd ..
-chmod a-w dir
-
-echo Create the archive
-tar cf archive dir || exit 1
-
-chmod +w dir
-
-echo Extract
-mkdir out
-tar -C out -xvf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Prepare the directory
-Create the archive
-Extract
-dir/
-dir/foo
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac07.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
- # Testing one format is enough
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_33
-#AT_START_34
-# 34. extrac08.at:33: restoring mode on existing directory
-at_setup_line='extrac08.at:33'
-at_desc="restoring mode on existing directory"
-$at_quiet $as_echo_n " 34: $at_desc           "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "34. extrac08.at:33: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac08.at:36:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-)"
-echo extrac08.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/file
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac08.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac08.at:36:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-)"
-echo extrac08.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/file
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac08.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac08.at:36:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-)"
-echo extrac08.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/file
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac08.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac08.at:36:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-)"
-echo extrac08.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/file
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac08.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac08.at:36:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-)"
-echo extrac08.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-umask 000
-mkdir dir
-chmod 755 dir
-echo bla > dir/file
-tar cf test.tar dir
-chmod 700 dir
-tar xfv test.tar --warning=no-timestamp
-genfile --stat=mode.777 dir
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/file
-755
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac08.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_34
-#AT_START_35
-# 35. extrac09.at:22: no need to save dir with unreadable . and ..
-at_setup_line='extrac09.at:22'
-at_desc="no need to save dir with unreadable . and .."
-$at_quiet $as_echo_n " 35: $at_desc   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "35. extrac09.at:22: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac09.at:25:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/extract
-genfile --file dir/sub/f
-cd dir/sub
-
-tar -cf archive.tar f
-
-chmod a-r . ..
-tar -xvf archive.tar -C extract f
-status=\$?
-chmod a+r . ..
-cmp f extract/f || status=\$?
-exit \$status
-)"
-echo extrac09.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/extract
-genfile --file dir/sub/f
-cd dir/sub
-
-tar -cf archive.tar f
-
-chmod a-r . ..
-tar -xvf archive.tar -C extract f
-status=$?
-chmod a+r . ..
-cmp f extract/f || status=$?
-exit $status
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/extract
-genfile --file dir/sub/f
-cd dir/sub
-
-tar -cf archive.tar f
-
-chmod a-r . ..
-tar -xvf archive.tar -C extract f
-status=$?
-chmod a+r . ..
-cmp f extract/f || status=$?
-exit $status
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "f
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac09.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_35
-#AT_START_36
-# 36. extrac10.at:27: -C and delayed setting of metadata
-at_setup_line='extrac10.at:27'
-at_desc="-C and delayed setting of metadata"
-$at_quiet $as_echo_n " 36: $at_desc             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "36. extrac10.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac10.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir d x x/y
-echo foo >d/d1
-echo bar >e
-
-tar -cf archive.tar d e &&
-tar -xf archive.tar -C x d -C y e &&
-diff -r d x/d &&
-diff e x/y/e
-)"
-echo extrac10.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir d x x/y
-echo foo >d/d1
-echo bar >e
-
-tar -cf archive.tar d e &&
-tar -xf archive.tar -C x d -C y e &&
-diff -r d x/d &&
-diff e x/y/e
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir d x x/y
-echo foo >d/d1
-echo bar >e
-
-tar -cf archive.tar d e &&
-tar -xf archive.tar -C x d -C y e &&
-diff -r d x/d &&
-diff e x/y/e
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac10.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_36
-#AT_START_37
-# 37. extrac11.at:23: scarce file descriptors
-at_setup_line='extrac11.at:23'
-at_desc="scarce file descriptors"
-$at_quiet $as_echo_n " 37: $at_desc                        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "37. extrac11.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac11.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec </dev/null
-dirs='a
-      a/b
-      a/b/c
-      a/b/c/d
-      a/b/c/d/e
-      a/b/c/d/e/f
-      a/b/c/d/e/f/g
-      a/b/c/d/e/f/g/h
-      a/b/c/d/e/f/g/h/i
-      a/b/c/d/e/f/g/h/i/j
-      a/b/c/d/e/f/g/h/i/j/k
-'
-files=
-mkdir \$dirs dest1 dest2 dest3 || exit
-for dir in \$dirs; do
-  for file in X Y Z; do
-    echo \$file >\$dir/\$file || exit
-    files=\"\$files \$file\"
-  done
-done
-
-# Check that \"ulimit\" itself works.  Close file descriptors before
-# invoking ulimit, to work around a bug (or a \"feature\") in some shells,
-# where they squirrel away dups of file descriptors into FD 10 and up
-# before closing the originals.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 100 &&
-   tar -cf archive1.tar a &&
-   tar -xf archive1.tar -C dest1 a
-  ) &&
-  diff -r a dest1/a
-) >/dev/null 2>&1 ||
-   exit 77
-
-# Another test that \"ulimit\" itself works:
-# tar should fail when completely starved of file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 4 &&
-   tar -cf archive2.tar a &&
-   tar -xf archive2.tar -C dest2 a
-  ) &&
-  diff -r a dest2/a
-) >/dev/null 2>&1 &&
-   exit 77
-
-# Tar should work when there are few, but enough, file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 10 &&
-   tar -cf archive3.tar a &&
-   tar -xf archive3.tar -C dest3 a
-  ) &&
-  diff -r a dest3/a >/dev/null 2>&1
-) || { diff -r a dest3/a; exit 1; }
-)"
-echo extrac11.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec </dev/null
-dirs='a
-      a/b
-      a/b/c
-      a/b/c/d
-      a/b/c/d/e
-      a/b/c/d/e/f
-      a/b/c/d/e/f/g
-      a/b/c/d/e/f/g/h
-      a/b/c/d/e/f/g/h/i
-      a/b/c/d/e/f/g/h/i/j
-      a/b/c/d/e/f/g/h/i/j/k
-'
-files=
-mkdir $dirs dest1 dest2 dest3 || exit
-for dir in $dirs; do
-  for file in X Y Z; do
-    echo $file >$dir/$file || exit
-    files="$files $file"
-  done
-done
-
-# Check that "ulimit" itself works.  Close file descriptors before
-# invoking ulimit, to work around a bug (or a "feature") in some shells,
-# where they squirrel away dups of file descriptors into FD 10 and up
-# before closing the originals.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 100 &&
-   tar -cf archive1.tar a &&
-   tar -xf archive1.tar -C dest1 a
-  ) &&
-  diff -r a dest1/a
-) >/dev/null 2>&1 ||
-   exit 77
-
-# Another test that "ulimit" itself works:
-# tar should fail when completely starved of file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 4 &&
-   tar -cf archive2.tar a &&
-   tar -xf archive2.tar -C dest2 a
-  ) &&
-  diff -r a dest2/a
-) >/dev/null 2>&1 &&
-   exit 77
-
-# Tar should work when there are few, but enough, file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 10 &&
-   tar -cf archive3.tar a &&
-   tar -xf archive3.tar -C dest3 a
-  ) &&
-  diff -r a dest3/a >/dev/null 2>&1
-) || { diff -r a dest3/a; exit 1; }
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec </dev/null
-dirs='a
-      a/b
-      a/b/c
-      a/b/c/d
-      a/b/c/d/e
-      a/b/c/d/e/f
-      a/b/c/d/e/f/g
-      a/b/c/d/e/f/g/h
-      a/b/c/d/e/f/g/h/i
-      a/b/c/d/e/f/g/h/i/j
-      a/b/c/d/e/f/g/h/i/j/k
-'
-files=
-mkdir $dirs dest1 dest2 dest3 || exit
-for dir in $dirs; do
-  for file in X Y Z; do
-    echo $file >$dir/$file || exit
-    files="$files $file"
-  done
-done
-
-# Check that "ulimit" itself works.  Close file descriptors before
-# invoking ulimit, to work around a bug (or a "feature") in some shells,
-# where they squirrel away dups of file descriptors into FD 10 and up
-# before closing the originals.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 100 &&
-   tar -cf archive1.tar a &&
-   tar -xf archive1.tar -C dest1 a
-  ) &&
-  diff -r a dest1/a
-) >/dev/null 2>&1 ||
-   exit 77
-
-# Another test that "ulimit" itself works:
-# tar should fail when completely starved of file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 4 &&
-   tar -cf archive2.tar a &&
-   tar -xf archive2.tar -C dest2 a
-  ) &&
-  diff -r a dest2/a
-) >/dev/null 2>&1 &&
-   exit 77
-
-# Tar should work when there are few, but enough, file descriptors.
-( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
-   ulimit -n 10 &&
-   tar -cf archive3.tar a &&
-   tar -xf archive3.tar -C dest3 a
-  ) &&
-  diff -r a dest3/a >/dev/null 2>&1
-) || { diff -r a dest3/a; exit 1; }
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac11.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_37
-#AT_START_38
-# 38. extrac12.at:23: extract dot permissions
-at_setup_line='extrac12.at:23'
-at_desc="extract dot permissions"
-$at_quiet $as_echo_n " 38: $at_desc                        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "38. extrac12.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac12.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src dst
-echo file1 >src/file1
-echo file2 >src/file2
-chmod a-w src
-
-tar --no-recursion -cf archive.tar -C src . ./file1 file2 &&
-tar -xf archive.tar -C dst &&
-cmp src/file1 dst/file1 &&
-cmp src/file2 dst/file2
-)"
-echo extrac12.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src dst
-echo file1 >src/file1
-echo file2 >src/file2
-chmod a-w src
-
-tar --no-recursion -cf archive.tar -C src . ./file1 file2 &&
-tar -xf archive.tar -C dst &&
-cmp src/file1 dst/file1 &&
-cmp src/file2 dst/file2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src dst
-echo file1 >src/file1
-echo file2 >src/file2
-chmod a-w src
-
-tar --no-recursion -cf archive.tar -C src . ./file1 file2 &&
-tar -xf archive.tar -C dst &&
-cmp src/file1 dst/file1 &&
-cmp src/file2 dst/file2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac12.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_38
-#AT_START_39
-# 39. extrac13.at:24: extract over symlinks
-at_setup_line='extrac13.at:24'
-at_desc="extract over symlinks"
-$at_quiet $as_echo_n " 39: $at_desc                          "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "39. extrac13.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac13.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src dst1 dst2 dst3
-echo file1 >src/file1
-ln -s target1 dst1/file1
-echo target1 >dst1/target1
-echo target1 >target1
-
-tar -cf archive.tar -C src . &&
-tar -xf archive.tar -C dst1 --warning=no-timestamp &&
-diff src/file1 dst1/file1 &&
-diff target1 dst1/target1
-
-ln -s target1 dst2/file1
-echo target1 >dst2/target1
-tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp &&
-diff src/file1 dst2/file1 &&
-diff target1 dst2/target1
-
-ln -s target1 dst3/file1
-echo target1 >dst3/target1
-tar --overwrite -xhf archive.tar -C dst3 --warning=no-timestamp &&
-diff src/file1 dst3/file1 &&
-diff src/file1 dst3/target1
-)"
-echo extrac13.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src dst1 dst2 dst3
-echo file1 >src/file1
-ln -s target1 dst1/file1
-echo target1 >dst1/target1
-echo target1 >target1
-
-tar -cf archive.tar -C src . &&
-tar -xf archive.tar -C dst1 --warning=no-timestamp &&
-diff src/file1 dst1/file1 &&
-diff target1 dst1/target1
-
-ln -s target1 dst2/file1
-echo target1 >dst2/target1
-tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp &&
-diff src/file1 dst2/file1 &&
-diff target1 dst2/target1
-
-ln -s target1 dst3/file1
-echo target1 >dst3/target1
-tar --overwrite -xhf archive.tar -C dst3 --warning=no-timestamp &&
-diff src/file1 dst3/file1 &&
-diff src/file1 dst3/target1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src dst1 dst2 dst3
-echo file1 >src/file1
-ln -s target1 dst1/file1
-echo target1 >dst1/target1
-echo target1 >target1
-
-tar -cf archive.tar -C src . &&
-tar -xf archive.tar -C dst1 --warning=no-timestamp &&
-diff src/file1 dst1/file1 &&
-diff target1 dst1/target1
-
-ln -s target1 dst2/file1
-echo target1 >dst2/target1
-tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp &&
-diff src/file1 dst2/file1 &&
-diff target1 dst2/target1
-
-ln -s target1 dst3/file1
-echo target1 >dst3/target1
-tar --overwrite -xhf archive.tar -C dst3 --warning=no-timestamp &&
-diff src/file1 dst3/file1 &&
-diff src/file1 dst3/target1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac13.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_39
-#AT_START_40
-# 40. extrac14.at:23: extract -C symlink
-at_setup_line='extrac14.at:23'
-at_desc="extract -C symlink"
-$at_quiet $as_echo_n " 40: $at_desc                             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "40. extrac14.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac14.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dest
-ln -s dest symlink
-echo foo >foo
-tar -cf archive.tar foo &&
-tar -xf archive.tar -C symlink --warning=no-timestamp &&
-cmp foo dest/foo
-)"
-echo extrac14.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dest
-ln -s dest symlink
-echo foo >foo
-tar -cf archive.tar foo &&
-tar -xf archive.tar -C symlink --warning=no-timestamp &&
-cmp foo dest/foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dest
-ln -s dest symlink
-echo foo >foo
-tar -cf archive.tar foo &&
-tar -xf archive.tar -C symlink --warning=no-timestamp &&
-cmp foo dest/foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac14.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_40
-#AT_START_41
-# 41. extrac15.at:23: extract parent mkdir failure
-at_setup_line='extrac15.at:23'
-at_desc="extract parent mkdir failure"
-$at_quiet $as_echo_n " 41: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "41. extrac15.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac15.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir src src/a src/a/b dest dest/a
-touch src/a/b/c
-chmod a-w dest/a
-
-tar -cf archive.tar -C src a/b/c &&
-if tar -xf archive.tar -C dest a/b/c
-then (exit 1)
-else (exit 0)
-fi
-)"
-echo extrac15.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir src src/a src/a/b dest dest/a
-touch src/a/b/c
-chmod a-w dest/a
-
-tar -cf archive.tar -C src a/b/c &&
-if tar -xf archive.tar -C dest a/b/c
-then (exit 1)
-else (exit 0)
-fi
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir src src/a src/a/b dest dest/a
-touch src/a/b/c
-chmod a-w dest/a
-
-tar -cf archive.tar -C src a/b/c &&
-if tar -xf archive.tar -C dest a/b/c
-then (exit 1)
-else (exit 0)
-fi
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: a/b: Cannot mkdir: Permission denied
-tar: a/b/c: Cannot open: No such file or directory
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac15.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_41
-#AT_START_42
-# 42. extrac16.at:24: extract empty directory with -C
-at_setup_line='extrac16.at:24'
-at_desc="extract empty directory with -C"
-$at_quiet $as_echo_n " 42: $at_desc                "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "42. extrac16.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac16.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src src/a src/a/b dest
-touch src/a/c
-
-tar -cf archive.tar -C src a &&
-tar -xf archive.tar -C dest
-)"
-echo extrac16.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src src/a src/a/b dest
-touch src/a/c
-
-tar -cf archive.tar -C src a &&
-tar -xf archive.tar -C dest
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir src src/a src/a/b dest
-touch src/a/c
-
-tar -cf archive.tar -C src a &&
-tar -xf archive.tar -C dest
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac16.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_42
-#AT_START_43
-# 43. extrac17.at:19: name matching/transformation ordering
-at_setup_line='extrac17.at:19'
-at_desc="name matching/transformation ordering"
-$at_quiet $as_echo_n " 43: $at_desc          "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "43. extrac17.at:19: testing ..."
-  $at_traceon
-
-
-
-# Description: Tar 1.24 changed the ordering of name matching and
-# name transformation so that the former saw already transformed
-# file names (see commit 9c194c99 and exclude06.at).  This reverted
-# ordering made it impossible to match file names in certain cases.
-# In particular, the testcase below would not extract anything.
-#
-# Reported-by: "Gabor Z. Papp" <gzp@papp.hu>
-# References: <x6r5fd9jye@gzp>, <20101026175126.29028@Pirx.gnu.org.ua>
-#             http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00047.html
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/extrac17.at:32:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \\
-  dir/subdir1/
-)"
-echo extrac17.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/subdir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac17.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac17.at:32:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \\
-  dir/subdir1/
-)"
-echo extrac17.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/subdir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac17.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac17.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \\
-  dir/subdir1/
-)"
-echo extrac17.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/subdir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac17.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac17.at:32:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \\
-  dir/subdir1/
-)"
-echo extrac17.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/subdir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac17.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/extrac17.at:32:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \\
-  dir/subdir1/
-)"
-echo extrac17.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir dir/subdir1 dir/subdir2 out
-genfile --file dir/subdir1/file1
-genfile --file dir/subdir2/file2
-
-tar cf dir.tar dir
-
-tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \
-  dir/subdir1/
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/subdir1/file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/extrac17.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_43
-#AT_START_44
-# 44. label01.at:19: single-volume label
-at_setup_line='label01.at:19'
-at_desc="single-volume label"
-$at_quiet $as_echo_n " 44: $at_desc                            "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "44. label01.at:19: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/label01.at:22:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-)"
-echo label01.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Test
-foo
-bar
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label01.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label01.at:22:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-)"
-echo label01.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Test
-foo
-bar
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label01.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label01.at:22:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-)"
-echo label01.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo
-genfile --file bar
-tar -cf archive --label=Test foo bar
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Test
-foo
-bar
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label01.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_44
-#AT_START_45
-# 45. label02.at:19: multi-volume label
-at_setup_line='label02.at:19'
-at_desc="multi-volume label"
-$at_quiet $as_echo_n " 45: $at_desc                             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "45. label02.at:19: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/label02.at:22:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-)"
-echo label02.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Test Volume 1
-foo
-bar
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label02.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label02.at:22:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-)"
-echo label02.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Test Volume 1
-foo
-bar
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label02.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label02.at:22:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-)"
-echo label02.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 0 --file foo
-genfile --length 12288 --file bar
-genfile --length 12288 --file baz
-tar --label=Test -cM -L10 -f 1.tar -f 2.tar -f 3.tar -f 4.tar foo bar baz
-tar -Mt -f 1.tar -f 2.tar -f 3.tar -f 4.tar
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Test Volume 1
-foo
-bar
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label02.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_45
-#AT_START_46
-# 46. label03.at:25: test-label option
-at_setup_line='label03.at:25'
-at_desc="test-label option"
-$at_quiet $as_echo_n " 46: $at_desc                              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "46. label03.at:25: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/label03.at:28:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho \"# Display label\"
-tar --test-label --file=iamanarchive; echo \$?
-decho \"# Display label: unlabeled\"
-tar --test-label --file=unlabeled.tar; echo \$?
-decho \"# Test label: success\"
-tar --test-label --file=iamanarchive 'iamalabel'; echo \$?
-decho \"# Test label: failure\"
-tar --test-label --file=iamanarchive 'amalabel'; echo \$?
-decho \"# Test label: unlabeled\"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo \$?
-decho \"# Test label, verbose: success\"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo \$?
-decho \"# Test label, verbose: failure\"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo \$?
-decho \"# Test label: multiple arguments\"
-tar --test-label --file=iamanarchive a iamalabel b; echo \$?
-decho \"# Test label: wildcards\"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo \$?
-)"
-echo label03.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho "# Display label"
-tar --test-label --file=iamanarchive; echo $?
-decho "# Display label: unlabeled"
-tar --test-label --file=unlabeled.tar; echo $?
-decho "# Test label: success"
-tar --test-label --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label: failure"
-tar --test-label --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: unlabeled"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo $?
-decho "# Test label, verbose: success"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label, verbose: failure"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: multiple arguments"
-tar --test-label --file=iamanarchive a iamalabel b; echo $?
-decho "# Test label: wildcards"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo $?
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho "# Display label"
-tar --test-label --file=iamanarchive; echo $?
-decho "# Display label: unlabeled"
-tar --test-label --file=unlabeled.tar; echo $?
-decho "# Test label: success"
-tar --test-label --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label: failure"
-tar --test-label --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: unlabeled"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo $?
-decho "# Test label, verbose: success"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label, verbose: failure"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: multiple arguments"
-tar --test-label --file=iamanarchive a iamalabel b; echo $?
-decho "# Test label: wildcards"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo $?
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Display label
-# Display label: unlabeled
-# Test label: success
-# Test label: failure
-# Test label: unlabeled
-# Test label, verbose: success
-# Test label, verbose: failure
-tar: Archive label mismatch
-# Test label: multiple arguments
-# Test label: wildcards
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Display label
-iamalabel
-0
-# Display label: unlabeled
-0
-# Test label: success
-0
-# Test label: failure
-1
-# Test label: unlabeled
-1
-# Test label, verbose: success
-iamalabel
-0
-# Test label, verbose: failure
-iamalabel
-1
-# Test label: multiple arguments
-0
-# Test label: wildcards
-0
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label03.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label03.at:28:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho \"# Display label\"
-tar --test-label --file=iamanarchive; echo \$?
-decho \"# Display label: unlabeled\"
-tar --test-label --file=unlabeled.tar; echo \$?
-decho \"# Test label: success\"
-tar --test-label --file=iamanarchive 'iamalabel'; echo \$?
-decho \"# Test label: failure\"
-tar --test-label --file=iamanarchive 'amalabel'; echo \$?
-decho \"# Test label: unlabeled\"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo \$?
-decho \"# Test label, verbose: success\"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo \$?
-decho \"# Test label, verbose: failure\"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo \$?
-decho \"# Test label: multiple arguments\"
-tar --test-label --file=iamanarchive a iamalabel b; echo \$?
-decho \"# Test label: wildcards\"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo \$?
-)"
-echo label03.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho "# Display label"
-tar --test-label --file=iamanarchive; echo $?
-decho "# Display label: unlabeled"
-tar --test-label --file=unlabeled.tar; echo $?
-decho "# Test label: success"
-tar --test-label --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label: failure"
-tar --test-label --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: unlabeled"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo $?
-decho "# Test label, verbose: success"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label, verbose: failure"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: multiple arguments"
-tar --test-label --file=iamanarchive a iamalabel b; echo $?
-decho "# Test label: wildcards"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo $?
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho "# Display label"
-tar --test-label --file=iamanarchive; echo $?
-decho "# Display label: unlabeled"
-tar --test-label --file=unlabeled.tar; echo $?
-decho "# Test label: success"
-tar --test-label --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label: failure"
-tar --test-label --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: unlabeled"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo $?
-decho "# Test label, verbose: success"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label, verbose: failure"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: multiple arguments"
-tar --test-label --file=iamanarchive a iamalabel b; echo $?
-decho "# Test label: wildcards"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo $?
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Display label
-# Display label: unlabeled
-# Test label: success
-# Test label: failure
-# Test label: unlabeled
-# Test label, verbose: success
-# Test label, verbose: failure
-tar: Archive label mismatch
-# Test label: multiple arguments
-# Test label: wildcards
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Display label
-iamalabel
-0
-# Display label: unlabeled
-0
-# Test label: success
-0
-# Test label: failure
-1
-# Test label: unlabeled
-1
-# Test label, verbose: success
-iamalabel
-0
-# Test label, verbose: failure
-iamalabel
-1
-# Test label: multiple arguments
-0
-# Test label: wildcards
-0
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label03.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label03.at:28:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho \"# Display label\"
-tar --test-label --file=iamanarchive; echo \$?
-decho \"# Display label: unlabeled\"
-tar --test-label --file=unlabeled.tar; echo \$?
-decho \"# Test label: success\"
-tar --test-label --file=iamanarchive 'iamalabel'; echo \$?
-decho \"# Test label: failure\"
-tar --test-label --file=iamanarchive 'amalabel'; echo \$?
-decho \"# Test label: unlabeled\"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo \$?
-decho \"# Test label, verbose: success\"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo \$?
-decho \"# Test label, verbose: failure\"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo \$?
-decho \"# Test label: multiple arguments\"
-tar --test-label --file=iamanarchive a iamalabel b; echo \$?
-decho \"# Test label: wildcards\"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo \$?
-)"
-echo label03.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho "# Display label"
-tar --test-label --file=iamanarchive; echo $?
-decho "# Display label: unlabeled"
-tar --test-label --file=unlabeled.tar; echo $?
-decho "# Test label: success"
-tar --test-label --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label: failure"
-tar --test-label --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: unlabeled"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo $?
-decho "# Test label, verbose: success"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label, verbose: failure"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: multiple arguments"
-tar --test-label --file=iamanarchive a iamalabel b; echo $?
-decho "# Test label: wildcards"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo $?
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-tar -c --label='iamalabel' --file iamanarchive file
-tar -c --file unlabeled.tar file
-decho "# Display label"
-tar --test-label --file=iamanarchive; echo $?
-decho "# Display label: unlabeled"
-tar --test-label --file=unlabeled.tar; echo $?
-decho "# Test label: success"
-tar --test-label --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label: failure"
-tar --test-label --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: unlabeled"
-tar --test-label --file=unlabeled.tar 'amalabel'; echo $?
-decho "# Test label, verbose: success"
-tar --test-label --verbose --file=iamanarchive 'iamalabel'; echo $?
-decho "# Test label, verbose: failure"
-tar --test-label --verbose --file=iamanarchive 'amalabel'; echo $?
-decho "# Test label: multiple arguments"
-tar --test-label --file=iamanarchive a iamalabel b; echo $?
-decho "# Test label: wildcards"
-tar --test-label --file=iamanarchive --wildcards '*label'; echo $?
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Display label
-# Display label: unlabeled
-# Test label: success
-# Test label: failure
-# Test label: unlabeled
-# Test label, verbose: success
-# Test label, verbose: failure
-tar: Archive label mismatch
-# Test label: multiple arguments
-# Test label: wildcards
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Display label
-iamalabel
-0
-# Display label: unlabeled
-0
-# Test label: success
-0
-# Test label: failure
-1
-# Test label: unlabeled
-1
-# Test label, verbose: success
-iamalabel
-0
-# Test label, verbose: failure
-iamalabel
-1
-# Test label: multiple arguments
-0
-# Test label: wildcards
-0
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label03.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_46
-#AT_START_47
-# 47. label04.at:25: label with non-create option
-at_setup_line='label04.at:25'
-at_desc="label with non-create option"
-$at_quiet $as_echo_n " 47: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "47. label04.at:25: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/label04.at:28:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho \"# Create volume\"
-tar -c -f archive --label='New volume' file
-decho \"# Update: wrong label\"
-tar -rf archive --label='My volume' file; echo \$?
-decho \"# Update: right label\"
-tar -rf archive --label='New volume' file
-)"
-echo label04.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive --label='New volume' file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive --label='New volume' file
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive --label='New volume' file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive --label='New volume' file
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Create volume
-# Update: wrong label
-tar: Volume \`New volume' does not match \`My volume'
-tar: Error is not recoverable: exiting now
-# Update: right label
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Create volume
-# Update: wrong label
-2
-# Update: right label
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label04.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label04.at:28:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho \"# Create volume\"
-tar -c -f archive --label='New volume' file
-decho \"# Update: wrong label\"
-tar -rf archive --label='My volume' file; echo \$?
-decho \"# Update: right label\"
-tar -rf archive --label='New volume' file
-)"
-echo label04.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive --label='New volume' file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive --label='New volume' file
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive --label='New volume' file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive --label='New volume' file
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Create volume
-# Update: wrong label
-tar: Volume \`New volume' does not match \`My volume'
-tar: Error is not recoverable: exiting now
-# Update: right label
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Create volume
-# Update: wrong label
-2
-# Update: right label
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label04.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label04.at:28:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho \"# Create volume\"
-tar -c -f archive --label='New volume' file
-decho \"# Update: wrong label\"
-tar -rf archive --label='My volume' file; echo \$?
-decho \"# Update: right label\"
-tar -rf archive --label='New volume' file
-)"
-echo label04.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive --label='New volume' file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive --label='New volume' file
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive --label='New volume' file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive --label='New volume' file
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Create volume
-# Update: wrong label
-tar: Volume \`New volume' does not match \`My volume'
-tar: Error is not recoverable: exiting now
-# Update: right label
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Create volume
-# Update: wrong label
-2
-# Update: right label
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label04.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_47
-#AT_START_48
-# 48. label05.at:22: label with non-create option
-at_setup_line='label05.at:22'
-at_desc="label with non-create option"
-$at_quiet $as_echo_n " 48: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "48. label05.at:22: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/label05.at:25:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho \"# Create volume\"
-tar -c -f archive file
-decho \"# Update: wrong label\"
-tar -rf archive --label='My volume' file; echo \$?
-decho \"# Update: right label\"
-tar -rf archive file
-)"
-echo label05.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive file
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive file
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Create volume
-# Update: wrong label
-tar: Archive not labeled to match \`My volume'
-tar: Error is not recoverable: exiting now
-# Update: right label
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Create volume
-# Update: wrong label
-2
-# Update: right label
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label05.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label05.at:25:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho \"# Create volume\"
-tar -c -f archive file
-decho \"# Update: wrong label\"
-tar -rf archive --label='My volume' file; echo \$?
-decho \"# Update: right label\"
-tar -rf archive file
-)"
-echo label05.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive file
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive file
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Create volume
-# Update: wrong label
-tar: Archive not labeled to match \`My volume'
-tar: Error is not recoverable: exiting now
-# Update: right label
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Create volume
-# Update: wrong label
-2
-# Update: right label
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label05.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/label05.at:25:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho \"# Create volume\"
-tar -c -f archive file
-decho \"# Update: wrong label\"
-tar -rf archive --label='My volume' file; echo \$?
-decho \"# Update: right label\"
-tar -rf archive file
-)"
-echo label05.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive file
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --file file
-decho "# Create volume"
-tar -c -f archive file
-decho "# Update: wrong label"
-tar -rf archive --label='My volume' file; echo $?
-decho "# Update: right label"
-tar -rf archive file
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "# Create volume
-# Update: wrong label
-tar: Archive not labeled to match \`My volume'
-tar: Error is not recoverable: exiting now
-# Update: right label
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "# Create volume
-# Update: wrong label
-2
-# Update: right label
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/label05.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_48
-#AT_START_49
-# 49. backup01.at:33: extracting existing dir with --backup
-at_setup_line='backup01.at:33'
-at_desc="extracting existing dir with --backup"
-$at_quiet $as_echo_n " 49: $at_desc          "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "49. backup01.at:33: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/backup01.at:36:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-)"
-echo backup01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir1/
-dir1/file1
-Renaming \`dir1/file1' to \`dir1/file1~'
-dir2/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/backup01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/backup01.at:36:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-)"
-echo backup01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir1/
-dir1/file1
-Renaming \`dir1/file1' to \`dir1/file1~'
-dir2/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/backup01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/backup01.at:36:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-)"
-echo backup01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir1/
-dir1/file1
-Renaming \`dir1/file1' to \`dir1/file1~'
-dir2/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/backup01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/backup01.at:36:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-)"
-echo backup01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir1/
-dir1/file1
-Renaming \`dir1/file1' to \`dir1/file1~'
-dir2/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/backup01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/backup01.at:36:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-)"
-echo backup01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir1 dir2
-echo bla > dir1/file1
-tar cf test.tar dir1 dir2
-tar xfv test.tar --backup --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir1/
-dir1/file1
-Renaming \`dir1/file1' to \`dir1/file1~'
-dir2/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/backup01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_49
-#AT_START_50
-# 50. gzip.at:23: gzip
-at_setup_line='gzip.at:23'
-at_desc="gzip"
-$at_quiet $as_echo_n " 50: $at_desc                                           "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "50. gzip.at:23: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/gzip.at:28:
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-tar xfvz /dev/null 2>err
-RC=\$?
-sed -n '/^tar:/p' err >&2
-exit \$RC
-"
-echo gzip.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-tar xfvz /dev/null 2>err
-RC=$?
-sed -n '/^tar:/p' err >&2
-exit $RC
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-tar xfvz /dev/null 2>err
-RC=$?
-sed -n '/^tar:/p' err >&2
-exit $RC
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: Child returned status 1
-tar: Error is not recoverable: exiting now
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 2 $at_status "$at_srcdir/gzip.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_50
-#AT_START_51
-# 51. incremental.at:23: incremental
-at_setup_line='incremental.at:23'
-at_desc="incremental"
-$at_quiet $as_echo_n " 51: $at_desc                                    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "51. incremental.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incremental.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created \`on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-)"
-echo incremental.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created `on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created `on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "structure/
-separator
-structure/
-structure/file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incremental.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incremental.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created \`on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-)"
-echo incremental.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created `on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created `on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "structure/
-separator
-structure/
-structure/file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incremental.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incremental.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created \`on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-)"
-echo incremental.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created `on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir structure
-echo x >structure/file
-
-# On Nextstep (and perhaps other 4.3BSD systems),
-# a newly created file's ctime isn't updated
-# until the next sync or stat operation on the file.
-ls -l structure/file >/dev/null
-
-# If the time of an initial backup and the creation time of a file contained
-# in that backup are the same, the file will be backed up again when an
-# incremental backup is done, because the incremental backup backs up
-# files created `on or after' the initial backup time.  Without the sleep
-# command, behaviour of tar becomes variable, depending whether the system
-# clock ticked over to the next second between creating the file and
-# backing it up.
-sleep 1
-
-tar cf archive --listed=list structure
-tar cfv archive --listed=list structure
-echo separator
-# ReiserFS often offsets the timestamps of newly created files
-# 1 second to the past.  Try to compensate for it, until a better
-# solution is found.
-sleep 2
-echo y >structure/file
-tar cfv archive --listed=list structure
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "structure/
-separator
-structure/
-structure/file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incremental.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_51
-#AT_START_52
-# 52. incr01.at:27: restore broken symlinks from incremental
-at_setup_line='incr01.at:27'
-at_desc="restore broken symlinks from incremental"
-$at_quiet $as_echo_n " 52: $at_desc       "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "52. incr01.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incr01.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-\$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-)"
-echo incr01.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/bar
-separator
-directory/
-tar: Deleting \`directory/bar'
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr01.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr01.at:30:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-\$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-)"
-echo incr01.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/bar
-separator
-directory/
-tar: Deleting \`directory/bar'
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr01.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr01.at:30:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-\$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-)"
-echo incr01.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-$as_ln_s foo directory/bar
-
-tar -cf archive.0 -g db directory
-rm directory/bar
-tar -cf archive.1 -g db directory
-
-mv directory orig
-
-tar xvfg archive.0 /dev/null --warning=no-timestamp
-echo separator
-tar xvfg archive.1 /dev/null --warning=no-timestamp
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/bar
-separator
-directory/
-tar: Deleting \`directory/bar'
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr01.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_52
-#AT_START_53
-# 53. incr02.at:32: restoring timestamps from incremental
-at_setup_line='incr02.at:32'
-at_desc="restoring timestamps from incremental"
-$at_quiet $as_echo_n " 53: $at_desc          "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "53. incr02.at:32: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incr02.at:35:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, \`dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# \`subdir1' prior to restoring \`dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-)"
-echo incr02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, `dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# `subdir1' prior to restoring `dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, `dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# `subdir1' prior to restoring `dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr02.at:35:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, \`dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# \`subdir1' prior to restoring \`dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-)"
-echo incr02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, `dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# `subdir1' prior to restoring `dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, `dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# `subdir1' prior to restoring `dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr02.at:35:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, \`dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# \`subdir1' prior to restoring \`dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-)"
-echo incr02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, `dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# `subdir1' prior to restoring `dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-# Create directory structure
-mkdir dir
-mkdir dir/subdir1
-mkdir dir/subdir2
-genfile --length 10 --file dir/subdir1/file
-
-# Save mtime for later comparison
-genfile --stat=mtime dir/subdir1 > ts
-
-# Create an archive. Using incremental mode makes sure the
-# archive will have a directory-first member ordering,
-# i.e.:
-# dir/
-# dir/subdir1/
-# dir/subdir2/
-# dir/subdir1/foofile
-#
-# When restoring from this directory structure, `dir/subdir2/' used to
-# trigger apply_nonancestor_delayed_set_stat() which restored stats for
-# `subdir1' prior to restoring `dir/subdir1/foofile'. Then, restoring the
-# latter clobbered the directory timestamp.
-
-tar -cf archive -g db dir
-
-# Move away the directory
-mv dir orig
-
-# Wait enough time for timestamps to differ in case of failure.
-sleep 5
-
-# Restore the directory
-tar -xf archive dir
-
-# Check the timestamp
-genfile --stat=mtime dir/subdir1 | diff ts -
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_53
-#AT_START_54
-# 54. listed01.at:26: --listed for individual files
-at_setup_line='listed01.at:26'
-at_desc="--listed for individual files"
-$at_quiet $as_echo_n " 54: $at_desc                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "54. listed01.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/listed01.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-# Let the things settle
-sleep 1
-
-tar --create \\
-    --file=archive.1 \\
-    --listed-incremental=listing \\
-    directory/file*
-
-tar tf archive.1 || exit 1
-
-sleep 2
-
-genfile --length 10240 --pattern zeros --file directory/file2
-
-echo \"separator\"
-cp listing listing.old
-tar --create \\
-    --file=archive.2 \\
-    --listed-incremental=listing \\
-    directory/file* || exit 1
-
-tar tf archive.2 || exit 1
-)"
-echo listed01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-# Let the things settle
-sleep 1
-
-tar --create \
-    --file=archive.1 \
-    --listed-incremental=listing \
-    directory/file*
-
-tar tf archive.1 || exit 1
-
-sleep 2
-
-genfile --length 10240 --pattern zeros --file directory/file2
-
-echo "separator"
-cp listing listing.old
-tar --create \
-    --file=archive.2 \
-    --listed-incremental=listing \
-    directory/file* || exit 1
-
-tar tf archive.2 || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-# Let the things settle
-sleep 1
-
-tar --create \
-    --file=archive.1 \
-    --listed-incremental=listing \
-    directory/file*
-
-tar tf archive.1 || exit 1
-
-sleep 2
-
-genfile --length 10240 --pattern zeros --file directory/file2
-
-echo "separator"
-cp listing listing.old
-tar --create \
-    --file=archive.2 \
-    --listed-incremental=listing \
-    directory/file* || exit 1
-
-tar tf archive.2 || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/file1
-separator
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/listed01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/listed01.at:29:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-# Let the things settle
-sleep 1
-
-tar --create \\
-    --file=archive.1 \\
-    --listed-incremental=listing \\
-    directory/file*
-
-tar tf archive.1 || exit 1
-
-sleep 2
-
-genfile --length 10240 --pattern zeros --file directory/file2
-
-echo \"separator\"
-cp listing listing.old
-tar --create \\
-    --file=archive.2 \\
-    --listed-incremental=listing \\
-    directory/file* || exit 1
-
-tar tf archive.2 || exit 1
-)"
-echo listed01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-# Let the things settle
-sleep 1
-
-tar --create \
-    --file=archive.1 \
-    --listed-incremental=listing \
-    directory/file*
-
-tar tf archive.1 || exit 1
-
-sleep 2
-
-genfile --length 10240 --pattern zeros --file directory/file2
-
-echo "separator"
-cp listing listing.old
-tar --create \
-    --file=archive.2 \
-    --listed-incremental=listing \
-    directory/file* || exit 1
-
-tar tf archive.2 || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-# Let the things settle
-sleep 1
-
-tar --create \
-    --file=archive.1 \
-    --listed-incremental=listing \
-    directory/file*
-
-tar tf archive.1 || exit 1
-
-sleep 2
-
-genfile --length 10240 --pattern zeros --file directory/file2
-
-echo "separator"
-cp listing listing.old
-tar --create \
-    --file=archive.2 \
-    --listed-incremental=listing \
-    directory/file* || exit 1
-
-tar tf archive.2 || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/file1
-separator
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/listed01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_54
-#AT_START_55
-# 55. listed02.at:28: working --listed
-at_setup_line='listed02.at:28'
-at_desc="working --listed"
-$at_quiet $as_echo_n " 55: $at_desc                               "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "55. listed02.at:28: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/listed02.at:31:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-echo Create directories
-
-mkdir tart
-sleep 1
-mkdir tart/c0
-sleep 1
-mkdir tart/c1
-sleep 1
-
-for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
-do
-  echo File \$file > \$file
-  sleep 1
-done
-
-sleep 1
-echo Creating main archive
-echo >&2 \"Creating main archive\"
-tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1
-
-# The above prints two lines to stderr announcing the new directories c0 and c1.
-# Ensure that they appear in this script's stderr in sorted order.
-sort err 1>&2; rm -f err
-
-sleep 1
-echo Modifying filesystem
-rm tart/a1
-
-mv tart/b1 tart/b2
-mv tart/c1 tart/c2
-touch tart/c2/ca3
-
-echo Directory contents
-find tart -print | sort 2>/dev/null
-
-sleep 1
-echo Creating incremental archive
-echo >&2 \"Creating incremental archive\"
-cp -p tart.incr1 tart.incr2
-tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1
-
-sleep 1
-
-rm -rf tart/*
-echo Extracting main archive
-echo >&2 \"Extracting main archive\"
-tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
-echo Extracting incremental archive
-# This command should produce three messages about deletion
-# of the existing files, that may appear in any order. Piping
-# to sort makes sure we don't depend on any particular ordering.
-tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null
-
-echo Final files:
-find tart -print | sort 2>/dev/null
-)"
-echo listed02.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-echo Create directories
-
-mkdir tart
-sleep 1
-mkdir tart/c0
-sleep 1
-mkdir tart/c1
-sleep 1
-
-for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
-do
-  echo File $file > $file
-  sleep 1
-done
-
-sleep 1
-echo Creating main archive
-echo >&2 "Creating main archive"
-tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1
-
-# The above prints two lines to stderr announcing the new directories c0 and c1.
-# Ensure that they appear in this script's stderr in sorted order.
-sort err 1>&2; rm -f err
-
-sleep 1
-echo Modifying filesystem
-rm tart/a1
-
-mv tart/b1 tart/b2
-mv tart/c1 tart/c2
-touch tart/c2/ca3
-
-echo Directory contents
-find tart -print | sort 2>/dev/null
-
-sleep 1
-echo Creating incremental archive
-echo >&2 "Creating incremental archive"
-cp -p tart.incr1 tart.incr2
-tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1
-
-sleep 1
-
-rm -rf tart/*
-echo Extracting main archive
-echo >&2 "Extracting main archive"
-tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
-echo Extracting incremental archive
-# This command should produce three messages about deletion
-# of the existing files, that may appear in any order. Piping
-# to sort makes sure we don't depend on any particular ordering.
-tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null
-
-echo Final files:
-find tart -print | sort 2>/dev/null
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-echo Create directories
-
-mkdir tart
-sleep 1
-mkdir tart/c0
-sleep 1
-mkdir tart/c1
-sleep 1
-
-for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
-do
-  echo File $file > $file
-  sleep 1
-done
-
-sleep 1
-echo Creating main archive
-echo >&2 "Creating main archive"
-tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1
-
-# The above prints two lines to stderr announcing the new directories c0 and c1.
-# Ensure that they appear in this script's stderr in sorted order.
-sort err 1>&2; rm -f err
-
-sleep 1
-echo Modifying filesystem
-rm tart/a1
-
-mv tart/b1 tart/b2
-mv tart/c1 tart/c2
-touch tart/c2/ca3
-
-echo Directory contents
-find tart -print | sort 2>/dev/null
-
-sleep 1
-echo Creating incremental archive
-echo >&2 "Creating incremental archive"
-cp -p tart.incr1 tart.incr2
-tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1
-
-sleep 1
-
-rm -rf tart/*
-echo Extracting main archive
-echo >&2 "Extracting main archive"
-tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
-echo Extracting incremental archive
-# This command should produce three messages about deletion
-# of the existing files, that may appear in any order. Piping
-# to sort makes sure we don't depend on any particular ordering.
-tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null
-
-echo Final files:
-find tart -print | sort 2>/dev/null
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating main archive
-tar: tart/c0: Directory is new
-tar: tart/c1: Directory is new
-tar: tart: Directory is new
-Creating incremental archive
-tar: tart/c2: Directory has been renamed from \`tart/c1'
-Extracting main archive
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Create directories
-Creating main archive
-tart/
-tart/c0/
-tart/c1/
-tart/a1
-tart/b1
-tart/c0/cq1
-tart/c0/cq2
-tart/c1/ca1
-tart/c1/ca2
-Modifying filesystem
-Directory contents
-tart
-tart/b2
-tart/c0
-tart/c0/cq1
-tart/c0/cq2
-tart/c2
-tart/c2/ca1
-tart/c2/ca2
-tart/c2/ca3
-Creating incremental archive
-tart/
-tart/c0/
-tart/c2/
-tart/b2
-tart/c2/ca3
-Extracting main archive
-tart/
-tart/c0/
-tart/c1/
-tart/a1
-tart/b1
-tart/c0/cq1
-tart/c0/cq2
-tart/c1/ca1
-tart/c1/ca2
-Extracting incremental archive
-tar: Deleting \`tart/a1'
-tar: Deleting \`tart/b1'
-tart/
-tart/b2
-tart/c0/
-tart/c2/
-tart/c2/ca3
-Final files:
-tart
-tart/b2
-tart/c0
-tart/c0/cq1
-tart/c0/cq2
-tart/c2
-tart/c2/ca1
-tart/c2/ca2
-tart/c2/ca3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/listed02.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/listed02.at:31:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-echo Create directories
-
-mkdir tart
-sleep 1
-mkdir tart/c0
-sleep 1
-mkdir tart/c1
-sleep 1
-
-for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
-do
-  echo File \$file > \$file
-  sleep 1
-done
-
-sleep 1
-echo Creating main archive
-echo >&2 \"Creating main archive\"
-tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1
-
-# The above prints two lines to stderr announcing the new directories c0 and c1.
-# Ensure that they appear in this script's stderr in sorted order.
-sort err 1>&2; rm -f err
-
-sleep 1
-echo Modifying filesystem
-rm tart/a1
-
-mv tart/b1 tart/b2
-mv tart/c1 tart/c2
-touch tart/c2/ca3
-
-echo Directory contents
-find tart -print | sort 2>/dev/null
-
-sleep 1
-echo Creating incremental archive
-echo >&2 \"Creating incremental archive\"
-cp -p tart.incr1 tart.incr2
-tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1
-
-sleep 1
-
-rm -rf tart/*
-echo Extracting main archive
-echo >&2 \"Extracting main archive\"
-tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
-echo Extracting incremental archive
-# This command should produce three messages about deletion
-# of the existing files, that may appear in any order. Piping
-# to sort makes sure we don't depend on any particular ordering.
-tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null
-
-echo Final files:
-find tart -print | sort 2>/dev/null
-)"
-echo listed02.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-echo Create directories
-
-mkdir tart
-sleep 1
-mkdir tart/c0
-sleep 1
-mkdir tart/c1
-sleep 1
-
-for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
-do
-  echo File $file > $file
-  sleep 1
-done
-
-sleep 1
-echo Creating main archive
-echo >&2 "Creating main archive"
-tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1
-
-# The above prints two lines to stderr announcing the new directories c0 and c1.
-# Ensure that they appear in this script's stderr in sorted order.
-sort err 1>&2; rm -f err
-
-sleep 1
-echo Modifying filesystem
-rm tart/a1
-
-mv tart/b1 tart/b2
-mv tart/c1 tart/c2
-touch tart/c2/ca3
-
-echo Directory contents
-find tart -print | sort 2>/dev/null
-
-sleep 1
-echo Creating incremental archive
-echo >&2 "Creating incremental archive"
-cp -p tart.incr1 tart.incr2
-tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1
-
-sleep 1
-
-rm -rf tart/*
-echo Extracting main archive
-echo >&2 "Extracting main archive"
-tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
-echo Extracting incremental archive
-# This command should produce three messages about deletion
-# of the existing files, that may appear in any order. Piping
-# to sort makes sure we don't depend on any particular ordering.
-tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null
-
-echo Final files:
-find tart -print | sort 2>/dev/null
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-echo Create directories
-
-mkdir tart
-sleep 1
-mkdir tart/c0
-sleep 1
-mkdir tart/c1
-sleep 1
-
-for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
-do
-  echo File $file > $file
-  sleep 1
-done
-
-sleep 1
-echo Creating main archive
-echo >&2 "Creating main archive"
-tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1
-
-# The above prints two lines to stderr announcing the new directories c0 and c1.
-# Ensure that they appear in this script's stderr in sorted order.
-sort err 1>&2; rm -f err
-
-sleep 1
-echo Modifying filesystem
-rm tart/a1
-
-mv tart/b1 tart/b2
-mv tart/c1 tart/c2
-touch tart/c2/ca3
-
-echo Directory contents
-find tart -print | sort 2>/dev/null
-
-sleep 1
-echo Creating incremental archive
-echo >&2 "Creating incremental archive"
-cp -p tart.incr1 tart.incr2
-tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1
-
-sleep 1
-
-rm -rf tart/*
-echo Extracting main archive
-echo >&2 "Extracting main archive"
-tar -x -v --listed-incremental=tart.incr1 -f archive.1 || exit 1
-echo Extracting incremental archive
-# This command should produce three messages about deletion
-# of the existing files, that may appear in any order. Piping
-# to sort makes sure we don't depend on any particular ordering.
-tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null
-
-echo Final files:
-find tart -print | sort 2>/dev/null
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating main archive
-tar: tart/c0: Directory is new
-tar: tart/c1: Directory is new
-tar: tart: Directory is new
-Creating incremental archive
-tar: tart/c2: Directory has been renamed from \`tart/c1'
-Extracting main archive
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Create directories
-Creating main archive
-tart/
-tart/c0/
-tart/c1/
-tart/a1
-tart/b1
-tart/c0/cq1
-tart/c0/cq2
-tart/c1/ca1
-tart/c1/ca2
-Modifying filesystem
-Directory contents
-tart
-tart/b2
-tart/c0
-tart/c0/cq1
-tart/c0/cq2
-tart/c2
-tart/c2/ca1
-tart/c2/ca2
-tart/c2/ca3
-Creating incremental archive
-tart/
-tart/c0/
-tart/c2/
-tart/b2
-tart/c2/ca3
-Extracting main archive
-tart/
-tart/c0/
-tart/c1/
-tart/a1
-tart/b1
-tart/c0/cq1
-tart/c0/cq2
-tart/c1/ca1
-tart/c1/ca2
-Extracting incremental archive
-tar: Deleting \`tart/a1'
-tar: Deleting \`tart/b1'
-tart/
-tart/b2
-tart/c0/
-tart/c2/
-tart/c2/ca3
-Final files:
-tart
-tart/b2
-tart/c0
-tart/c0/cq1
-tart/c0/cq2
-tart/c2
-tart/c2/ca1
-tart/c2/ca2
-tart/c2/ca3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/listed02.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_55
-#AT_START_56
-# 56. listed03.at:22: incremental dump when the parent directory is unreadable
-at_setup_line='listed03.at:22'
-at_desc="incremental dump when the parent directory is unreadable"
-$at_quiet $as_echo_n " 56: $at_desc"
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "56. listed03.at:22: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/listed03.at:25:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-genfile --file dir/sub/a/file
-cd dir/sub
-
-chmod a-r ..
-tar -c -f archive.tar --listed-incremental=db.1 -v a
-status=\$?
-chmod a+r ..
-exit \$status
-)"
-echo listed03.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-genfile --file dir/sub/a/file
-cd dir/sub
-
-chmod a-r ..
-tar -c -f archive.tar --listed-incremental=db.1 -v a
-status=$?
-chmod a+r ..
-exit $status
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-genfile --file dir/sub/a/file
-cd dir/sub
-
-chmod a-r ..
-tar -c -f archive.tar --listed-incremental=db.1 -v a
-status=$?
-chmod a+r ..
-exit $status
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: a: Directory is new
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "a/
-a/file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/listed03.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_56
-#AT_START_57
-# 57. incr03.at:28: renamed files in incrementals
-at_setup_line='incr03.at:28'
-at_desc="renamed files in incrementals"
-$at_quiet $as_echo_n " 57: $at_desc                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "57. incr03.at:28: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incr03.at:31:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-)"
-echo incr03.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Listing of archive.1
-directory/
-directory/x
-directory/y
-Listing of archive.2
-directory/
-directory/z
-Directory after first restore
-directory
-directory/x
-directory/y
-Directory after second restore
-directory
-directory/y
-directory/z
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr03.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr03.at:31:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-)"
-echo incr03.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Listing of archive.1
-directory/
-directory/x
-directory/y
-Listing of archive.2
-directory/
-directory/z
-Directory after first restore
-directory
-directory/x
-directory/y
-Directory after second restore
-directory
-directory/y
-directory/z
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr03.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr03.at:31:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-)"
-echo incr03.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --file=directory/x
-genfile --file=directory/y
-
-sleep 1
-
-tar -cf archive.1 -g db directory
-
-mv directory/x directory/z
-cp db db.old
-tar -cf archive.2 -g db directory
-
-mv directory orig
-
-echo Listing of archive.1
-tar -tf archive.1 | sort
-echo Listing of archive.2
-tar -tf archive.2 | sort
-
-echo Directory after first restore
-tar -xf archive.1 -g db --warning=no-timestamp
-find directory | sort
-
-echo Directory after second restore
-tar -xf archive.2 -g db --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Listing of archive.1
-directory/
-directory/x
-directory/y
-Listing of archive.2
-directory/
-directory/z
-Directory after first restore
-directory
-directory/x
-directory/y
-Directory after second restore
-directory
-directory/y
-directory/z
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr03.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_57
-#AT_START_58
-# 58. incr04.at:29: proper icontents initialization
-at_setup_line='incr04.at:29'
-at_desc="proper icontents initialization"
-$at_quiet $as_echo_n " 58: $at_desc                "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "58. incr04.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incr04.at:34:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf(\"a/b/one_31_chars_long_file_name_%03d\\n\", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo \"Initial dump\"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo \"Incremental dump\"
-tar cvf a1.tar -g a.sna a
-)"
-echo incr04.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf("a/b/one_31_chars_long_file_name_%03d\n", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo "Initial dump"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo "Incremental dump"
-tar cvf a1.tar -g a.sna a
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf("a/b/one_31_chars_long_file_name_%03d\n", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo "Initial dump"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo "Incremental dump"
-tar cvf a1.tar -g a.sna a
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: a: Directory is new
-tar: a/b: Directory is new
-tar: a/c: Directory has been renamed from \`a/b'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Initial dump
-a/
-a/b/
-a/b/one_31_chars_long_file_name_001
-a/b/one_31_chars_long_file_name_002
-a/b/one_31_chars_long_file_name_003
-a/b/one_31_chars_long_file_name_004
-a/b/one_31_chars_long_file_name_005
-a/b/one_31_chars_long_file_name_006
-a/b/one_31_chars_long_file_name_007
-a/b/one_31_chars_long_file_name_008
-a/b/one_31_chars_long_file_name_009
-a/b/one_31_chars_long_file_name_010
-a/b/one_31_chars_long_file_name_011
-a/b/one_31_chars_long_file_name_012
-a/b/one_31_chars_long_file_name_013
-a/b/one_31_chars_long_file_name_014
-a/b/one_31_chars_long_file_name_015
-a/b/one_31_chars_long_file_name_016
-a/b/one_31_chars_long_file_name_017
-a/b/one_31_chars_long_file_name_018
-a/b/one_31_chars_long_file_name_019
-a/b/one_31_chars_long_file_name_020
-a/b/one_31_chars_long_file_name_021
-a/b/one_31_chars_long_file_name_022
-a/b/one_31_chars_long_file_name_023
-a/b/one_31_chars_long_file_name_024
-a/b/one_31_chars_long_file_name_025
-a/b/one_31_chars_long_file_name_026
-a/b/one_31_chars_long_file_name_027
-a/b/one_31_chars_long_file_name_028
-a/b/one_31_chars_long_file_name_029
-a/b/one_31_chars_long_file_name_030
-a/b/one_31_chars_long_file_name_031
-a/b/one_31_chars_long_file_name_032
-a/b/one_31_chars_long_file_name_033
-a/b/one_31_chars_long_file_name_034
-a/b/one_31_chars_long_file_name_035
-a/b/one_31_chars_long_file_name_036
-a/b/one_31_chars_long_file_name_037
-a/b/one_31_chars_long_file_name_038
-a/b/one_31_chars_long_file_name_039
-a/b/one_31_chars_long_file_name_040
-a/b/one_31_chars_long_file_name_041
-a/b/one_31_chars_long_file_name_042
-a/b/one_31_chars_long_file_name_043
-a/b/one_31_chars_long_file_name_044
-a/b/one_31_chars_long_file_name_045
-a/b/one_31_chars_long_file_name_046
-a/b/one_31_chars_long_file_name_047
-a/b/one_31_chars_long_file_name_048
-a/b/one_31_chars_long_file_name_049
-a/b/one_31_chars_long_file_name_050
-a/b/one_31_chars_long_file_name_051
-a/b/one_31_chars_long_file_name_052
-a/b/one_31_chars_long_file_name_053
-a/b/one_31_chars_long_file_name_054
-a/b/one_31_chars_long_file_name_055
-a/b/one_31_chars_long_file_name_056
-a/b/one_31_chars_long_file_name_057
-a/b/one_31_chars_long_file_name_058
-a/b/one_31_chars_long_file_name_059
-a/b/one_31_chars_long_file_name_060
-a/b/one_31_chars_long_file_name_061
-a/b/one_31_chars_long_file_name_062
-a/b/one_31_chars_long_file_name_063
-a/b/one_31_chars_long_file_name_064
-a/b/one_31_chars_long_file_name_065
-a/b/one_31_chars_long_file_name_066
-a/b/one_31_chars_long_file_name_067
-a/b/one_31_chars_long_file_name_068
-a/b/one_31_chars_long_file_name_069
-a/b/one_31_chars_long_file_name_070
-a/b/one_31_chars_long_file_name_071
-a/b/one_31_chars_long_file_name_072
-a/b/one_31_chars_long_file_name_073
-a/b/one_31_chars_long_file_name_074
-a/b/one_31_chars_long_file_name_075
-a/b/one_31_chars_long_file_name_076
-a/b/one_31_chars_long_file_name_077
-a/b/one_31_chars_long_file_name_078
-a/b/one_31_chars_long_file_name_079
-a/b/one_31_chars_long_file_name_080
-a/b/one_31_chars_long_file_name_081
-a/b/one_31_chars_long_file_name_082
-a/b/one_31_chars_long_file_name_083
-a/b/one_31_chars_long_file_name_084
-a/b/one_31_chars_long_file_name_085
-a/b/one_31_chars_long_file_name_086
-a/b/one_31_chars_long_file_name_087
-a/b/one_31_chars_long_file_name_088
-a/b/one_31_chars_long_file_name_089
-a/b/one_31_chars_long_file_name_090
-a/b/one_31_chars_long_file_name_091
-a/b/one_31_chars_long_file_name_092
-a/b/one_31_chars_long_file_name_093
-a/b/one_31_chars_long_file_name_094
-a/b/one_31_chars_long_file_name_095
-a/b/one_31_chars_long_file_name_096
-a/b/one_31_chars_long_file_name_097
-a/b/one_31_chars_long_file_name_098
-a/b/one_31_chars_long_file_name_099
-a/b/one_31_chars_long_file_name_100
-a/b/one_31_chars_long_file_name_101
-a/b/one_31_chars_long_file_name_102
-a/b/one_31_chars_long_file_name_103
-a/b/one_31_chars_long_file_name_104
-a/b/one_31_chars_long_file_name_105
-a/b/one_31_chars_long_file_name_106
-a/b/one_31_chars_long_file_name_107
-a/b/one_31_chars_long_file_name_108
-a/b/one_31_chars_long_file_name_109
-a/b/one_31_chars_long_file_name_110
-a/b/one_31_chars_long_file_name_111
-a/b/one_31_chars_long_file_name_112
-a/b/one_31_chars_long_file_name_113
-a/b/one_31_chars_long_file_name_114
-a/b/one_31_chars_long_file_name_115
-a/b/one_31_chars_long_file_name_116
-a/b/one_31_chars_long_file_name_117
-a/b/one_31_chars_long_file_name_118
-a/b/one_31_chars_long_file_name_119
-a/b/one_31_chars_long_file_name_120
-a/b/one_31_chars_long_file_name_121
-a/b/one_31_chars_long_file_name_122
-a/b/one_31_chars_long_file_name_123
-a/b/one_31_chars_long_file_name_124
-a/b/one_31_chars_long_file_name_125
-a/b/one_31_chars_long_file_name_126
-a/b/one_31_chars_long_file_name_127
-a/b/one_31_chars_long_file_name_128
-a/b/one_31_chars_long_file_name_129
-a/b/one_31_chars_long_file_name_130
-a/b/one_31_chars_long_file_name_131
-a/b/one_31_chars_long_file_name_132
-a/b/one_31_chars_long_file_name_133
-a/b/one_31_chars_long_file_name_134
-a/b/one_31_chars_long_file_name_135
-a/b/one_31_chars_long_file_name_136
-a/b/one_31_chars_long_file_name_137
-a/b/one_31_chars_long_file_name_138
-a/b/one_31_chars_long_file_name_139
-a/b/one_31_chars_long_file_name_140
-a/b/one_31_chars_long_file_name_141
-a/b/one_31_chars_long_file_name_142
-Incremental dump
-a/
-a/c/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr04.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr04.at:34:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf(\"a/b/one_31_chars_long_file_name_%03d\\n\", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo \"Initial dump\"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo \"Incremental dump\"
-tar cvf a1.tar -g a.sna a
-)"
-echo incr04.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf("a/b/one_31_chars_long_file_name_%03d\n", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo "Initial dump"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo "Incremental dump"
-tar cvf a1.tar -g a.sna a
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf("a/b/one_31_chars_long_file_name_%03d\n", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo "Initial dump"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo "Incremental dump"
-tar cvf a1.tar -g a.sna a
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: a: Directory is new
-tar: a/b: Directory is new
-tar: a/c: Directory has been renamed from \`a/b'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Initial dump
-a/
-a/b/
-a/b/one_31_chars_long_file_name_001
-a/b/one_31_chars_long_file_name_002
-a/b/one_31_chars_long_file_name_003
-a/b/one_31_chars_long_file_name_004
-a/b/one_31_chars_long_file_name_005
-a/b/one_31_chars_long_file_name_006
-a/b/one_31_chars_long_file_name_007
-a/b/one_31_chars_long_file_name_008
-a/b/one_31_chars_long_file_name_009
-a/b/one_31_chars_long_file_name_010
-a/b/one_31_chars_long_file_name_011
-a/b/one_31_chars_long_file_name_012
-a/b/one_31_chars_long_file_name_013
-a/b/one_31_chars_long_file_name_014
-a/b/one_31_chars_long_file_name_015
-a/b/one_31_chars_long_file_name_016
-a/b/one_31_chars_long_file_name_017
-a/b/one_31_chars_long_file_name_018
-a/b/one_31_chars_long_file_name_019
-a/b/one_31_chars_long_file_name_020
-a/b/one_31_chars_long_file_name_021
-a/b/one_31_chars_long_file_name_022
-a/b/one_31_chars_long_file_name_023
-a/b/one_31_chars_long_file_name_024
-a/b/one_31_chars_long_file_name_025
-a/b/one_31_chars_long_file_name_026
-a/b/one_31_chars_long_file_name_027
-a/b/one_31_chars_long_file_name_028
-a/b/one_31_chars_long_file_name_029
-a/b/one_31_chars_long_file_name_030
-a/b/one_31_chars_long_file_name_031
-a/b/one_31_chars_long_file_name_032
-a/b/one_31_chars_long_file_name_033
-a/b/one_31_chars_long_file_name_034
-a/b/one_31_chars_long_file_name_035
-a/b/one_31_chars_long_file_name_036
-a/b/one_31_chars_long_file_name_037
-a/b/one_31_chars_long_file_name_038
-a/b/one_31_chars_long_file_name_039
-a/b/one_31_chars_long_file_name_040
-a/b/one_31_chars_long_file_name_041
-a/b/one_31_chars_long_file_name_042
-a/b/one_31_chars_long_file_name_043
-a/b/one_31_chars_long_file_name_044
-a/b/one_31_chars_long_file_name_045
-a/b/one_31_chars_long_file_name_046
-a/b/one_31_chars_long_file_name_047
-a/b/one_31_chars_long_file_name_048
-a/b/one_31_chars_long_file_name_049
-a/b/one_31_chars_long_file_name_050
-a/b/one_31_chars_long_file_name_051
-a/b/one_31_chars_long_file_name_052
-a/b/one_31_chars_long_file_name_053
-a/b/one_31_chars_long_file_name_054
-a/b/one_31_chars_long_file_name_055
-a/b/one_31_chars_long_file_name_056
-a/b/one_31_chars_long_file_name_057
-a/b/one_31_chars_long_file_name_058
-a/b/one_31_chars_long_file_name_059
-a/b/one_31_chars_long_file_name_060
-a/b/one_31_chars_long_file_name_061
-a/b/one_31_chars_long_file_name_062
-a/b/one_31_chars_long_file_name_063
-a/b/one_31_chars_long_file_name_064
-a/b/one_31_chars_long_file_name_065
-a/b/one_31_chars_long_file_name_066
-a/b/one_31_chars_long_file_name_067
-a/b/one_31_chars_long_file_name_068
-a/b/one_31_chars_long_file_name_069
-a/b/one_31_chars_long_file_name_070
-a/b/one_31_chars_long_file_name_071
-a/b/one_31_chars_long_file_name_072
-a/b/one_31_chars_long_file_name_073
-a/b/one_31_chars_long_file_name_074
-a/b/one_31_chars_long_file_name_075
-a/b/one_31_chars_long_file_name_076
-a/b/one_31_chars_long_file_name_077
-a/b/one_31_chars_long_file_name_078
-a/b/one_31_chars_long_file_name_079
-a/b/one_31_chars_long_file_name_080
-a/b/one_31_chars_long_file_name_081
-a/b/one_31_chars_long_file_name_082
-a/b/one_31_chars_long_file_name_083
-a/b/one_31_chars_long_file_name_084
-a/b/one_31_chars_long_file_name_085
-a/b/one_31_chars_long_file_name_086
-a/b/one_31_chars_long_file_name_087
-a/b/one_31_chars_long_file_name_088
-a/b/one_31_chars_long_file_name_089
-a/b/one_31_chars_long_file_name_090
-a/b/one_31_chars_long_file_name_091
-a/b/one_31_chars_long_file_name_092
-a/b/one_31_chars_long_file_name_093
-a/b/one_31_chars_long_file_name_094
-a/b/one_31_chars_long_file_name_095
-a/b/one_31_chars_long_file_name_096
-a/b/one_31_chars_long_file_name_097
-a/b/one_31_chars_long_file_name_098
-a/b/one_31_chars_long_file_name_099
-a/b/one_31_chars_long_file_name_100
-a/b/one_31_chars_long_file_name_101
-a/b/one_31_chars_long_file_name_102
-a/b/one_31_chars_long_file_name_103
-a/b/one_31_chars_long_file_name_104
-a/b/one_31_chars_long_file_name_105
-a/b/one_31_chars_long_file_name_106
-a/b/one_31_chars_long_file_name_107
-a/b/one_31_chars_long_file_name_108
-a/b/one_31_chars_long_file_name_109
-a/b/one_31_chars_long_file_name_110
-a/b/one_31_chars_long_file_name_111
-a/b/one_31_chars_long_file_name_112
-a/b/one_31_chars_long_file_name_113
-a/b/one_31_chars_long_file_name_114
-a/b/one_31_chars_long_file_name_115
-a/b/one_31_chars_long_file_name_116
-a/b/one_31_chars_long_file_name_117
-a/b/one_31_chars_long_file_name_118
-a/b/one_31_chars_long_file_name_119
-a/b/one_31_chars_long_file_name_120
-a/b/one_31_chars_long_file_name_121
-a/b/one_31_chars_long_file_name_122
-a/b/one_31_chars_long_file_name_123
-a/b/one_31_chars_long_file_name_124
-a/b/one_31_chars_long_file_name_125
-a/b/one_31_chars_long_file_name_126
-a/b/one_31_chars_long_file_name_127
-a/b/one_31_chars_long_file_name_128
-a/b/one_31_chars_long_file_name_129
-a/b/one_31_chars_long_file_name_130
-a/b/one_31_chars_long_file_name_131
-a/b/one_31_chars_long_file_name_132
-a/b/one_31_chars_long_file_name_133
-a/b/one_31_chars_long_file_name_134
-a/b/one_31_chars_long_file_name_135
-a/b/one_31_chars_long_file_name_136
-a/b/one_31_chars_long_file_name_137
-a/b/one_31_chars_long_file_name_138
-a/b/one_31_chars_long_file_name_139
-a/b/one_31_chars_long_file_name_140
-a/b/one_31_chars_long_file_name_141
-a/b/one_31_chars_long_file_name_142
-Incremental dump
-a/
-a/c/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr04.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr04.at:34:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf(\"a/b/one_31_chars_long_file_name_%03d\\n\", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo \"Initial dump\"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo \"Incremental dump\"
-tar cvf a1.tar -g a.sna a
-)"
-echo incr04.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf("a/b/one_31_chars_long_file_name_%03d\n", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo "Initial dump"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo "Incremental dump"
-tar cvf a1.tar -g a.sna a
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d a/b >/dev/null  || exit 77
-awk 'BEGIN {
-  for (i=1;i<=142;i++)
-    printf("a/b/one_31_chars_long_file_name_%03d\n", i);
-  }' < /dev/null | genfile --files-from -
-
-sleep 1
-
-echo "Initial dump"
-tar cvf a0.tar -g a.sna a
-mv a/b a/c
-echo "Incremental dump"
-tar cvf a1.tar -g a.sna a
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: a: Directory is new
-tar: a/b: Directory is new
-tar: a/c: Directory has been renamed from \`a/b'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Initial dump
-a/
-a/b/
-a/b/one_31_chars_long_file_name_001
-a/b/one_31_chars_long_file_name_002
-a/b/one_31_chars_long_file_name_003
-a/b/one_31_chars_long_file_name_004
-a/b/one_31_chars_long_file_name_005
-a/b/one_31_chars_long_file_name_006
-a/b/one_31_chars_long_file_name_007
-a/b/one_31_chars_long_file_name_008
-a/b/one_31_chars_long_file_name_009
-a/b/one_31_chars_long_file_name_010
-a/b/one_31_chars_long_file_name_011
-a/b/one_31_chars_long_file_name_012
-a/b/one_31_chars_long_file_name_013
-a/b/one_31_chars_long_file_name_014
-a/b/one_31_chars_long_file_name_015
-a/b/one_31_chars_long_file_name_016
-a/b/one_31_chars_long_file_name_017
-a/b/one_31_chars_long_file_name_018
-a/b/one_31_chars_long_file_name_019
-a/b/one_31_chars_long_file_name_020
-a/b/one_31_chars_long_file_name_021
-a/b/one_31_chars_long_file_name_022
-a/b/one_31_chars_long_file_name_023
-a/b/one_31_chars_long_file_name_024
-a/b/one_31_chars_long_file_name_025
-a/b/one_31_chars_long_file_name_026
-a/b/one_31_chars_long_file_name_027
-a/b/one_31_chars_long_file_name_028
-a/b/one_31_chars_long_file_name_029
-a/b/one_31_chars_long_file_name_030
-a/b/one_31_chars_long_file_name_031
-a/b/one_31_chars_long_file_name_032
-a/b/one_31_chars_long_file_name_033
-a/b/one_31_chars_long_file_name_034
-a/b/one_31_chars_long_file_name_035
-a/b/one_31_chars_long_file_name_036
-a/b/one_31_chars_long_file_name_037
-a/b/one_31_chars_long_file_name_038
-a/b/one_31_chars_long_file_name_039
-a/b/one_31_chars_long_file_name_040
-a/b/one_31_chars_long_file_name_041
-a/b/one_31_chars_long_file_name_042
-a/b/one_31_chars_long_file_name_043
-a/b/one_31_chars_long_file_name_044
-a/b/one_31_chars_long_file_name_045
-a/b/one_31_chars_long_file_name_046
-a/b/one_31_chars_long_file_name_047
-a/b/one_31_chars_long_file_name_048
-a/b/one_31_chars_long_file_name_049
-a/b/one_31_chars_long_file_name_050
-a/b/one_31_chars_long_file_name_051
-a/b/one_31_chars_long_file_name_052
-a/b/one_31_chars_long_file_name_053
-a/b/one_31_chars_long_file_name_054
-a/b/one_31_chars_long_file_name_055
-a/b/one_31_chars_long_file_name_056
-a/b/one_31_chars_long_file_name_057
-a/b/one_31_chars_long_file_name_058
-a/b/one_31_chars_long_file_name_059
-a/b/one_31_chars_long_file_name_060
-a/b/one_31_chars_long_file_name_061
-a/b/one_31_chars_long_file_name_062
-a/b/one_31_chars_long_file_name_063
-a/b/one_31_chars_long_file_name_064
-a/b/one_31_chars_long_file_name_065
-a/b/one_31_chars_long_file_name_066
-a/b/one_31_chars_long_file_name_067
-a/b/one_31_chars_long_file_name_068
-a/b/one_31_chars_long_file_name_069
-a/b/one_31_chars_long_file_name_070
-a/b/one_31_chars_long_file_name_071
-a/b/one_31_chars_long_file_name_072
-a/b/one_31_chars_long_file_name_073
-a/b/one_31_chars_long_file_name_074
-a/b/one_31_chars_long_file_name_075
-a/b/one_31_chars_long_file_name_076
-a/b/one_31_chars_long_file_name_077
-a/b/one_31_chars_long_file_name_078
-a/b/one_31_chars_long_file_name_079
-a/b/one_31_chars_long_file_name_080
-a/b/one_31_chars_long_file_name_081
-a/b/one_31_chars_long_file_name_082
-a/b/one_31_chars_long_file_name_083
-a/b/one_31_chars_long_file_name_084
-a/b/one_31_chars_long_file_name_085
-a/b/one_31_chars_long_file_name_086
-a/b/one_31_chars_long_file_name_087
-a/b/one_31_chars_long_file_name_088
-a/b/one_31_chars_long_file_name_089
-a/b/one_31_chars_long_file_name_090
-a/b/one_31_chars_long_file_name_091
-a/b/one_31_chars_long_file_name_092
-a/b/one_31_chars_long_file_name_093
-a/b/one_31_chars_long_file_name_094
-a/b/one_31_chars_long_file_name_095
-a/b/one_31_chars_long_file_name_096
-a/b/one_31_chars_long_file_name_097
-a/b/one_31_chars_long_file_name_098
-a/b/one_31_chars_long_file_name_099
-a/b/one_31_chars_long_file_name_100
-a/b/one_31_chars_long_file_name_101
-a/b/one_31_chars_long_file_name_102
-a/b/one_31_chars_long_file_name_103
-a/b/one_31_chars_long_file_name_104
-a/b/one_31_chars_long_file_name_105
-a/b/one_31_chars_long_file_name_106
-a/b/one_31_chars_long_file_name_107
-a/b/one_31_chars_long_file_name_108
-a/b/one_31_chars_long_file_name_109
-a/b/one_31_chars_long_file_name_110
-a/b/one_31_chars_long_file_name_111
-a/b/one_31_chars_long_file_name_112
-a/b/one_31_chars_long_file_name_113
-a/b/one_31_chars_long_file_name_114
-a/b/one_31_chars_long_file_name_115
-a/b/one_31_chars_long_file_name_116
-a/b/one_31_chars_long_file_name_117
-a/b/one_31_chars_long_file_name_118
-a/b/one_31_chars_long_file_name_119
-a/b/one_31_chars_long_file_name_120
-a/b/one_31_chars_long_file_name_121
-a/b/one_31_chars_long_file_name_122
-a/b/one_31_chars_long_file_name_123
-a/b/one_31_chars_long_file_name_124
-a/b/one_31_chars_long_file_name_125
-a/b/one_31_chars_long_file_name_126
-a/b/one_31_chars_long_file_name_127
-a/b/one_31_chars_long_file_name_128
-a/b/one_31_chars_long_file_name_129
-a/b/one_31_chars_long_file_name_130
-a/b/one_31_chars_long_file_name_131
-a/b/one_31_chars_long_file_name_132
-a/b/one_31_chars_long_file_name_133
-a/b/one_31_chars_long_file_name_134
-a/b/one_31_chars_long_file_name_135
-a/b/one_31_chars_long_file_name_136
-a/b/one_31_chars_long_file_name_137
-a/b/one_31_chars_long_file_name_138
-a/b/one_31_chars_long_file_name_139
-a/b/one_31_chars_long_file_name_140
-a/b/one_31_chars_long_file_name_141
-a/b/one_31_chars_long_file_name_142
-Incremental dump
-a/
-a/c/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr04.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_58
-#AT_START_59
-# 59. incr05.at:19: incremental dumps with -C
-at_setup_line='incr05.at:19'
-at_desc="incremental dumps with -C"
-$at_quiet $as_echo_n " 59: $at_desc                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "59. incr05.at:19: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incr05.at:22:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-)"
-echo incr05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Level 0
-./
-./sub/
-./file1
-./sub/file2
-Level 1
-./
-./sub/
-./file3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr05.at:22:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-)"
-echo incr05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Level 0
-./
-./sub/
-./file1
-./sub/file2
-Level 1
-./
-./sub/
-./file3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr05.at:22:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-)"
-echo incr05.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-echo Level 0
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-
-genfile --file dir/file3
-echo Level 1
-tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir .
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Level 0
-./
-./sub/
-./file1
-./sub/file2
-Level 1
-./
-./sub/
-./file3
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr05.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_59
-#AT_START_60
-# 60. incr06.at:19: incremental dumps of nested directories
-at_setup_line='incr06.at:19'
-at_desc="incremental dumps of nested directories"
-$at_quiet $as_echo_n " 60: $at_desc        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "60. incr06.at:19: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/incr06.at:22:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-)"
-echo incr06.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Level 0 . sub
-./
-sub/
-sub/a/
-sub/b/
-./file1
-sub/file2
-sub/a/file3
-Level 0 sub .
-./
-sub/
-sub/a/
-sub/b/
-./file1
-sub/file2
-sub/a/file3
-Level 1 . sub
-./
-./c/
-sub/
-sub/a/
-sub/b/
-sub/b/file4
-Level 1 sub .
-./
-./c/
-sub/
-sub/a/
-sub/b/
-sub/b/file4
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr06.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr06.at:22:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-)"
-echo incr06.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Level 0 . sub
-./
-sub/
-sub/a/
-sub/b/
-./file1
-sub/file2
-sub/a/file3
-Level 0 sub .
-./
-sub/
-sub/a/
-sub/b/
-./file1
-sub/file2
-sub/a/file3
-Level 1 . sub
-./
-./c/
-sub/
-sub/a/
-sub/b/
-sub/b/file4
-Level 1 sub .
-./
-./c/
-sub/
-sub/a/
-sub/b/
-sub/b/file4
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr06.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/incr06.at:22:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-)"
-echo incr06.at:22 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-mkdir dir/sub/a
-mkdir dir/sub/b
-genfile --file dir/file1
-genfile --file dir/sub/file2
-genfile --file dir/sub/a/file3
-
-echo Level 0 . sub
-tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 0 sub .
-tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-
-mkdir dir/c
-genfile --file dir/sub/b/file4
-
-echo Level 1 . sub
-tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub
-echo Level 1 sub .
-tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub .
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Level 0 . sub
-./
-sub/
-sub/a/
-sub/b/
-./file1
-sub/file2
-sub/a/file3
-Level 0 sub .
-./
-sub/
-sub/a/
-sub/b/
-./file1
-sub/file2
-sub/a/file3
-Level 1 . sub
-./
-./c/
-sub/
-sub/a/
-sub/b/
-sub/b/file4
-Level 1 sub .
-./
-./c/
-sub/
-sub/a/
-sub/b/
-sub/b/file4
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/incr06.at:22"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_60
-#AT_START_61
-# 61. filerem01.at:34: file removed as we read it (ca. 22 seconds)
-at_setup_line='filerem01.at:34'
-at_desc="file removed as we read it (ca. 22 seconds)"
-$at_quiet $as_echo_n " 61: $at_desc    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "61. filerem01.at:34: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/filerem01.at:37:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-genfile --run --checkpoint=3 --unlink dir/file1 -- \\
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \\
-       --checkpoint-action='echo' -c -f archive.tar \\
-       --listed-incremental db -v dir >/dev/null
-)"
-echo filerem01.at:37 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-genfile --run --checkpoint=3 --unlink dir/file1 -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v dir >/dev/null
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-genfile --run --checkpoint=3 --unlink dir/file1 -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v dir >/dev/null
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: dir: Directory is new
-tar: dir/sub: Directory is new
-tar: dir/file1: File removed before we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo stdout:; cat "$at_stdout"
-at_func_check_status 1 $at_status "$at_srcdir/filerem01.at:37"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/filerem01.at:37:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-genfile --run --checkpoint=3 --unlink dir/file1 -- \\
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \\
-       --checkpoint-action='echo' -c -f archive.tar \\
-       --listed-incremental db -v dir >/dev/null
-)"
-echo filerem01.at:37 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-genfile --run --checkpoint=3 --unlink dir/file1 -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v dir >/dev/null
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-
-genfile --run --checkpoint=3 --unlink dir/file1 -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v dir >/dev/null
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: dir: Directory is new
-tar: dir/sub: Directory is new
-tar: dir/file1: File removed before we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo stdout:; cat "$at_stdout"
-at_func_check_status 1 $at_status "$at_srcdir/filerem01.at:37"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-# Timing information:
-#
-# For -Hgnu the above command line takes about 8 seconds to execute and
-# produces:
-#
-# tar: dir: Directory is new
-# tar: dir/sub: Directory is new
-# dir/
-# tar: Write checkpoint 1
-# tar: Write checkpoint 2
-# dir/sub/
-# tar: Write checkpoint 3
-# tar: Write checkpoint 4
-# dir/file1
-# tar: Write checkpoint 5
-# dir/sub/file2
-# tar: Write checkpoint 6
-# tar: Write checkpoint 7
-# tar: Write checkpoint 8
-#
-# For -Hposix the above command line takes about 14 seconds to execute and
-# produces:
-#
-# ./tar: dir: Directory is new
-# ./tar: dir/sub: Directory is new
-# dir/
-# ./tar: Write checkpoint 1
-# ./tar: Write checkpoint 2
-# ./tar: Write checkpoint 3
-# dir/sub/
-# ./tar: Write checkpoint 4
-# ./tar: Write checkpoint 5
-# ./tar: Write checkpoint 6
-# dir/file1
-# ./tar: Write checkpoint 7
-# ./tar: Write checkpoint 8
-# ./tar: Write checkpoint 9
-# dir/sub/file2
-# ./tar: Write checkpoint 10
-# ./tar: Write checkpoint 11
-# ./tar: Write checkpoint 12
-# ./tar: Write checkpoint 13
-# ./tar: Write checkpoint 14
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_61
-#AT_START_62
-# 62. filerem02.at:24: toplevel file removed (ca. 24 seconds)
-at_setup_line='filerem02.at:24'
-at_desc="toplevel file removed (ca. 24 seconds)"
-$at_quiet $as_echo_n " 62: $at_desc         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "62. filerem02.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/filerem02.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-mkdir dir2
-genfile --file dir2/file1
-
-genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \\
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \\
-       --checkpoint-action='echo' -c -f archive.tar \\
-       --listed-incremental db -v --warning=no-new-dir dir dir2 >/dev/null
-)"
-echo filerem02.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-mkdir dir2
-genfile --file dir2/file1
-
-genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v --warning=no-new-dir dir dir2 >/dev/null
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-mkdir dir2
-genfile --file dir2/file1
-
-genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v --warning=no-new-dir dir dir2 >/dev/null
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo stderr:; cat "$at_stderr"
-echo stdout:; cat "$at_stdout"
-at_func_check_status 2 $at_status "$at_srcdir/filerem02.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/filerem02.at:27:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-mkdir dir2
-genfile --file dir2/file1
-
-genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \\
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \\
-       --checkpoint-action='echo' -c -f archive.tar \\
-       --listed-incremental db -v --warning=no-new-dir dir dir2 >/dev/null
-)"
-echo filerem02.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-mkdir dir2
-genfile --file dir2/file1
-
-genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v --warning=no-new-dir dir dir2 >/dev/null
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-mkdir dir/sub
-genfile --file dir/file1
-genfile --file dir/sub/file2
-mkdir dir2
-genfile --file dir2/file1
-
-genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \
-       tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
-       --checkpoint-action='echo' -c -f archive.tar \
-       --listed-incremental db -v --warning=no-new-dir dir dir2 >/dev/null
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo stderr:; cat "$at_stderr"
-echo stdout:; cat "$at_stdout"
-at_func_check_status 2 $at_status "$at_srcdir/filerem02.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-# Ignore stdout and stderr because their contents depend on
-# the file system implementation.
-
-# Timing information: see filerem01.at
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_62
-#AT_START_63
-# 63. rename01.at:24: renamed dirs in incrementals
-at_setup_line='rename01.at:24'
-at_desc="renamed dirs in incrementals"
-$at_quiet $as_echo_n " 63: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "63. rename01.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/rename01.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo \"Creating base archive\"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo \"Creating incremental archive\"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename01.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: Directory is new
-tar: foo/bar: Directory is new
-tar: foo/baz: Directory has been renamed from \`foo/bar'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating base archive
-foo/
-foo/bar/
-foo/file1
-foo/file2
-foo/bar/file
-Creating incremental archive
-foo/
-foo/baz/
-Begin directory listing 1
-foo
-foo/bar
-foo/bar/file
-foo/file1
-foo/file2
-End directory listing 1
-Begin directory listing 2
-foo
-foo/baz
-foo/baz/file
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename01.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename01.at:27:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo \"Creating base archive\"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo \"Creating incremental archive\"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename01.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: Directory is new
-tar: foo/bar: Directory is new
-tar: foo/baz: Directory has been renamed from \`foo/bar'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating base archive
-foo/
-foo/bar/
-foo/file1
-foo/file2
-foo/bar/file
-Creating incremental archive
-foo/
-foo/baz/
-Begin directory listing 1
-foo
-foo/bar
-foo/bar/file
-foo/file1
-foo/file2
-End directory listing 1
-Begin directory listing 2
-foo
-foo/baz
-foo/baz/file
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename01.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename01.at:27:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo \"Creating base archive\"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo \"Creating incremental archive\"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename01.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar foo/baz
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfg arch.2 /dev/null
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: Directory is new
-tar: foo/bar: Directory is new
-tar: foo/baz: Directory has been renamed from \`foo/bar'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating base archive
-foo/
-foo/bar/
-foo/file1
-foo/file2
-foo/bar/file
-Creating incremental archive
-foo/
-foo/baz/
-Begin directory listing 1
-foo
-foo/bar
-foo/bar/file
-foo/file1
-foo/file2
-End directory listing 1
-Begin directory listing 2
-foo
-foo/baz
-foo/baz/file
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename01.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_63
-#AT_START_64
-# 64. rename02.at:24: move between hierarchies
-at_setup_line='rename02.at:24'
-at_desc="move between hierarchies"
-$at_quiet $as_echo_n " 64: $at_desc                       "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "64. rename02.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/rename02.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo \"Creating base archive\"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo \"Creating incremental archive\"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename02.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: Directory is new
-tar: foo/bar: Directory is new
-tar: foo/bar/baz: Directory is new
-tar: foo/baz: Directory has been renamed from \`foo/bar/baz'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating base archive
-foo/
-foo/bar/
-foo/bar/baz/
-foo/file1
-foo/file2
-foo/bar/file.r
-foo/bar/baz/file.z
-Creating incremental archive
-foo/
-foo/bar/
-foo/baz/
-Begin directory listing 1
-foo
-foo/bar
-foo/bar/baz
-foo/bar/baz/file.z
-foo/bar/file.r
-foo/file1
-foo/file2
-End directory listing 1
-foo/
-foo/bar/
-foo/baz/
-Begin directory listing 2
-foo
-foo/bar
-foo/bar/file.r
-foo/baz
-foo/baz/file.z
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename02.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename02.at:27:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo \"Creating base archive\"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo \"Creating incremental archive\"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename02.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: Directory is new
-tar: foo/bar: Directory is new
-tar: foo/bar/baz: Directory is new
-tar: foo/baz: Directory has been renamed from \`foo/bar/baz'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating base archive
-foo/
-foo/bar/
-foo/bar/baz/
-foo/file1
-foo/file2
-foo/bar/file.r
-foo/bar/baz/file.z
-Creating incremental archive
-foo/
-foo/bar/
-foo/baz/
-Begin directory listing 1
-foo
-foo/bar
-foo/bar/baz
-foo/bar/baz/file.z
-foo/bar/file.r
-foo/file1
-foo/file2
-End directory listing 1
-foo/
-foo/bar/
-foo/baz/
-Begin directory listing 2
-foo
-foo/bar
-foo/bar/file.r
-foo/baz
-foo/baz/file.z
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename02.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename02.at:27:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo \"Creating base archive\"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo \"Creating incremental archive\"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename02.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-mkdir foo/bar
-genfile --file foo/bar/file.r
-mkdir foo/bar/baz
-genfile --file foo/bar/baz/file.z
-
-sleep 1
-
-echo "Creating base archive"
-tar -g incr -cf arch.1 -v foo
-
-mv foo/bar/baz foo
-
-echo "Creating incremental archive"
-tar -g incr -cf arch.2 -v foo
-
-mv foo old
-
-tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
-sort tmperr >&2
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: Directory is new
-tar: foo/bar: Directory is new
-tar: foo/bar/baz: Directory is new
-tar: foo/baz: Directory has been renamed from \`foo/bar/baz'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating base archive
-foo/
-foo/bar/
-foo/bar/baz/
-foo/file1
-foo/file2
-foo/bar/file.r
-foo/bar/baz/file.z
-Creating incremental archive
-foo/
-foo/bar/
-foo/baz/
-Begin directory listing 1
-foo
-foo/bar
-foo/bar/baz
-foo/bar/baz/file.z
-foo/bar/file.r
-foo/file1
-foo/file2
-End directory listing 1
-foo/
-foo/bar/
-foo/baz/
-Begin directory listing 2
-foo
-foo/bar
-foo/bar/file.r
-foo/baz
-foo/baz/file.z
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename02.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_64
-#AT_START_65
-# 65. rename03.at:23: cyclic renames
-at_setup_line='rename03.at:23'
-at_desc="cyclic renames"
-$at_quiet $as_echo_n " 65: $at_desc                                 "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "65. rename03.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/rename03.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo \"First dump\"
-echo \"First dump\">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a \$\$
-mv c a
-mv b c
-mv \$\$ b)
-
-echo \"Second dump\"
-echo \"Second dump\" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo "First dump"
-echo "First dump">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a $$
-mv c a
-mv b c
-mv $$ b)
-
-echo "Second dump"
-echo "Second dump" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo "First dump"
-echo "First dump">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a $$
-mv c a
-mv b c
-mv $$ b)
-
-echo "Second dump"
-echo "Second dump" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "First dump
-tar: foo/a: Directory is new
-tar: foo/b: Directory is new
-tar: foo/c: Directory is new
-tar: foo: Directory is new
-Second dump
-tar: foo/a: Directory has been renamed from \`foo/c'
-tar: foo/b: Directory has been renamed from \`foo/a'
-tar: foo/c: Directory has been renamed from \`foo/b'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "First dump
-foo/
-foo/a/
-foo/b/
-foo/c/
-foo/file1
-foo/file2
-foo/a/filea
-foo/b/fileb
-foo/c/filec
-Second dump
-foo/
-foo/a/
-foo/b/
-foo/c/
-Begin directory listing 1
-foo
-foo/a
-foo/a/filea
-foo/b
-foo/b/fileb
-foo/c
-foo/c/filec
-foo/file1
-foo/file2
-End directory listing 1
-foo/
-foo/a/
-foo/b/
-foo/c/
-Begin directory listing 2
-foo
-foo/a
-foo/a/filec
-foo/b
-foo/b/filea
-foo/c
-foo/c/fileb
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename03.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo \"First dump\"
-echo \"First dump\">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a \$\$
-mv c a
-mv b c
-mv \$\$ b)
-
-echo \"Second dump\"
-echo \"Second dump\" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo "First dump"
-echo "First dump">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a $$
-mv c a
-mv b c
-mv $$ b)
-
-echo "Second dump"
-echo "Second dump" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo "First dump"
-echo "First dump">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a $$
-mv c a
-mv b c
-mv $$ b)
-
-echo "Second dump"
-echo "Second dump" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "First dump
-tar: foo/a: Directory is new
-tar: foo/b: Directory is new
-tar: foo/c: Directory is new
-tar: foo: Directory is new
-Second dump
-tar: foo/a: Directory has been renamed from \`foo/c'
-tar: foo/b: Directory has been renamed from \`foo/a'
-tar: foo/c: Directory has been renamed from \`foo/b'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "First dump
-foo/
-foo/a/
-foo/b/
-foo/c/
-foo/file1
-foo/file2
-foo/a/filea
-foo/b/fileb
-foo/c/filec
-Second dump
-foo/
-foo/a/
-foo/b/
-foo/c/
-Begin directory listing 1
-foo
-foo/a
-foo/a/filea
-foo/b
-foo/b/fileb
-foo/c
-foo/c/filec
-foo/file1
-foo/file2
-End directory listing 1
-foo/
-foo/a/
-foo/b/
-foo/c/
-Begin directory listing 2
-foo
-foo/a
-foo/a/filec
-foo/b
-foo/b/filea
-foo/c
-foo/c/fileb
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename03.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo \"First dump\"
-echo \"First dump\">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a \$\$
-mv c a
-mv b c
-mv \$\$ b)
-
-echo \"Second dump\"
-echo \"Second dump\" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo \"Begin directory listing 1\"
-find foo | sort
-echo \"End directory listing 1\"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-)"
-echo rename03.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo "First dump"
-echo "First dump">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a $$
-mv c a
-mv b c
-mv $$ b)
-
-echo "Second dump"
-echo "Second dump" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir foo
-genfile --file foo/file1
-genfile --file foo/file2
-
-mkdir foo/a
-genfile --file foo/a/filea
-
-mkdir foo/b
-genfile --file foo/b/fileb
-
-mkdir foo/c
-genfile --file foo/c/filec
-
-sleep 1
-
-echo "First dump"
-echo "First dump">&2
-tar -g incr -cf arch.1 -v foo 2>tmperr
-sort tmperr >&2
-
-# Shuffle directories:
-(cd foo
-mv a $$
-mv c a
-mv b c
-mv $$ b)
-
-echo "Second dump"
-echo "Second dump" >&2
-tar -g incr -cf arch.2 -v foo 2>tmperr
-sort tmperr >&2
-
-tar xfg arch.1 /dev/null --warning=no-timestamp
-
-echo "Begin directory listing 1"
-find foo | sort
-echo "End directory listing 1"
-
-tar xfgv arch.2 /dev/null --warning=no-timestamp
-echo Begin directory listing 2
-find foo | sort
-echo End directory listing 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "First dump
-tar: foo/a: Directory is new
-tar: foo/b: Directory is new
-tar: foo/c: Directory is new
-tar: foo: Directory is new
-Second dump
-tar: foo/a: Directory has been renamed from \`foo/c'
-tar: foo/b: Directory has been renamed from \`foo/a'
-tar: foo/c: Directory has been renamed from \`foo/b'
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "First dump
-foo/
-foo/a/
-foo/b/
-foo/c/
-foo/file1
-foo/file2
-foo/a/filea
-foo/b/fileb
-foo/c/filec
-Second dump
-foo/
-foo/a/
-foo/b/
-foo/c/
-Begin directory listing 1
-foo
-foo/a
-foo/a/filea
-foo/b
-foo/b/fileb
-foo/c
-foo/c/filec
-foo/file1
-foo/file2
-End directory listing 1
-foo/
-foo/a/
-foo/b/
-foo/c/
-Begin directory listing 2
-foo
-foo/a
-foo/a/filec
-foo/b
-foo/b/filea
-foo/c
-foo/c/fileb
-foo/file1
-foo/file2
-End directory listing 2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename03.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_65
-#AT_START_66
-# 66. rename04.at:27: renamed directory containing subdirectories
-at_setup_line='rename04.at:27'
-at_desc="renamed directory containing subdirectories"
-$at_quiet $as_echo_n " 66: $at_desc    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "66. rename04.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/rename04.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-)"
-echo rename04.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-Second restore
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-directory
-directory/file
-directory/subdir
-Second restore
-dir
-dir/subdir
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename04.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename04.at:30:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-)"
-echo rename04.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-Second restore
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-directory
-directory/file
-directory/subdir
-Second restore
-dir
-dir/subdir
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename04.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename04.at:30:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-)"
-echo rename04.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-Second restore
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-directory
-directory/file
-directory/subdir
-Second restore
-dir
-dir/subdir
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename04.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_66
-#AT_START_67
-# 67. rename05.at:24: renamed subdirectories
-at_setup_line='rename05.at:24'
-at_desc="renamed subdirectories"
-$at_quiet $as_echo_n " 67: $at_desc                         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "67. rename05.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/rename05.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-)"
-echo rename05.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-Second restore
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-directory
-directory/file
-directory/subdir
-Second restore
-dir
-dir/subdir.0
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename05.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename05.at:27:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-)"
-echo rename05.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-Second restore
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-directory
-directory/file
-directory/subdir
-Second restore
-dir
-dir/subdir.0
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename05.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/rename05.at:27:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-)"
-echo rename05.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-decho Creating directory structure
-mkdir directory
-mkdir directory/subdir
-genfile --file=directory/file
-
-decho Creating initial archive
-tar -cf archive.1 -g db.1 directory
-
-decho Renaming
-mv directory/subdir directory/subdir.0
-mv directory dir
-
-decho Creating incremental archive
-cp db.1 db.2
-tar -cf archive.2 -g db.2 dir
-
-mv dir orig
-
-decho First restore
-tar -xf archive.1 -g db.1 --warning=no-timestamp
-find directory | sort
-
-decho Second restore
-tar -xf archive.2 -g db.2 --warning=no-timestamp
-find dir | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-Second restore
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating directory structure
-Creating initial archive
-Renaming
-Creating incremental archive
-First restore
-directory
-directory/file
-directory/subdir
-Second restore
-dir
-dir/subdir.0
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/rename05.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_67
-#AT_START_68
-# 68. chtype.at:27: changed file types in incrementals
-at_setup_line='chtype.at:27'
-at_desc="changed file types in incrementals"
-$at_quiet $as_echo_n " 68: $at_desc             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "68. chtype.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/chtype.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-)"
-echo chtype.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "First backup
-Second backup
-Restore archive.1
-Restore archive.2
-directory
-directory/a
-directory/a/a
-directory/a/b
-directory/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/chtype.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/chtype.at:30:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-)"
-echo chtype.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "First backup
-Second backup
-Restore archive.1
-Restore archive.2
-directory
-directory/a
-directory/a/a
-directory/a/b
-directory/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/chtype.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/chtype.at:30:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-)"
-echo chtype.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-install-sh -d directory/b/c >/dev/null && genfile --file directory/b/c/x || exit 77
-mkdir directory/a
-genfile --file directory/a/a
-
-echo First backup
-tar --create --file=archive.1 --listed-incremental=db.1 directory
-
-sleep 2
-
-# Remove directory b and create a file with this name.
-# Previous versions were not able to restore over this file.
-rm -r directory/b
-genfile --file directory/b
-genfile --file directory/a/b
-
-echo Second backup
-tar --create --file=archive.2 --listed-incremental=db.2 directory
-
-# Delete a
-rm -r directory
-
-echo Restore archive.1
-tar -xf archive.1 --listed-incremental=/dev/null --warning=no-timestamp
-echo Restore archive.2
-tar -xf archive.2 --listed-incremental=/dev/null --warning=no-timestamp
-find directory | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "First backup
-Second backup
-Restore archive.1
-Restore archive.2
-directory
-directory/a
-directory/a/a
-directory/a/b
-directory/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/chtype.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_68
-#AT_START_69
-# 69. ignfail.at:23: ignfail
-at_setup_line='ignfail.at:23'
-at_desc="ignfail"
-$at_quiet $as_echo_n " 69: $at_desc                                        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "69. ignfail.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/ignfail.at:26:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=\$?
-chmod 600 file
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=\$?
-chmod 600 file
-test \$status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=\$?
-chmod 700 directory
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=\$?
-chmod 700 directory
-test \$status = 0
-)"
-echo ignfail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: file: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: file: Warning: Cannot open: Permission denied
------
-tar: directory: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: directory: Warning: Cannot open: Permission denied
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ignfail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/ignfail.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=\$?
-chmod 600 file
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=\$?
-chmod 600 file
-test \$status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=\$?
-chmod 700 directory
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=\$?
-chmod 700 directory
-test \$status = 0
-)"
-echo ignfail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: file: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: file: Warning: Cannot open: Permission denied
------
-tar: directory: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: directory: Warning: Cannot open: Permission denied
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ignfail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/ignfail.at:26:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=\$?
-chmod 600 file
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=\$?
-chmod 600 file
-test \$status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=\$?
-chmod 700 directory
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=\$?
-chmod 700 directory
-test \$status = 0
-)"
-echo ignfail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: file: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: file: Warning: Cannot open: Permission denied
------
-tar: directory: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: directory: Warning: Cannot open: Permission denied
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ignfail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/ignfail.at:26:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=\$?
-chmod 600 file
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=\$?
-chmod 600 file
-test \$status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=\$?
-chmod 700 directory
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=\$?
-chmod 700 directory
-test \$status = 0
-)"
-echo ignfail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: file: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: file: Warning: Cannot open: Permission denied
------
-tar: directory: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: directory: Warning: Cannot open: Permission denied
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ignfail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/ignfail.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=\$?
-chmod 600 file
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=\$?
-chmod 600 file
-test \$status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=\$?
-chmod 700 directory
-test \$status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=\$?
-chmod 700 directory
-test \$status = 0
-)"
-echo ignfail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-# The test is meaningless for super-user.
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-touch file
-mkdir directory
-touch directory/file
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive file
-status=$?
-chmod 600 file
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 file
-tar cf archive --ignore-failed-read file || exit 1
-status=$?
-chmod 600 file
-test $status = 0 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive directory
-status=$?
-chmod 700 directory
-test $status = 2 || exit 1
-
-echo 1>&2 -----
-chmod 000 directory
-tar cf archive --ignore-failed-read directory || exit 1
-status=$?
-chmod 700 directory
-test $status = 0
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: file: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: file: Warning: Cannot open: Permission denied
------
-tar: directory: Cannot open: Permission denied
-tar: Exiting with failure status due to previous errors
------
-tar: directory: Warning: Cannot open: Permission denied
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ignfail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_69
-#AT_START_70
-# 70. link01.at:33: link count gt 2
-at_setup_line='link01.at:33'
-at_desc="link count gt 2"
-$at_quiet $as_echo_n " 70: $at_desc                                "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "70. link01.at:33: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/link01.at:36:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-)"
-echo link01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "test.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link01.at:36:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-)"
-echo link01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "test.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link01.at:36:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-)"
-echo link01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "test.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link01.at:36:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-)"
-echo link01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "test.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link01.at:36:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-)"
-echo link01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-mkdir directory/test1
-mkdir directory/test2
-
-echo TEST > directory/test1/test.txt
-ln directory/test1/test.txt directory/test2/test.txt || exit 77
-
-tar cf archive directory/test1/test.txt directory/test1/test.txt
-
-rm -r directory
-tar xf archive --warning=no-timestamp
-
-ls directory/test1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "test.txt
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_70
-#AT_START_71
-# 71. link02.at:32: preserve hard links with --remove-files
-at_setup_line='link02.at:32'
-at_desc="preserve hard links with --remove-files"
-$at_quiet $as_echo_n " 71: $at_desc        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "71. link02.at:32: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/link02.at:35:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-)"
-echo link02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link02.at:35:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-)"
-echo link02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link02.at:35:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-)"
-echo link02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link02.at:35:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-)"
-echo link02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link02.at:35:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-)"
-echo link02.at:35 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-tar -c -f archive --remove-files file1 file2 file3 file4
-tar tfv archive | sed -n 's/.*file[2-4] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link02.at:35"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_71
-#AT_START_72
-# 72. link03.at:24: working -l with --remove-files
-at_setup_line='link03.at:24'
-at_desc="working -l with --remove-files"
-$at_quiet $as_echo_n " 72: $at_desc                 "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "72. link03.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/link03.at:34:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-)"
-echo link03.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: Missing links to \`file1'.
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "archive.1
-archive.2
-testing archive.2
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link03.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link03.at:34:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-)"
-echo link03.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: Missing links to \`file1'.
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "archive.1
-archive.2
-testing archive.2
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link03.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link03.at:34:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-)"
-echo link03.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: Missing links to \`file1'.
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "archive.1
-archive.2
-testing archive.2
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link03.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link03.at:34:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-)"
-echo link03.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: Missing links to \`file1'.
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "archive.1
-archive.2
-testing archive.2
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link03.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link03.at:34:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-)"
-echo link03.at:34 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.1
-tar -c -f archive.1 -l --remove-files file1 file2 file3 file4
-
-genfile -l 64 -f file1
-ln file1 file2
-ln file2 file3
-ln file3 file4
-
-echo archive.2
-tar -c -f archive.2 -l --remove-files file1 file2 file3
-echo testing archive.2
-tar tfv archive.2 | sed -n 's/.*file[2-3] link to //p'
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: Missing links to \`file1'.
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "archive.1
-archive.2
-testing archive.2
-file1
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link03.at:34"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_72
-#AT_START_73
-# 73. link04.at:29: link count is 1 but multiple occurrences
-at_setup_line='link04.at:29'
-at_desc="link count is 1 but multiple occurrences"
-$at_quiet $as_echo_n " 73: $at_desc       "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "73. link04.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/link04.at:32:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-)"
-echo link04.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/
-dir/file
-dir/file link to dir/file
-dir/symlink -> file
-dir/symlink link to dir/symlink
-==
-dir/
-dir/FOO
-dir/FOO link to dir/FOO
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link04.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link04.at:32:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-)"
-echo link04.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/
-dir/file
-dir/file link to dir/file
-dir/symlink -> file
-dir/symlink link to dir/symlink
-==
-dir/
-dir/FOO
-dir/FOO link to dir/FOO
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link04.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link04.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-)"
-echo link04.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/
-dir/file
-dir/file link to dir/file
-dir/symlink -> file
-dir/symlink link to dir/symlink
-==
-dir/
-dir/FOO
-dir/FOO link to dir/FOO
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link04.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link04.at:32:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-)"
-echo link04.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/
-dir/file
-dir/file link to dir/file
-dir/symlink -> file
-dir/symlink link to dir/symlink
-==
-dir/
-dir/FOO
-dir/FOO link to dir/FOO
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link04.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/link04.at:32:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-)"
-echo link04.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir dir
-echo TEST > dir/file
-ln -s file dir/symlink || exit 77
-
-tar cf archive dir dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-' | sort
-
-echo ==
-
-tar chf archive dir
-tar tvf archive | sed '
-  s,.*[0-9] dir/,dir/,
-  s,file,FOO,g
-  s,symlink,FOO,g
-' | sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "dir/
-dir/
-dir/file
-dir/file link to dir/file
-dir/symlink -> file
-dir/symlink link to dir/symlink
-==
-dir/
-dir/FOO
-dir/FOO link to dir/FOO
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/link04.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_73
-#AT_START_74
-# 74. longv7.at:24: long names in V7 archives
-at_setup_line='longv7.at:24'
-at_desc="long names in V7 archives"
-$at_quiet $as_echo_n " 74: $at_desc                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "74. longv7.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/longv7.at:30:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir this_is_a_very_long_name_for_a_directory_which_causes_problems
-touch this_is_a_very_long_name_for_a_directory_which_causes_problems/this_is_a_very_long_file_name_which_raises_issues.c
-
-tar cf archive this_is_a_very_long_name_for_a_directory_which_causes_problems
-echo separator
-tar tf archive
-)"
-echo longv7.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir this_is_a_very_long_name_for_a_directory_which_causes_problems
-touch this_is_a_very_long_name_for_a_directory_which_causes_problems/this_is_a_very_long_file_name_which_raises_issues.c
-
-tar cf archive this_is_a_very_long_name_for_a_directory_which_causes_problems
-echo separator
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir this_is_a_very_long_name_for_a_directory_which_causes_problems
-touch this_is_a_very_long_name_for_a_directory_which_causes_problems/this_is_a_very_long_file_name_which_raises_issues.c
-
-tar cf archive this_is_a_very_long_name_for_a_directory_which_causes_problems
-echo separator
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: this_is_a_very_long_name_for_a_directory_which_causes_problems/this_is_a_very_long_file_name_which_raises_issues.c: file name is too long (max 99); not dumped
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-this_is_a_very_long_name_for_a_directory_which_causes_problems/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/longv7.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_74
-#AT_START_75
-# 75. long01.at:28: long file names divisible by block size
-at_setup_line='long01.at:28'
-at_desc="long file names divisible by block size"
-$at_quiet $as_echo_n " 75: $at_desc        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "75. long01.at:28: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/long01.at:36:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde >/dev/null && genfile --file 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde || exit 77
-echo test > endfile
-
-tar cf archive 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde endfile
-tar tf archive)"
-echo long01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde >/dev/null && genfile --file 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde || exit 77
-echo test > endfile
-
-tar cf archive 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde endfile
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde >/dev/null && genfile --file 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde || exit 77
-echo test > endfile
-
-tar cf archive 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde endfile
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde
-endfile
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/long01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/long01.at:36:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde >/dev/null && genfile --file 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde || exit 77
-echo test > endfile
-
-tar cf archive 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde endfile
-tar tf archive)"
-echo long01.at:36 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde >/dev/null && genfile --file 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde || exit 77
-echo test > endfile
-
-tar cf archive 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde endfile
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde >/dev/null && genfile --file 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde || exit 77
-echo test > endfile
-
-tar cf archive 0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde endfile
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde/0123456789abcde
-endfile
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/long01.at:36"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_75
-#AT_START_76
-# 76. lustar01.at:21: ustar: unsplittable file name
-at_setup_line='lustar01.at:21'
-at_desc="ustar: unsplittable file name"
-$at_quiet $as_echo_n " 76: $at_desc                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "76. lustar01.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/lustar01.at:27:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file=this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix || exit 77
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix
-)"
-echo lustar01.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file=this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix || exit 77
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file=this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix || exit 77
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_between_name_and_prefix: file name is too long (cannot be split); not dumped
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 2 $at_status "$at_srcdir/lustar01.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_76
-#AT_START_77
-# 77. lustar02.at:21: ustar: unsplittable path name
-at_setup_line='lustar02.at:21'
-at_desc="ustar: unsplittable path name"
-$at_quiet $as_echo_n " 77: $at_desc                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "77. lustar02.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/lustar02.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be >/dev/null && genfile --file this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/tween_name_and_prefix || exit 77
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be
-)"
-echo lustar02.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be >/dev/null && genfile --file this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/tween_name_and_prefix || exit 77
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be >/dev/null && genfile --file this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/tween_name_and_prefix || exit 77
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/: file name is too long (cannot be split); not dumped
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 2 $at_status "$at_srcdir/lustar02.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_77
-#AT_START_78
-# 78. lustar03.at:21: ustar: splitting long names
-at_setup_line='lustar03.at:21'
-at_desc="ustar: splitting long names"
-$at_quiet $as_echo_n " 78: $at_desc                    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "78. lustar03.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/lustar03.at:29:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be >/dev/null && genfile --file this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/file || exit 77
-echo \"Create archive\"
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be
-echo \"List archive\"
-tar tf archive)"
-echo lustar03.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be >/dev/null && genfile --file this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/file || exit 77
-echo "Create archive"
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be
-echo "List archive"
-tar tf archive) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-install-sh -d this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be >/dev/null && genfile --file this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/file || exit 77
-echo "Create archive"
-tar cf archive this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be
-echo "List archive"
-tar tf archive) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Create archive
-List archive
-this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/
-this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be/file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/lustar03.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_78
-#AT_START_79
-# 79. multiv01.at:23: multivolume dumps from pipes
-at_setup_line='multiv01.at:23'
-at_desc="multivolume dumps from pipes"
-$at_quiet $as_echo_n " 79: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "79. multiv01.at:23: testing ..."
-  $at_traceon
-
-
-
-# Fixme: should be configurable
-#  TRUSS=truss -o /tmp/tr
-#  TRUSS=strace
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv01.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in \" 1\" \" 2\" \" 3\" \" 4\" \" 5\" \" 6\" \" 7\" \" 8\" \\
-              \" 9\" \"10\" \"11\" \"12\" \"13\" \"14\" \"15\" \"16\" ; do \\
-  echo \"file2  block \${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla\"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo \"bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla\"
-  done
-done >file2
-
-if test \$TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=\$TAPE_LENGTH \\
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=\$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=\$PATH \${TRUSS} tar -f t1-pipe.tar -f - \\
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \\
-      --tape-length=\$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-)"
-echo multiv01.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
-              " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
-  echo "file2  block ${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo "bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  done
-done >file2
-
-if test $TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=$TAPE_LENGTH \
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
-      --tape-length=$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
-              " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
-  echo "file2  block ${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo "bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  done
-done >file2
-
-if test $TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=$TAPE_LENGTH \
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
-      --tape-length=$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv01.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv01.at:30:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in \" 1\" \" 2\" \" 3\" \" 4\" \" 5\" \" 6\" \" 7\" \" 8\" \\
-              \" 9\" \"10\" \"11\" \"12\" \"13\" \"14\" \"15\" \"16\" ; do \\
-  echo \"file2  block \${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla\"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo \"bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla\"
-  done
-done >file2
-
-if test \$TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=\$TAPE_LENGTH \\
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=\$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=\$PATH \${TRUSS} tar -f t1-pipe.tar -f - \\
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \\
-      --tape-length=\$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-)"
-echo multiv01.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
-              " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
-  echo "file2  block ${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo "bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  done
-done >file2
-
-if test $TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=$TAPE_LENGTH \
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
-      --tape-length=$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
-              " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
-  echo "file2  block ${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo "bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  done
-done >file2
-
-if test $TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=$TAPE_LENGTH \
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
-      --tape-length=$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv01.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv01.at:30:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in \" 1\" \" 2\" \" 3\" \" 4\" \" 5\" \" 6\" \" 7\" \" 8\" \\
-              \" 9\" \"10\" \"11\" \"12\" \"13\" \"14\" \"15\" \"16\" ; do \\
-  echo \"file2  block \${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla\"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo \"bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla\"
-  done
-done >file2
-
-if test \$TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=\$TAPE_LENGTH \\
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=\$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=\$PATH \${TRUSS} tar -f t1-pipe.tar -f - \\
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \\
-      --tape-length=\$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-)"
-echo multiv01.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a ${...} parameter expansion)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
-              " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
-  echo "file2  block ${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo "bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  done
-done >file2
-
-if test $TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=$TAPE_LENGTH \
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
-      --tape-length=$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --length 7168 --file file1
-
-for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
-              " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
-  echo "file2  block ${block} bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  for count in 2 3 4 5 6 7 8 ; do
-    echo "bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla!bla"
-  done
-done >file2
-
-if test $TEST_TAR_FORMAT = pax; then
-  TAPE_LENGTH=11
-else
-  TAPE_LENGTH=10
-fi
-
-tar -c --multi-volume --tape-length=$TAPE_LENGTH \
-  -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 || exit 1
-
-mkdir extract-dir-pipe
-dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
-PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
-      --tape-length=$TAPE_LENGTH --read-full-records || exit 1
-
-cmp file1 extract-dir-pipe/file1
-cmp file2 extract-dir-pipe/file2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv01.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_79
-#AT_START_80
-# 80. multiv02.at:28: skipping a straddling member
-at_setup_line='multiv02.at:28'
-at_desc="skipping a straddling member"
-$at_quiet $as_echo_n " 80: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "80. multiv02.at:28: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv02.at:31:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-)"
-echo multiv02.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-en
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv02.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv02.at:31:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-)"
-echo multiv02.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-en
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv02.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv02.at:31:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-)"
-echo multiv02.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 10240 --file en
-genfile --length 20000 --file to
-genfile --length 20000 --file tre
-genfile --length 10240 --file fire
-
-exec <&-
-
-tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
-echo separator
-tar -v -x -f A.tar -f B.tar -f C.tar -M en --warning=no-timestamp || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-en
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv02.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_80
-#AT_START_81
-# 81. multiv03.at:30: MV archive & long filenames
-at_setup_line='multiv03.at:30'
-at_desc="MV archive & long filenames"
-$at_quiet $as_echo_n " 81: $at_desc                    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "81. multiv03.at:30: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv03.at:33:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-AFILE=\`awk 'BEGIN { for (i = 0; i < 100; i++) printf \"a\"; exit; }'\`
-BFILE=\`awk 'BEGIN { for (i = 0; i < 101; i++) printf \"b\"; exit; }'\`
-
-cat > ../experr <<EOF
-tar: \$BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \\\`\$BFILE' is possibly continued on this volume: header contains truncated name
-EOF
-
-cat > ../expout <<EOF
-\$AFILE
-separator-1
-separator-2
-EOF
-
-genfile --length 15360 --file \$AFILE
-
-exec <&-
-
-tar -M -L 10 -c -f arch.1 -f arch.2 \$AFILE || exit 1
-tar -tM -f arch.1 -f arch.2 || exit 1
-
-echo separator-1
-
-genfile --length 15360 --file \$BFILE
-tar -M -L 10 -c -f arch.1 -f arch.2 \$BFILE || exit 1
-
-echo separator-2
-mv \$BFILE bfile
-tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
-cmp \$BFILE bfile
-)"
-echo multiv03.at:33 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-AFILE=`awk 'BEGIN { for (i = 0; i < 100; i++) printf "a"; exit; }'`
-BFILE=`awk 'BEGIN { for (i = 0; i < 101; i++) printf "b"; exit; }'`
-
-cat > ../experr <<EOF
-tar: $BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \`$BFILE' is possibly continued on this volume: header contains truncated name
-EOF
-
-cat > ../expout <<EOF
-$AFILE
-separator-1
-separator-2
-EOF
-
-genfile --length 15360 --file $AFILE
-
-exec <&-
-
-tar -M -L 10 -c -f arch.1 -f arch.2 $AFILE || exit 1
-tar -tM -f arch.1 -f arch.2 || exit 1
-
-echo separator-1
-
-genfile --length 15360 --file $BFILE
-tar -M -L 10 -c -f arch.1 -f arch.2 $BFILE || exit 1
-
-echo separator-2
-mv $BFILE bfile
-tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
-cmp $BFILE bfile
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-AFILE=`awk 'BEGIN { for (i = 0; i < 100; i++) printf "a"; exit; }'`
-BFILE=`awk 'BEGIN { for (i = 0; i < 101; i++) printf "b"; exit; }'`
-
-cat > ../experr <<EOF
-tar: $BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \`$BFILE' is possibly continued on this volume: header contains truncated name
-EOF
-
-cat > ../expout <<EOF
-$AFILE
-separator-1
-separator-2
-EOF
-
-genfile --length 15360 --file $AFILE
-
-exec <&-
-
-tar -M -L 10 -c -f arch.1 -f arch.2 $AFILE || exit 1
-tar -tM -f arch.1 -f arch.2 || exit 1
-
-echo separator-1
-
-genfile --length 15360 --file $BFILE
-tar -M -L 10 -c -f arch.1 -f arch.2 $BFILE || exit 1
-
-echo separator-2
-mv $BFILE bfile
-tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
-cmp $BFILE bfile
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-$at_diff experr "$at_stderr" || at_failed=:
-$at_diff expout "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv03.at:33"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv03.at:33:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-AFILE=\`awk 'BEGIN { for (i = 0; i < 100; i++) printf \"a\"; exit; }'\`
-BFILE=\`awk 'BEGIN { for (i = 0; i < 101; i++) printf \"b\"; exit; }'\`
-
-cat > ../experr <<EOF
-tar: \$BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \\\`\$BFILE' is possibly continued on this volume: header contains truncated name
-EOF
-
-cat > ../expout <<EOF
-\$AFILE
-separator-1
-separator-2
-EOF
-
-genfile --length 15360 --file \$AFILE
-
-exec <&-
-
-tar -M -L 10 -c -f arch.1 -f arch.2 \$AFILE || exit 1
-tar -tM -f arch.1 -f arch.2 || exit 1
-
-echo separator-1
-
-genfile --length 15360 --file \$BFILE
-tar -M -L 10 -c -f arch.1 -f arch.2 \$BFILE || exit 1
-
-echo separator-2
-mv \$BFILE bfile
-tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
-cmp \$BFILE bfile
-)"
-echo multiv03.at:33 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-AFILE=`awk 'BEGIN { for (i = 0; i < 100; i++) printf "a"; exit; }'`
-BFILE=`awk 'BEGIN { for (i = 0; i < 101; i++) printf "b"; exit; }'`
-
-cat > ../experr <<EOF
-tar: $BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \`$BFILE' is possibly continued on this volume: header contains truncated name
-EOF
-
-cat > ../expout <<EOF
-$AFILE
-separator-1
-separator-2
-EOF
-
-genfile --length 15360 --file $AFILE
-
-exec <&-
-
-tar -M -L 10 -c -f arch.1 -f arch.2 $AFILE || exit 1
-tar -tM -f arch.1 -f arch.2 || exit 1
-
-echo separator-1
-
-genfile --length 15360 --file $BFILE
-tar -M -L 10 -c -f arch.1 -f arch.2 $BFILE || exit 1
-
-echo separator-2
-mv $BFILE bfile
-tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
-cmp $BFILE bfile
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-AFILE=`awk 'BEGIN { for (i = 0; i < 100; i++) printf "a"; exit; }'`
-BFILE=`awk 'BEGIN { for (i = 0; i < 101; i++) printf "b"; exit; }'`
-
-cat > ../experr <<EOF
-tar: $BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \`$BFILE' is possibly continued on this volume: header contains truncated name
-EOF
-
-cat > ../expout <<EOF
-$AFILE
-separator-1
-separator-2
-EOF
-
-genfile --length 15360 --file $AFILE
-
-exec <&-
-
-tar -M -L 10 -c -f arch.1 -f arch.2 $AFILE || exit 1
-tar -tM -f arch.1 -f arch.2 || exit 1
-
-echo separator-1
-
-genfile --length 15360 --file $BFILE
-tar -M -L 10 -c -f arch.1 -f arch.2 $BFILE || exit 1
-
-echo separator-2
-mv $BFILE bfile
-tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
-cmp $BFILE bfile
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-$at_diff experr "$at_stderr" || at_failed=:
-$at_diff expout "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv03.at:33"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_81
-#AT_START_82
-# 82. multiv04.at:36: split directory members in a MV archive
-at_setup_line='multiv04.at:36'
-at_desc="split directory members in a MV archive"
-$at_quiet $as_echo_n " 82: $at_desc        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "82. multiv04.at:36: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv04.at:39:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-awk 'BEGIN { for (i = 0; i < 1024; i++) printf(\"directory/%014x\\n\", i); }' </dev/null | genfile --files-from -
-
-exec <&-
-
-sleep 2
-
-tar --listed-incremental=list -c -f archive.a directory
-
-sleep 2
-
-tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v directory
-
-echo separator
-
-tar -MRt -f arc.1 -f arc.2)"
-echo multiv04.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-awk 'BEGIN { for (i = 0; i < 1024; i++) printf("directory/%014x\n", i); }' </dev/null | genfile --files-from -
-
-exec <&-
-
-sleep 2
-
-tar --listed-incremental=list -c -f archive.a directory
-
-sleep 2
-
-tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v directory
-
-echo separator
-
-tar -MRt -f arc.1 -f arc.2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-awk 'BEGIN { for (i = 0; i < 1024; i++) printf("directory/%014x\n", i); }' </dev/null | genfile --files-from -
-
-exec <&-
-
-sleep 2
-
-tar --listed-incremental=list -c -f archive.a directory
-
-sleep 2
-
-tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v directory
-
-echo separator
-
-tar -MRt -f arc.1 -f arc.2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-separator
-block 0: directory/
-block 35: ** Block of NULs **
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv04.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv04.at:39:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-awk 'BEGIN { for (i = 0; i < 1024; i++) printf(\"directory/%014x\\n\", i); }' </dev/null | genfile --files-from -
-
-exec <&-
-
-sleep 2
-
-tar --listed-incremental=list -c -f archive.a directory
-
-sleep 2
-
-tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v directory
-
-echo separator
-
-tar -MRt -f arc.1 -f arc.2)"
-echo multiv04.at:39 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-awk 'BEGIN { for (i = 0; i < 1024; i++) printf("directory/%014x\n", i); }' </dev/null | genfile --files-from -
-
-exec <&-
-
-sleep 2
-
-tar --listed-incremental=list -c -f archive.a directory
-
-sleep 2
-
-tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v directory
-
-echo separator
-
-tar -MRt -f arc.1 -f arc.2) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-mkdir directory
-awk 'BEGIN { for (i = 0; i < 1024; i++) printf("directory/%014x\n", i); }' </dev/null | genfile --files-from -
-
-exec <&-
-
-sleep 2
-
-tar --listed-incremental=list -c -f archive.a directory
-
-sleep 2
-
-tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v directory
-
-echo separator
-
-tar -MRt -f arc.1 -f arc.2) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-separator
-block 0: directory/
-block 35: ** Block of NULs **
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv04.at:39"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_82
-#AT_START_83
-# 83. multiv05.at:26: Restoring after an out of sync volume
-at_setup_line='multiv05.at:26'
-at_desc="Restoring after an out of sync volume"
-$at_quiet $as_echo_n " 83: $at_desc          "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "83. multiv05.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv05.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-
-genfile --length 250k --file jeden
-genfile --length 250k --file dwa
-genfile --length 250k --file trzy
-genfile --length 250k --file cztery
-genfile --length 250k --file piec
-genfile --length 250k --file szesc
-
-
-echo Creating archive
-tar -c -M -L 502 -f a.tar -f b.tar -f c.tar jeden dwa trzy cztery piec szesc
-echo separator
-mkdir bak
-mv jeden dwa trzy cztery piec szesc bak
-tar -vxM -f a.tar -f c.tar -f b.tar -f c.tar
-echo Diffing jeden
-   cmp bak/jeden jeden || exit 1
-echo Diffing dwa
-   cmp bak/dwa dwa || exit 1
-echo Diffing trzy
-   cmp bak/trzy trzy || exit 1
-echo Diffing cztery
-   cmp bak/cztery cztery || exit 1
-echo Diffing piec
-   cmp bak/piec piec || exit 1
-echo Diffing szesc
-   cmp bak/szesc szesc || exit 1
-)"
-echo multiv05.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-
-genfile --length 250k --file jeden
-genfile --length 250k --file dwa
-genfile --length 250k --file trzy
-genfile --length 250k --file cztery
-genfile --length 250k --file piec
-genfile --length 250k --file szesc
-
-
-echo Creating archive
-tar -c -M -L 502 -f a.tar -f b.tar -f c.tar jeden dwa trzy cztery piec szesc
-echo separator
-mkdir bak
-mv jeden dwa trzy cztery piec szesc bak
-tar -vxM -f a.tar -f c.tar -f b.tar -f c.tar
-echo Diffing jeden
-   cmp bak/jeden jeden || exit 1
-echo Diffing dwa
-   cmp bak/dwa dwa || exit 1
-echo Diffing trzy
-   cmp bak/trzy trzy || exit 1
-echo Diffing cztery
-   cmp bak/cztery cztery || exit 1
-echo Diffing piec
-   cmp bak/piec piec || exit 1
-echo Diffing szesc
-   cmp bak/szesc szesc || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-
-genfile --length 250k --file jeden
-genfile --length 250k --file dwa
-genfile --length 250k --file trzy
-genfile --length 250k --file cztery
-genfile --length 250k --file piec
-genfile --length 250k --file szesc
-
-
-echo Creating archive
-tar -c -M -L 502 -f a.tar -f b.tar -f c.tar jeden dwa trzy cztery piec szesc
-echo separator
-mkdir bak
-mv jeden dwa trzy cztery piec szesc bak
-tar -vxM -f a.tar -f c.tar -f b.tar -f c.tar
-echo Diffing jeden
-   cmp bak/jeden jeden || exit 1
-echo Diffing dwa
-   cmp bak/dwa dwa || exit 1
-echo Diffing trzy
-   cmp bak/trzy trzy || exit 1
-echo Diffing cztery
-   cmp bak/cztery cztery || exit 1
-echo Diffing piec
-   cmp bak/piec piec || exit 1
-echo Diffing szesc
-   cmp bak/szesc szesc || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: \`trzy' is not continued on this volume
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating archive
-separator
-jeden
-dwa
-trzy
-cztery
-piec
-szesc
-Diffing jeden
-Diffing dwa
-Diffing trzy
-Diffing cztery
-Diffing piec
-Diffing szesc
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv05.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_83
-#AT_START_84
-# 84. multiv06.at:27: Multivolumes with L=record_size
-at_setup_line='multiv06.at:27'
-at_desc="Multivolumes with L=record_size"
-$at_quiet $as_echo_n " 84: $at_desc                "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "84. multiv06.at:27: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv06.at:30:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-decho Creating file
-genfile --length 20139 --file file
-decho Creating archive
-tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-decho Testing archive
-tar -t -M -farc.1 -farc.2 -farc.3)"
-echo multiv06.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-decho Creating file
-genfile --length 20139 --file file
-decho Creating archive
-tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-decho Testing archive
-tar -t -M -farc.1 -farc.2 -farc.3) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-decho Creating file
-genfile --length 20139 --file file
-decho Creating archive
-tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-decho Testing archive
-tar -t -M -farc.1 -farc.2 -farc.3) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating file
-Creating archive
-Testing archive
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating file
-Creating archive
-Testing archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv06.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/multiv06.at:30:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-decho Creating file
-genfile --length 20139 --file file
-decho Creating archive
-tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-decho Testing archive
-tar -t -M -farc.1 -farc.2 -farc.3)"
-echo multiv06.at:30 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-decho Creating file
-genfile --length 20139 --file file
-decho Creating archive
-tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-decho Testing archive
-tar -t -M -farc.1 -farc.2 -farc.3) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-decho Creating file
-genfile --length 20139 --file file
-decho Creating archive
-tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-decho Testing archive
-tar -t -M -farc.1 -farc.2 -farc.3) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating file
-Creating archive
-Testing archive
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating file
-Creating archive
-Testing archive
-file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv06.at:30"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_84
-#AT_START_85
-# 85. multiv07.at:26: volumes split at an extended header
-at_setup_line='multiv07.at:26'
-at_desc="volumes split at an extended header"
-$at_quiet $as_echo_n " 85: $at_desc            "
-at_xfail=no
-      test -f \$XFAILFILE && at_xfail=yes
-      test -f $XFAILFILE && at_xfail=yes
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "85. multiv07.at:26: testing ..."
-  $at_traceon
-
-
-
-{ $at_traceoff
-$as_echo "$at_srcdir/multiv07.at:29:
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq xsplit-1.tar 0e008c84c517e48fbf23ca6a7033cde6 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq xsplit-2.tar 03150b9852d285458f43734e9e0b9a45 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-exec <&-
-
-cd \$TEST_DATA_DIR
-tar -t -M -fxsplit-1.tar -fxsplit-2.tar
-"
-echo multiv07.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq xsplit-1.tar 0e008c84c517e48fbf23ca6a7033cde6 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq xsplit-2.tar 03150b9852d285458f43734e9e0b9a45 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-exec <&-
-
-cd $TEST_DATA_DIR
-tar -t -M -fxsplit-1.tar -fxsplit-2.tar
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq xsplit-1.tar 0e008c84c517e48fbf23ca6a7033cde6 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq xsplit-2.tar 03150b9852d285458f43734e9e0b9a45 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-exec <&-
-
-cd $TEST_DATA_DIR
-tar -t -M -fxsplit-1.tar -fxsplit-2.tar
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Archive volumes split at an extended header Volume 1
-foo
-bar
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv07.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_85
-#AT_START_86
-# 86. multiv08.at:23: multivolume header creation
-at_setup_line='multiv08.at:23'
-at_desc="multivolume header creation"
-$at_quiet $as_echo_n " 86: $at_desc                    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "86. multiv08.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/multiv08.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 9472 --file a
-genfile --length 9984 --file b
-decho Creating
-tar -c -M -L10 -f A.tar -f B.tar -f C.tar a b
-decho Testing
-tar -tMR -f A.tar -f B.tar -f C.tar
-)"
-echo multiv08.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 9472 --file a
-genfile --length 9984 --file b
-decho Creating
-tar -c -M -L10 -f A.tar -f B.tar -f C.tar a b
-decho Testing
-tar -tMR -f A.tar -f B.tar -f C.tar
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 9472 --file a
-genfile --length 9984 --file b
-decho Creating
-tar -c -M -L10 -f A.tar -f B.tar -f C.tar a b
-decho Testing
-tar -tMR -f A.tar -f B.tar -f C.tar
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "Creating
-Testing
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Creating
-Testing
-block 0: a
-block 21: b
-block 43: ** Block of NULs **
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multiv08.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_86
-#AT_START_87
-# 87. old.at:23: old archives
-at_setup_line='old.at:23'
-at_desc="old archives"
-$at_quiet $as_echo_n " 87: $at_desc                                   "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "87. old.at:23: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-{ $at_traceoff
-$as_echo "$at_srcdir/old.at:27:
-mkdir directory
-tar cfvo archive directory || exit 1
-tar tf archive
-"
-echo old.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir directory
-tar cfvo archive directory || exit 1
-tar tf archive
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir directory
-tar cfvo archive directory || exit 1
-tar tf archive
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/old.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_87
-#AT_START_88
-# 88. recurse.at:21: recurse
-at_setup_line='recurse.at:21'
-at_desc="recurse"
-$at_quiet $as_echo_n " 88: $at_desc                                        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "88. recurse.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/recurse.at:24:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-)"
-echo recurse.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/recurse.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/recurse.at:24:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-)"
-echo recurse.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/recurse.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/recurse.at:24:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-)"
-echo recurse.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/recurse.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/recurse.at:24:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-)"
-echo recurse.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/recurse.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/recurse.at:24:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-)"
-echo recurse.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-touch directory/file
-tar --create --file archive --no-recursion directory || exit 1
-tar tf archive
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "directory/
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/recurse.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_88
-#AT_START_89
-# 89. same-order01.at:26: working -C with --same-order
-at_setup_line='same-order01.at:26'
-at_desc="working -C with --same-order"
-$at_quiet $as_echo_n " 89: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "89. same-order01.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/same-order01.at:29:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-)"
-echo same-order01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order01.at:29:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-)"
-echo same-order01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order01.at:29:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-)"
-echo same-order01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order01.at:29:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-)"
-echo same-order01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order01.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-)"
-echo same-order01.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir directory
-tar -xf archive --same-order -C directory --warning=no-timestamp || exit 1
-
-ls directory|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order01.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_89
-#AT_START_90
-# 90. same-order02.at:25: multiple -C options
-at_setup_line='same-order02.at:25'
-at_desc="multiple -C options"
-$at_quiet $as_echo_n " 90: $at_desc                            "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "90. same-order02.at:25: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/same-order02.at:28:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=\`pwd\`
-tar -xf archive --same-order --warning=no-timestamp \\
-  -C \$HERE/en file1 \\
-  -C \$HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-)"
-echo same-order02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-separator
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order02.at:28:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=\`pwd\`
-tar -xf archive --same-order --warning=no-timestamp \\
-  -C \$HERE/en file1 \\
-  -C \$HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-)"
-echo same-order02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-separator
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order02.at:28:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=\`pwd\`
-tar -xf archive --same-order --warning=no-timestamp \\
-  -C \$HERE/en file1 \\
-  -C \$HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-)"
-echo same-order02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-separator
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order02.at:28:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=\`pwd\`
-tar -xf archive --same-order --warning=no-timestamp \\
-  -C \$HERE/en file1 \\
-  -C \$HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-)"
-echo same-order02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-separator
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/same-order02.at:28:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=\`pwd\`
-tar -xf archive --same-order --warning=no-timestamp \\
-  -C \$HERE/en file1 \\
-  -C \$HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-)"
-echo same-order02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains a `...` command substitution)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile -l 1024 -f file1
-genfile -l 1024 -f file2
-tar cf archive file1 file2
-
-mkdir en
-mkdir to
-
-HERE=`pwd`
-tar -xf archive --same-order --warning=no-timestamp \
-  -C $HERE/en file1 \
-  -C $HERE/to file2 || exit 1
-
-ls en
-echo separator
-ls to
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "file1
-separator
-file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/same-order02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_90
-#AT_START_91
-# 91. shortrec.at:25: short records
-at_setup_line='shortrec.at:25'
-at_desc="short records"
-$at_quiet $as_echo_n " 91: $at_desc                                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "91. shortrec.at:25: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/shortrec.at:28:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-)"
-echo shortrec.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortrec.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortrec.at:28:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-)"
-echo shortrec.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortrec.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortrec.at:28:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-)"
-echo shortrec.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortrec.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortrec.at:28:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-)"
-echo shortrec.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortrec.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortrec.at:28:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-)"
-echo shortrec.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-mkdir directory
-(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 -f - directory | tar -t -f - > /dev/null
-tar -c -b 1 -f archive directory
-tar -t -f archive > /dev/null
-tar -t -f - < archive > /dev/null
-
-rm -r directory
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortrec.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_91
-#AT_START_92
-# 92. sparse01.at:21: sparse files
-at_setup_line='sparse01.at:21'
-at_desc="sparse files"
-$at_quiet $as_echo_n " 92: $at_desc                                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "92. sparse01.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/sparse01.at:24:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-)"
-echo sparse01.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo stdout:; tee stdout <"$at_stdout"
-at_func_check_status 0 $at_status "$at_srcdir/sparse01.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/sparse01.at:24:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-)"
-echo sparse01.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo stdout:; tee stdout <"$at_stdout"
-at_func_check_status 0 $at_status "$at_srcdir/sparse01.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/sparse01.at:24:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-)"
-echo sparse01.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 -f begin
-genfile --length 1000 -f end
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive --warning=no-timestamp
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo stdout:; tee stdout <"$at_stdout"
-at_func_check_status 0 $at_status "$at_srcdir/sparse01.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-
-cat >stdout.re <<'_ATEOF'
-separator
--rw-r--r-- ^ ^ *  *1000 0-90-90-90-9-0-90-9-0-90-9 0-90-9:0-90-9 begin
--rw-r--r-- ^ ^ *  *10344448 0-90-90-90-9-0-90-9-0-90-9 0-90-9:0-90-9 sparsefile
--rw-r--r-- ^ ^ *  *1000 0-90-90-90-9-0-90-9-0-90-9 0-90-9:0-90-9 end
-separator
-sparsefile 10344448
-_ATEOF
-
-awk '{print NR " " $0}' stdout > $$.1
-awk '{print NR " " $0}' stdout.re | join - $$.1 |
-while read NUM RE LINE
-do
-  echo "$LINE" | grep -- "$RE" >/dev/null || exit 1
-done
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_92
-#AT_START_93
-# 93. sparse02.at:21: extracting sparse file over a pipe
-at_setup_line='sparse02.at:21'
-at_desc="extracting sparse file over a pipe"
-$at_quiet $as_echo_n " 93: $at_desc             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "93. sparse02.at:21: testing ..."
-  $at_traceon
-
-
-
-# Tar 1.14 - 1.15.1 was unable to extract sparse files to a pipe.
-# References: <16896.21739.460782.124775@jik.kamens.brookline.ma.us>
-# http://lists.gnu.org/archive/html/bug-tar/2005-02/msg00003.html
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/sparse02.at:28:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-)"
-echo sparse02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/sparse02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/sparse02.at:28:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-)"
-echo sparse02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/sparse02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/sparse02.at:28:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-)"
-echo sparse02.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || exit 77
-tar -c -f archive --sparse sparsefile || exit 1
-echo separator
-
-tar xfO archive | cat - > sparsecopy || exit 1
-cmp sparsefile sparsecopy
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/sparse02.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_93
-#AT_START_94
-# 94. sparse03.at:21: storing sparse files > 8G
-at_setup_line='sparse03.at:21'
-at_desc="storing sparse files > 8G"
-$at_quiet $as_echo_n " 94: $at_desc                      "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "94. sparse03.at:21: testing ..."
-  $at_traceon
-
-
-
-# Tar 1.15.1 incorrectly computed sparse member size if the extended
-# PAX header contained size keyword.
-# References: <87vf46nb36.fsf@penguin.cs.ucla.edu>
-# http://lists.gnu.org/archive/html/bug-tar/2005-06/msg00040.html
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/sparse03.at:29:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 --file begin
-genfile --length 1000 --file end
-genfile --sparse --file sparsefile --block-size 512 8G A || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-)"
-echo sparse03.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 --file begin
-genfile --length 1000 --file end
-genfile --sparse --file sparsefile --block-size 512 8G A || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 1000 --file begin
-genfile --length 1000 --file end
-genfile --sparse --file sparsefile --block-size 512 8G A || exit 77
-tar -c -f archive --sparse begin sparsefile end || exit 1
-echo separator
-
-tar tfv archive
-echo separator
-mkdir directory
-tar Cxf directory archive
-genfile --stat=name,size sparsefile
-cmp sparsefile directory/sparsefile
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo stdout:; tee stdout <"$at_stdout"
-at_func_check_status 0 $at_status "$at_srcdir/sparse03.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-
-cat >stdout.re <<'_ATEOF'
-separator
--rw-r--r-- ^ ^ *  *1000 0-90-90-90-9-0-90-9-0-90-9 0-90-9:0-90-9 begin
--rw-r--r-- ^ ^ *  *8589935104 0-90-90-90-9-0-90-9-0-90-9 0-90-9:0-90-9 sparsefile
--rw-r--r-- ^ ^ *  *1000 0-90-90-90-9-0-90-9-0-90-9 0-90-9:0-90-9 end
-separator
-sparsefile 8589935104
-_ATEOF
-
-awk '{print NR " " $0}' stdout > $$.1
-awk '{print NR " " $0}' stdout.re | join - $$.1 |
-while read NUM RE LINE
-do
-  echo "$LINE" | grep -- "$RE" >/dev/null || exit 1
-done
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_94
-#AT_START_95
-# 95. sparsemv.at:21: sparse files in MV archives
-at_setup_line='sparsemv.at:21'
-at_desc="sparse files in MV archives"
-$at_quiet $as_echo_n " 95: $at_desc                    "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "95. sparsemv.at:21: testing ..."
-  $at_traceon
-
-
-
-# Check if sparse files are correctly split between GNU multi-volume
-# archives.
-# There are two cases: the file can be split within an empty (null) block,
-# or within a data block. Since null blocks are not archived, the first
-# case means the file is split between two consecutive data blocks.
-#
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/sparsemv.at:31:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo \"Pass 1: Split between data blocks\"
-echo \"Create archive\"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo \"Test archive\"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo \"Compare archive\"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-
-echo \"Pass 2: Split within a data block\"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo \"Create archive\"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo \"Test archive\"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo \"Compare archive\"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-)"
-echo sparsemv.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Pass 1: Split between data blocks
-Create archive
-Test archive
-sparsefile
-Compare archive
-Pass 2: Split within a data block
-Create archive
-Test archive
-sparsefile
-Compare archive
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/sparsemv.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/sparsemv.at:31:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo \"Pass 1: Split between data blocks\"
-echo \"Create archive\"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo \"Test archive\"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo \"Compare archive\"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-
-echo \"Pass 2: Split within a data block\"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo \"Create archive\"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo \"Test archive\"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo \"Compare archive\"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-)"
-echo sparsemv.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
-echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2
-echo "Compare archive"
-tar --record-size=512 -d -M -f arc.1 -f arc.2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Pass 1: Split between data blocks
-Create archive
-Test archive
-sparsefile
-Compare archive
-Pass 2: Split within a data block
-Create archive
-Test archive
-sparsefile
-Compare archive
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/sparsemv.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_95
-#AT_START_96
-# 96. spmvp00.at:21: sparse files in PAX MV archives, v.0.0
-at_setup_line='spmvp00.at:21'
-at_desc="sparse files in PAX MV archives, v.0.0"
-$at_quiet $as_echo_n " 96: $at_desc         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "96. spmvp00.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/spmvp00.at:24:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHI 1M ABCDEFGHI || exit 77
-echo \"Pass 1: Split between data blocks\"
-echo \"Create archive\"
-tar --sparse --sparse-version=0.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo \"Test archive\"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo \"Compare archive\"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo \"Pass 2: Split within a data block\"
-genfile --sparse --file sparsefile 0 ABCDEFGH 1M ABCDEFGHI || exit 77
-echo \"Create archive\"
-tar --sparse --sparse-version=0.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo \"Test archive\"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo \"Compare archive\"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-)"
-echo spmvp00.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHI 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse --sparse-version=0.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGH 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse --sparse-version=0.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHI 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse --sparse-version=0.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGH 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse --sparse-version=0.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Pass 1: Split between data blocks
-Create archive
-Test archive
-sparsefile
-Compare archive
-Pass 2: Split within a data block
-Create archive
-Test archive
-sparsefile
-Compare archive
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/spmvp00.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_96
-#AT_START_97
-# 97. spmvp01.at:21: sparse files in PAX MV archives, v.0.1
-at_setup_line='spmvp01.at:21'
-at_desc="sparse files in PAX MV archives, v.0.1"
-$at_quiet $as_echo_n " 97: $at_desc         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "97. spmvp01.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/spmvp01.at:24:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo \"Pass 1: Split between data blocks\"
-echo \"Create archive\"
-tar --sparse --sparse-version=0.1 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo \"Test archive\"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo \"Compare archive\"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo \"Pass 2: Split within a data block\"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo \"Create archive\"
-tar --sparse --sparse-version=0.1 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo \"Test archive\"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo \"Compare archive\"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-)"
-echo spmvp01.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse --sparse-version=0.1 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse --sparse-version=0.1 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGHIJK 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse --sparse-version=0.1 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse --sparse-version=0.1 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Pass 1: Split between data blocks
-Create archive
-Test archive
-sparsefile
-Compare archive
-Pass 2: Split within a data block
-Create archive
-Test archive
-sparsefile
-Compare archive
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/spmvp01.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_97
-#AT_START_98
-# 98. spmvp10.at:21: sparse files in PAX MV archives, v.1.0
-at_setup_line='spmvp10.at:21'
-at_desc="sparse files in PAX MV archives, v.1.0"
-$at_quiet $as_echo_n " 98: $at_desc         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "98. spmvp10.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/spmvp10.at:24:
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H pax\"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGH 1M ABCDEFGHI || exit 77
-echo \"Pass 1: Split between data blocks\"
-echo \"Create archive\"
-tar --sparse --sparse-version=1.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo \"Test archive\"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo \"Compare archive\"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo \"Pass 2: Split within a data block\"
-genfile --sparse --file sparsefile 0 ABCDEFG 1M ABCDEFGHI || exit 77
-echo \"Create archive\"
-tar --sparse --sparse-version=1.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo \"Test archive\"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo \"Compare archive\"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-)"
-echo spmvp10.at:24 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGH 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse --sparse-version=1.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFG 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse --sparse-version=1.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir pax
-(cd pax
-TEST_TAR_FORMAT=pax
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H pax"
-export TAR_OPTIONS
-rm -rf *
-
-exec <&-
-genfile --sparse --file sparsefile 0 ABCDEFGH 1M ABCDEFGHI || exit 77
-echo "Pass 1: Split between data blocks"
-echo "Create archive"
-tar --sparse --sparse-version=1.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-
-echo "Pass 2: Split within a data block"
-genfile --sparse --file sparsefile 0 ABCDEFG 1M ABCDEFGHI || exit 77
-echo "Create archive"
-tar --sparse --sparse-version=1.0 -c --record-size=512 -M -L6 -f arc.1 -f arc.2 -f arc.3 sparsefile
-echo "Test archive"
-tar -t -M -f arc.1 -f arc.2 -f arc.3
-echo "Compare archive"
-tar -d -M -f arc.1 -f arc.2 -f arc.3
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Pass 1: Split between data blocks
-Create archive
-Test archive
-sparsefile
-Compare archive
-Pass 2: Split within a data block
-Create archive
-Test archive
-sparsefile
-Compare archive
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/spmvp10.at:24"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_98
-#AT_START_99
-# 99. update.at:28: update unchanged directories
-at_setup_line='update.at:28'
-at_desc="update unchanged directories"
-$at_quiet $as_echo_n " 99: $at_desc                   "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "99. update.at:28: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/update.at:31:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-)"
-echo update.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-directory/
-directory/file1
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update.at:31:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-)"
-echo update.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-directory/
-directory/file1
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update.at:31:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-)"
-echo update.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-directory/
-directory/file1
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update.at:31:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-)"
-echo update.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-directory/
-directory/file1
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update.at:31:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-)"
-echo update.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir directory
-genfile --length 10240 --pattern zeros --file directory/file1
-genfile --length 10240 --pattern default --file directory/file2
-
-tar cf archive directory || exit 1
-echo separator
-tar uf archive directory || exit 1
-echo separator
-tar tf archive | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-directory/
-directory/file1
-directory/file2
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_99
-#AT_START_100
-# 100. update01.at:29: update directories
-at_setup_line='update01.at:29'
-at_desc="update directories"
-$at_quiet $as_echo_n "100: $at_desc                             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "100. update01.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/update01.at:32:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update01.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/c
-separator
-a/
-a/b
-a/c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update01.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update01.at:32:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update01.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/c
-separator
-a/
-a/b
-a/c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update01.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update01.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update01.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/c
-separator
-a/
-a/b
-a/c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update01.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update01.at:32:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update01.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/c
-separator
-a/
-a/b
-a/c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update01.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update01.at:32:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update01.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-genfile --file a/c
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/c
-separator
-a/
-a/b
-a/c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update01.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_100
-#AT_START_101
-# 101. update02.at:26: update changed files
-at_setup_line='update02.at:26'
-at_desc="update changed files"
-$at_quiet $as_echo_n "101: $at_desc                           "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "101. update02.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/update02.at:29:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update02.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/b
-separator
-a/
-a/b
-a/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update02.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update02.at:29:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update02.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/b
-separator
-a/
-a/b
-a/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update02.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update02.at:29:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update02.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/b
-separator
-a/
-a/b
-a/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update02.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update02.at:29:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update02.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/b
-separator
-a/
-a/b
-a/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update02.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/update02.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo \"separator\"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo \"separator\"
-tar tf arc | sort || exit 1
-)"
-echo update02.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-mkdir a
-genfile --file a/b
-
-tar cf arc a
-
-echo "separator"
-
-sleep 2
-touch a/b
-
-tar ufv arc a
-echo "separator"
-tar tf arc | sort || exit 1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-a/b
-separator
-a/
-a/b
-a/b
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/update02.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_101
-#AT_START_102
-# 102. volume.at:23: volume
-at_setup_line='volume.at:23'
-at_desc="volume"
-$at_quiet $as_echo_n "102: $at_desc                                         "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "102. volume.at:23: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/volume.at:26:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-tar -cf archive -V label -T /dev/null || exit 1
-
-tar xfV archive label || exit 1
-tar xfV archive 'la?el' || exit 1
-tar xfV archive 'l*l' || exit 1
-
-echo 1>&2 -----
-tar xfV archive lab
-test \$? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive bel
-test \$? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive babel
-test \$? = 2
-)"
-echo volume.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-tar -cf archive -V label -T /dev/null || exit 1
-
-tar xfV archive label || exit 1
-tar xfV archive 'la?el' || exit 1
-tar xfV archive 'l*l' || exit 1
-
-echo 1>&2 -----
-tar xfV archive lab
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive bel
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive babel
-test $? = 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-tar -cf archive -V label -T /dev/null || exit 1
-
-tar xfV archive label || exit 1
-tar xfV archive 'la?el' || exit 1
-tar xfV archive 'l*l' || exit 1
-
-echo 1>&2 -----
-tar xfV archive lab
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive bel
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive babel
-test $? = 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: Volume \`label' does not match \`lab'
-tar: Error is not recoverable: exiting now
------
-tar: Volume \`label' does not match \`bel'
-tar: Error is not recoverable: exiting now
------
-tar: Volume \`label' does not match \`babel'
-tar: Error is not recoverable: exiting now
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volume.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/volume.at:26:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-tar -cf archive -V label -T /dev/null || exit 1
-
-tar xfV archive label || exit 1
-tar xfV archive 'la?el' || exit 1
-tar xfV archive 'l*l' || exit 1
-
-echo 1>&2 -----
-tar xfV archive lab
-test \$? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive bel
-test \$? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive babel
-test \$? = 2
-)"
-echo volume.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-tar -cf archive -V label -T /dev/null || exit 1
-
-tar xfV archive label || exit 1
-tar xfV archive 'la?el' || exit 1
-tar xfV archive 'l*l' || exit 1
-
-echo 1>&2 -----
-tar xfV archive lab
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive bel
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive babel
-test $? = 2
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-tar -cf archive -V label -T /dev/null || exit 1
-
-tar xfV archive label || exit 1
-tar xfV archive 'la?el' || exit 1
-tar xfV archive 'l*l' || exit 1
-
-echo 1>&2 -----
-tar xfV archive lab
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive bel
-test $? = 2 || exit 1
-echo 1>&2 -----
-tar xfV archive babel
-test $? = 2
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "-----
-tar: Volume \`label' does not match \`lab'
-tar: Error is not recoverable: exiting now
------
-tar: Volume \`label' does not match \`bel'
-tar: Error is not recoverable: exiting now
------
-tar: Volume \`label' does not match \`babel'
-tar: Error is not recoverable: exiting now
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volume.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_102
-#AT_START_103
-# 103. volsize.at:29: volume header size
-at_setup_line='volsize.at:29'
-at_desc="volume header size"
-$at_quiet $as_echo_n "103: $at_desc                             "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "103. volsize.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/volsize.at:32:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf \$TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf \$TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf \$TEST_DATA_DIR/abc.tar
-find abc|sort
-)"
-echo volsize.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Short Listing
-abc/not-a-file.gif
-abc/CCC
-Verbose Listing
-V--------- 0/0            1536 2006-05-08 22:07 abc/not-a-file.gif--Volume Header--
--rw-r--r-- tom/users         0 2006-04-22 19:52 abc/CCC
-Extracted directory
-abc
-abc/CCC
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volsize.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/volsize.at:32:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf \$TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf \$TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf \$TEST_DATA_DIR/abc.tar
-find abc|sort
-)"
-echo volsize.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Short Listing
-abc/not-a-file.gif
-abc/CCC
-Verbose Listing
-V--------- 0/0            1536 2006-05-08 22:07 abc/not-a-file.gif--Volume Header--
--rw-r--r-- tom/users         0 2006-04-22 19:52 abc/CCC
-Extracted directory
-abc
-abc/CCC
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volsize.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/volsize.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf \$TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf \$TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf \$TEST_DATA_DIR/abc.tar
-find abc|sort
-)"
-echo volsize.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Short Listing
-abc/not-a-file.gif
-abc/CCC
-Verbose Listing
-V--------- 0/0            1536 2006-05-08 22:07 abc/not-a-file.gif--Volume Header--
--rw-r--r-- tom/users         0 2006-04-22 19:52 abc/CCC
-Extracted directory
-abc
-abc/CCC
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volsize.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/volsize.at:32:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf \$TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf \$TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf \$TEST_DATA_DIR/abc.tar
-find abc|sort
-)"
-echo volsize.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Short Listing
-abc/not-a-file.gif
-abc/CCC
-Verbose Listing
-V--------- 0/0            1536 2006-05-08 22:07 abc/not-a-file.gif--Volume Header--
--rw-r--r-- tom/users         0 2006-04-22 19:52 abc/CCC
-Extracted directory
-abc
-abc/CCC
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volsize.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/volsize.at:32:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf \$TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf \$TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf \$TEST_DATA_DIR/abc.tar
-find abc|sort
-)"
-echo volsize.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-test -z "$TEST_DATA_DIR" && exit 77
-tarball_prereq abc.tar 540f196ceddcad9e7bd2f2d7533d0474 $TEST_DATA_DIR $TEST_DATA_URL || exit 77
-
-echo Short Listing
-tar tf $TEST_DATA_DIR/abc.tar
-echo Verbose Listing
-tar --utc -tvf $TEST_DATA_DIR/abc.tar
-echo Extracted directory
-tar xf $TEST_DATA_DIR/abc.tar
-find abc|sort
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "Short Listing
-abc/not-a-file.gif
-abc/CCC
-Verbose Listing
-V--------- 0/0            1536 2006-05-08 22:07 abc/not-a-file.gif--Volume Header--
--rw-r--r-- tom/users         0 2006-04-22 19:52 abc/CCC
-Extracted directory
-abc
-abc/CCC
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/volsize.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_103
-#AT_START_104
-# 104. comprec.at:21: compressed format recognition
-at_setup_line='comprec.at:21'
-at_desc="compressed format recognition"
-$at_quiet $as_echo_n "104: $at_desc                  "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "104. comprec.at:21: testing ..."
-  $at_traceon
-
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/comprec.at:25:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo \"separator\"
-tar cfz archive file1
-echo \"separator\"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-)"
-echo comprec.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/comprec.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/comprec.at:25:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo \"separator\"
-tar cfz archive file1
-echo \"separator\"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-)"
-echo comprec.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/comprec.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/comprec.at:25:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo \"separator\"
-tar cfz archive file1
-echo \"separator\"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-)"
-echo comprec.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/comprec.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/comprec.at:25:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo \"separator\"
-tar cfz archive file1
-echo \"separator\"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-)"
-echo comprec.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/comprec.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/comprec.at:25:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo \"separator\"
-tar cfz archive file1
-echo \"separator\"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-)"
-echo comprec.at:25 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-genfile --length 10240 --file file1
-echo "separator"
-tar cfz archive file1
-echo "separator"
-mv file1 orig
-tar xfv archive --warning=no-timestamp
-cmp orig file1
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "separator
-separator
-file1
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/comprec.at:25"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_104
-#AT_START_105
-# 105. shortfile.at:26: short input files
-at_setup_line='shortfile.at:26'
-at_desc="short input files"
-$at_quiet $as_echo_n "105: $at_desc                              "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "105. shortfile.at:26: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/shortfile.at:29:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 511 --file foo || exit 5
-tar tf foo
-)"
-echo shortfile.at:29 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 511 --file foo || exit 5
-tar tf foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --length 511 --file foo || exit 5
-tar tf foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: This does not look like a tar archive
-tar: Exiting with failure status due to previous errors
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 2 $at_status "$at_srcdir/shortfile.at:29"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_105
-#AT_START_106
-# 106. shortupd.at:29: updating short archives
-at_setup_line='shortupd.at:29'
-at_desc="updating short archives"
-$at_quiet $as_echo_n "106: $at_desc                        "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "106. shortupd.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/shortupd.at:32:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-)"
-echo shortupd.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortupd.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortupd.at:32:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-)"
-echo shortupd.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortupd.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortupd.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-)"
-echo shortupd.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortupd.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortupd.at:32:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-)"
-echo shortupd.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortupd.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/shortupd.at:32:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-)"
-echo shortupd.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-touch foo
-tar uf archive foo
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/shortupd.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_106
-#AT_START_107
-# 107. truncate.at:29: truncate
-at_setup_line='truncate.at:29'
-at_desc="truncate"
-$at_quiet $as_echo_n "107: $at_desc                                       "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "107. truncate.at:29: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/truncate.at:32:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: \$?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar)"
-echo truncate.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: File shrank by 5120 bytes; padding with zeros
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-Exit status: 1
-separator
-foo
-foo: Mod time differs
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/truncate.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/truncate.at:32:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: \$?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar)"
-echo truncate.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: File shrank by 5120 bytes; padding with zeros
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-Exit status: 1
-separator
-foo
-foo: Mod time differs
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/truncate.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/truncate.at:32:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: \$?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar)"
-echo truncate.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: File shrank by 5120 bytes; padding with zeros
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-Exit status: 1
-separator
-foo
-foo: Mod time differs
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/truncate.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/truncate.at:32:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: \$?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar)"
-echo truncate.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: File shrank by 5120 bytes; padding with zeros
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-Exit status: 1
-separator
-foo
-foo: Mod time differs
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/truncate.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/truncate.at:32:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: \$?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar)"
-echo truncate.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz
-echo Exit status: $?
-echo separator
-sleep 1
-genfile --file foo --seek 49995k --length 5k --pattern=zeros
-tar dvf bar) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: File shrank by 5120 bytes; padding with zeros
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-Exit status: 1
-separator
-foo
-foo: Mod time differs
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/truncate.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_107
-#AT_START_108
-# 108. grow.at:24: grow
-at_setup_line='grow.at:24'
-at_desc="grow"
-$at_quiet $as_echo_n "108: $at_desc                                           "
-at_xfail=no
-      test -f $XFAILFILE && at_xfail=yes
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "108. grow.at:24: testing ..."
-  $at_traceon
-
-
-
-
-
-  { $at_traceoff
-$as_echo "$at_srcdir/grow.at:27:
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H v7\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-)"
-echo grow.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir v7
-(cd v7
-TEST_TAR_FORMAT=v7
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H v7"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: file changed as we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/grow.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/grow.at:27:
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H oldgnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-)"
-echo grow.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir oldgnu
-(cd oldgnu
-TEST_TAR_FORMAT=oldgnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H oldgnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: file changed as we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/grow.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/grow.at:27:
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H ustar\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-)"
-echo grow.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir ustar
-(cd ustar
-TEST_TAR_FORMAT=ustar
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H ustar"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: file changed as we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/grow.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/grow.at:27:
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H posix\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-)"
-echo grow.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir posix
-(cd posix
-TEST_TAR_FORMAT=posix
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H posix"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: file changed as we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/grow.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-              { $at_traceoff
-$as_echo "$at_srcdir/grow.at:27:
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS=\"-H gnu\"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-)"
-echo grow.at:27 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir gnu
-(cd gnu
-TEST_TAR_FORMAT=gnu
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H gnu"
-export TAR_OPTIONS
-rm -rf *
-
-genfile --file foo --length 50000k
-genfile --file baz
-genfile --run --checkpoint 10 --length 1024 --append foo -- tar --checkpoint -vcf bar foo baz
-) ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar: foo: file changed as we read it
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "foo
-baz
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 1 $at_status "$at_srcdir/grow.at:27"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_108
-#AT_START_109
-# 109. remfiles01.at:28: remove-files with compression
-at_setup_line='remfiles01.at:28'
-at_desc="remove-files with compression"
-$at_quiet $as_echo_n "109: $at_desc                  "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "109. remfiles01.at:28: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-{ $at_traceoff
-$as_echo "$at_srcdir/remfiles01.at:32:
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-cd dir
-genfile --file a --length 0
-chmod 0 a
-genfile --file b
-mkdir c
-
-# Depending on when the SIGPIPE gets delivered, the invocation below
-# may finish with either
-#  tar: a: Cannot write: Broken pipe
-# or
-#  tar: Child returned status 2
-
-# Discard diagnostics that some shells generate about broken pipes,
-# and discard all of tar's diagnostics except for the ones saying \"(child)\".
-# Gzip's exit code is propagated to the shell.  Usually it is 141.
-# Convert all non-zero exits to 2 to make it predictable.
-(tar -c -f a -z --remove-files b c 2>err || (exit 2) ) 2>/dev/null
-EC=\$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit \$EC
-"
-echo remfiles01.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-cd dir
-genfile --file a --length 0
-chmod 0 a
-genfile --file b
-mkdir c
-
-# Depending on when the SIGPIPE gets delivered, the invocation below
-# may finish with either
-#  tar: a: Cannot write: Broken pipe
-# or
-#  tar: Child returned status 2
-
-# Discard diagnostics that some shells generate about broken pipes,
-# and discard all of tar's diagnostics except for the ones saying "(child)".
-# Gzip's exit code is propagated to the shell.  Usually it is 141.
-# Convert all non-zero exits to 2 to make it predictable.
-(tar -c -f a -z --remove-files b c 2>err || (exit 2) ) 2>/dev/null
-EC=$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit $EC
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-echo "test" > $$
-chmod 0 $$
-cat $$ > /dev/null 2>&1
-result=$?
-rm -f $$
-test $result -eq 0 && exit 77
-
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-cd dir
-genfile --file a --length 0
-chmod 0 a
-genfile --file b
-mkdir c
-
-# Depending on when the SIGPIPE gets delivered, the invocation below
-# may finish with either
-#  tar: a: Cannot write: Broken pipe
-# or
-#  tar: Child returned status 2
-
-# Discard diagnostics that some shells generate about broken pipes,
-# and discard all of tar's diagnostics except for the ones saying "(child)".
-# Gzip's exit code is propagated to the shell.  Usually it is 141.
-# Convert all non-zero exits to 2 to make it predictable.
-(tar -c -f a -z --remove-files b c 2>err || (exit 2) ) 2>/dev/null
-EC=$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit $EC
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar (child): a: Cannot open: Permission denied
-tar (child): Error is not recoverable: exiting now
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo ".
-./a
-./b
-./c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 2 $at_status "$at_srcdir/remfiles01.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_109
-#AT_START_110
-# 110. remfiles02.at:28: remove-files with compression: grand-child
-at_setup_line='remfiles02.at:28'
-at_desc="remove-files with compression: grand-child"
-$at_quiet $as_echo_n "110: $at_desc     "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "110. remfiles02.at:28: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-{ $at_traceoff
-$as_echo "$at_srcdir/remfiles02.at:32:
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-cd dir
-mkdir a
-genfile --file b
-mkdir c
-
-tar -c -f a -z --remove-files b c 2>err
-EC=\$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit \$EC
-"
-echo remfiles02.at:32 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-cd dir
-mkdir a
-genfile --file b
-mkdir c
-
-tar -c -f a -z --remove-files b c 2>err
-EC=$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit $EC
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-cat /dev/null | gzip - > /dev/null 2>&1 || exit 77
-
-
-test -z "`sort < /dev/null 2>&1`" || exit 77
-
-
-mkdir dir
-cd dir
-mkdir a
-genfile --file b
-mkdir c
-
-tar -c -f a -z --remove-files b c 2>err
-EC=$?
-sed -n '/(child)/p' err >&2
-rm err
-find . | sort
-exit $EC
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "tar (child): a: Cannot open: Is a directory
-tar (child): Error is not recoverable: exiting now
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo ".
-./a
-./b
-./c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 2 $at_status "$at_srcdir/remfiles02.at:32"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_110
-#AT_START_111
-# 111. remfiles03.at:28: remove-files with symbolic links
-at_setup_line='remfiles03.at:28'
-at_desc="remove-files with symbolic links"
-$at_quiet $as_echo_n "111: $at_desc               "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "111. remfiles03.at:28: testing ..."
-  $at_traceon
-
-
-
-{ $at_traceoff
-$as_echo "$at_srcdir/remfiles03.at:31:
-mkdir a
-mkdir a/b
-ln -s b a/c || exit 77
-tar --remove-files -cf a.tar a
-genfile --stat a
-"
-echo remfiles03.at:31 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-mkdir a
-mkdir a/b
-ln -s b a/c || exit 77
-tar --remove-files -cf a.tar a
-genfile --stat a
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-mkdir a
-mkdir a/b
-ln -s b a/c || exit 77
-tar --remove-files -cf a.tar a
-genfile --stat a
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo >>"$at_stderr"; $as_echo "genfile: stat(a) failed: No such file or directory
-" | \
-  $at_diff - "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/remfiles03.at:31"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_111
-#AT_START_112
-# 112. sigpipe.at:19: sigpipe handling
-at_setup_line='sigpipe.at:19'
-at_desc="sigpipe handling"
-$at_quiet $as_echo_n "112: $at_desc                               "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "112. sigpipe.at:19: testing ..."
-  $at_traceon
-
-
-
-# Description: Tar 1.23 ignored sigpipe which lead to spurious "write
-# error" diagnostics when piping output to another programs.
-# Reported-by: "Dmitry V. Levin" <ldv@altlinux.org>
-# References: http://lists.gnu.org/archive/html/bug-tar/2010-03/msg00039.html
-#             <20100319184141.GC30047@wo.int.altlinux.org>
-
-{ $at_traceoff
-$as_echo "$at_srcdir/sigpipe.at:28:
-genfile --length 2048 --file first
-genfile --length 2048 --file second
-genfile --length 2049 --file third
-
-tar cf archive first second third
-
-# Discard diagnostics that some shells generate about broken pipes.
-(tar tf archive 2>&3 | :) 3>&2 2>/dev/null
-"
-echo sigpipe.at:28 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-genfile --length 2048 --file first
-genfile --length 2048 --file second
-genfile --length 2049 --file third
-
-tar cf archive first second third
-
-# Discard diagnostics that some shells generate about broken pipes.
-(tar tf archive 2>&3 | :) 3>&2 2>/dev/null
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-genfile --length 2048 --file first
-genfile --length 2048 --file second
-genfile --length 2049 --file third
-
-tar cf archive first second third
-
-# Discard diagnostics that some shells generate about broken pipes.
-(tar tf archive 2>&3 | :) 3>&2 2>/dev/null
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-at_func_diff_devnull "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/sigpipe.at:28"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_112
-#AT_START_113
-# 113. gtarfail.at:21: gtarfail
-at_setup_line='gtarfail.at:21'
-at_desc="gtarfail"
-$at_quiet $as_echo_n "113: $at_desc                                       "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "113. gtarfail.at:21: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/gtarfail.at:26:
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gtarfail.tar bf7612e401aaa679edbb07ae1183811b $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvf \$STAR_TESTSCRIPTS/gtarfail.tar
-"
-echo gtarfail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gtarfail.tar bf7612e401aaa679edbb07ae1183811b $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail.tar
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gtarfail.tar bf7612e401aaa679edbb07ae1183811b $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail.tar
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "-rw-r--r-- jes/glone       518 2001-05-25 14:41 vedpowered.gif
--rw-r--r-- jes/glone      6825 1997-04-29 00:19 cd.gif
--rw-r--r-- jes/glone     33354 1999-06-22 12:17 DSCN0049c.JPG
--rw-r--r-- jes/glone     86159 2001-06-05 18:16 Window1.jpg
--rw-r--r-- jes/glone      1310 2001-05-25 13:05 vipower.gif
--rw-rw-rw- jes/glone    148753 1998-09-15 13:08 billyboy.jpg
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/gtarfail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_113
-#AT_START_114
-# 114. gtarfail2.at:21: gtarfail2
-at_setup_line='gtarfail2.at:21'
-at_desc="gtarfail2"
-$at_quiet $as_echo_n "114: $at_desc                                      "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "114. gtarfail2.at:21: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/gtarfail2.at:26:
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gtarfail2.tar 6b607d1faec14b82f69525d9c5b66e53 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-tar --utc -tvf \$STAR_TESTSCRIPTS/gtarfail2.tar
-"
-echo gtarfail2.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gtarfail2.tar 6b607d1faec14b82f69525d9c5b66e53 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail2.tar
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gtarfail2.tar 6b607d1faec14b82f69525d9c5b66e53 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-tar --utc -tvf $STAR_TESTSCRIPTS/gtarfail2.tar
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "-rwxr-xr-x jes/glone       214 2001-09-21 14:08 .clean
-lrwxrwxrwx jes/cats          0 1998-05-07 12:39 RULES -> makefiles/RULES
-drwxr-sr-x jes/glone         0 2001-12-10 00:00 build/
--rw-r--r-- jes/glone    312019 2001-12-10 00:00 build/smake-1.2.tar.gz
-drwxr-sr-x jes/glone         0 2001-11-09 18:20 build/psmake/
--rwxr-xr-x jes/glone       259 2000-01-09 16:36 build/psmake/MAKE
--rwxr-xr-x jes/glone      4820 2001-02-25 22:45 build/psmake/MAKE.sh
--rw-r--r-- jes/glone       647 2001-02-25 23:50 build/psmake/Makefile
-lrwxrwxrwx jes/glone         0 2001-08-29 10:53 build/psmake/archconf.c -> ../archconf.c
-lrwxrwxrwx jes/glone         0 2001-08-29 10:54 build/psmake/astoi.c -> ../../lib/astoi.c
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/gtarfail2.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_114
-#AT_START_115
-# 115. multi-fail.at:21: multi-fail
-at_setup_line='multi-fail.at:21'
-at_desc="multi-fail"
-$at_quiet $as_echo_n "115: $at_desc                                     "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "115. multi-fail.at:21: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/multi-fail.at:26:
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gnu-multi-fail-volume1.gtar 7c28663dd98b0bd91ceb4be7af55254e $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gnu-multi-fail-volume2.gtar b5d41c4c3ec440687d4a44957b5079a8 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvM -f \$STAR_TESTSCRIPTS/gnu-multi-fail-volume1.gtar \\
-               -f \$STAR_TESTSCRIPTS/gnu-multi-fail-volume2.gtar <&-
-"
-echo multi-fail.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gnu-multi-fail-volume1.gtar 7c28663dd98b0bd91ceb4be7af55254e $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gnu-multi-fail-volume2.gtar b5d41c4c3ec440687d4a44957b5079a8 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvM -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume1.gtar \
-               -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume2.gtar <&-
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gnu-multi-fail-volume1.gtar 7c28663dd98b0bd91ceb4be7af55254e $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq gnu-multi-fail-volume2.gtar b5d41c4c3ec440687d4a44957b5079a8 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvM -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume1.gtar \
-               -f $STAR_TESTSCRIPTS/gnu-multi-fail-volume2.gtar <&-
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-at_func_diff_devnull "$at_stderr" || at_failed=:
-echo >>"$at_stdout"; $as_echo "drwxrwsr-x joerg/bs          0 2003-10-11 14:32 OBJ/i386-sunos5-gcc/
--rw-r--r-- joerg/bs          1 2003-10-11 14:32 OBJ/i386-sunos5-gcc/Dnull
--rw-r--r-- joerg/bs       1743 2003-10-10 18:06 OBJ/i386-sunos5-gcc/star.d
--rw-r--r-- joerg/bs       1460 2003-10-11 11:53 OBJ/i386-sunos5-gcc/header.d
--rw-r--r-- joerg/bs       1540 2003-10-10 18:06 OBJ/i386-sunos5-gcc/cpiohdr.d
--rw-r--r-- joerg/bs       2245 2003-10-10 18:06 OBJ/i386-sunos5-gcc/xheader.d
--rw-r--r-- joerg/bs       1254 2003-10-10 18:06 OBJ/i386-sunos5-gcc/xattr.d
--rw-r--r-- joerg/bs       1330 2003-10-10 18:06 OBJ/i386-sunos5-gcc/list.d
--rw-r--r-- joerg/bs       1745 2003-10-10 18:06 OBJ/i386-sunos5-gcc/extract.d
--rw-r--r-- joerg/bs       1518 2003-10-10 18:06 OBJ/i386-sunos5-gcc/create.d
--rw-r--r-- joerg/bs       1235 2003-10-10 18:06 OBJ/i386-sunos5-gcc/append.d
--rw-r--r-- joerg/bs       1368 2003-10-10 18:06 OBJ/i386-sunos5-gcc/diff.d
--rw-r--r-- joerg/bs       1423 2003-10-10 18:06 OBJ/i386-sunos5-gcc/remove.d
--rw-r--r-- joerg/bs       1493 2003-10-10 18:07 OBJ/i386-sunos5-gcc/star_unix.d
--rw-r--r-- joerg/bs       1572 2003-10-10 18:07 OBJ/i386-sunos5-gcc/acl_unix.d
--rw-r--r-- joerg/bs       1453 2003-10-10 18:07 OBJ/i386-sunos5-gcc/fflags.d
--rw-r--r-- joerg/bs       2257 2003-10-11 14:32 OBJ/i386-sunos5-gcc/buffer.d
--rw-r--r-- joerg/bs        969 2003-10-07 17:53 OBJ/i386-sunos5-gcc/dirtime.d
--rw-r--r-- joerg/bs       1308 2003-10-10 18:07 OBJ/i386-sunos5-gcc/lhash.d
--rw-r--r-- joerg/bs       1287 2003-10-10 18:07 OBJ/i386-sunos5-gcc/hole.d
--rw-r--r-- joerg/bs       1105 2003-10-10 18:07 OBJ/i386-sunos5-gcc/longnames.d
--rw-r--r-- joerg/bs       1230 2003-10-10 18:07 OBJ/i386-sunos5-gcc/names.d
--rw-r--r-- joerg/bs       1091 2003-10-10 18:07 OBJ/i386-sunos5-gcc/movearch.d
--rw-r--r-- joerg/bs        961 2003-10-07 17:53 OBJ/i386-sunos5-gcc/table.d
--rw-r--r-- joerg/bs       1113 2003-10-10 18:07 OBJ/i386-sunos5-gcc/props.d
--rw-r--r-- joerg/bs       2146 2003-10-10 18:07 OBJ/i386-sunos5-gcc/fetchdir.d
--rw-r--r-- joerg/bs       1093 2003-10-10 18:07 OBJ/i386-sunos5-gcc/unicode.d
--rw-r--r-- joerg/bs       1211 2003-10-10 18:07 OBJ/i386-sunos5-gcc/subst.d
--rw-r--r-- joerg/bs       2076 2003-10-11 11:53 OBJ/i386-sunos5-gcc/volhdr.d
--rw-r--r-- joerg/bs       1480 2003-10-10 18:07 OBJ/i386-sunos5-gcc/chdir.d
--rw-r--r-- joerg/bs      42460 2003-10-10 18:07 OBJ/i386-sunos5-gcc/star.o
--rw-r--r-- joerg/bs      22564 2003-10-11 11:53 OBJ/i386-sunos5-gcc/header.o
--rw-r--r-- joerg/bs       7880 2003-10-10 18:07 OBJ/i386-sunos5-gcc/cpiohdr.o
--rw-r--r-- joerg/bs      14624 2003-10-10 18:07 OBJ/i386-sunos5-gcc/xheader.o
--rw-r--r-- joerg/bs        924 2003-10-10 18:07 OBJ/i386-sunos5-gcc/xattr.o
--rw-r--r-- joerg/bs       6120 2003-10-10 18:07 OBJ/i386-sunos5-gcc/list.o
--rw-r--r-- joerg/bs      12764 2003-10-10 18:07 OBJ/i386-sunos5-gcc/extract.o
--rw-r--r-- joerg/bs      14668 2003-10-10 18:07 OBJ/i386-sunos5-gcc/create.o
--rw-r--r-- joerg/bs       2576 2003-10-10 18:07 OBJ/i386-sunos5-gcc/append.o
--rw-r--r-- joerg/bs       7636 2003-10-10 18:07 OBJ/i386-sunos5-gcc/diff.o
--rw-r--r-- joerg/bs       3072 2003-10-10 18:07 OBJ/i386-sunos5-gcc/remove.o
--rw-r--r-- joerg/bs       5612 2003-10-10 18:07 OBJ/i386-sunos5-gcc/star_unix.o
--rw-r--r-- joerg/bs       6220 2003-10-10 18:07 OBJ/i386-sunos5-gcc/acl_unix.o
--rw-r--r-- joerg/bs       1092 2003-10-10 18:07 OBJ/i386-sunos5-gcc/fflags.o
--rw-r--r-- joerg/bs      20996 2003-10-11 14:32 OBJ/i386-sunos5-gcc/buffer.o
--rw-r--r-- joerg/bs       2060 2003-10-07 17:53 OBJ/i386-sunos5-gcc/dirtime.o
--rw-r--r-- joerg/bs       1664 2003-10-10 18:07 OBJ/i386-sunos5-gcc/lhash.o
--rw-r--r-- joerg/bs      10564 2003-10-10 18:07 OBJ/i386-sunos5-gcc/hole.o
--rw-r--r-- joerg/bs       3864 2003-10-10 18:07 OBJ/i386-sunos5-gcc/longnames.o
--rw-r--r-- joerg/bs       2576 2003-10-10 18:07 OBJ/i386-sunos5-gcc/names.o
--rw-r--r-- joerg/bs        952 2003-10-10 18:07 OBJ/i386-sunos5-gcc/movearch.o
--rw-r--r-- joerg/bs       2756 2003-10-07 17:53 OBJ/i386-sunos5-gcc/table.o
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/multi-fail.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_115
-#AT_START_116
-# 116. ustar-big-2g.at:21: ustar-big-2g
-at_setup_line='ustar-big-2g.at:21'
-at_desc="ustar-big-2g"
-$at_quiet $as_echo_n "116: $at_desc                                   "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "116. ustar-big-2g.at:21: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/ustar-big-2g.at:26:
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq ustar-big-2g.tar.bz2 b63979733629c8fcdf40b60065422767 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf \$STAR_TESTSCRIPTS/ustar-big-2g.tar.bz2
-"
-echo ustar-big-2g.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq ustar-big-2g.tar.bz2 b63979733629c8fcdf40b60065422767 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-2g.tar.bz2
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq ustar-big-2g.tar.bz2 b63979733629c8fcdf40b60065422767 $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-2g.tar.bz2
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo stderr:; tee stderr <"$at_stderr"
-echo >>"$at_stdout"; $as_echo "-rw------- jes/glone 2147483647 2002-06-15 14:53 big
--rw-r--r-- jes/glone          0 2002-06-15 14:53 file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ustar-big-2g.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-cat >stderr.re <<'_ATEOF'
-tar: Record size = .*
-_ATEOF
-
-awk '{print NR " " $0}' stderr > $$.1
-awk '{print NR " " $0}' stderr.re | join - $$.1 |
-while read NUM RE LINE
-do
-  echo "$LINE" | grep -- "$RE" >/dev/null || exit 1
-done
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_116
-#AT_START_117
-# 117. ustar-big-8g.at:21: ustar-big-8g
-at_setup_line='ustar-big-8g.at:21'
-at_desc="ustar-big-8g"
-$at_quiet $as_echo_n "117: $at_desc                                   "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "117. ustar-big-8g.at:21: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/ustar-big-8g.at:26:
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq ustar-big-8g.tar.bz2 60ff503fa4b8288bef7ada89e9c91b0f $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf \$STAR_TESTSCRIPTS/ustar-big-8g.tar.bz2
-"
-echo ustar-big-8g.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq ustar-big-8g.tar.bz2 60ff503fa4b8288bef7ada89e9c91b0f $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-8g.tar.bz2
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq ustar-big-8g.tar.bz2 60ff503fa4b8288bef7ada89e9c91b0f $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf $STAR_TESTSCRIPTS/ustar-big-8g.tar.bz2
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo stderr:; tee stderr <"$at_stderr"
-echo >>"$at_stdout"; $as_echo "-rw------- jes/glone 8589934591 2002-06-15 15:08 8gb-1
--rw-r--r-- jes/glone          0 2002-06-15 14:53 file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/ustar-big-8g.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-cat >stderr.re <<'_ATEOF'
-tar: Record size = .*
-_ATEOF
-
-awk '{print NR " " $0}' stderr > $$.1
-awk '{print NR " " $0}' stderr.re | join - $$.1 |
-while read NUM RE LINE
-do
-  echo "$LINE" | grep -- "$RE" >/dev/null || exit 1
-done
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_117
-#AT_START_118
-# 118. pax-big-10g.at:21: pax-big-10g
-at_setup_line='pax-big-10g.at:21'
-at_desc="pax-big-10g"
-$at_quiet $as_echo_n "118: $at_desc                                    "
-at_xfail=no
-echo "#                             -*- compilation -*-" >> "$at_group_log"
-(
-  $as_echo "118. pax-big-10g.at:21: testing ..."
-  $at_traceon
-
-
-
-unset TAR_OPTIONS
-
-{ $at_traceoff
-$as_echo "$at_srcdir/pax-big-10g.at:26:
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq pax-big-10g.tar.bz2 ca15c23acc8d8bb1f27e60113a5f8bff $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf \$STAR_TESTSCRIPTS/pax-big-10g.tar.bz2
-"
-echo pax-big-10g.at:26 >"$at_check_line_file"
-
-if { echo 'Not enabling shell tracing (command contains an embedded newline)'
-   false; }; then
-  ( $at_traceon;
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq pax-big-10g.tar.bz2 ca15c23acc8d8bb1f27e60113a5f8bff $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf $STAR_TESTSCRIPTS/pax-big-10g.tar.bz2
- ) >"$at_stdout" 2>"$at_stder1"
-  at_func_filter_trace $?
-else
-  ( :;
-
-cat /dev/null | bzip2 - > /dev/null 2>&1 || exit 77
-
-
-test -z "$STAR_TESTSCRIPTS" && exit 77
-tarball_prereq pax-big-10g.tar.bz2 ca15c23acc8d8bb1f27e60113a5f8bff $STAR_TESTSCRIPTS $STAR_DATA_URL || exit 77
-
-
-tar --utc -tvjf $STAR_TESTSCRIPTS/pax-big-10g.tar.bz2
- ) >"$at_stdout" 2>"$at_stderr"
-fi
-at_status=$?
-at_failed=false
-echo stderr:; tee stderr <"$at_stderr"
-echo >>"$at_stdout"; $as_echo "-rw------- jes/glone 10737418240 2002-06-15 21:18 10g
--rw-r--r-- jes/glone           0 2002-06-15 14:53 file
-" | \
-  $at_diff - "$at_stdout" || at_failed=:
-at_func_check_status 0 $at_status "$at_srcdir/pax-big-10g.at:26"
-
-$at_failed && at_func_log_failure
-$at_traceon; }
-
-
-
-cat >stderr.re <<'_ATEOF'
-tar: Record size = .*
-_ATEOF
-
-awk '{print NR " " $0}' stderr > $$.1
-awk '{print NR " " $0}' stderr.re | join - $$.1 |
-while read NUM RE LINE
-do
-  echo "$LINE" | grep -- "$RE" >/dev/null || exit 1
-done
-
-
-  $at_traceoff
-  $at_times_p && times >"$at_times_file"
-) 5>&1 2>&1 | eval $at_tee_pipe
-at_status=`cat "$at_status_file"`
-#AT_STOP_118
diff --git a/tests/testsuite.at b/tests/testsuite.at
deleted file mode 100644 (file)
index d18b16e..0000000
+++ /dev/null
@@ -1,259 +0,0 @@
-# Process this file with autom4te to create testsuite. -*- Autotest -*-
-
-# Test suite for GNU tar.
-# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-
-# We need a recent Autotest.
-m4_version_prereq([2.52g])
-
-m4_define([AT_TAR_CHECK_HOOK])
-m4_define([AT_TAR_CHECK],[
-  AT_XFAIL_IF(test -f $[]XFAILFILE)
-  m4_foreach([FMT],
-             [m4_if([$7],[],[v7,oldgnu,ustar,posix,gnu],[$7])],
-             [AT_CHECK([
-mkdir FMT
-(cd FMT
-TEST_TAR_FORMAT=FMT
-export TEST_TAR_FORMAT
-TAR_OPTIONS="-H FMT"
-export TAR_OPTIONS
-rm -rf *
-$1)],$2,$3,$4,$5,$6)
-              AT_TAR_CHECK_HOOK])
-])
-
-m4_define([AT_TAR_WITH_HOOK],[
-  m4_pushdef([AT_TAR_CHECK_HOOK],[$1])
-  $2
-
-  m4_popdef([AT_TAR_CHECK_HOOK])])
-
-m4_define([TAR_IGNREC_HOOK],[
-  AT_CHECK([grep -v '^.*tar: Record size = ' stderr; exit 0])
-])
-
-m4_define([RE_CHECK],[
-AT_DATA([$1.re],[$2])
-awk '{print NR " " $[]0}' $1 > $[]$.1
-awk '{print NR " " $[]0}' $1.re | join - $[]$.1 |
-while read NUM RE LINE
-do
-  echo "$LINE" | grep -- "$RE" >/dev/null || exit 1
-done
-])
-
-m4_define([AT_SKIP_TEST],[exit 77])
-
-dnl AT_TARBALL_PREREQ(tarball, md5sum) - Check if test tarball exists
-dnl in $TEST_DATA_DIR. If it does not, try to download it from
-dnl $TEST_DATA_URL. If download fails, or it the file's md5 sum does not
-dnl match second argument, skip the test.
-
-m4_define([AT_TARBALL_PREREQ],[
-test -z "$[]TEST_DATA_DIR" && AT_SKIP_TEST
-tarball_prereq $1 $2 $[]TEST_DATA_DIR $[]TEST_DATA_URL || AT_SKIP_TEST])
-
-dnl AT_STAR_PREREQ(tarball, md5sum) - Same for star testfiles
-m4_define([AT_STAR_PREREQ],[
-test -z "$STAR_TESTSCRIPTS" && AT_SKIP_TEST
-tarball_prereq $1 $2 $[]STAR_TESTSCRIPTS $[]STAR_DATA_URL || AT_SKIP_TEST
-])
-
-dnl AT_GZIP_PREREQ - Skip test unless gzip (or $1) is available
-m4_define([AT_GZIP_PREREQ],[
-cat /dev/null | m4_if([$1],[],gzip,[$1]) - > /dev/null 2>&1 || AT_SKIP_TEST
-])
-
-dnl AT_SORT_PREREQ - Skip test if sort utility outputs unwanted data on stderr
-m4_define([AT_SORT_PREREQ],[
-test -z "`sort < /dev/null 2>&1`" || AT_SKIP_TEST
-])
-
-dnl AT_UNPRIVILEGED_PREREQ - Skip test if running at root privileges
-m4_define([AT_UNPRIVILEGED_PREREQ],[
-echo "test" > $[]$
-chmod 0 $[]$
-cat $[]$ > /dev/null 2>&1
-result=$?
-rm -f $[]$
-test $result -eq 0 && AT_SKIP_TEST
-])
-
-m4_define([AT_TAR_MKHIER],[
-install-sh -d $1 >/dev/null dnl
-m4_if([$2],,,&& genfile --file [$1]/[$2]) || AT_SKIP_TEST])
-
-m4_include([sparsemvp.at])
-
-AT_INIT
-
-AT_TESTED([tar])
-
-m4_include([version.at])
-
-m4_include([pipe.at])
-
-m4_include([options.at])
-m4_include([options02.at])
-
-m4_include([T-empty.at])
-m4_include([T-null.at])
-
-m4_include([indexfile.at])
-m4_include([verbose.at])
-
-m4_include([append.at])
-m4_include([append01.at])
-m4_include([append02.at])
-m4_include([append03.at])
-
-m4_include([xform-h.at])
-m4_include([xform01.at])
-
-m4_include([exclude.at])
-m4_include([exclude01.at])
-m4_include([exclude02.at])
-m4_include([exclude03.at])
-m4_include([exclude04.at])
-m4_include([exclude05.at])
-m4_include([exclude06.at])
-
-m4_include([delete01.at])
-m4_include([delete02.at])
-m4_include([delete03.at])
-m4_include([delete04.at])
-m4_include([delete05.at])
-
-m4_include([extrac01.at])
-m4_include([extrac02.at])
-m4_include([extrac03.at])
-m4_include([extrac04.at])
-m4_include([extrac05.at])
-m4_include([extrac06.at])
-m4_include([extrac07.at])
-m4_include([extrac08.at])
-m4_include([extrac09.at])
-m4_include([extrac10.at])
-m4_include([extrac11.at])
-m4_include([extrac12.at])
-m4_include([extrac13.at])
-m4_include([extrac14.at])
-m4_include([extrac15.at])
-m4_include([extrac16.at])
-m4_include([extrac17.at])
-
-m4_include([label01.at])
-m4_include([label02.at])
-m4_include([label03.at])
-m4_include([label04.at])
-m4_include([label05.at])
-
-m4_include([backup01.at])
-
-m4_include([gzip.at])
-
-m4_include([incremental.at])
-m4_include([incr01.at])
-m4_include([incr02.at])
-m4_include([listed01.at])
-m4_include([listed02.at])
-m4_include([listed03.at])
-m4_include([incr03.at])
-m4_include([incr04.at])
-m4_include([incr05.at])
-m4_include([incr06.at])
-
-m4_include([filerem01.at])
-m4_include([filerem02.at])
-
-m4_include([rename01.at])
-m4_include([rename02.at])
-m4_include([rename03.at])
-m4_include([rename04.at])
-m4_include([rename05.at])
-m4_include([chtype.at])
-
-m4_include([ignfail.at])
-
-m4_include([link01.at])
-m4_include([link02.at])
-m4_include([link03.at])
-m4_include([link04.at])
-
-m4_include([longv7.at])
-m4_include([long01.at])
-m4_include([lustar01.at])
-m4_include([lustar02.at])
-m4_include([lustar03.at])
-
-m4_include([multiv01.at])
-m4_include([multiv02.at])
-m4_include([multiv03.at])
-m4_include([multiv04.at])
-m4_include([multiv05.at])
-m4_include([multiv06.at])
-m4_include([multiv07.at])
-m4_include([multiv08.at])
-
-m4_include([old.at])
-
-m4_include([recurse.at])
-
-m4_include([same-order01.at])
-m4_include([same-order02.at])
-
-m4_include([shortrec.at])
-
-m4_include([sparse01.at])
-m4_include([sparse02.at])
-m4_include([sparse03.at])
-m4_include([sparsemv.at])
-m4_include([spmvp00.at])
-m4_include([spmvp01.at])
-m4_include([spmvp10.at])
-
-m4_include([update.at])
-m4_include([update01.at])
-m4_include([update02.at])
-
-m4_include([volume.at])
-m4_include([volsize.at])
-
-m4_include([comprec.at])
-m4_include([shortfile.at])
-m4_include([shortupd.at])
-
-m4_include([truncate.at])
-m4_include([grow.at])
-
-m4_include([remfiles01.at])
-m4_include([remfiles02.at])
-m4_include([remfiles03.at])
-
-m4_include([sigpipe.at])
-
-m4_include([star/gtarfail.at])
-m4_include([star/gtarfail2.at])
-
-m4_include([star/multi-fail.at])
-
-m4_include([star/ustar-big-2g.at])
-m4_include([star/ustar-big-8g.at])
-
-m4_include([star/pax-big-10g.at])