view configure @ 26413:34ebe97c3bd5

Added tag v8.2.3737 for changeset 40f6330abc2c80e76e65c93b03f2a915b5337dd4
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Dec 2021 16: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 "$@"