view configure @ 23743:27e3718c6836

Added tag v8.2.2412 for changeset 1f24fcf5945aed7295060b716f74c2dd4df16dfa
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jan 2021 19:45:07 +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 "$@"