view configure @ 23850:e3e337ea300b

Added tag v8.2.2466 for changeset a45a922832d4bcec3d8a7ae13e50cb22e49dc561
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Feb 2021 22:15: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 "$@"