view configure @ 29074:21fc7b930c1e

Added tag v8.2.5058 for changeset c7bd1040a1c403acb34f8aefec40fdd57659c4ed
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jun 2022 20:15:03 +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 "$@"