view configure @ 12557:a75fea44fb77 v8.0.1157

patch 8.0.1157: compiler warning on MS-Windows commit https://github.com/vim/vim/commit/9cf39cc57f63f57b4a335cd25371eb456824f049 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 27 21:46:19 2017 +0200 patch 8.0.1157: compiler warning on MS-Windows Problem: Compiler warning on MS-Windows. Solution: Add type cast. (Yasuhiro Matsomoto)
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Sep 2017 22:00: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 "$@"