view configure @ 28617:eeb5a2b3f9c6

Added tag v8.2.4832 for changeset 6ff4070671900296c16bcb2824c446f3547a4a08
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Apr 2022 23: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 "$@"