view configure @ 21076:5897e4fcbf3b

Added tag v8.2.1089 for changeset 969d389a2e36d7daaf5fe09eb717f938fedd89d8
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 22:30: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 "$@"