view configure @ 27422:7c233f560a7f v8.2.4239

patch 8.2.4239: build fails with unusual configuration Commit: https://github.com/vim/vim/commit/ddd815ba2a4191992d0f7d7b2902ba76a0db36ef Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 14:39:58 2022 +0000 patch 8.2.4239: build fails with unusual configuration Problem: Build fails with unusual configuration. Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/9651)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 15:45:03 +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 "$@"