view configure @ 17227:6d01f93a5f12 v8.1.1613

patch 8.1.1613: popup window test fails with Athena and Motif commit https://github.com/vim/vim/commit/a83e70000f106a1e1e0f86e8e362ec94c0df074c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 1 21:47:35 2019 +0200 patch 8.1.1613: popup window test fails with Athena and Motif Problem: Popup window test fails with Athena and Motif. Solution: Compute the highlight attribut when the GUI is not active.
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jul 2019 22:00:06 +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 "$@"