view configure @ 26932:db2a59d62a69

Added tag v8.2.3994 for changeset 6cdf92e77a911ced38cd32fc3f545c045da6ba67
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Jan 2022 18:00: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 "$@"