Differences From Artifact [1eaa62a0c6]:
- File
m4/buildsys.m4
— part of check-in
[b7980e9839]
at
2020-02-18 21:57:45
on branch trunk
— Eliminate dependency generation step entirely
Instead, create an empty .dep file that is replaced with the actual
dependencies once the file is compiled. (user: js, size: 12202) [annotate] [blame] [check-ins using]
To Artifact [a231c1e9f4]:
- File
m4/buildsys.m4
— part of check-in
[07c754748a]
at
2020-02-18 23:52:12
on branch trunk
— Make use of -include again
OpenBSD make supports it now, so there's no need anymore to touch empty
deps files. (user: js, size: 11946) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
104 105 106 107 108 109 110 | AC_SUBST(TERM_SETAF4, "$($TPUT AF 4 2>/dev/null)") AC_SUBST(TERM_SETAF6, "$($TPUT AF 6 2>/dev/null)") fi ]) ]) | < < < < < < < < < | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | AC_SUBST(TERM_SETAF4, "$($TPUT AF 4 2>/dev/null)") AC_SUBST(TERM_SETAF6, "$($TPUT AF 6 2>/dev/null)") fi ]) ]) ]) AC_DEFUN([BUILDSYS_CHECK_IOS], [ case "$host_os" in darwin*) AC_MSG_CHECKING(whether host is iOS) AC_EGREP_CPP(yes, [ |
︙ | ︙ |