view configure @ 22847:4d9b91d6e29a

Added tag v8.2.1970 for changeset 83c2c489cb1b2208f3facc7b7de432c7b1efe7b7
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Nov 2020 21: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 "$@"