view configure @ 28088:687d1529c5fd

Added tag v8.2.4568 for changeset 4c60e656e054d997c8fd0007b90efc809b874954
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 11:00:08 +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 "$@"