view configure @ 26349:2ee2e3e3097a

Added tag v8.2.3705 for changeset bf1a7ce3f14a05abdc334000dbb1aa8ffb12840f
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 19:30: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 "$@"