view configure @ 22815:32b05651143b

Added tag v8.2.1955 for changeset bb1b21a2aae388620c982a58efefee31b294bede
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Nov 2020 19: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 "$@"