view configure @ 26984:8dc4782b60ff v8.2.4021

patch 8.2.4021: missing part of the :import changes Commit: https://github.com/vim/vim/commit/2ef01d929d094c9063a259a74e23cf61be74b9b6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 6 21:38:11 2022 +0000 patch 8.2.4021: missing part of the :import changes Problem: Missing part of the :import changes. Solution: Add changes in vim9cmds.c.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 22:45:04 +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 "$@"