view configure @ 21416:0adf0004085a

Added tag v8.2.1258 for changeset b530a433fe7d9518d9a37b9aa8a62fae5cc499c5
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jul 2020 23:15:06 +0200
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 "$@"