view configure @ 26263:96a2fb08d98a

Added tag v8.2.3662 for changeset 2484d6d9616629fe51bad8a8e58199a1f3c08a04
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Nov 2021 16: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 "$@"