view configure @ 19949:313b448185bc

Added tag v8.2.0530 for changeset 4c2ff5ddb5dbcece3553bdcb82f0aa25c09625b4
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Apr 2020 11:45:06 +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 "$@"