Overview
Comment: | Fall back to using no colors if tput is missing |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a84dc775f5cb73e27ecb8c056282a7d0 |
User & Date: | js on 2018-02-11 15:17:32 |
Other Links: | manifest | tags |
Context
2018-03-10
| ||
23:06 | Use OBJCXXFLAGS to generate deps for .mm check-in: d4067433d9 user: js tags: trunk | |
2018-02-11
| ||
15:17 | Fall back to using no colors if tput is missing check-in: a84dc775f5 user: js tags: trunk | |
2018-02-10
| ||
11:41 | Unbreak building without shared check-in: 85be9adcb4 user: js tags: trunk | |
Changes
Modified m4/buildsys.m4 from [44dc2d12f8] to [a1d6e933db].
︙ | ︙ | |||
95 96 97 98 99 100 101 | AC_SUBST(TERM_SETAF3, "$($TPUT AF 3 2>/dev/null)") AC_SUBST(TERM_SETAF4, "$($TPUT AF 4 2>/dev/null)") AC_SUBST(TERM_SETAF6, "$($TPUT AF 6 2>/dev/null)") fi | < < < < < < < < < | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | AC_SUBST(TERM_SETAF3, "$($TPUT AF 3 2>/dev/null)") AC_SUBST(TERM_SETAF4, "$($TPUT AF 4 2>/dev/null)") AC_SUBST(TERM_SETAF6, "$($TPUT AF 6 2>/dev/null)") fi ]) ]) AC_CONFIG_COMMANDS_POST([ ${as_echo:="echo"} ${as_me:="configure"}": touching .deps files" for i in $(find . -name Makefile); do DEPSFILE="$(dirname $i)/.deps" |
︙ | ︙ |