view configure @ 17622:ccbf8c2a47ee v8.1.1808

patch 8.1.1808: build failure for tiny version commit https://github.com/vim/vim/commit/e4ce825a55ad2445a212ce30837a3af566b7af6b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 15:30:16 2019 +0200 patch 8.1.1808: build failure for tiny version Problem: Build failure for tiny version. Solution: Define ex_eval to ex_ni. Clean up the ordering a bit.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 15:45: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 "$@"