view configure @ 12570:871dc52ee7d7 v8.0.1163

patch 8.0.1163: popup test is flaky commit https://github.com/vim/vim/commit/c79977a437d91306d576fb59e490601409503303 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 30 14:39:27 2017 +0200 patch 8.0.1163: popup test is flaky Problem: Popup test is flaky. Solution: Add a WaitFor() and fix another.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Sep 2017 14:45:04 +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 "$@"