view configure @ 24221:70ef6b343eee

Added tag v8.2.2651 for changeset a7a9176bb542f95c80c9bdd25206a2a9a4598ba7
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Mar 2021 21:15:05 +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 "$@"