view configure @ 26999:aba0728a28d9

Added tag v8.2.4028 for changeset b0ef52086d5744821792a99c2f30735178cef041
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 17:00:06 +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 "$@"