view configure @ 25764:ca88b83dc89a

Added tag v8.2.3417 for changeset 5e7c96e9036d9a54a0d0eaf7773181816443c833
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Sep 2021 20:45:04 +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 "$@"