view configure @ 21374:1d571711c772

Added tag v8.2.1237 for changeset 3d73cdd173ab7e0f9e1e7d76b0582f58f3384ae6
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jul 2020 16:15:05 +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 "$@"