vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit fd9f4d6496f556645fe7220e0d7aea6475cf43ec
parent 962974396fb576efddaf88c387fed6331aeac11e
Author: Donald C. Allen <donaldcallen@gmail.com>
Date:   Fri, 25 Aug 2023 10:25:00 -0400

configure: also check for lua-5.4

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -444,7 +444,7 @@ int main(int argc, char *argv[]) { } EOF - for liblua in lua lua5.4 lua5.3 lua5.2 lua-5.3 lua-5.2 lua54 lua53 lua52; do + for liblua in lua lua5.4 lua5.3 lua5.2 lua-5.4 lua-5.3 lua-5.2 lua54 lua53 lua52; do printf " checking for %s... " "$liblua" if test "$have_pkgconfig" = "yes" ; then