view configure @ 22090:a6f58b8aa1af

Added tag v8.2.1594 for changeset 61a1019de45b0d266f4a9913d9596400d73e489d
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 14:00:04 +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 "$@"