view configure @ 23681:423af0f7beae v8.2.2382

patch 8.2.2382: build failure Commit: https://github.com/vim/vim/commit/b1f2857096aabe9a11e576005d08fc4e53781698 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 13:03:20 2021 +0100 patch 8.2.2382: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 13:15: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 "$@"