view configure @ 28740:da9f84bdc1c8

Added tag v8.2.4894 for changeset 40b087823dc71ad793c2cb4a9530020014d98ef6
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 19:45: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 "$@"