view configure @ 25966:5c9d305e5f18

Added tag v8.2.3516 for changeset 1266292376c785a2bf7a68982fc6d4a8eecdc73c
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Oct 2021 23:30: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 "$@"