view configure @ 11165:f0602688b8ef v8.0.0469

patch 8.0.0469: compiler warnings on MS-Windows commit https://github.com/vim/vim/commit/0c0d4eca4dd6252f22ec39f2d561a5e8a68e9a4e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 22:06:57 2017 +0100 patch 8.0.0469: compiler warnings on MS-Windows Problem: Compiler warnings on MS-Windows. Solution: Add type casts. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 22:15:04 +0100
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 "$@"