view configure @ 27448:ca9bc0a44d8a

Added tag v8.2.4252 for changeset 4050f055490224bd35750aa6ee94792bcbe3d6f3
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 14: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 "$@"