view configure @ 28110:4bcb871d7ccc

Added tag v8.2.4579 for changeset 06535d568f74072e574727ab9645e0312c8f25c7
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Mar 2022 14:45:05 +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 "$@"