view configure @ 18352:94e1a49b879e v8.1.2170

patch 8.1.2170: cannot build without the +termresponse feature Commit: https://github.com/vim/vim/commit/0d2c4bf1714a6b286bd7a10061044414e0b17a15 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 17 22:17:02 2019 +0200 patch 8.1.2170: cannot build without the +termresponse feature Problem: Cannot build without the +termresponse feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 22:30:03 +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 "$@"