view configure @ 21959:67d4be2757b0 v8.2.1529

patch 8.2.1529: Vim9: :elseif may be compiled when not needed Commit: https://github.com/vim/vim/commit/749639ec7248740cd271f34ec5f7bb70891b459c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 23:08:47 2020 +0200 patch 8.2.1529: Vim9: :elseif may be compiled when not needed Problem: Vim9: :elseif may be compiled when not needed. Solution: Do evaluate the :elseif expression.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 23:15: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 "$@"