view configure @ 28102:9aa6dfbd4698

Added tag v8.2.4575 for changeset 3bc0a639dfb0cd7673aa6d2261759713f0eaee0d
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 20:30: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 "$@"