view configure @ 26728:71ae885c1426

Added tag v8.2.3892 for changeset 077277ee16262e853a31a73c33737d450b53f0b2
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 16:15:03 +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 "$@"