view configure @ 23083:20de8e0ba195

Added tag v8.2.2087 for changeset 2120e4b40e12cef6ee900af524accf1b8fa9fb5e
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Dec 2020 12:45: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 "$@"