view configure @ 27230:c405d50702b1

Added tag v8.2.4143 for changeset 6837d2c14dee7783f533cf3d292600a571c131b1
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Jan 2022 14: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 "$@"