* aclocal.in: Use Automake::FileUtils.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 9 Jul 2003 22:09:28 +0000 (22:09 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 9 Jul 2003 22:09:28 +0000 (22:09 +0000)
commit4152bd4a4ed440ee60d98f672a65e63696640f79
tree5ebd3fe1b6a52cd4af247f518baf60afb7c041a7
parent1a37abc570ed525de802d472024d9cf24df28293
* aclocal.in: Use Automake::FileUtils.
(parse_arguments, scan_configure, scan_m4_files): Never call
"die" to print an error message.  Use print and exit.
* automake.in: Use Automake::FileUtils.
* lib/Automake/General.pm ($debug, $help, $tmp, $verbose,
$version, &debug, &getopt, &mktmpdir, &verbose): Remove.
(END): Do not massage Perl's exit code.  Do not clean any temporary
directory.
(find_file, mtime, update_file, xsystem, contents): Move to ...
* lib/Automake/FileUtils.pm: ... this new file.  Adjust to
report errors using Channels.
(handle_exec_errors, xqx): New functions, from Autoconf.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add FileUtils.pm.
ChangeLog
aclocal.in
automake.in
lib/Automake/FileUtils.pm [new file with mode: 0644]
lib/Automake/General.pm
lib/Automake/Makefile.am
lib/Automake/Makefile.in