view configure @ 23902:cc5df920f1b9

Added tag v8.2.2493 for changeset 6793853063e56864f3f1067bdfefd0d36a615c34
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Feb 2021 17:30: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 "$@"