view configure @ 26820:6a6a985ee1d5

Added tag v8.2.3938 for changeset 0d798c7e1865e09dfbd9faf54e8920d028be264a
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 19:15: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 "$@"