view configure @ 22471:6c851d7824aa

Added tag v8.2.1783 for changeset f7471450243c452b93623e40588d4ccf8385e09d
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Oct 2020 22:45: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 "$@"