view configure @ 25051:bffb0c617c1c

Added tag v8.2.3062 for changeset 7ef7a211f6bff72a1daf1290f797c5e68ccea880
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 13:15:04 +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 "$@"