view configure @ 13974:13cdf007cd2c v8.1.0005

patch 8.1.0005: test for :compiler command fails on MS-Windows commit https://github.com/vim/vim/commit/d19b234154476401a6ad8e690f9705419095f44e Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 19 16:45:15 2018 +0200 patch 8.1.0005: test for :compiler command fails on MS-Windows Problem: Test for :compiler command fails on MS-Windows. Solution: Ignore difference in path.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 May 2018 17:00: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 "$@"