view configure @ 23372:86d155b29dd7 v8.2.2229

patch 8.2.2229: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/39cb2dab18e85fc60f116a4543e433616872b690 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 27 17:35:18 2020 +0100 patch 8.2.2229: build failure without the +eval feature Problem: build failure without the +eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Dec 2020 17:45:04 +0100
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 "$@"