view configure @ 25574:bd32fe0605af

Added tag v8.2.3323 for changeset 5dbc77a66aca8307c2c3171e44da24483a21ed6e
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Aug 2021 10:30: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 "$@"