view configure @ 25766:c0b0335f8aa9

Added tag v8.2.3418 for changeset d62bf68986df04c8ee7e4a7c4a1cf46c4c9d9ec6
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 12:15:07 +0200
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 "$@"