view configure @ 28030:7c6b90dd119e

Added tag v8.2.4539 for changeset 0ed38a4e028d092722d960135ad5c75957bad9a3
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 20:30: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 "$@"