view configure @ 26989:e6c75e80cb49

Added tag v8.2.4023 for changeset bef1f016725103281796a076a561b5d452e59e7b
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 23:15:05 +0100
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 "$@"