view configure @ 20537:cceaa5ec43aa

Added tag v8.2.0822 for changeset 8fa783f2c69cb8e907b16cde5ae6135c0e8dade1
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 May 2020 20:45:05 +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 "$@"