view configure @ 25077:3438b2048ba7

Added tag v8.2.3075 for changeset 5690cf66ee0786cbddfd5760f5cc22b4dcde4f3e
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Jun 2021 20:45:04 +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 "$@"