view configure @ 27300:160b87e56c45

Added tag v8.2.4178 for changeset 7218ad7a55d2f2fdfc00ec6222abc13909516cef
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Jan 2022 13:30: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 "$@"