view configure @ 26489:f19d8c077771

Added tag v8.2.3774 for changeset 06aa56b32df4d8b4131872352080b5fafe060c5a
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 14:45:04 +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 "$@"