view configure @ 19753:cf2885e38afd

Added tag v8.2.0432 for changeset 0927df746554c87a4d37d64bc8fb2b48095431f5
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Mar 2020 19:30:07 +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 "$@"