view configure @ 21135:40d745f5484b

Added tag v8.2.1118 for changeset 0abcf69baddaabf4d94962a1fe5b855ea9b8928e
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jul 2020 21:30:05 +0200
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 "$@"