view configure @ 21323:5b0bbc5d4e74 v8.2.1212

patch 8.2.1212: cannot build with Lua 5.4 Commit: https://github.com/vim/vim/commit/5551b131daef3a621a28dcbbe118920f5b9fabe6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 21:54:28 2020 +0200 patch 8.2.1212: cannot build with Lua 5.4 Problem: Cannot build with Lua 5.4. Solution: Use luaL_typeerror instead defining it. (closes https://github.com/vim/vim/issues/6454)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 22:00: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 "$@"