view configure @ 26963:da59984f3903

Added tag v8.2.4010 for changeset 85866e069c24ae2f73a4736cffd2cd6a55b5ae6e
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jan 2022 19:00:09 +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 "$@"