view configure @ 22586:622294200ccd v8.2.1841

patch 8.2.1841: Vim9: test for compilation error fails in normal build Commit: https://github.com/vim/vim/commit/2b9b17ea5daaaa693d0891e9a999d711f0e0f743 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 13 18:38:11 2020 +0200 patch 8.2.1841: Vim9: test for compilation error fails in normal build Problem: Vim9: test for compilation error fails in normal build. Solution: Invoke CheckRunVimInTerminal in a separate function.
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Oct 2020 18:45:05 +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 "$@"