This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: FYI: fixing output of aclocal --verbose
- To: Pavel Roskin <proski at gnu dot org>
- Subject: Re: FYI: fixing output of aclocal --verbose
- From: Akim Demaille <akim at epita dot fr>
- Date: 02 Feb 2001 14:51:42 +0100
- Cc: <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <Pine.LNX.4.30.0102011847420.11410-100000@fonzie.nine.com>
>>>>> "Pavel" == Pavel Roskin <proski@gnu.org> writes:
Pavel> Hello! Aclocal didn't follow the GNU standard for the output
Pavel> of non-interactive programs. Now all messages printed by
Pavel> "aclocal --verbose" will start with "aclocal: " to make it
Pavel> easier to find them in the autoreconf output.
While you're at it, I'd like to say that it is not right to display
`aclocal:', it should be basename $0. Not that automake and aclocal
are often installed under some other name, but...