]> sourceware.org Git - automake.git/commit
* aclocal.in: Use Automake::FileUtils.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 9 Jul 2003 22:09:27 +0000 (22:09 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 9 Jul 2003 22:09:27 +0000 (22:09 +0000)
commite8cab8eac2c39fcee782e2d17b60239852d0ee3e
tree6655160d18dffe7319fa6c306d77ee6148bb4ac2
parentcc274874f1c9de578eb77ed56bc90025083e48a9
* 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
This page took 0.028196 seconds and 5 git commands to generate.