view configure @ 27793:9f9b1130c9c9

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