view configure @ 27856:cd7dd0a9c09f

Added tag v8.2.4453 for changeset 44a552776007630dbbb02b39d49801b9af533624
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 13:15:03 +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 "$@"