view configure @ 29260:81c09f7f8b0c

Added tag v8.2.5148 for changeset a5846b82119bc1b544d4ce88f5cd7ef4fd84748d
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Jun 2022 15:00:06 +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 "$@"