summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0a2d8d0b..ae8121a7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-29 Jim Meyering <meyering@redhat.com>
+ If $TERM is empty, don't use colors. This helps the buildbot,
+ since it produces its result in an environment with a tty, but
+ we don't want color codes in that case.
+ * build-aux/check.mk (am__tty_colors): Test for nonempty $TERM.
+
Always initialize terminal colorization string variables.
* build-aux/check.mk (am__tty_colors): Always initialize red, grn, etc.,
In case they're defined in the environment.