view configure @ 28143:985f0dd88a2e

Added tag v8.2.4595 for changeset 7dec326adb365579eec5992ee256853bb1c89c77
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Mar 2022 12:15:04 +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 "$@"