view configure @ 27166:f6c3d0df9273

Added tag v8.2.4111 for changeset 0bb71ef751bb90eaf2ec63317cfe10c24e1a244c
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jan 2022 16:00:09 +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 "$@"