view configure @ 29313:4adb174f9e21

Added tag v8.2.5172 for changeset 2715448db31c7f16e3b1cde6cd3ecea0ed7e5875
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 00:15:03 +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 "$@"