view configure @ 14274:6e90639a4455 v8.1.0153

patch 8.1.0153: build with SHADOWDIR fails commit https://github.com/vim/vim/commit/e85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 5 17:11:24 2018 +0200 patch 8.1.0153: build with SHADOWDIR fails Problem: Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck)
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Jul 2018 17:15:06 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"