view configure @ 23304:e438ec7ffd5d

Added tag v8.2.2197 for changeset 9af15022894c85b0c050d2e61fbbc327b2882c0e
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Dec 2020 13:00:05 +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 "$@"