view configure @ 14758:084e7e74846b v8.1.0391

patch 8.1.0391: building in a shadow directory fails commit https://github.com/vim/vim/commit/ac49f61a206217e94438b7b51bbfcae79b8a2a19 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 15 15:08:52 2018 +0200 patch 8.1.0391: building in a shadow directory fails Problem: Building in a shadow directory fails. Solution: Don't link the xdiff directory but what's in it. (closes https://github.com/vim/vim/issues/3428)
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Sep 2018 15:15:05 +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 "$@"