view configure @ 28450:4d88ce67e7ad

Added tag v8.2.4749 for changeset 80ed5ad30d28656b9fb17b83df230170d2f9feed
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Apr 2022 16:45: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 "$@"