view configure @ 26227:906c904cbe90

Added tag v8.2.3644 for changeset 9a8e9383e4cdefe9d6e1cee893a4e8551c37c9c9
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 15:30:08 +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 "$@"