view configure @ 10654:f0df81ef971a v8.0.0217

patch 8.0.0217: build fails without cscope feature commit https://github.com/vim/vim/commit/e2d74dbe19c0980c72725a7d0c2b668d6f41766e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 22 16:13:35 2017 +0100 patch 8.0.0217: build fails without cscope feature Problem: Build fails without the cscope feature. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jan 2017 16:15:04 +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 "$@"