view configure @ 24491:a03ddeba7252

Added tag v8.2.2785 for changeset 08050e45bd060b6bd2059dfd56fcfdf84f6813c2
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Apr 2021 21:00:05 +0200
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 "$@"