view configure @ 25562:e9b92f1c2358

Added tag v8.2.3317 for changeset 164cef0bc7aba896b343c3e146928d8a1f72a3f6
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Aug 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 "$@"