view configure @ 14173:4b59671bce9c v8.1.0104

patch 8.1.0104: can't build without the +eval feature commit https://github.com/vim/vim/commit/5ec7414a1c0512832f60c17437d6374cbf4b08e9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 23 17:14:41 2018 +0200 patch 8.1.0104: can't build without the +eval feature Problem: Can't build without the +eval feature. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jun 2018 17:15:05 +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 "$@"