view configure @ 23759:63236203045e

Added tag v8.2.2420 for changeset 97296182d336ca047d0c1fb3891c7e73eb4a8957
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jan 2021 14:00: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 "$@"