view configure @ 24851:528e605caece

Added tag v8.2.2963 for changeset f8906bd5b277f421c41d5106c4ced2eb14f4b9ae
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Jun 2021 20:15:06 +0200
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 "$@"