view configure @ 20774:10535993e913 v8.2.0939

patch 8.2.0939: checking for term escape sequences is long and confusing Commit: https://github.com/vim/vim/commit/218cb0fb62d29fba552281c2e8ffeb4046d540c4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 9 21:26:36 2020 +0200 patch 8.2.0939: checking for term escape sequences is long and confusing Problem: checking for term escape sequences is long and confusing Solution: Refactor code into separate functions.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Jun 2020 21: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 "$@"