view configure @ 28163:8a6e4f9e45e3

Added tag v8.2.4606 for changeset 6e431b1c51d5a21ab1504de14a1b8c727d9e535d
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Mar 2022 21:45:03 +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 "$@"