view configure @ 27278:31aa8d6063dd

Added tag v8.2.4167 for changeset b73e3617c1d65298052d13c45fc62fbd4af1f300
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 22:45:03 +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 "$@"