view configure @ 26553:9b89e8317f8e

Added tag v8.2.3805 for changeset 297984d49331ac01bb16bda7f16014fb21f8be92
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Dec 2021 10:45:05 +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 "$@"