view configure @ 20107:78f018fef092 v8.2.0609

patch 8.2.0609: configure does not detect moonjit correctly Commit: https://github.com/vim/vim/commit/ad4dc83389931a0354c3691b42f99a5bb98c766f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 20 16:21:53 2020 +0200 patch 8.2.0609: configure does not detect moonjit correctly Problem: Configure does not detect moonjit correctly. Solution: Double the brackets. (Ozaki Kiichi)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Apr 2020 16: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 "$@"