view configure @ 19383:def684caed3e

Added tag v8.2.0249 for changeset e6f0b4fe0b6d4ef0f9b92be02fee3bcca9da119e
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Feb 2020 22:00: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 "$@"