view configure @ 22140:9f0e6dabb1b0

Added tag v8.2.1619 for changeset c7fb7361df33a902a6d29d37a166089fbdc2dbe6
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 23:00: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 "$@"