view configure @ 14933:665d9c0fea86 v8.1.0478

patch 8.1.0478: cannot build with perl using MinGW commit https://github.com/vim/vim/commit/65dc12143a0b5040922bdb47c522e93909701a10 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 15 20:11:18 2018 +0200 patch 8.1.0478: cannot build with perl using MinGW Problem: Cannot build with perl using MinGW. Solution: Add -I. (Ken takata, Cesar Romani)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Oct 2018 20:15:04 +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 "$@"