view configure @ 19594:c46c0edd7859

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