[bug #35256] [patch] Fix warning on AC_LANG_SOURCE from autoreconf

2012-01-06 Thread Sebastian Pipping
URL: Summary: [patch] Fix warning on AC_LANG_SOURCE from autoreconf Project: make Submitted by: hartwork Submitted on: Fri 06 Jan 2012 10:49:44 PM GMT Severity: 3 - Normal

Re: [rfc] Colorized output for GNU make?

2012-01-06 Thread Edward Welbourne
>> The other thing I wonder about is the hardcoding of ASCII colorized >> strings and the start/stop character strings (\033[...). Are there >> other methods of colorizing? > > Yes. Indeed - most obviously, anyone running a build-'bot that reports its build logs via the web (it's a common solutio

Re: [rfc] Colorized output for GNU make?

2012-01-06 Thread Paul Smith
On Fri, 2012-01-06 at 15:39 +0100, Edward Welbourne wrote: > The other reason to not hardcore ASCII colorizing is simply to leave > the user at liberty to chose which colours to use for which semantic > types. If you check the patch you'll see that it does have the ability to change the colors. H