view configure @ 23449:f04821549e6f

Added tag v8.2.2267 for changeset 8f31b990ab1eefb151538caa8bb4c5a1f49896aa
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jan 2021 19:45:04 +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 "$@"