[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autom4te::General
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Autom4te::General |
Date: |
Mon, 02 Jun 2003 20:48:21 +0200 |
User-agent: |
Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux) |
>>> "Akim" == Akim Demaille <address@hidden> writes:
Akim> It should be possible to merge it again with its Automake peer?
I think it would be hard in the present state, because this file
carries too many unrelated things, some of them conflicting with
Automake's architecture.
Right now I'd like to update the Automake copy to use
Channels.pm. I think this is the most important issue. Since
my recent playing with Autoconf's handling of $? and $!, I'm
convinced that relying on `die' or other `Carp' friend to output
diagnostics is plain wrong. The only sane way to display an
error is 'print STDERR' + `exit'. This is what Channels.pm
does. Doing this allows not to mess with $? and $! at all.
--
Alexandre Duret-Lutz
- Autom4te::General, Akim Demaille, 2003/06/02
- Re: Autom4te::General,
Alexandre Duret-Lutz <=
Re: Autom4te::General, Akim Demaille, 2003/06/02