view configure @ 24315:43ac86deea50 v8.2.2698

patch 8.2.2698: Lua test fails on MS-Windows Commit: https://github.com/vim/vim/commit/b9c6b6fb73711f64943340b2c3f0bdf8744451b6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 15:35:50 2021 +0200 patch 8.2.2698: Lua test fails on MS-Windows Problem: Lua test fails on MS-Windows. Solution: Fall back to old method if "lua -v" doesn't work.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 15:45:14 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"