view configure @ 28122:1f4bd581898f

Added tag v8.2.4585 for changeset 4765d97b4d8b331abb1853466416b218de962c40
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Mar 2022 14:15:05 +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 "$@"