view configure @ 16293:c2b2201045e3 v8.1.1151

patch 8.1.1151: build fails when using shadow directory commit https://github.com/vim/vim/commit/679beba8007b804be210ef118bd23a38cb803ef6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 16:21:33 2019 +0200 patch 8.1.1151: build fails when using shadow directory Problem: Build fails when using shadow directory. Solution: Link the desktop.in files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 16:30: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 "$@"