view configure @ 19596:6062a2b5ecaf

Added tag v8.2.0354 for changeset 1de842e3c329bc0177cf348367858f7db3f5e421
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Mar 2020 22: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 "$@"