view configure @ 29184:2e561df4e8ba

Added tag v8.2.5111 for changeset 8f6b850bb8c3f9d57d43949c0300b0a8cab82637
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 16:00: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 "$@"