view configure @ 19710:49f383f54ee0

Added tag v8.2.0411 for changeset c85d1e043d160dfddd29fb8a6552d087e46cc45b
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 16:30: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 "$@"