view configure @ 12576:b74f5036a434 v8.0.1166

patch 8.0.1166: :terminal doesn't work on Mac High Sierra commit https://github.com/vim/vim/commit/c958b316386fa44116a02bfbd5859edc54a4a7e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 30 20:04:36 2017 +0200 patch 8.0.1166: :terminal doesn't work on Mac High Sierra Problem: :terminal doesn't work on Mac High Sierra. Solution: Change #ifdef for OpenPTY(). (Ozaki Kiichi, Kazunobu Kuriyama, closes #2162)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Sep 2017 20:15:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"