view configure @ 10954:8ff62b4cffae v8.0.0366

patch 8.0.0366: build fails with tiny features commit https://github.com/vim/vim/commit/92769c3928bb8a3faa43c533c07ef8476af32ade Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 25 15:41:37 2017 +0100 patch 8.0.0366: build fails with tiny features Problem: Build fails with tiny features. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 15:45:03 +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 "$@"