view configure @ 27516:fdcbdd530e4c

Added tag v8.2.4285 for changeset 1aff400b819e3ee4c023b76b8b8d6f9732ffe54c
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Feb 2022 17:30:06 +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 "$@"