view configure @ 23115:dd0da8e5bf43

Added tag v8.2.2103 for changeset 462774c327dfa1e3ef00b947812ddb3e9c8b1f0f
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 20:15:05 +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 "$@"