view configure @ 20036:d34b41f253f9

Added tag v8.2.0573 for changeset 4c9acbd6b3c7a5f6cd0cd5f760ff8763bce2e117
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 18:30:09 +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 "$@"