view configure @ 22749:9ba58f7e5ae2

Added tag v8.2.1922 for changeset 837983942264bea7a93a04d545f04d277555218e
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Oct 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 "$@"