view configure @ 19931:db6b095f4073

Added tag v8.2.0521 for changeset 80e663e91e1ba1a734a2c39ce987c79b2678f8d2
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Apr 2020 21:15:38 +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 "$@"