view configure @ 24102:f897c1862d9e

Added tag v8.2.2592 for changeset 6d3dee0d7de51f9cd677ae5781c2cabac1763773
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 13:15: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 "$@"