view configure @ 26347:cd04fa8a6d91

Added tag v8.2.3704 for changeset 8be6413a8e2707356743e3435087254a01c3dc6c
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 17:15: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 "$@"