view configure @ 22670:1ec5fdb8244e

Added tag v8.2.1883 for changeset 3ceb24835183301af44a0b9d8bd37b112ed962b4
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 21:15:04 +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 "$@"