view configure @ 20692:6ba9ced9d801

Added tag v8.2.0899 for changeset b9a6a129b94ee034df34eef534a5bfef8fc6ee44
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 17:00:04 +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 "$@"