view configure @ 17071:57125309eef3 v8.1.1535

patch 8.1.1535: popup select test fails on Mac commit https://github.com/vim/vim/commit/650a63748c349bbb60adb912273e9bedd2b677c5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 00:29:33 2019 +0200 patch 8.1.1535: popup select test fails on Mac Problem: Popup select test fails on Mac. Solution: Skip test if clipboard feature not available.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 00:30: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 "$@"