view configure @ 28073:f4115d080c1b v8.2.4561

patch 8.2.4561: build failure with some combination of features Commit: https://github.com/vim/vim/commit/424da7aa481032f501158a671a0c1d117507afdd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 13 19:08:48 2022 +0000 patch 8.2.4561: build failure with some combination of features Problem: Build failure with some combination of features. (John Marriott) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Mar 2022 20:15: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 "$@"