view configure @ 19260:f2a4030c918a

Added tag v8.2.0188 for changeset 77cce043971402c03f8a1d49d580b638ceda5c8e
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jan 2020 22:15:04 +0100
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 "$@"