view configure @ 26277:12a43aac9c6b

Added tag v8.2.3669 for changeset 35d000f3d5911617758851fea654cea01ee14a24
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Nov 2021 12:00:08 +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 "$@"