view configure @ 19808:b57aba447d4e

Added tag v8.2.0460 for changeset 13f34e46c2691e67677fae4a1a4a8b2a040c0457
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Mar 2020 23:15: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 "$@"