view configure @ 24453:f5ad68b7c901

Added tag v8.2.2766 for changeset 385ccfd6b6de1ceb66c2a0e66e3ea83dfcb992f4
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 21:00: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 "$@"