view configure @ 27095:06c789261b1b

Added tag v8.2.4076 for changeset 70ad00a80185828fb82a1234f259fc3e8e6b2cc5
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 15: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 "$@"