view configure @ 26537:22dbda400a1d

Added tag v8.2.3797 for changeset 08241cd6091b3462b3eb332e7de4cc0e92f66c0b
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 15:45: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 "$@"