view configure @ 19759:321ee36ae10c

Added tag v8.2.0435 for changeset 473d7084a4a19d6426933e2b7d11d1edb3c655b3
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Mar 2020 22:15: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 "$@"