view configure @ 9507:5376c8008b3a v7.4.2034

commit https://github.com/vim/vim/commit/f62e797ffa6ab5d4c476b4c9e9a1f7f852910652 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 14 20:25:03 2016 +0200 patch 7.4.2034 Problem: Build fails with some version of MinGW. (illusorypan) Solution: Recognize mingw32. (Ken Takata, closes https://github.com/vim/vim/issues/921)
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Jul 2016 20:30:08 +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 "$@"