From: Hugo Villeneuve Date: Mon, 6 Oct 2014 23:24:09 +0000 (-0400) Subject: Upgrade to tar-1.27.1 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=a653d6f91eb7aedc1dca7a9a2b0400e9f2155e9a;p=hvlinux.git Upgrade to tar-1.27.1 --- diff --git a/config/packages-list b/config/packages-list index caf8406..c2e9d28 100644 --- a/config/packages-list +++ b/config/packages-list @@ -384,7 +384,7 @@ T1LIB="t1lib-5.1.2" TALLOC="talloc-2.0.7" TANGO_ICON_THEME="tango-icon-theme-0.8.90" TANGO_ICON_THEME_EXTRAS="tango-icon-theme-extras-0.1.0" -TAR_PACKAGE="tar-1.26" +TAR_PACKAGE="tar-1.27.1" TCPDUMP="tcpdump-4.3.0" TCL="tcl8.5.12-src" TCPWRAPPERS="tcp_wrappers_7.6" diff --git a/stage1/patches/common/tar-1.26-man-1.patch b/stage1/patches/common/tar-1.26-man-1.patch deleted file mode 100644 index 83dac2b..0000000 --- a/stage1/patches/common/tar-1.26-man-1.patch +++ /dev/null @@ -1,2073 +0,0 @@ -Submitted By: Jonathan Norman -Date: 2011-05-18 -Initial Package Version: 1.22 -Origin: Debian -Upstream Status: Unknown -Description: This patch adds a man page for tar generated by the perl script - from debian. - -Rediffed: Against 1.26 by Jonathan Norman 2011-05-18 - -diff -Naur tar-1.26.orig/doc/Makefile.am tar-1.26/doc/Makefile.am ---- tar-1.26.orig/doc/Makefile.am 2011-05-18 17:55:21.025857021 +0000 -+++ tar-1.26/doc/Makefile.am 2011-05-18 17:55:36.872098438 +0000 -@@ -17,6 +17,7 @@ - ## along with this program; if not, write to the Free Software Foundation, - ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -+man_MANS = tar.1 - info_TEXINFOS = tar.texi - tar_TEXINFOS = \ - dumpdir.texi\ -diff -Naur tar-1.26.orig/doc/Makefile.in tar-1.26/doc/Makefile.in ---- tar-1.26.orig/doc/Makefile.in 2011-05-18 17:55:21.029856577 +0000 -+++ tar-1.26/doc/Makefile.in 2011-05-18 17:55:36.872098438 +0000 -@@ -172,7 +172,7 @@ - MAKEINFOHTML = $(MAKEINFO) --html - AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) - DVIPS = dvips --am__installdirs = "$(DESTDIR)$(infodir)" -+am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ -@@ -194,6 +194,9 @@ - am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -+man1dir = $(mandir)/man1 -+NROFF = nroff -+MANS = $(man_MANS) - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - pkglibexecdir = @pkglibexecdir@ - ACLOCAL = @ACLOCAL@ -@@ -956,6 +959,7 @@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ -+man_MANS = tar.1 - info_TEXINFOS = tar.texi - tar_TEXINFOS = \ - dumpdir.texi\ -@@ -1178,6 +1182,44 @@ - echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ - rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ - done -+install-man1: $(man_MANS) -+ @$(NORMAL_INSTALL) -+ test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" -+ @list=''; test -n "$(man1dir)" || exit 0; \ -+ { for i in $$list; do echo "$$i"; done; \ -+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ -+ sed -n '/\.1[a-z]*$$/p'; \ -+ } | while read p; do \ -+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; echo "$$p"; \ -+ done | \ -+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ -+ sed 'N;N;s,\n, ,g' | { \ -+ list=; while read file base inst; do \ -+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ -+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ -+ fi; \ -+ done; \ -+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ -+ while read files; do \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ -+ done; } -+ -+uninstall-man1: -+ @$(NORMAL_UNINSTALL) -+ @list=''; test -n "$(man1dir)" || exit 0; \ -+ files=`{ for i in $$list; do echo "$$i"; done; \ -+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ -+ sed -n '/\.1[a-z]*$$/p'; \ -+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ -+ test -z "$$files" || { \ -+ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ -+ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } - tags: TAGS - TAGS: - -@@ -1186,6 +1228,19 @@ - - - distdir: $(DISTFILES) -+ @list='$(MANS)'; if test -n "$$list"; then \ -+ list=`for p in $$list; do \ -+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ -+ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ -+ if test -n "$$list" && \ -+ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ -+ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ -+ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ -+ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ -+ echo " typically \`make maintainer-clean' will remove them" >&2; \ -+ exit 1; \ -+ else :; fi; \ -+ else :; fi - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -1220,9 +1275,9 @@ - dist-info - check-am: all-am - check: check-am --all-am: Makefile $(INFO_DEPS) -+all-am: Makefile $(INFO_DEPS) $(MANS) - installdirs: -- for dir in "$(DESTDIR)$(infodir)"; do \ -+ for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-am -@@ -1270,7 +1325,7 @@ - - info-am: $(INFO_DEPS) - --install-data-am: install-info-am -+install-data-am: install-info-am install-man - - install-dvi: install-dvi-am - -@@ -1344,7 +1399,7 @@ - install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ - done; \ - else : ; fi --install-man: -+install-man: install-man1 - - install-pdf: install-pdf-am - -@@ -1392,7 +1447,9 @@ - ps-am: $(PSS) - - uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ -- uninstall-pdf-am uninstall-ps-am -+ uninstall-man uninstall-pdf-am uninstall-ps-am -+ -+uninstall-man: uninstall-man1 - - .MAKE: install-am install-strip - -@@ -1401,14 +1458,15 @@ - 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 installdirs maintainer-clean \ -- maintainer-clean-aminfo maintainer-clean-generic \ -- maintainer-clean-vti mostlyclean mostlyclean-aminfo \ -- mostlyclean-generic mostlyclean-vti pdf pdf-am ps ps-am \ -- uninstall uninstall-am uninstall-dvi-am uninstall-html-am \ -- uninstall-info-am uninstall-pdf-am uninstall-ps-am -+ install-info install-info-am install-man install-man1 \ -+ install-pdf install-pdf-am install-ps install-ps-am \ -+ install-strip installcheck installcheck-am installdirs \ -+ maintainer-clean maintainer-clean-aminfo \ -+ maintainer-clean-generic maintainer-clean-vti mostlyclean \ -+ mostlyclean-aminfo mostlyclean-generic mostlyclean-vti pdf \ -+ pdf-am ps ps-am uninstall uninstall-am uninstall-dvi-am \ -+ uninstall-html-am uninstall-info-am uninstall-man \ -+ uninstall-man1 uninstall-pdf-am uninstall-ps-am - - - header.texi: $(top_srcdir)/src/tar.h -diff -Naur tar-1.26.orig/doc/Makefile.in.orig tar-1.26/doc/Makefile.in.orig ---- tar-1.26.orig/doc/Makefile.in.orig 1970-01-01 00:00:00.000000000 +0000 -+++ tar-1.26/doc/Makefile.in.orig 2011-03-12 09:50:09.000000000 +0000 -@@ -0,0 +1,1518 @@ -+# 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 documentation. -+ -+# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2006, -+# 2007 Free Software Foundation, Inc. -+VPATH = @srcdir@ -+pkgdatadir = $(datadir)/@PACKAGE@ -+pkgincludedir = $(includedir)/@PACKAGE@ -+pkglibdir = $(libdir)/@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@ -+subdir = doc -+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ -+ $(srcdir)/stamp-vti $(srcdir)/version.texi $(tar_TEXINFOS) -+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/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/configmake.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/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/iswblank.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/mbtowc.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 = -+CONFIG_CLEAN_VPATH_FILES = -+AM_V_GEN = $(am__v_GEN_$(V)) -+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -+am__v_GEN_0 = @echo " GEN " $@; -+AM_V_at = $(am__v_at_$(V)) -+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -+am__v_at_0 = @ -+SOURCES = -+DIST_SOURCES = -+INFO_DEPS = $(srcdir)/tar.info -+TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex -+am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux -+DVIS = tar.dvi -+PDFS = tar.pdf -+PSS = tar.ps -+HTMLS = tar.html -+TEXINFOS = tar.texi -+TEXI2PDF = $(TEXI2DVI) --pdf --batch -+MAKEINFOHTML = $(MAKEINFO) --html -+AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) -+DVIPS = dvips -+am__installdirs = "$(DESTDIR)$(infodir)" -+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -+am__vpath_adj = case $$p in \ -+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ -+ *) f=$$p;; \ -+ esac; -+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -+am__install_max = 40 -+am__nobase_strip_setup = \ -+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -+am__nobase_strip = \ -+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -+am__nobase_list = $(am__nobase_strip_setup); \ -+ for p in $$list; do echo "$$p $$p"; done | \ -+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ -+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ -+ if (++n[$$2] == $(am__install_max)) \ -+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ -+ END { for (dir in files) print dir, files[dir] }' -+am__base_list = \ -+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ -+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -+pkglibexecdir = @pkglibexecdir@ -+ACLOCAL = @ACLOCAL@ -+ALLOCA = @ALLOCA@ -+ALLOCA_H = @ALLOCA_H@ -+AMTAR = @AMTAR@ -+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -+APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ -+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_ISWBLANK = @GNULIB_ISWBLANK@ -+GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ -+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_MBTOWC = @GNULIB_MBTOWC@ -+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_PIPE = @GNULIB_PIPE@ -+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_STRERROR_R = @GNULIB_STRERROR_R@ -+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_TOWCTRANS = @GNULIB_TOWCTRANS@ -+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_WCPCPY = @GNULIB_WCPCPY@ -+GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ -+GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ -+GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ -+GNULIB_WCSCAT = @GNULIB_WCSCAT@ -+GNULIB_WCSCHR = @GNULIB_WCSCHR@ -+GNULIB_WCSCMP = @GNULIB_WCSCMP@ -+GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ -+GNULIB_WCSCPY = @GNULIB_WCSCPY@ -+GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ -+GNULIB_WCSDUP = @GNULIB_WCSDUP@ -+GNULIB_WCSLEN = @GNULIB_WCSLEN@ -+GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ -+GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ -+GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ -+GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ -+GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ -+GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ -+GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ -+GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ -+GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ -+GNULIB_WCSSPN = @GNULIB_WCSSPN@ -+GNULIB_WCSSTR = @GNULIB_WCSSTR@ -+GNULIB_WCSTOK = @GNULIB_WCSTOK@ -+GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ -+GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ -+GNULIB_WCTOB = @GNULIB_WCTOB@ -+GNULIB_WCTOMB = @GNULIB_WCTOMB@ -+GNULIB_WCTRANS = @GNULIB_WCTRANS@ -+GNULIB_WCTYPE = @GNULIB_WCTYPE@ -+GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ -+GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ -+GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ -+GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ -+GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ -+GNULIB_WMEMSET = @GNULIB_WMEMSET@ -+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_FCHDIR = @HAVE_DECL_FCHDIR@ -+HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@ -+HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ -+HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ -+HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ -+HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ -+HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ -+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_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ -+HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ -+HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ -+HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ -+HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ -+HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ -+HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ -+HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ -+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_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ -+HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ -+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_FEATURES_H = @HAVE_FEATURES_H@ -+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_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_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_PIPE = @HAVE_PIPE@ -+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_UNISTD_H = @HAVE_UNISTD_H@ -+HAVE_UNLINKAT = @HAVE_UNLINKAT@ -+HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ -+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_WCPCPY = @HAVE_WCPCPY@ -+HAVE_WCPNCPY = @HAVE_WCPNCPY@ -+HAVE_WCRTOMB = @HAVE_WCRTOMB@ -+HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ -+HAVE_WCSCAT = @HAVE_WCSCAT@ -+HAVE_WCSCHR = @HAVE_WCSCHR@ -+HAVE_WCSCMP = @HAVE_WCSCMP@ -+HAVE_WCSCOLL = @HAVE_WCSCOLL@ -+HAVE_WCSCPY = @HAVE_WCSCPY@ -+HAVE_WCSCSPN = @HAVE_WCSCSPN@ -+HAVE_WCSDUP = @HAVE_WCSDUP@ -+HAVE_WCSLEN = @HAVE_WCSLEN@ -+HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ -+HAVE_WCSNCAT = @HAVE_WCSNCAT@ -+HAVE_WCSNCMP = @HAVE_WCSNCMP@ -+HAVE_WCSNCPY = @HAVE_WCSNCPY@ -+HAVE_WCSNLEN = @HAVE_WCSNLEN@ -+HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ -+HAVE_WCSPBRK = @HAVE_WCSPBRK@ -+HAVE_WCSRCHR = @HAVE_WCSRCHR@ -+HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ -+HAVE_WCSSPN = @HAVE_WCSSPN@ -+HAVE_WCSSTR = @HAVE_WCSSTR@ -+HAVE_WCSTOK = @HAVE_WCSTOK@ -+HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ -+HAVE_WCSXFRM = @HAVE_WCSXFRM@ -+HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ -+HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ -+HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ -+HAVE_WINT_T = @HAVE_WINT_T@ -+HAVE_WMEMCHR = @HAVE_WMEMCHR@ -+HAVE_WMEMCMP = @HAVE_WMEMCMP@ -+HAVE_WMEMCPY = @HAVE_WMEMCPY@ -+HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ -+HAVE_WMEMSET = @HAVE_WMEMSET@ -+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_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ -+REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ -+REPLACE_GETLINE = @REPLACE_GETLINE@ -+REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ -+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_MBTOWC = @REPLACE_MBTOWC@ -+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_STRERROR_R = @REPLACE_STRERROR_R@ -+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_WCSWIDTH = @REPLACE_WCSWIDTH@ -+REPLACE_WCTOB = @REPLACE_WCTOB@ -+REPLACE_WCTOMB = @REPLACE_WCTOMB@ -+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@ -+lispdir = @lispdir@ -+localedir = @localedir@ -+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@ -+info_TEXINFOS = tar.texi -+tar_TEXINFOS = \ -+ dumpdir.texi\ -+ tar-snapshot-edit.texi\ -+ fdl.texi\ -+ freemanuals.texi\ -+ genfile.texi\ -+ header.texi\ -+ intern.texi\ -+ parse-datetime.texi\ -+ rendition.texi\ -+ snapshot.texi\ -+ sparse.texi\ -+ value.texi -+ -+EXTRA_DIST = gendocs_template mastermenu.el texify.sed untabify.el -+ -+# The rendering level is anyone of PUBLISH, DISTRIB or PROOF. -+# Just call `make RENDITION=PROOF [target]' if you want PROOF rendition. -+RENDITION = DISTRIB -+MAKEINFOFLAGS = -D$(RENDITION) -+GENDOCS = gendocs.sh -+TEXI2DVI = texi2dvi -t '@set $(RENDITION)' -E -+all: all-am -+ -+.SUFFIXES: -+.SUFFIXES: .dvi .html .info .pdf .ps .texi -+$(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 doc/Makefile'; \ -+ $(am__cd) $(top_srcdir) && \ -+ $(AUTOMAKE) --gnits doc/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): -+ -+.texi.info: -+ restore=: && backupdir="$(am__leading_dot)am$$$$" && \ -+ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ -+ rm -rf $$backupdir && mkdir $$backupdir && \ -+ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ -+ for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ -+ if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ -+ done; \ -+ else :; fi && \ -+ cd "$$am__cwd"; \ -+ if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -+ -o $@ $<; \ -+ then \ -+ rc=0; \ -+ $(am__cd) $(srcdir); \ -+ else \ -+ rc=$$?; \ -+ $(am__cd) $(srcdir) && \ -+ $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ -+ fi; \ -+ rm -rf $$backupdir; exit $$rc -+ -+.texi.dvi: -+ TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ -+ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ -+ $(TEXI2DVI) $< -+ -+.texi.pdf: -+ TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ -+ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ -+ $(TEXI2PDF) $< -+ -+.texi.html: -+ rm -rf $(@:.html=.htp) -+ if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -+ -o $(@:.html=.htp) $<; \ -+ then \ -+ rm -rf $@; \ -+ if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ -+ mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ -+ else \ -+ if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ -+ rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ -+ exit 1; \ -+ fi -+$(srcdir)/tar.info: tar.texi $(srcdir)/version.texi $(tar_TEXINFOS) -+tar.dvi: tar.texi $(srcdir)/version.texi $(tar_TEXINFOS) -+tar.pdf: tar.texi $(srcdir)/version.texi $(tar_TEXINFOS) -+tar.html: tar.texi $(srcdir)/version.texi $(tar_TEXINFOS) -+$(srcdir)/version.texi: $(srcdir)/stamp-vti -+$(srcdir)/stamp-vti: tar.texi $(top_srcdir)/configure -+ @(dir=.; test -f ./tar.texi || dir=$(srcdir); \ -+ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/tar.texi`; \ -+ echo "@set UPDATED $$1 $$2 $$3"; \ -+ echo "@set UPDATED-MONTH $$2 $$3"; \ -+ echo "@set EDITION $(VERSION)"; \ -+ echo "@set VERSION $(VERSION)") > vti.tmp -+ @cmp -s vti.tmp $(srcdir)/version.texi \ -+ || (echo "Updating $(srcdir)/version.texi"; \ -+ cp vti.tmp $(srcdir)/version.texi) -+ -@rm -f vti.tmp -+ @cp $(srcdir)/version.texi $@ -+ -+mostlyclean-vti: -+ -rm -f vti.tmp -+ -+maintainer-clean-vti: -+ -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi -+.dvi.ps: -+ TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ -+ $(DVIPS) -o $@ $< -+ -+uninstall-dvi-am: -+ @$(NORMAL_UNINSTALL) -+ @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ -+ rm -f "$(DESTDIR)$(dvidir)/$$f"; \ -+ done -+ -+uninstall-html-am: -+ @$(NORMAL_UNINSTALL) -+ @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ -+ rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ -+ done -+ -+uninstall-info-am: -+ @$(PRE_UNINSTALL) -+ @if test -d '$(DESTDIR)$(infodir)' && \ -+ (install-info --version && \ -+ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ -+ list='$(INFO_DEPS)'; \ -+ for file in $$list; do \ -+ relfile=`echo "$$file" | sed 's|^.*/||'`; \ -+ echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ -+ if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ -+ then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ -+ done; \ -+ else :; fi -+ @$(NORMAL_UNINSTALL) -+ @list='$(INFO_DEPS)'; \ -+ for file in $$list; do \ -+ relfile=`echo "$$file" | sed 's|^.*/||'`; \ -+ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ -+ (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ -+ echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ -+ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ -+ else :; fi); \ -+ done -+ -+uninstall-pdf-am: -+ @$(NORMAL_UNINSTALL) -+ @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ -+ rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ -+ done -+ -+uninstall-ps-am: -+ @$(NORMAL_UNINSTALL) -+ @list='$(PSS)'; test -n "$(psdir)" || list=; \ -+ for p in $$list; do \ -+ $(am__strip_dir) \ -+ echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ -+ rm -f "$(DESTDIR)$(psdir)/$$f"; \ -+ done -+ -+dist-info: $(INFO_DEPS) -+ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ -+ list='$(INFO_DEPS)'; \ -+ for base in $$list; do \ -+ case $$base in \ -+ $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ -+ esac; \ -+ if test -f $$base; then d=.; else d=$(srcdir); fi; \ -+ base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ -+ for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ -+ if test -f $$file; then \ -+ relfile=`expr "$$file" : "$$d/\(.*\)"`; \ -+ test -f "$(distdir)/$$relfile" || \ -+ cp -p $$file "$(distdir)/$$relfile"; \ -+ else :; fi; \ -+ done; \ -+ done -+ -+mostlyclean-aminfo: -+ -rm -rf tar.aux tar.cp tar.cps tar.fn tar.kw tar.ky tar.log tar.op tar.ops \ -+ tar.pg tar.tmp tar.toc tar.tp tar.tps tar.vr -+ -+clean-aminfo: -+ -test -z "tar.dvi tar.pdf tar.ps tar.html" \ -+ || rm -rf tar.dvi tar.pdf tar.ps tar.html -+ -+maintainer-clean-aminfo: -+ @list='$(INFO_DEPS)'; for i in $$list; do \ -+ i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ -+ echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ -+ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ -+ done -+tags: TAGS -+TAGS: -+ -+ctags: CTAGS -+CTAGS: -+ -+ -+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 -+ $(MAKE) $(AM_MAKEFLAGS) \ -+ top_distdir="$(top_distdir)" distdir="$(distdir)" \ -+ dist-info -+check-am: all-am -+check: check-am -+all-am: Makefile $(INFO_DEPS) -+installdirs: -+ for dir in "$(DESTDIR)$(infodir)"; do \ -+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ -+ done -+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) -+ -+maintainer-clean-generic: -+ @echo "This command is intended for maintainers to use" -+ @echo "it deletes files that may require special tools to rebuild." -+clean: clean-am -+ -+clean-am: clean-aminfo clean-generic clean-local mostlyclean-am -+ -+distclean: distclean-am -+ -rm -f Makefile -+distclean-am: clean-am distclean-generic -+ -+dvi: dvi-am -+ -+dvi-am: $(DVIS) -+ -+html: html-am -+ -+html-am: $(HTMLS) -+ -+info: info-am -+ -+info-am: $(INFO_DEPS) -+ -+install-data-am: install-info-am -+ -+install-dvi: install-dvi-am -+ -+install-dvi-am: $(DVIS) -+ @$(NORMAL_INSTALL) -+ test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)" -+ @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ -+ done -+install-exec-am: -+ -+install-html: install-html-am -+ -+install-html-am: $(HTMLS) -+ @$(NORMAL_INSTALL) -+ test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" -+ @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ -+ for p in $$list; do \ -+ if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ $(am__strip_dir) \ -+ if test -d "$$d$$p"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ -+ echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \ -+ $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ -+ else \ -+ list2="$$list2 $$d$$p"; \ -+ fi; \ -+ done; \ -+ test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ -+ done; } -+install-info: install-info-am -+ -+install-info-am: $(INFO_DEPS) -+ @$(NORMAL_INSTALL) -+ test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)" -+ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ -+ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ -+ for file in $$list; do \ -+ case $$file in \ -+ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ -+ esac; \ -+ if test -f $$file; then d=.; else d=$(srcdir); fi; \ -+ file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ -+ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ -+ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ -+ if test -f $$ifile; then \ -+ echo "$$ifile"; \ -+ else : ; fi; \ -+ done; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done -+ @$(POST_INSTALL) -+ @if (install-info --version && \ -+ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ -+ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ -+ for file in $$list; do \ -+ relfile=`echo "$$file" | sed 's|^.*/||'`; \ -+ echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ -+ install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ -+ done; \ -+ else : ; fi -+install-man: -+ -+install-pdf: install-pdf-am -+ -+install-pdf-am: $(PDFS) -+ @$(NORMAL_INSTALL) -+ test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)" -+ @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done -+install-ps: install-ps-am -+ -+install-ps-am: $(PSS) -+ @$(NORMAL_INSTALL) -+ test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)" -+ @list='$(PSS)'; test -n "$(psdir)" || list=; \ -+ for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ echo "$$d$$p"; \ -+ done | $(am__base_list) | \ -+ while read files; do \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done -+installcheck-am: -+ -+maintainer-clean: maintainer-clean-am -+ -rm -f Makefile -+maintainer-clean-am: distclean-am maintainer-clean-aminfo \ -+ maintainer-clean-generic maintainer-clean-vti -+ -+mostlyclean: mostlyclean-am -+ -+mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti -+ -+pdf: pdf-am -+ -+pdf-am: $(PDFS) -+ -+ps: ps-am -+ -+ps-am: $(PSS) -+ -+uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ -+ uninstall-pdf-am uninstall-ps-am -+ -+.MAKE: install-am install-strip -+ -+.PHONY: all all-am check check-am clean clean-aminfo clean-generic \ -+ clean-local dist-info distclean distclean-generic 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 installdirs maintainer-clean \ -+ maintainer-clean-aminfo maintainer-clean-generic \ -+ maintainer-clean-vti mostlyclean mostlyclean-aminfo \ -+ mostlyclean-generic mostlyclean-vti pdf pdf-am ps ps-am \ -+ uninstall uninstall-am uninstall-dvi-am uninstall-html-am \ -+ uninstall-info-am uninstall-pdf-am uninstall-ps-am -+ -+ -+header.texi: $(top_srcdir)/src/tar.h -+ sed -f $(srcdir)/texify.sed $(top_srcdir)/src/tar.h \ -+ | expand >$@ -+ -+master-menu: $(tar_TEXINFOS) -+ emacs -batch -l mastermenu.el -f make-master-menu $(info_TEXINFOS) -+ -+untabify: -+ emacs -batch -l untabify.el $(info_TEXINFOS) $(tar_TEXINFOS) -+ -+final: untabify master-menu -+ -+# Checking -+check-format: -+ @if test -n "`cat $(info_TEXINFOS) $(tar_TEXINFOS) | tr -d -c '\t'`"; then \ -+ echo "Sources contain tabs; run make untabify"; \ -+ false; \ -+ fi -+ -+check-options: -+ @ARGP_HELP_FMT='usage-indent=0,short-opt-col=0,long-opt-col=0,doc-opt-col=0,opt-doc-col=0,header-col=0,rmargin=1' \ -+ $(top_builddir)/src/tar --usage | \ -+ sed -n 's/^\[--\([^]\=\[]*\).*/\1/p' | sort | uniq > opts.$$$$;\ -+ $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \ -+ $(info_TEXINFOS) | \ -+ sed -n '/^@macro/,/^@end macro/d;s/@opindex *\([^@,]*\).*/\1/p' \ -+ | sort | uniq > docs.$$$$;\ -+ status=0;\ -+ join -v1 opts.$$$$ docs.$$$$ > report.$$$$;\ -+ if test -s report.$$$$; then \ -+ echo 'Not documented options:'; \ -+ cat report.$$$$; \ -+ status=1; \ -+ fi; \ -+ join -v2 opts.$$$$ docs.$$$$ > report.$$$$;\ -+ if test -s report.$$$$; then \ -+ echo 'Non-existing options:';\ -+ cat report.$$$$; \ -+ status=1; \ -+ fi; \ -+ rm opts.$$$$ docs.$$$$ report.$$$$;\ -+ test $$status -ne 0 && exit $$status -+ -+check-refs: -+ @for file in $(info_TEXINFOS) $(tar_TEXINFOS); \ -+ do \ -+ sed -e = $$file | \ -+ sed -n 'N;/@FIXME-.*ref/{s/\(^[0-9][0-9]*\).*@FIXME-.*ref{\([^}]*\).*/'$$file':\1: \2/gp}'; \ -+ done > $@-t; \ -+ if [ -s $@-t ]; then \ -+ echo "Unresolved cross-references:"; \ -+ cat $@-t;\ -+ rm $@-t; \ -+ else \ -+ rm -f $@-t; \ -+ fi -+ -+check-fixmes: -+ @for file in $(info_TEXINFOS); \ -+ do \ -+ sed -e = $$file | \ -+ sed -n 'N;/@FIXME{/{s/\(^[0-9][0-9]*\).*@FIXME{\([^}]*\).*/'$$file':\1: \2/gp}'; \ -+ done > $@-t; \ -+ if [ -s $@-t ]; then \ -+ echo "Unresolved FIXMEs:"; \ -+ cat $@-t; \ -+ rm $@-t; \ -+ false; \ -+ else \ -+ rm -f $@-t; \ -+ fi -+ -+check-unrevised: -+ @grep -Hn @UNREVISED $(info_TEXINFOS) > $@-t; \ -+ if [ -s $@-t ]; then \ -+ echo "Unrevised nodes:"; \ -+ cat $@-t; \ -+ rm $@-t; \ -+ false;\ -+ else \ -+ rm $@-t; \ -+ fi -+ -+all-check-docs: check-format check-options check-refs check-fixmes check-unrevised -+ -+check-docs: -+ $(MAKE) -k all-check-docs -+ -+# -+ -+clean-local: -+ rm -rf manual -+ -+# Make sure you set TEXINPUTS -+# Usual value is: -+# /usr/share/texmf/pdftex/plain/misc:/usr/share/texmf/pdftex/config -+manual: -+ TEXINPUTS=$(srcdir):$(top_srcdir)/build-tex:$(TEXINPUTS) \ -+ MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \ -+ TEXI2DVI="$(TEXI2DVI) -t @finalout" \ -+ $(GENDOCS) --texi2html tar 'GNU tar manual' -+ -+# 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 -Naur tar-1.26.orig/doc/tar.1 tar-1.26/doc/tar.1 ---- tar-1.26.orig/doc/tar.1 1970-01-01 00:00:00.000000000 +0000 -+++ tar-1.26/doc/tar.1 2011-05-18 17:55:36.872098438 +0000 -@@ -0,0 +1,366 @@ -+.\" generated by script on Sat Jan 8 16:53:11 2011 -+.Dd Jan 8, 2011 -+.Dt TAR 1 -+.Sh NAME -+.Nm tar -+.Nd The GNU version of the tar archiving utility -+.Sh SYNOPSIS -+.Nm tar -+.Oo Fl Oc Cm A Fl \-catenate \-concatenate Cm \||\| c Fl \-create Cm \||\| d Fl \-diff \-compare Cm \||\| Fl \-delete Cm \||\| r Fl \-append Cm \||\| t Fl \-list Cm \||\| Fl \-test\-label Cm \||\| u Fl \-update Cm \||\| x Fl \-extract \-get -+.Op Ar options -+.Op Ar pathname ... -+.Sh DESCRIPTION -+.Nm Tar -+stores and extracts files from a tape or disk archive. -+.Pp -+The first argument to -+tar -+should be a function; either one of the letters -+.Cm Acdrtux , -+or one of the long function names. -+A function letter need not be prefixed with ``\-'', and may be combined -+with other single-letter options. -+A long function name must be prefixed with -+.Cm \\-\\- . -+Some options take a parameter; with the single-letter form -+these must be given as separate arguments. -+With the long form, they may be given by appending -+.Cm = Ns Ar value -+to the option. -+.Sh FUNCTION LETTERS -+Main operation mode: -+.Bl -tag -width flag -+.It Fl A , Fl \-catenate , Fl \-concatenate -+append tar files to an archive -+.It Fl c , Fl \-create -+create a new archive -+.It Fl d , Fl \-diff , Fl \-compare -+find differences between archive and file system -+.It Fl \-delete -+delete from the archive (not on mag tapes!) -+.It Fl r , Fl \-append -+append files to the end of an archive -+.It Fl t , Fl \-list -+list the contents of an archive -+.It Fl \-test\-label -+test the archive volume label and exit -+.It Fl u , Fl \-update -+only append files newer than copy in archive -+.It Fl x , Fl \-extract , Fl \-get -+extract files from an archive -+.El -+.Sh OTHER OPTIONS -+Operation modifiers: -+.Bl -tag -width flag -+.It \-[0\-7][lmh] -+specify drive and density -+.It Fl a , Fl \-auto\-compress -+use archive suffix to determine the compression program -+.It Fl \-add\-file Ns \= Ns Ar FILE -+add given FILE to the archive (useful if its name starts with a dash) -+.It Fl \-anchored -+patterns match file name start -+.It Fl \-no\-anchored -+patterns match after any `/' (default for exclusion) -+.It Fl \-atime\-preserve -+preserve access times on dumped files, either by restoring the times -+.It Fl \-no\-auto\-compress -+do not use archive suffix to determine the compression program -+.It Fl b , Fl \-blocking\-factor Ar BLOCKS -+BLOCKS x 512 bytes per record -+.It Fl B , Fl \-read\-full\-records -+reblock as we read (for 4.2BSD pipes) -+.It Fl \-backup -+backup before removal, choose version CONTROL -+.It Fl C , Fl \-directory Ar DIR -+change to directory DIR -+.It Fl \-check\-device -+check device numbers when creating incremental archives (default) -+.It Fl \-no\-check\-device -+do not check device numbers when creating incremental archives -+.It Fl \-checkpoint -+display progress messages every NUMBERth record (default 10) -+.It Fl \-checkpoint\-action Ns \= Ns Ar ACTION -+execute ACTION on each checkpoint -+.It Fl \-delay\-directory\-restore -+delay setting modification times and permissions of extracted -+.It Fl \-no\-delay\-directory\-restore -+cancel the effect of --delay-directory-restore option -+.It Fl \-exclude Ns \= Ns Ar PATTERN -+exclude files, given as a PATTERN -+.It Fl \-exclude\-backups -+exclude backup and lock files -+.It Fl \-exclude\-caches -+exclude contents of directories containing CACHEDIR.TAG, -+.It Fl \-exclude\-caches\-all -+exclude directories containing CACHEDIR.TAG -+.It Fl \-exclude\-caches\-under -+exclude everything under directories containing CACHEDIR.TAG -+.It Fl \-exclude\-tag Ns \= Ns Ar FILE -+exclude contents of directories containing FILE, except -+.It Fl \-exclude\-tag\-all Ns \= Ns Ar FILE -+exclude directories containing FILE -+.It Fl \-exclude\-tag\-under Ns \= Ns Ar FILE -+exclude everything under directories containing FILE -+.It Fl \-exclude\-vcs -+exclude version control system directories -+.It Fl f , Fl \-file Ar ARCHIVE -+use archive file or device ARCHIVE -+.It Fl F , Fl \-info\-script , Fl \-new\-volume\-script Ar NAME -+run script at end of each tape (implies -M) -+.It Fl \-force\-local -+archive file is local even if it has a colon -+.It Fl \-full\-time -+print file time to its full resolution -+.It Fl g , Fl \-listed\-incremental Ar FILE -+handle new GNU-format incremental backup -+.It Fl G , Fl \-incremental -+handle old GNU-format incremental backup -+.It Fl \-group Ns \= Ns Ar NAME -+force NAME as group for added files -+.It Fl h , Fl \-dereference -+follow symlinks; archive and dump the files they point to -+.It Fl H , Fl \-format Ar FORMAT -+create archive of the given formatFORMAT is one of the following: -+.Bl -tag -width flag -+.It Fl \-format=gnu -+GNU tar 1.13.x format -+.It Fl \-format=oldgnu -+GNU format as per tar <= 1.12 -+.It Fl \-format=pax -+POSIX 1003.1-2001 (pax) format -+.It Fl \-format=posix -+same as pax -+.It Fl \-format=ustar -+POSIX 1003.1-1988 (ustar) format -+.It Fl \-format=v7 -+old V7 tar format -+.El -+.It Fl \-hard\-dereference -+follow hard links; archive and dump the files they refer to -+.It Fl i , Fl \-ignore\-zeros -+ignore zeroed blocks in archive (means EOF) -+.It Fl I , Fl \-use\-compress\-program Ar PROG -+filter through PROG (must accept -d) -+.It Fl \-ignore\-case -+ignore case -+.It Fl \-no\-ignore\-case -+case sensitive matching (default) -+.It Fl \-ignore\-command\-error -+ignore exit codes of children -+.It Fl \-no\-ignore\-command\-error -+treat non-zero exit codes of children as error -+.It Fl \-ignore\-failed\-read -+do not exit with nonzero on unreadable files -+.It Fl \-index\-file Ns \= Ns Ar FILE -+send verbose output to FILE -+.It Fl j , Fl \-bzip2 -+ -+.It Fl J , Fl \-xz -+ -+.It Fl k , Fl \-keep\-old\-files -+don't replace existing files when extracting -+.It Fl K , Fl \-starting\-file Ar MEMBER-NAME -+begin at member MEMBER-NAME in the archive -+.It Fl \-keep\-newer\-files -+don't replace existing files that are newer than their archive copies -+.It Fl l , Fl \-check\-links -+print a message if not all links are dumped -+.It Fl L , Fl \-tape\-length Ar NUMBER -+change tape after writing NUMBER x 1024 bytes -+.It Fl \-level Ns \= Ns Ar NUMBER -+dump level for created listed-incremental archive -+.It Fl \-lzip -+ -+.It Fl \-lzma -+ -+.It Fl \-lzop -+ -+.It Fl m , Fl \-touch -+don't extract file modified time -+.It Fl M , Fl \-multi\-volume -+create/list/extract multi-volume archive -+.It Fl \-mode Ns \= Ns Ar CHANGES -+force (symbolic) mode CHANGES for added files -+.It Fl \-mtime Ns \= Ns Ar DATE-OR-FILE -+set mtime for added files from DATE-OR-FILE -+.It Fl n , Fl \-seek -+archive is seekable -+.It Fl N , Fl \-newer , Fl \-after\-date Ar DATE-OR-FILE -+only store files newer than DATE-OR-FILE -+.It Fl \-newer\-mtime Ns \= Ns Ar DATE -+compare date and time when data changed only -+.It Fl \-null -+-T reads null-terminated names, disable -C -+.It Fl \-no\-null -+disable the effect of the previous --null option -+.It Fl \-numeric\-owner -+always use numbers for user/group names -+.It Fl O , Fl \-to\-stdout -+extract files to standard output -+.It Fl \-occurrence -+process only the NUMBERth occurrence of each file in the archive; -+.It Fl \-old\-archive , Fl \-portability -+same as --format=v7 -+.It Fl \-one\-file\-system -+stay in local file system when creating archive -+.It Fl \-overwrite -+overwrite existing files when extracting -+.It Fl \-overwrite\-dir -+overwrite metadata of existing directories when extracting (default) -+.It Fl \-no\-overwrite\-dir -+preserve metadata of existing directories -+.It Fl \-owner Ns \= Ns Ar NAME -+force NAME as owner for added files -+.It Fl p , Fl \-preserve\-permissions , Fl \-same\-permissions -+extract information about file permissions (default for superuser) -+.It Fl P , Fl \-absolute\-names -+don't strip leading `/'s from file names -+.It Fl \-pax\-option Ns \= Ns Ar keyword[[:]=value][,keyword[[:]=value]]... -+control pax keywords -+.It Fl \-posix -+same as --format=posix -+.It Fl \-preserve -+same as both -p and -s -+.It Fl \-quote\-chars Ns \= Ns Ar STRING -+additionally quote characters from STRING -+.It Fl \-no\-quote\-chars Ns \= Ns Ar STRING -+disable quoting for characters from STRING -+.It Fl \-quoting\-style Ns \= Ns Ar STYLE -+set name quoting style; see below for valid STYLE values -+.It Fl R , Fl \-block\-number -+show block number within archive with each message -+.It Fl \-record\-size Ns \= Ns Ar NUMBER -+NUMBER of bytes per record, multiple of 512 -+.It Fl \-recursion -+recurse into directories (default) -+.It Fl \-no\-recursion -+avoid descending automatically in directories -+.It Fl \-recursive\-unlink -+empty hierarchies prior to extracting directory -+.It Fl \-remove\-files -+remove files after adding them to the archive -+.It Fl \-restrict -+disable use of some potentially harmful options -+.It Fl \-rmt\-command Ns \= Ns Ar COMMAND -+use given rmt COMMAND instead of rmt -+.It Fl \-rsh\-command Ns \= Ns Ar COMMAND -+use remote COMMAND instead of rsh -+.It Fl s , Fl \-preserve\-order , Fl \-same\-order -+sort names to extract to match archive -+.It Fl S , Fl \-sparse -+handle sparse files efficiently -+.It Fl \-same\-owner -+try extracting files with the same ownership as exists in the archive (default for superuser) -+.It Fl \-no\-same\-owner -+extract files as yourself (default for ordinary users) -+.It Fl \-no\-same\-permissions -+apply the user's umask when extracting permissions from the archive (default for ordinary users) -+.It Fl \-no\-seek -+archive is not seekable -+.It Fl \-show\-defaults -+show tar defaults -+.It Fl \-show\-omitted\-dirs -+when listing or extracting, list each directory that does not match search criteria -+.It Fl \-show\-transformed\-names , Fl \-show\-stored\-names -+show file or archive names after transformation -+.It Fl \-sparse\-version Ns \= Ns Ar MAJOR[.MINOR] -+set version of the sparse format to use (implies --sparse) -+.It Fl \-strip\-components Ns \= Ns Ar NUMBER -+strip NUMBER leading components from file names on extraction -+.It Fl \-suffix Ns \= Ns Ar STRING -+backup before removal, override usual suffix ('~' unless overridden by environment variable SIMPLE_BACKUP_SUFFIX) -+.It Fl T , Fl \-files\-from Ar FILE -+get names to extract or create from FILE -+.It Fl \-to\-command Ns \= Ns Ar COMMAND -+pipe extracted files to another program -+.It Fl \-totals -+print total bytes after processing the archive; -+.It Fl \-transform , Fl \-xform Ar EXPRESSION -+use sed replace EXPRESSION to transform file names -+.It Fl U , Fl \-unlink\-first -+remove each file prior to extracting over it -+.It Fl \-unquote -+unquote filenames read with -T (default) -+.It Fl \-no\-unquote -+do not unquote filenames read with -T -+.It Fl \-utc -+print file modification times in UTC -+.It Fl v , Fl \-verbose -+verbosely list files processed -+.It Fl V , Fl \-label Ar TEXT -+create archive with volume name TEXT; at list/extract time, use TEXT as a globbing pattern for volume name -+.It Fl \-volno\-file Ns \= Ns Ar FILE -+use/update the volume number in FILE -+.It Fl w , Fl \-interactive , Fl \-confirmation -+ask for confirmation for every action -+.It Fl W , Fl \-verify -+attempt to verify the archive after writing it -+.It Fl \-warning Ns \= Ns Ar KEYWORD -+warning control -+.It Fl \-wildcards -+use wildcards (default for exclusion) -+.It Fl \-wildcards\-match\-slash -+wildcards match `/' (default for exclusion) -+.It Fl \-no\-wildcards\-match\-slash -+wildcards do not match `/' -+.It Fl \-no\-wildcards -+verbatim string matching -+.It Fl X , Fl \-exclude\-from Ar FILE -+exclude patterns listed in FILE -+.It Fl z , Fl \-gzip , Fl \-gunzip Fl \-ungzip -+ -+.It Fl Z , Fl \-compress , Fl \-uncompress -+ -+.El -+.Sh ENVIRONMENT -+The behavior of tar is controlled by the following environment variables, -+among others: -+.Bl -tag -width Ds -+.It Ev SIMPLE_BACKUP_SUFFIX -+Backup prefix to use when extracting, if -+.Fl \-suffix -+is not specified. -+The backup suffix defaults to `~' if neither is specified. -+.It Ev TAR_OPTIONS -+Options to prepend to those specified on the command line, separated by -+whitespace. Embedded backslashes may be used to escape whitespace or -+backslashes within an option. -+.It Ev TAPE -+Device or file to use for the archive if -+.Fl \-file -+is not specified. -+If this environment variable is unset, use stdin or stdout instead. -+.El -+.Sh EXAMPLES -+Create archive.tar from files foo and bar. -+.Bd -literal -offset indent -compact -+tar \-cf archive.tar foo bar -+.Ed -+List all files in archive.tar verbosely. -+.Bd -literal -offset indent -compact -+tar \-tvf archive.tar -+.Ed -+Extract all files from archive.tar. -+.Bd -literal -offset indent -compact -+tar \-xf archive.tar -+.Ed -+.Sh SEE ALSO -+.\" libarchive -+.Xr tar 5 , -+.\" man-pages -+.Xr symlink 7 , -+.Xr rmt 8 -+.Sh HISTORY -+The -+.Nm tar -+command appeared in -+.At v7 . -+.Sh BUGS -+The GNU folks, in general, abhor man pages, and create info documents instead. -+Unfortunately, the info document describing tar is licensed under the GFDL with -+invariant cover texts, which makes it impossible to include any text -+from that document in this man page. -+Most of the text in this document was automatically extracted from the usage -+text in the source. -+It may not completely describe all features of the program. diff --git a/stage1/patches/common/tar-1.27.1-manpage-1.patch b/stage1/patches/common/tar-1.27.1-manpage-1.patch new file mode 100644 index 0000000..223f8a6 --- /dev/null +++ b/stage1/patches/common/tar-1.27.1-manpage-1.patch @@ -0,0 +1,335 @@ +Submitted By: William Harrington < kb0iic at cross-lfs dot org > +Date: 2013-10-25 +Initial Package Version: 1.27 +Origin: Debian +Upstream Status: Unknown +Description: This makes a tar.1 manpage from src/tar.c +Usage: perl tarman > /usr/share/man/man1/tar.1 + +diff -Naur tar-1.27.orig/tarman tar-1.27/tarman +--- tar-1.27.orig/tarman 1970-01-01 00:00:00.000000000 +0000 ++++ tar-1.27/tarman 2013-10-25 18:56:17.753173995 +0000 +@@ -0,0 +1,323 @@ ++# ++# tarman - make tar man page from src/tar.c ++# some text cribbed from debian tar man page ++# ++ ++use strict; ++ ++my $t = "".localtime(time); ++my $datestr = substr($t,4,3)." ".substr($t,8,2).", ".substr($t,20,4); ++ ++@ARGV=qw(src/tar.c); ++my $mode; ++my @operations; ++my $lastoperation; ++my @options; ++my @formats; ++my @short; ++my $examples; ++my $saw_format; ++my @env_vars; ++while (<>) { ++ my $nflag = 0; ++ chomp; ++# print "$mode: $_\n"; ++ if (/getenv.*"/) { ++ next if defined($mode); ++ my @c1 = split('"'); ++ if ($#c1 > 0) { ++ push @env_vars, $c1[1]; ++ } ++ } ++ if (/Main operation mode:/) { ++ $mode = 1; ++ next; ++ } ++ if (/Operation modifiers:/) { ++ $mode = 2; ++ next; ++ } ++ if (/Examples:/) { ++ $mode = 3; ++ next; ++ } ++ if (/define GRID/) { ++ $mode = 2; ++ } ++ if (/undef GRID/) { ++ undef $lastoperation; ++ undef $mode; ++ next; ++ } ++ if ($mode == 1 || $mode == 2) { ++ if (/{"/) { # } ++ my @j = split(','); ++ my @c1 = split('"', $j[0]); ++ if (/OPTION_ALIAS/) { ++ next unless defined($lastoperation); ++ push @{$$lastoperation{'alias'} }, $c1[1]; ++ next; ++ } ++ my %newhash = (); ++ $lastoperation = \%newhash; ++ my $name = $c1[1]; ++ if ($name =~ /^ /) { ++ $name =~ s/^ */format=/; ++ push @formats, $lastoperation; ++ } elsif ($mode == 1) { ++ push @operations, $lastoperation; ++ } else { ++ push @options, $lastoperation; ++ } ++ $newhash{'name'} = $name; ++ if ($mode == 2 && $name eq 'format') { ++ $saw_format = $lastoperation; ++ } ++ my @c2 = split("'", $j[1]); ++ if ($#c2 > 0) { ++ $newhash{'short'} = $c2[1]; ++ push @short, $c2[1] if ($mode == 1); ++ } ++ if ($j[2] =~ /N_/) { ++ $nflag = 1; ++ } ++ } ++ if (/N_/) { ++ next unless defined($lastoperation); ++ my $nrest = $_; ++ $nrest =~ s/.*N_//; ++ my @c3 = split('"', $nrest); ++ if ($#c3 > 0) { ++ if ($nflag) { ++ $$lastoperation{'operand'} .= $c3[1]; ++ } else { ++ $$lastoperation{'description'} .= $c3[1]; ++ } ++ } ++ } ++ } ++ if ($mode == 3 ) { ++ my $j = $_; ++ $j =~ s/\\n.*//; ++ my ($c1, $c2) = split('#', $j, 2); ++ $c1 =~ s/ *$//; ++ $c1 =~ s/^ *//; ++$c1 =~ s/-/\\-/g; ++ $c2 =~ s/^ *//; ++$examples .= <<"."; ++$c2 ++.Bd -literal -offset indent -compact ++$c1 ++.Ed ++. ++ # ( ++ if (/"\)/) { ++ undef $mode; ++ } ++ } ++} ++ ++# for my $q ( @operations) { ++# print "\nshort=".$$q{'short'}."\n"; ++# print "name=".$$q{'name'}."\n"; ++# print "desc=".$$q{'description'}."\n"; ++# if (defined($$q{'alias'})) { ++# print "alias=".join(',',@{ $$q{'alias'}})."\n"; ++# } ++# } ++ ++sub long2nroff { ++ my $f = shift; ++ if ($f !~ /^-/) { ++ $f = "Fl -$f"; ++ } ++ $f =~ s/-/\\-/g; ++ return $f; ++} ++ ++sub format_options ++{ ++ my $h = shift; ++ my $r; ++ for my $q ( @$h ) { ++ $r .= ".It"; ++ my @functions; ++ push @functions, " Fl ".$$q{'short'} if defined($$q{'short'}); ++ push @functions, " ".long2nroff($$q{'name'}); ++ push @functions, join(' ', '', map {long2nroff $_} @{ $$q{'alias'} }) ++ if defined($$q{'alias'}); ++ $r .= join(' ,', @functions); ++ if (defined($$q{'operand'})) { ++ if ($#functions > 0) { ++ $r .= " "; ++ } else { ++ $r .= " Ns \\= Ns "; ++ } ++ $r .= "Ar ".$$q{'operand'}; ++ } ++ $r .= "\n".$$q{'description'}."\n"; ++ $r .= $$q{'extra'}; ++ } ++ return $r; ++} ++ ++sub optionkeyword ++{ ++ my $h = shift; ++ my $k = $$h{'short'}; ++ $k = $$h{'name'} if !defined($k); ++ my $l = $k; ++ if ($l =~ s/^no-//) { ++ $l .= "-no"; ++ } ++ return ($l,$k); ++} ++ ++sub optioncmp ++{ ++ my ($x1, $x2) = optionkeyword($a); ++ my ($y1, $y2) = optionkeyword($b); ++ my $r = lc($x1) cmp lc($y1); ++ return $r if $r; ++ $r = $y1 cmp $x1; ++ return $r if $r; ++ return $x2 cmp $y2; ++} ++ ++@operations = sort optioncmp @operations; ++@operations = sort optioncmp @operations; ++@options = sort optioncmp @options; ++@formats = sort optioncmp @formats; ++ ++if ($#formats >= 0 && !$saw_format) { ++ print STDERR "FIXME: saw --format=X but no root --format!\n"; ++ exit(1); ++} ++ ++my $function_letters; ++my $short_letters = join('', sort @short); ++my $option_letters; ++my $format_letters; ++my $command_string = <<"."; ++.Nm tar ++. ++$command_string .= ".Oo Fl Oc"; ++my $env_variables; ++my %env_description = ( ++'SIMPLE_BACKUP_SUFFIX' => <<".", ++Backup prefix to use when extracting, if ++.Fl \\-suffix ++is not specified. ++The backup suffix defaults to `~' if neither is specified. ++. ++'TAPE' => <<".", ++Device or file to use for the archive if ++.Fl \\-file ++is not specified. ++If this environment variable is unset, use stdin or stdout instead. ++. ++'TAR_OPTIONS' => <<".", ++Options to prepend to those specified on the command line, separated by ++whitespace. Embedded backslashes may be used to escape whitespace or ++backslashes within an option. ++. ++); ++my $sep = ""; ++for my $q ( @operations) { ++ $command_string .= " Cm"; ++ $command_string .= $sep; ++ $command_string .= " ".$$q{'short'} if defined($$q{'short'}); ++ $command_string .= " ".long2nroff($$q{'name'}); ++ if (defined($$q{'alias'})) { ++ my $t = join(' ', '', map{long2nroff $_} @{ $$q{'alias'} }); ++ $t =~ s/ Fl / /g; ++ $command_string .= $t; ++ } ++ $sep = " \\||\\|"; ++} ++$function_letters = ".Bl -tag -width flag\n"; ++$function_letters .= format_options(\@operations); ++$function_letters .= ".El"; ++if ($#formats >= 0) { ++ $format_letters = ".Bl -tag -width flag\n"; ++ $format_letters .= format_options(\@formats); ++ $format_letters .= ".El\n"; ++ $$saw_format{'extra'} = $format_letters; ++} ++### Ar Cm Ic Li Nm Op Pa Va ++$option_letters = ".Bl -tag -width flag\n"; ++$option_letters .= format_options(\@options); ++$option_letters .= ".El"; ++$env_variables .= ".Bl -tag -width Ds\n"; ++for my $q ( @env_vars) { ++ $env_variables .= ".It Ev $q\n"; ++ $env_variables .= $env_description{$q}; ++} ++$env_variables .= ".El"; ++ ++$examples =~ s/\n$//; ++$function_letters =~ s/\n$//; ++$option_letters =~ s/\n$//; ++$env_variables =~ s/\n$//; ++print <<"."; ++.\\" generated by script on $t ++.Dd $datestr ++.Dt TAR 1 ++.Sh NAME ++.Nm tar ++.Nd The GNU version of the tar archiving utility ++.Sh SYNOPSIS ++$command_string ++.Op Ar options ++.Op Ar pathname ... ++.Sh DESCRIPTION ++.Nm Tar ++stores and extracts files from a tape or disk archive. ++.Pp ++The first argument to ++tar ++should be a function; either one of the letters ++.Cm $short_letters , ++or one of the long function names. ++A function letter need not be prefixed with ``\\-'', and may be combined ++with other single-letter options. ++A long function name must be prefixed with ++.Cm \\\\-\\\\- . ++Some options take a parameter; with the single-letter form ++these must be given as separate arguments. ++With the long form, they may be given by appending ++.Cm = Ns Ar value ++to the option. ++.Sh FUNCTION LETTERS ++Main operation mode: ++$function_letters ++.Sh OTHER OPTIONS ++Operation modifiers: ++$option_letters ++.Sh ENVIRONMENT ++The behavior of tar is controlled by the following environment variables, ++among others: ++$env_variables ++.Sh EXAMPLES ++$examples ++.Sh SEE ALSO ++.\\" libarchive ++.Xr tar 5 , ++.\\" man-pages ++.Xr symlink 7 , ++.Xr rmt 8 ++.Sh HISTORY ++The ++.Nm tar ++command appeared in ++.At v7 . ++.Sh BUGS ++The GNU folks, in general, abhor man pages, and create info documents instead. ++Unfortunately, the info document describing tar is licensed under the GFDL with ++invariant cover texts, which makes it impossible to include any text ++from that document in this man page. ++Most of the text in this document was automatically extracted from the usage ++text in the source. ++It may not completely describe all features of the program. ++. ++__END__ diff --git a/stage2/patches/common/tar-1.26-man-1.patch b/stage2/patches/common/tar-1.26-man-1.patch deleted file mode 120000 index e1d8096..0000000 --- a/stage2/patches/common/tar-1.26-man-1.patch +++ /dev/null @@ -1 +0,0 @@ -../../../stage1/patches/common/tar-1.26-man-1.patch \ No newline at end of file diff --git a/stage2/patches/common/tar-1.27.1-manpage-1.patch b/stage2/patches/common/tar-1.27.1-manpage-1.patch new file mode 120000 index 0000000..868a463 --- /dev/null +++ b/stage2/patches/common/tar-1.27.1-manpage-1.patch @@ -0,0 +1 @@ +../../../stage1/patches/common/tar-1.27.1-manpage-1.patch \ No newline at end of file