]> sourceware.org Git - automake.git/commit
For PR automake/414:
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Apr 2004 23:20:06 +0000 (23:20 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Apr 2004 23:20:06 +0000 (23:20 +0000)
commitfd047ad7744c46c5d662548d2e9fcda7e0ac2509
treec2044123df188e0b633f038d395e5cd477d8d095
parentcf4269416ef4949a53e712465a7adf61f9538c12
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]
This page took 0.032714 seconds and 5 git commands to generate.