summary refs log tree commit diff
path: root/bin/1sh/mkbuiltins
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-22 19:26:16 -0500
committerJune McEnroe <june@causal.agency>2020-12-22 19:28:22 -0500
commit34abc0aa8f05539164b6f3f27f4cd9fdf66e636b (patch)
tree9d2f8c695a9f5430393dd52d2cfac00e7b793796 /bin/1sh/mkbuiltins
parentMerge commit '71c7cbab2b50436db940721a10d6ea1ca5d75f89' as 'bin/dash' (diff)
downloadsrc-34abc0aa8f05539164b6f3f27f4cd9fdf66e636b.tar.gz
src-34abc0aa8f05539164b6f3f27f4cd9fdf66e636b.zip
Fail if building --with-libedit and can't find libedit
Previously, configure --with-libedit would only fail in the case where
libedit is available but its header file histedit.h is not.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe