view configure @ 22656:0fcb95ef709d

Added tag v8.2.1876 for changeset eabe2c1444ea77d3784c9e1de6fd2fbc8aa33275
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 14:30: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 "$@"