view configure @ 17270:9508c12eec55 v8.1.1634

patch 8.1.1634: terminal test fails when term_getansicolors() is missing commit https://github.com/vim/vim/commit/981d9dc8f3d7a470eb3be7ba60fe1c1f31e7f470 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 22:32:39 2019 +0200 patch 8.1.1634: terminal test fails when term_getansicolors() is missing Problem: Terminal test fails when term_getansicolors() is missing. Diff test fails without +rightleft. (Dominique Pelle) Solution: Check if term_getansicolors() is supported. (closes #4597)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 22:45:05 +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 "$@"