view configure @ 29047:fd46c946d9bf

Added tag v8.2.5045 for changeset ab7f050f43355097be4645ef5c4094b19f4a4cdd
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 May 2022 19: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 "$@"