view configure @ 14280:bdab22732907 v8.1.0156

patch 8.1.0156: MS-Windows compiler warning commit https://github.com/vim/vim/commit/5d2f40792e47a48fc56efafd30b68660a42184a7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 6 22:52:02 2018 +0200 patch 8.1.0156: MS-Windows compiler warning Problem: MS-Windows compiler warning. Solution: Add a type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jul 2018 23:00:06 +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 "$@"