view configure @ 22579:837d354b2c0b

Added tag v8.2.1837 for changeset 381bd66762ea7ce74cce3914eff118d11f66ea90
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 20:45:03 +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 "$@"