view configure @ 18285:db8cd5e56586 v8.1.2137

patch 8.1.2137: parsing the termresponse is not tested Commit: https://github.com/vim/vim/commit/1a4cbb19ded7ad6cb161f2797e0414032d1f9b5c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 12 13:25:44 2019 +0200 patch 8.1.2137: parsing the termresponse is not tested Problem: Parsing the termresponse is not tested. Solution: Add a first test. (related to https://github.com/vim/vim/issues/5042)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Oct 2019 13: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 "$@"