view configure @ 19567:b8c9eb5e8c2d

Added tag v8.2.0340 for changeset ec1eeb1b69e2a24297a2290d8bdb19da86bf1927
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 15:45:04 +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 "$@"