view configure @ 23906:8f797b34b1fe

Added tag v8.2.2495 for changeset 68f50677174151b700d936ac40b5f3f40d8b4711
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Feb 2021 21:15: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 "$@"