view configure @ 27989:f20524524525

Added tag v8.2.4519 for changeset 0c84b198c6783f593c5a056ae35e37de5e356a17
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Mar 2022 16:00:14 +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 "$@"