view configure @ 17608:efad8e4860d8 v8.1.1801

patch 8.1.1801: cannot build without the +eval feature commit https://github.com/vim/vim/commit/505e43a20eb25674b18d73971fe3b51dad917f9a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 18:28:17 2019 +0200 patch 8.1.1801: cannot build without the +eval feature Problem: Cannot build without the +eval feature. Solution: Always define funcexe_T.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 18:30:08 +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 "$@"