Re: FYI: fixing output of aclocal --verbose

2001-02-02 Thread Pavel Roskin
Hello, Akim! 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

Re: FYI: fixing output of aclocal --verbose

2001-02-02 Thread Akim Demaille
Pavel Roskin [EMAIL PROTECTED] writes: Hello, Akim! Another related question before I go ahead and enforce a single standard. Should versobe messages go to stdout or stderr? Automake uses stdout, while all other auto* and aclocal use stderr. I'm not consistent on this regard in the sense

Re: FYI: fixing output of aclocal --verbose

2001-02-02 Thread Pavel Roskin
But since it transmits the --verbnse to its slaves and its slaves are $verbosing on stderr, it should stay in stderr, so that messages remain in order. A preferable solution for autoreconf, IMHO, but somewhat more painful that the current status, would be to have autoreconf redirect the

Re: amtraces

2001-02-02 Thread Akim Demaille
"Derek R. Price" [EMAIL PROTECTED] writes: Ok, I have amtraces code that slurps in almost all the information that scan_one_autoconf_file used to. Unfortuantely I hit a minor snag: We are probably working on the same things. Please, show some code so that we don't duplicate. Since _all_

Re: amtraces

2001-02-02 Thread akim
On Fri, Feb 02, 2001 at 01:17:13PM -0500, Derek R. Price wrote: Akim Demaille wrote: "Derek R. Price" [EMAIL PROTECTED] writes: Patch against the current CVS Automake attached. Please excuse all the "print STDERR"s and my initials littered in comments around the things I was still

Re: amtraces

2001-02-02 Thread Derek R. Price
[EMAIL PROTECTED] wrote: On Fri, Feb 02, 2001 at 01:17:13PM -0500, Derek R. Price wrote: Akim Demaille wrote: "Derek R. Price" [EMAIL PROTECTED] writes: Patch against the current CVS Automake attached. Please excuse all the "print STDERR"s and my initials littered in comments

Re: amtraces

2001-02-02 Thread Derek R. Price
"Derek R. Price" wrote: [EMAIL PROTECTED] wrote: On Fri, Feb 02, 2001 at 01:17:13PM -0500, Derek R. Price wrote: Akim Demaille wrote: that I certainly would like to toy with your implementation, I'd vote for an inclusion in Automake. Do you have your papers? :) No, actually. I

Re: FYI: fixing output of aclocal --verbose

2001-02-02 Thread Tom Tromey
Pavel Another related question before I go ahead and enforce a single Pavel standard. Pavel Should versobe messages go to stdout or stderr? Automake uses Pavel stdout, while all other auto* and aclocal use stderr. It doesn't matter to me. Please feel free to implement what you think is