view configure @ 27335:5d7f64c1328f

Added tag v8.2.4195 for changeset c3d0f82f67d5d8705d9e26ef3a87c72b45cdf285
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 17: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 "$@"