view configure @ 7521:665330ac1d78 v7.4.1062

commit https://github.com/vim/vim/commit/0bee2fe25aca7e8e5fefe55fe0f2c0e5e0878a98 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 22:45:09 2016 +0100 patch 7.4.1062 Problem: Building with Ruby on MS-Windows requires a lot of arguments. Solution: Make it simpler. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 23:00:07 +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 "$@"