view configure @ 13825:eb7707562201 v8.0.1784

patch 8.0.1784: gvim test gets stuck in dialog commit https://github.com/vim/vim/commit/bc7845da935c0707e119812077cecd6cfb5a65e2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 1 16:26:48 2018 +0200 patch 8.0.1784: gvim test gets stuck in dialog Problem: Gvim test gets stuck in dialog. Solution: Rename the file used.
author Christian Brabandt <cb@256bit.org>
date Tue, 01 May 2018 16:30:07 +0200
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 "$@"