view configure @ 26787:cd8dfdcab93c

Added tag v8.2.3921 for changeset b802798e4a26207759755c5d56a68020b67f5ecb
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 15:00:04 +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 "$@"