view configure @ 22869:6996926dd538

Added tag v8.2.1981 for changeset f3cbb41b637037a07b70a0073f235187fcdfcf6e
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Nov 2020 18:00:05 +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 "$@"