view configure @ 24282:3c0286cbdea6

Added tag v8.2.2681 for changeset 243985ba92b572bc13b1f4bd416b5e940df5e1ab
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 Mar 2021 22:00: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 "$@"