view configure @ 9023:8263edf411a7 v7.4.1797

commit https://github.com/vim/vim/commit/c61348e83fd4eed8b999fe5b7cdfb4caf90bf3fd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 28 22:20:03 2016 +0200 patch 7.4.1797 Problem: Warning from Windows 64 bit compiler. Solution: Change int to size_t. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Apr 2016 22:30: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 "$@"