view configure @ 14766:7a11facdf74b v8.1.0395

patch 8.1.0395: compiler warning on 64-bit MS-Windows commit https://github.com/vim/vim/commit/6e272acc82af900318017061f923e7f66dc7ee7a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 16 14:51:36 2018 +0200 patch 8.1.0395: compiler warning on 64-bit MS-Windows Problem: Compiler warning on 64-bit MS-Windows. Solution: Add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Sep 2018 15:00:07 +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 "$@"