view configure @ 7324:a3b8a63c88ef v7.4.967

commit https://github.com/vim/vim/commit/6b90351786eb0915336b576cc930300bf5c9ac63 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 11 19:38:44 2015 +0100 patch 7.4.967 Problem: Cross compilation on MS-windows doesn't work well. Solution: Tidy up cross compilation across architectures with Visual Studio. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Dec 2015 19:45:04 +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 "$@"