view configure @ 19372:967149bbd8d3 v8.2.0244

patch 8.2.0244: compiler warning in Lua interface Commit: https://github.com/vim/vim/commit/5f1d3ae8a8264292a53aad099e78a9b4a7bad375 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 22:37:35 2020 +0100 patch 8.2.0244: compiler warning in Lua interface Problem: Compiler warning in Lua interface. Solution: Add type cast. (Ken Takata, closes https://github.com/vim/vim/issues/5621)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 22:45:03 +0100
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 "$@"