view configure @ 28348:b686979c523d

Added tag v8.2.4699 for changeset d6892ed619e0fc7f6f601c6583cdde90e4b5e3c6
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Apr 2022 23:15:03 +0200
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 "$@"