view configure @ 19084:cd25e7f54344

Added tag v8.2.0102 for changeset 82410cbaa04218f5f059400f6deb4395c44d39fe
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jan 2020 19:30: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 "$@"