view configure @ 26442:602045c2b514

Added tag v8.2.3751 for changeset 65ab0b035dd82bf7fd75da25ad66f9468dc45289
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Dec 2021 12:15: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 "$@"