view configure @ 26322:931db05edfa7

Added tag v8.2.3691 for changeset a74dd2014b04e9a06076709aea4b30b8eb915ef2
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Nov 2021 22:45: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 "$@"