view configure @ 29082:c009a9830f56

Added tag v8.2.5062 for changeset b66386af68f8e3e7ba5b818f1242f3031deb146d
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jun 2022 11:15:07 +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 "$@"