For PR automake/414:
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Apr 2004 23:20:08 +0000 (23:20 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Apr 2004 23:20:08 +0000 (23:20 +0000)
commitae040111e06b3cd11c38ed34b987620d9ca22af2
tree66c1ba8e97028caaa330028fc070d78cb9bafe7c
parent436193dbe8bd9db51152d8ffafb3161f974d80cf
For PR automake/414:
Introduce options tar-v7, tar-ustar, and tar-pax to select
tar format.
* doc/automake.texi (Options): Document them.
* lib/Automake/Options.pm (_process_option_list): Process
these new options.
* lib/am/distdir.am (dist-gzip, dist-bzip2, dist-tarZ, dist,
distcheck): Adjust to use am__tar and am__untar.
* m4/tar.m4: New file.
* m4/Makefile.am (dist_m4data_DATA): Add tar.m4.
* m4/init.m4 (AM_INIT_AUTOMAKE): Support the new options
and call _AM_PROG_TAR.
* tests/tar.test, tests/tar2.test, tests/tar3.test: New files.
* tests/Makefile.am (TESTS): Add them.
24 files changed:
ChangeLog
Makefile.in
NEWS
aclocal.m4
configure
doc/Makefile.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/Automake/Makefile.in
lib/Automake/Options.pm
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/distdir.am
m4/Makefile.am
m4/Makefile.in
m4/init.m4
m4/tar.m4 [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/tar.test [new file with mode: 0755]
tests/tar2.test [new file with mode: 0755]
tests/tar3.test [new file with mode: 0755]