view configure @ 28498:581ec553914d

Added tag v8.2.4773 for changeset 7c4a9e20c1788b5f36d464c9a45b7caff8fc1f07
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 15:30: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 "$@"