view configure @ 29110:7aef804534ff

Added tag v8.2.5075 for changeset c1c795a61545de0f3a1b9286077959b65875764d
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jun 2022 16:00:06 +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 "$@"