view configure @ 21119:20dcea08f37b

Added tag v8.2.1110 for changeset b0baa80cb53f2d68d03944680d5ac6c04847825c
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 17:30:07 +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 "$@"