view configure @ 21169:93bfa89a916f

Added tag v8.2.1135 for changeset f26a606e6dbcb2b6e2fd3a5f516b0f8e8d8087a8
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 17: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 "$@"