view configure @ 23062:fa87b0d1277b v8.2.2077

patch 8.2.2077: build failure with small features Commit: https://github.com/vim/vim/commit/a452b808b4da2d272ca4a50865eb8ca89a58f239 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 21:47:59 2020 +0100 patch 8.2.2077: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Dec 2020 22:00: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 "$@"