view configure @ 24564:0099ec55d9c8

Added tag v8.2.2821 for changeset 30ad18017e1c14ed8879c665d18b56ebc573532a
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 May 2021 18:00:07 +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 "$@"