view configure @ 7566:1dd5b27a79b1 v7.4.1083

commit https://github.com/vim/vim/commit/4514d2769b05faf6edcca42c3ab3d42da84270f1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 19:21:36 2016 +0100 patch 7.4.1083 Problem: Building GvimExt with VS2015 may fail. Solution: Adjust the makefile. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 19:30: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 "$@"