view configure @ 12431:4ae1485b5834 v8.0.1095

patch 8.0.1095: terminal multibyte escrape test is flaky commit https://github.com/vim/vim/commit/a038cb5eab24a9c395861694d9b8f610ec0ccb61 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 11 20:45:23 2017 +0200 patch 8.0.1095: terminal multibyte escrape test is flaky Problem: Terminal multibyte escrape test is flaky. Solution: Add another condition to wait for.
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Sep 2017 21:00: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 "$@"