view configure @ 22595:a42172375311

Added tag v8.2.1845 for changeset 209c7aa56325558dd852a56888ba358eb508c2d9
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Oct 2020 19:45: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 "$@"