view configure @ 24372:9ca6b66bf46f

Added tag v8.2.2726 for changeset 2b4883926a2413a0ddb2b4bcc1a7aed61b3deae2
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Apr 2021 19:15: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 "$@"