view configure @ 22855:eb8514ea9e59

Added tag v8.2.1974 for changeset eea4e7b67f242053b7ac247b3d70c9d23da602b2
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Nov 2020 21:00:05 +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 "$@"