vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 34bbf145b7e6869ee90805aa2d0cbbfdf713b6a6
parent 766158324bbd98d9da5c70d5cd4fec9b0dc16d64
Author: Marc André Tanner <mat@brain-dump.org>
Date: Mon, 11 Apr 2016 19:01:37 +0200
build: also probe for lua as lua-{5.2,5.3}
This should let configure pick up the lua libraries on FreeBSD 10.
Diffstat:
| M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -322,7 +322,7 @@ int main(int argc, char *argv[]) { } EOF - for liblua in lua lua5.2 lua5.3; do + for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3; do printf " checking for %s... " "$liblua" if test "$have_pkgconfig" = "yes" ; then