view configure @ 20028:f0fb61802fe7

Added tag v8.2.0569 for changeset 23a4aef4f923ec5b50023c5cacd11d83c5c1b83e
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 15:15:05 +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 "$@"