view configure @ 19761:635c86919ed2

Added tag v8.2.0436 for changeset 9daed26b788bb3884742f941cd36da1c0e5e0bf6
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Mar 2020 22:15:06 +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 "$@"