view configure @ 26793:94487b9fdd2a

Added tag v8.2.3924 for changeset 30d8377ea1b199e66239b97ce373b2ac0bda986e
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 19:00:05 +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 "$@"