view configure @ 14937:d36dd08d36c1 v8.1.0480

patch 8.1.0480: MinGW build file uses different -I flags than MVC commit https://github.com/vim/vim/commit/b361db077ffb9669147d3ff1cc0191154f7289e4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 16 21:13:14 2018 +0200 patch 8.1.0480: MinGW build file uses different -I flags than MVC Problem: MinGW build file uses different -I flags than MVC. Solution: Add -I to $CFLAGS. (Ken takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Oct 2018 21:15: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 "$@"