view configure @ 9762:93dcc4329c74 v7.4.2156

commit https://github.com/vim/vim/commit/c90f2aedd0a5dc2cc75bc9b5f475f8a3e3fe36b1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 4 22:00:15 2016 +0200 patch 7.4.2156 Problem: Compiler warning. Solution: Add type cast. (Ken Takata, Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Aug 2016 22:15: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 "$@"