view configure @ 23220:69a1ebf37348

Added tag v8.2.2155 for changeset 7118d32f94a592774e7da60c612ed0e5a14d16d2
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Dec 2020 13:30: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 "$@"