bootstrap: honor COLORTERM and USE_ANSI_COLORS.
commit3f1fc2ea3abb39cffb19f5f14abddb324aa184ac
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 06:29:28 +0000 (25 01:29 -0500)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 08:32:35 +0000 (25 03:32 -0500)
tree743a603d2f5d559e36863ebf45036332b3a595ce
parenteda239d9899e81f616cc34c55c84fd2dddc4f2eb
bootstrap: honor COLORTERM and USE_ANSI_COLORS.

Plenty of machines use a terminfo database that doesn't have
entries for color escape sequences, even though the terminal
itself most likely supports ANSI color escapes.
* gl/build-aux/funclib.sh (require_term_colors): If COLORTERM
or USE_ANSI_COLORS are set, then ignore what terminfo says,
and use standard ANSI color escape sequences.
* bootstrap: Regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/funclib.sh