view configure @ 14943:d95d6580d84b v8.1.0483

patch 8.1.0483: MinGW does not build tee.exe commit https://github.com/vim/vim/commit/04c86d27fed5757ae40246d7bb3fdcd0c1959468 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 17 22:45:54 2018 +0200 patch 8.1.0483: MinGW does not build tee.exe Problem: MinGW does not build tee.exe. Solution: Add build instructions. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3548)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Oct 2018 23:00:07 +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 "$@"