view configure @ 25833:a880be18f444

Added tag v8.2.3451 for changeset be15ebb4098ccdc946f366ae6b62566fab39d77b
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Sep 2021 21:00:08 +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 "$@"