view configure @ 28655:c68977e0006e

Added tag v8.2.4851 for changeset 8fc86c943863e9d4b35dbaeb03085b9f13424c92
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 May 2022 01:45:05 +0200
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 "$@"