view configure @ 13312:e985194a76f1 v8.0.1530

patch 8.0.1530: dump test fails when using a shadow directory commit https://github.com/vim/vim/commit/19eb6658eced1b1ce3d1097187ee28c28e352f2e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 22 11:42:49 2018 +0100 patch 8.0.1530: dump test fails when using a shadow directory Problem: Dump test fails when using a shadow directory. Solution: Add the directory to the list of symlinks to make (Elimar Riesebieter)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2018 11:45:07 +0100
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 "$@"