view configure @ 28182:2846627df454

Added tag v8.2.4616 for changeset 2961a18f9cbf0471dbaab1835ff88981c6ad1473
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Mar 2022 22: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 "$@"