view configure @ 27836:d596189e6020

Added tag v8.2.4443 for changeset 0815a43eebce327ef7824d70588ec89c999db9df
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 17:30:07 +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 "$@"