view configure @ 27731:9c5bc8cb5e28

Added tag v8.2.4391 for changeset ba47c7d07ce6af58fd373bec9b15e05311721f9e
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Feb 2022 17:30: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 "$@"