view configure @ 27252:d3d184c72683

Added tag v8.2.4154 for changeset 85f56e16da9bfd2cf8f370d3bdedad5c5a8a2f86
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 14:45: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 "$@"