view configure @ 23355:b63398c0d29e

Added tag v8.2.2220 for changeset 611e19cd237d5a9e3ba50ae8f723d5fee538abed
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Dec 2020 22:45: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 "$@"