view configure @ 25523:a1804f725a9a v8.2.3298

patch 8.2.3298: build failure with small features Commit: https://github.com/vim/vim/commit/6f6d58c3809010b1386634c1aeec61f1a66e72c2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 5 21:17:32 2021 +0200 patch 8.2.3298: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Aug 2021 21:30:03 +0200
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 "$@"