view configure @ 17081:81b791a843bc v8.1.1540

patch 8.1.1540: cannot build without the +eval feature commit https://github.com/vim/vim/commit/0abb4273f6c14f9ebca8be67d42c6e67b4f612cf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 16:06:00 2019 +0200 patch 8.1.1540: cannot build without the +eval feature Problem: Cannot build without the +eval feature. Solution: Define ex_const if needed.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 16:15:05 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"