view configure @ 25091:143c87f12b9b

Added tag v8.2.3082 for changeset 73503bafb3bf24b5d3786548304950de75f820c2
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Jul 2021 22:15: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 "$@"