view configure @ 27530:763d0c455b72

Added tag v8.2.4292 for changeset 3f7e59eac8f4b26d16080f4b6fdde76d8c1a6a49
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Feb 2022 22:30:03 +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 "$@"