view configure @ 21736:38ea8c418214

Added tag v8.2.1417 for changeset 078d98fe1c65dc60924b68e3bb79b865607aff2c
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Aug 2020 22:30: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 "$@"