view configure @ 26834:7b4e075fe5f1

Added tag v8.2.3945 for changeset 434eaef2ac6290bab312243018239bd4acad8b2f
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Dec 2021 14:30: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 "$@"