view configure @ 23109:7b0be0967a82

Added tag v8.2.2100 for changeset 34a74f5f0fb40b743e76d1aa691bbeec780f7e29
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 15:15: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 "$@"