view configure @ 28581:668a94bb0e5e

Added tag v8.2.4814 for changeset 39df510f97c3d2cdc6d99cf3b947a6bad622ee28
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 15:15: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 "$@"