view configure @ 26386:712648e62913 v8.2.3724

patch 8.2.3724: build error for missing error message in small build Commit: https://github.com/vim/vim/commit/021ef351c2127cf8aa5668a881435a0a12774644 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 2 20:44:42 2021 +0000 patch 8.2.3724: build error for missing error message in small build Problem: Build error for missing error message in small build. Solution: Correct #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Dec 2021 21: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 "$@"