view configure @ 23926:1a41fde53816

Added tag v8.2.2505 for changeset e979bf909fd85dc50870d1f5e48d243a9e83cc75
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Feb 2021 22:15:04 +0100
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 "$@"