view configure @ 11969:5dc3730de58d v8.0.0865

patch 8.0.0865: cannot build with channel but without terminal feature commit https://github.com/vim/vim/commit/8456ea80502d5e0d86309a0051a0cf48df586ed4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 5 15:02:05 2017 +0200 patch 8.0.0865: cannot build with channel but without terminal feature Problem: Cannot build with channel but without terminal feature. Solution: Add #ifdef
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Aug 2017 15: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 "$@"