view configure @ 26864:eb95ad159bce

Added tag v8.2.3960 for changeset 6ee19c6ae8a2bb05a431aafe95fec5cee20da751
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Dec 2021 21:15:03 +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 "$@"