view configure @ 25129:fe0ac2d25b8f

Added tag v8.2.3101 for changeset 3766babfb5469e8bbab4134f0a457b98c5819b08
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17:00:05 +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 "$@"