view configure @ 18168:781a81bf4d24 v8.1.2079

patch 8.1.2079: popup window test fails without +terminal Commit: https://github.com/vim/vim/commit/d2c1fb476d5816db129eb428ffef6a81027eb13a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 25 23:06:40 2019 +0200 patch 8.1.2079: popup window test fails without +terminal Problem: Popup window test fails without +terminal. Solution: Check for the +terminal feature.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 23:15:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"