* aclocal.in (usage, parse_arguments): New --dry-run and --diff
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 6 Feb 2005 12:33:32 +0000 (12:33 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 6 Feb 2005 12:33:32 +0000 (12:33 +0000)
commit16ca57539ea8482c6449cf769d36d52778c8553c
tree3e177dfbcfc4d765c64df9791050e6f40d975fc4
parentfdfebffaf7814f4b7db38d0740c057daa67e150f
* aclocal.in (usage, parse_arguments): New --dry-run and --diff
options.
(install_file, write_aclocal): Honor --dry-run and --diff.
* doc/automake.texi (aclocal options): Document --dry-run and --diff.
(Serials): Mention --diff.
* lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
$expected_exit_code argument.
(xsystem): Take a list of arguments, not a string.
* tests/acloca18.test: Use --dry-run and --diff.
Suggested by Paul Eggert.
ChangeLog
NEWS
aclocal.in
doc/automake.texi
lib/Automake/FileUtils.pm
tests/acloca18.test