view configure @ 22495:f54613c0687b

Added tag v8.2.1795 for changeset 4c21f7f6f9e3b0ecb17269318a839170e88d2806
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Oct 2020 23:00:05 +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 "$@"