view configure @ 28352:10886e23615f

Added tag v8.2.4701 for changeset 1aa3460f799d6d0e669e1d0dd8c2689e112c2cf7
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Apr 2022 20:00:03 +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 "$@"