view configure @ 25360:cb92a49cc8e7 v8.2.3217

patch 8.2.3217: build failure Commit: https://github.com/vim/vim/commit/3ed0d9379683246a77aa8c1a59da7a0ac6395339 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 25 14:21:11 2021 +0200 patch 8.2.3217: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Jul 2021 14:30:04 +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 "$@"