view configure @ 27787:f21b1b2a903f

Added tag v8.2.4419 for changeset fa675efa1e751114a2a6eaf44dab22548fee16c8
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Feb 2022 13:00: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 "$@"