view configure @ 23163:ab4a692918ec

Added tag v8.2.2127 for changeset c923f1888a77dc8f52a61a130bc2b963dc7c4dc9
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Dec 2020 21:15:05 +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 "$@"