view configure @ 9248:9c751c33dc0f v7.4.1907

commit https://github.com/vim/vim/commit/1d5f1d07aedb6f149f5de145b1dfd6528a769c93 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 7 22:50:01 2016 +0200 patch 7.4.1907 Problem: Warnings from 64 bit compiler. Solution: Change type to size_t. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Jun 2016 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 "$@"