view configure @ 11201:87ef152072d4 v8.0.0487

patch 8.0.0487: the autocmd test hangs on MS-Windows commit https://github.com/vim/vim/commit/651e4056aceaa580df9e2fff575a6402d5c6f0dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 19 18:34:46 2017 +0100 patch 8.0.0487: the autocmd test hangs on MS-Windows Problem: The autocmd test hangs on MS-Windows. Solution: Skip the hanging tests for now.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 18:45:03 +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 "$@"