view configure @ 9856:12c5c2614432 v7.4.2203

commit https://github.com/vim/vim/commit/ebcccad573a7722e16cf2dd435cc62b61f61d9cc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 19:17:13 2016 +0200 patch 7.4.2203 Problem: Test fails with normal features. Solution: Check is signs are supported.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 19:30:06 +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 "$@"