view configure @ 18961:b7bfc651f3e4

Added tag v8.2.0041 for changeset 34aa888bf5ad91253cf87d48182c2d4c5b00f030
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Dec 2019 14: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 "$@"