view configure @ 25169:0a239b6dde5e

Added tag v8.2.3120 for changeset 68f0093134b1b41ada3f222187ba8a1a85f1b56e
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Jul 2021 11:45: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 "$@"