view configure @ 7759:39be49fd70d9 v7.4.1177

commit https://github.com/vim/vim/commit/5aec481097278d7d4e6559d9db2b9c3b8aa0dd5d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 25 20:15:45 2016 +0100 patch 7.4.1177 Problem: The +channel feature is not in :version output. (Tony Mechelynck) Solution: Add the feature string.
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Jan 2016 20:30:05 +0100
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 "$@"