view configure @ 8479:9f63e4506c40 v7.4.1530

commit https://github.com/vim/vim/commit/75578a388d2aff59dc330ceccd8894c79b4bc735 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 16:33:31 2016 +0100 patch 7.4.1530 Problem: MS-Windows job_start() closes wrong handle. Solution: Close hThread on the process info. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 10 Mar 2016 16: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 "$@"