view configure @ 18232:4baa5df0f47e

Added tag v8.1.2110 for changeset 25535ef50842e6c833e1f8a03ad41b17ce302c97
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Oct 2019 22:45: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 "$@"