view configure @ 23828:628f15e44a31

Added tag v8.2.2455 for changeset 7e0d8f1cae7d00fa62d900f156a419ae2b31ea0f
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 17:45:07 +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 "$@"