view configure @ 22974:3f8025537dd9

Added tag v8.2.2033 for changeset 4c97c074701751ea529f56ca5b823bba54bf1cd6
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Nov 2020 18:30:06 +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 "$@"