view configure @ 21776:2f8efe73cd7e

Added tag v8.2.1437 for changeset 6922d78b4d521f2177f2bedaf1f3159843f75f9a
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Aug 2020 22:30:08 +0200
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 "$@"