view configure @ 28257:6d2b5c2178e2 v8.2.4654

patch 8.2.4654: missing changes for import check Commit: https://github.com/vim/vim/commit/49d008d96b80d17e9770b066031aaaf9495761e2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 11:51:21 2022 +0100 patch 8.2.4654: missing changes for import check Problem: Missing changes for import check. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 13:00: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 "$@"