view configure @ 28134:0ff3b213d70f

Added tag v8.2.4591 for changeset 373f1afadfa38906707ae3401256c813e08d8cdd
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Mar 2022 12:15: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 "$@"