view configure @ 18115:bd18e9db370e

Added tag v8.1.2052 for changeset 90b0af9ba4ff9da3ec1f838934416f3ec7ed6e4a
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 22:45:06 +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 "$@"