view configure @ 23824:8b7e3139961a

Added tag v8.2.2453 for changeset 262ab14b27db064805d773af3c087ccb7cfb22ff
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Feb 2021 21:45: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 "$@"