view configure @ 22990:d46d4c6dde13

Added tag v8.2.2041 for changeset 7160e85d62ffecb7bc0cfbc9c749f8c6172ebd56
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Nov 2020 20: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 "$@"