view configure @ 19837:6af6b0aa19a7

Added tag v8.2.0474 for changeset c32b295af9c505b46d3fb68b73a1301c8779fcbc
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Mar 2020 16:15:04 +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 "$@"