view configure @ 23617:d56613e7b15e

Added tag v8.2.2350 for changeset 8b6d289d182ecf1090d8e891aa26e9c038096354
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 21:45:05 +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 "$@"