view configure @ 23589:db6fdb3e92d0

Added tag v8.2.2336 for changeset 510088f8c66ffd47990721fe731bafefcfc1c4db
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 20:30:08 +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 "$@"