view configure @ 19420:0e875bece7ac

Added tag v8.2.0267 for changeset c6c9d91d82900e541592dbc0a9c9a4f7ea9f25dd
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 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 "$@"