view configure @ 28541:cf8a9a334edd

Added tag v8.2.4794 for changeset 63e9b0016a6c87b2e99801c5bd2da9b39fa0edef
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 11:30:06 +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 "$@"