Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
Tar
Commits
0d5b2668
Commit
0d5b2668
authored
Feb 03, 2014
by
Bdale Garbee
Browse files
Elide non-DFSG compliant upstream components
parents
c6623324
eb3ba7cb
Changes
101
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0d5b2668
2013-11-17 Sergey Poznyakoff <gray@gnu.org.ua>
Version 1.27.1
2013-11-17 Sergey Poznyakoff <gray@gnu.org.ua>
Fix star compatibility (sparse headers)
* src/sparse.c (star_get_sparse_info): Update file->dumped_size
2013-11-17 Sergey Poznyakoff <gray@gnu.org.ua>
Fix GNU long link header.
* src/create.c (write_gnu_long_link): Set timestamp to
0 for backward compatibility. Bug reported by David Barri.
* THANKS: Update.
2013-11-17 Sergey Poznyakoff <gray@gnu.org.ua>
Fix unquoting of input file names.
* src/names.c (read_next_name): Unquote file names coming from the
-T argument. Bug reported by Nicolas Dudebout.
* THANKS: Update.
2013-10-24 Paul Eggert <eggert@cs.ucla.edu>
build: fix bug where 'configure --with-posix-acls' disables ACLs
Reported by Lars Wendler in
<http://lists.gnu.org/archive/html/bug-tar/2013-10/msg00022.html>.
* configure.ac (with_posix_acls): Fix typo.
2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
Fix core dump on Solaris 10 when "." isn't readable.
Reported by Peter Kruse in
<http://lists.gnu.org/archive/html/bug-tar/2013-10/msg00017.html>.
This doesn't fix all the Solaris 10 test failures, just the
core dump.
* src/common.h, src/misc.c (tar_getcdpath): Now static.
* src/misc.c (normalize_filename): Report a fatal error
if cdpath is null, since we don't know the absolute name
of the working directory in that case. FIXME: there should
be no need to know absolute file names.
(chdir_arg): Simplify wd allocation.
Don't assume that xgetcwd returns non-null.
2013-10-06 Sergey Poznyakoff <gray@gnu.org.ua>
Version 1.27
...
...
Makefile.in
View file @
0d5b2668
# Makefile.in generated by automake 1.1
2.6
from Makefile.am.
# Makefile.in generated by automake 1.1
4
from Makefile.am.
# @configure_input@
# Copyright (C) 1994-201
2
Free Software Foundation, Inc.
# Copyright (C) 1994-201
3
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -79,23 +79,51 @@
# gen_start_date [optional] Start ChangeLog from this date.
# changelog_dir [mandatory] Directory where to create ChangeLog
VPATH
=
@srcdir@
am__make_dryrun
=
\
{
\
am__dry
=
no
;
\
am__is_gnu_make
=
test
-n
'
$(MAKEFILE_LIST)
'
&&
test
-n
'
$(MAKELEVEL)
'
am__make_running_with_option
=
\
case
$
${
target_option
-
}
in
\
?
)
;;
\
*
)
echo
"am__make_running_with_option: internal error: invalid"
\
"target option '
$
${
target_option
-
}
' specified"
>
&2
;
\
exit
1
;;
\
esac
;
\
has_opt
=
no
;
\
sane_makeflags
=
$$
MAKEFLAGS
;
\
if
$(am__is_gnu_make)
;
then
\
sane_makeflags
=
$$
MFLAGS
;
\
else
\
case
$$
MAKEFLAGS
in
\
*
\\
[
\ \
]
*
)
\
echo
'am--echo: ; @echo "AM" OK'
|
$(MAKE)
-f
- 2>/dev/null
\
|
grep
'^AM OK$$'
>
/dev/null
||
am__dry
=
yes
;;
\
*
)
\
for
am__flg
in
$$
MAKEFLAGS
;
do
\
case
$$
am__flg
in
\
*
=
*
|
--
*
)
;;
\
*
n
*
)
am__dry
=
yes
;
break
;;
\
esac
;
\
done
;;
\
bs
=
\\
;
\
sane_makeflags
=
`
printf
'%s\n'
"
$$
MAKEFLAGS"
\
|
sed
"s/
$$
bs
$$
bs[
$$
bs
$$
bs ]*//g"
`
;;
\
esac
;
\
fi
;
\
skip_next
=
no
;
\
strip_trailopt
()
\
{
\
flg
=
`
printf
'%s\n'
"
$$
flg"
|
sed
"s/
$$
1.*
$$
//"
`
;
\
}
;
\
for
flg
in
$$
sane_makeflags
;
do
\
test
$$
skip_next
=
yes
&&
{
skip_next
=
no
;
continue
;
}
;
\
case
$$
flg
in
\
*
=
*
|
--
*
)
continue
;;
\
-
*
I
)
strip_trailopt
'I'
;
skip_next
=
yes
;;
\
-
*
I?
*
)
strip_trailopt
'I'
;;
\
-
*
O
)
strip_trailopt
'O'
;
skip_next
=
yes
;;
\
-
*
O?
*
)
strip_trailopt
'O'
;;
\
-
*
l
)
strip_trailopt
'l'
;
skip_next
=
yes
;;
\
-
*
l?
*
)
strip_trailopt
'l'
;;
\
-[dEDm]
)
skip_next
=
yes
;;
\
-[JT]
)
skip_next
=
yes
;;
\
esac
;
\
case
$$
flg
in
\
*
$$
target_option
*
)
has_opt
=
yes
;
break
;;
\
esac
;
\
test
$$
am__dry
=
yes
;
\
}
done
;
\
test
$$
has_opt
=
yes
am__make_dryrun
=
(
target_option
=
n
;
$(am__make_running_with_option)
)
am__make_keepgoing
=
(
target_option
=
k
;
$(am__make_running_with_option)
)
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
...
...
@@ -113,19 +141,20 @@ PRE_UNINSTALL = :
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
DIST_COMMON
=
README
$(am__configure_deps)
$(srcdir)
/Make.rules
\
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
\
$(srcdir)
/config.h.in
$(top_srcdir)
/build-aux/compile
\
DIST_COMMON
=
$(srcdir)
/Make.rules INSTALL NEWS README AUTHORS
\
ChangeLog THANKS
$(srcdir)
/Makefile.in
$(srcdir)
/Makefile.am
\
$(top_srcdir)
/configure
$(am__configure_deps)
\
$(srcdir)
/config.h.in ABOUT-NLS README-alpha COPYING TODO
\
build-aux/compile build-aux/config.guess
\
build-aux/config.rpath build-aux/config.sub build-aux/depcomp
\
build-aux/install-sh build-aux/mdate-sh build-aux/missing
\
build-aux/texinfo.tex build-aux/ylwrap
\
$(top_srcdir)
/build-aux/compile
\
$(top_srcdir)
/build-aux/config.guess
\
$(top_srcdir)
/build-aux/config.rpath
\
$(top_srcdir)
/build-aux/config.sub
\
$(top_srcdir)
/build-aux/install-sh
\
$(top_srcdir)
/build-aux/missing
$(top_srcdir)
/configure
\
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO
\
build-aux/compile build-aux/config.guess
\
build-aux/config.rpath build-aux/config.sub build-aux/depcomp
\
build-aux/install-sh build-aux/mdate-sh build-aux/missing
\
build-aux/texinfo.tex build-aux/ylwrap
$(top_srcdir)
/build-aux/missing
subdir
=
.
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/00gnulib.m4
\
...
...
@@ -270,13 +299,14 @@ am__v_at_0 = @
am__v_at_1
=
SOURCES
=
DIST_SOURCES
=
RECURSIVE_TARGETS
=
all-recursive check-recursive dvi-recursive
\
html-recursive info-recursive install-data-recursive
\
install-dvi-recursive install-exec-recursive
\
install-html-recursive install-info-recursive
\
install-pdf-recursive install-ps-recursive install-recursive
\
installcheck-recursive installdirs-recursive pdf-recursive
\
ps-recursive uninstall-recursive
RECURSIVE_TARGETS
=
all-recursive check-recursive cscopelist-recursive
\
ctags-recursive dvi-recursive html-recursive info-recursive
\
install-data-recursive install-dvi-recursive
\
install-exec-recursive install-html-recursive
\
install-info-recursive install-pdf-recursive
\
install-ps-recursive install-recursive installcheck-recursive
\
installdirs-recursive pdf-recursive ps-recursive
\
tags-recursive uninstall-recursive
am__can_run_installinfo
=
\
case
$$
AM_UPDATE_INFO_DIR
in
\
n|no|NO
)
false
;;
\
...
...
@@ -284,9 +314,30 @@ am__can_run_installinfo = \
esac
RECURSIVE_CLEAN_TARGETS
=
mostlyclean-recursive clean-recursive
\
distclean-recursive maintainer-clean-recursive
AM_RECURSIVE_TARGETS
=
$
(
RECURSIVE_TARGETS:-recursive
=)
\
$
(
RECURSIVE_CLEAN_TARGETS:-recursive
=)
tags TAGS ctags CTAGS
\
am__recursive_targets
=
\
$(RECURSIVE_TARGETS)
\
$(RECURSIVE_CLEAN_TARGETS)
\
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS
=
$
(
am__recursive_targets:-recursive
=)
TAGS CTAGS
\
cscope distdir dist dist-all distcheck
am__tagged_files
=
$(HEADERS)
$(SOURCES)
$(TAGS_FILES)
\
$(LISP)
config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
am__uniquify_input
=
$(AWK)
'\
BEGIN { nonempty = 0; } \
{ items[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique. This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files
=
\
list
=
'
$(am__tagged_files)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
$(am__uniquify_input)
`
ETAGS
=
etags
CTAGS
=
ctags
CSCOPE
=
cscope
...
...
@@ -1258,8 +1309,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
$(am__aclocal_m4_deps)
:
config.h
:
stamp-h1
@
if
test
!
-f
$@
;
then
rm
-f
stamp-h1
;
else
:
;
fi
@
if
test
!
-f
$@
;
then
$(MAKE)
$(AM_MAKEFLAGS)
stamp-h1
;
else
:
;
fi
@
test
-f
$@
||
rm
-f
stamp-h1
@
test
-f
$@
||
$(MAKE)
$(AM_MAKEFLAGS)
stamp-h1
stamp-h1
:
$(srcdir)/config.h.in $(top_builddir)/config.status
@
rm
-f
stamp-h1
...
...
@@ -1278,14 +1329,13 @@ distclean-hdr:
# (1) if the variable is set in 'config.status', edit 'config.status'
# (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS)
:
@
fail
=
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
$(am__recursive_targets)
:
@
fail
=
;
\
if
$(am__make_keepgoing)
;
then
\
failcom
=
'fail=yes'
;
\
else
\
failcom
=
'exit 1'
;
\
fi
;
\
dot_seen
=
no
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
case
"
$@
"
in
\
...
...
@@ -1306,31 +1356,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
if
test
"
$$
dot_seen"
=
"no"
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
"
$$
target-am"
||
exit
1
;
\
fi
;
test
-z
"
$$
fail"
tags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
test
"
$$
subdir"
=
.
||
(
$(am__cd)
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
tags
)
;
\
done
ctags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
test
"
$$
subdir"
=
.
||
(
$(am__cd)
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
ctags
)
;
\
done
cscopelist-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
test
"
$$
subdir"
=
.
||
(
$(am__cd)
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
cscopelist
)
;
\
done
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
:
tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
ID
:
$(am__tagged_files)
$(am__define_uniq_tagged_files)
;
mkid
-fID
$$
unique
tags
:
tags-recursive
TAGS
:
tags
tags-am
:
$(TAGS_DEPENDENCIES) $(am__tagged_files)
set
x
;
\
here
=
`
pwd
`
;
\
if
(
$(ETAGS)
--etags-include
--version
)
>
/dev/null 2>&1
;
then
\
...
...
@@ -1346,12 +1378,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
set
"
$$
@"
"
$$
include_option=
$$
here/
$$
subdir/TAGS"
;
\
fi
;
\
done
;
\
list
=
'
$(SOURCES)
$(HEADERS)
config.h.in
$(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; }; }'
`
;
\
$(am__define_uniq_tagged_files)
;
\
shift
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
*
$$
unique"
;
then
:
;
else
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
...
...
@@ -1363,15 +1390,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$$
unique
;
\
fi
;
\
fi
ctags
:
CTAGS
CTAGS
:
ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
list
=
'
$(SOURCES)
$(HEADERS)
config.h.in
$(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; }; }'
`
;
\
ctags
:
ctags-recursive
CTAGS
:
ctags
ctags-am
:
$(TAGS_DEPENDENCIES) $(am__tagged_files)
$(am__define_uniq_tagged_files)
;
\
test
-z
"
$(CTAGS_ARGS)$$
unique"
\
||
$(CTAGS)
$(CTAGSFLAGS)
$(AM_CTAGSFLAGS)
$(CTAGS_ARGS)
\
$$
unique
...
...
@@ -1380,18 +1403,16 @@ GTAGS:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
$(am__cd)
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
"
$$
here"
cscope
:
cscope.files
test
!
-s
cscope.files
\
||
$(CSCOPE)
-b
-q
$(AM_CSCOPEFLAGS)
$(CSCOPEFLAGS)
-i
cscope.files
$(CSCOPE_ARGS)
clean-cscope
:
-
rm
-f
cscope.files
cscope.files
:
clean-cscope cscopelist
cscopelist
:
cscopelist-recursive
cscope.files
:
clean-cscope cscopelist-recursive cscopelist
cscopelist
:
cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
list
=
'
$(SOURCES)
$(HEADERS)
$(LISP)
'
;
\
cscopelist-am
:
$(am__tagged_files)
list
=
'
$(am__tagged_files)
'
;
\
case
"
$(srcdir)
"
in
\
[
\\
/]
*
|
?:[
\\
/]
*
)
sdir
=
"
$(srcdir)
"
;;
\
*
)
sdir
=
$(subdir)
/
$(srcdir)
;;
\
...
...
@@ -1496,9 +1517,15 @@ dist-xz: distdir
$(am__post_remove_distdir)
dist-tarZ
:
distdir
@
echo
WARNING:
"Support for shar distribution archives is"
\
"deprecated."
>
&2
@
echo
WARNING:
"It will be removed altogether in Automake 2.0"
>
&2
tardir
=
$(distdir)
&&
$(am__tar)
| compress
-c
>
$(distdir)
.tar.Z
$(am__post_remove_distdir)
dist-shar
:
distdir
@
echo
WARNING:
"Support for distribution archives compressed with"
\
"legacy program 'compress' is deprecated."
>
&2
@
echo
WARNING:
"It will be removed altogether in Automake 2.0"
>
&2
shar
$(distdir)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.shar.gz
$(am__post_remove_distdir)
...
...
@@ -1700,26 +1727,23 @@ ps-am:
uninstall-am
:
.MAKE
:
$(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all
\
cscopelist-recursive ctags-recursive install-am install-strip
\
tags-recursive
.PHONY
:
$(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS
\
all all-am am--refresh check check-am clean clean-cscope
\
clean-generic cscope cscopelist cscopelist-recursive ctags
\
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook
\
dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck
\
distclean distclean-generic distclean-hdr distclean-local
\
distclean-tags distcleancheck distdir distuninstallcheck 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 installdirs-am
\
maintainer-clean maintainer-clean-generic mostlyclean
\
mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive
\
uninstall uninstall-am
.MAKE
:
$(am__recursive_targets) all install-am install-strip
.PHONY
:
$(am__recursive_targets) CTAGS GTAGS TAGS all all-am
\
am--refresh check check-am clean clean-cscope clean-generic
\
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2
\
dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz
\
dist-zip distcheck distclean distclean-generic distclean-hdr
\
distclean-local distclean-tags distcleancheck distdir
\
distuninstallcheck 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
\
installdirs-am maintainer-clean maintainer-clean-generic
\
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags
\
tags-am uninstall uninstall-am
dist-hook
:
...
...
NEWS
View file @
0d5b2668
GNU tar NEWS - User visible changes. 2013-1
0-05
GNU tar NEWS - User visible changes. 2013-1
1-17
Please send GNU tar bug reports to <bug-tar@gnu.org>
version 1.27.1 - Sergey Poznyakoff, 2013-11-17
* Bug fixes
* Fix unquoting of file names obtained via the -T option.
* Fix GNU long link header timestamp (backward compatibility).
* Fix extracting sparse members from star archives.
version 1.27 - Sergey Poznyakoff, 2013-10-05
...
...
README-alpha
0 → 100644
View file @
0d5b2668
This is GNU tar.
This is a *pre-release* version, and not ready for production use yet.
Please send comments and problem reports to <bug-tar@gnu.org>.
If you have taken the sources from CVS you will need the following
packages (or later) to build GNU tar. We don't make any extra effort
to accommodate older versions of these packages, so please make sure
that you have the latest stable version.
- Automake <http://www.gnu.org/software/automake/>
- Autoconf <http://www.gnu.org/software/autoconf/>
- Bison <http://www.gnu.org/software/bison/>
- Gettext <http://www.gnu.org/software/gettext/>
- Gzip <http://www.gnu.org/software/gzip/>
- M4 <http://www.gnu.org/software/m4/>
- Texinfo <http://www.gnu.org/software/texinfo>
- Wget <http://www.gnu.org/software/wget/>
As of this writing, the latest stable version of Gzip is 1.2.4 but we
suggest using test version 1.3.5 (or later, if one becomes available).
Valgrind <http://valgrind.org/> is also highly recommended, if
Valgrind supports your architecture.
Before building the package, run "bootstrap". It obtains various
additional files from the CVS repository and the Translation Project
site and prepares the source directory for building.
When run without arguments, bootstrap will try to obtain gnulib and
paxutils files from their corresponding CVS repositories on Savannah
using anonymous SSH access. Then, it will fetch the po files from tar
page at Translation Project, and, finally, it will start autoconfiguration
process. Simply running it without arguments should do in most cases.
Several options allow to control the behavior of bootstrap:
--gnulib-srcdir=DIRNAME Specify the local directory where gnulib
sources reside. Use this if you already
have gnulib sources on your machine, and
do not want to waste your bandwidth dowloading
them again.
--paxutils-srcdir=DIRNAME Specify the local directory where paxutils
sources reside. Use this if you already
have paxutils sources on your machine, and
do not want to waste your bandwidth dowloading
them again.
--cvs-auth=METHOD Set the CVS access method used for downloading
gnulib files. METHOD is one of the keywords
accepted by cvs -d option (see info cvs
repository).
--cvs-user=USERNAME Set the CVS username to be used when accessing
the gnulib repository.
--no-po Do not download po files.
Notice also that when using CVS authentication method "ext", bootstrap
will set the variable CVS_RSH to "ssh", unless it is already set to
some other value.
Copyright 2001, 2003-2005, 2007, 2013 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 of the License, 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 this program. If not, see <http://www.gnu.org/licenses/>.
THANKS
View file @
0d5b2668
...
...
@@ -119,6 +119,7 @@ Danny R. Johnston danny@cs.weber.edu
Dave Barr barr@math.psu.edu
Dave Gentzel gentzel@nova.enet.dec.com
Dave Gregorich dtg@ipac.caltech.edu
David Barri japgolly@gmail.com
David Brown davidb@davidb.org
David J. MacKenzie djm@uunet.uu.net
David Johnson David.W.Johnson@colorado.edu
...
...
@@ -368,6 +369,7 @@ Neil Faulks neil@dcs.kcl.ac.uk
Neil Jerram nj104@cus.cam.ac.uk
Nelson H.F. Beebe beebe@math.utah.edu
Nick Barron nikb@cix.compulink.co.uk
Nicolas Dudebout nicolas.dudebout@gmail.com
Noah Friedman friedman@gnu.org
Noel Cragg noel@red-bean.com
Norbert Kiesel norbert@rwthi3.informatik.rwth-aachen.de
...
...
aclocal.m4
View file @
0d5b2668
This diff is collapsed.
Click to expand it.
build-aux/compile
View file @
0d5b2668
...
...
@@ -3,7 +3,7 @@
scriptversion
=
2012-10-14.11
;
# UTC
# Copyright (C) 1999-201
2
Free Software Foundation, Inc.
# Copyright (C) 1999-201
3
Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
...
...
build-aux/missing
View file @
0d5b2668
#! /bin/sh
# Common
stub
for a few missing GNU programs
while installing
.
# Common
wrapper
for a few
potentially
missing GNU programs.
scriptversion
=
2012-0
1-0
6.1
8
;
# UTC
scriptversion
=
2012-0
6-2
6.1
6
;
# UTC
# Copyright (C) 1996-201
2
Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# Copyright (C) 1996-201
3
Free Software Foundation, Inc.
# Originally
written
by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# 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
...
...
@@ -29,61 +29,33 @@ if test $# -eq 0; then
exit
1
fi
run
=
:
sed_output
=
's/.* --output[ =]\([^ ]*\).*/\1/p'
sed_minuso
=
's/.* -o \([^ ]*\).*/\1/p'
# In the cases where this matters, 'missing' is being run in the
# srcdir already.
if
test
-f
configure.ac
;
then
configure_ac
=
configure.ac
else
configure_ac
=
configure.in
fi
case
$1
in
msg
=
"missing on your system"
--is-lightweight
)
# Used by our autoconf macros to check whether the available missing
# script is modern enough.
exit
0
;;
case
$1
in
--run
)
# Try to run requested program, and just exit if it succeeds.
run
=
shift
"
$@
"
&&
exit
0
# Exit code 63 means version mismatch. This often happens
# when the user try to use an ancient version of a tool on
# a file that requires a minimum version. In this case we
# we should proceed has if the program had been absent, or
# if --run hadn't been passed.
if
test
$?
=
63
;
then
run
=
:
msg
=
"probably too old"
fi
;;
--run
)
# Back-compat with the calling convention used by older automake.
shift
;;
-h
|
--h
|
--he
|
--hel
|
--help
)
echo
"
\
$0
[OPTION]... PROGRAM [ARGUMENT]...
Handle
'PROGRAM [ARGUMENT]...'
for when PROGRAM is missing, or return an
error status if there is no known handl
ing
f
or
PROGRAM
.
Run
'PROGRAM [ARGUMENT]...'
, returning a proper advice when this fails due
to PROGRAM being miss
ing or
too old
.
Options:
-h, --help display this help and exit
-v, --version output version information and exit
--run try to run the given command, and emulate it if it fails
Supported PROGRAM values:
aclocal touch file 'aclocal.m4'
autoconf touch file 'configure'
autoheader touch file 'config.h.in'
autom4te touch the output file, or create a stub one
automake touch all 'Makefile.in' files
bison create 'y.tab.[ch]', if possible, from existing .[ch]
flex create 'lex.yy.c', if possible, from existing .c
help2man touch the output file
lex create 'lex.yy.c', if possible, from existing .c
makeinfo touch the output file
yacc create 'y.tab.[ch]', if possible, from existing .[ch]
aclocal autoconf autoheader autom4te automake makeinfo
bison yacc flex lex help2man
Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
'g' are ignored when checking the name.
...
...
@@ -98,228 +70,141 @@ Send bug reports to <bug-automake@gnu.org>."
;;
-
*
)
echo
1>&2
"
$0
:
U
nknown '
$1
' option"
echo
1>&2
"
$0
:
u
nknown '
$1
' option"
echo
1>&2
"Try '
$0
--help' for more information"
exit
1
;;
esac
# normalize program name to check for.
program
=
`
echo
"
$1
"
|
sed
'
s/^gnu-//; t
s/^gnu//; t
s/^g//; t'
`
# Now exit if we have it, but it failed. Also exit now if we
# don't have it and --version was passed (most likely to detect
# the program). This is about non-GNU programs, so use $1 not
# $program.