view configure @ 26736:94a38e7f8ba9

Added tag v8.2.3896 for changeset 44c7d42dff25b2d5e3d51676517e7b5558e6889e
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 21: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 "$@"