view configure @ 24317:b48703e93488 v8.2.2699

patch 8.2.2699: Lua test fails Commit: https://github.com/vim/vim/commit/c48f2dc0be158531511adc3065b52bdd1e64acf7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 17:18:52 2021 +0200 patch 8.2.2699: Lua test fails Problem: Lua test fails. Solution: Fix condition. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8060)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 17:30:04 +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 "$@"