view configure @ 21422:af29e2470306

Added tag v8.2.1261 for changeset 0f0fee4122d3880ddb37b3c51fa21d26bb0af3b0
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jul 2020 21:00:07 +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 "$@"