view configure @ 27614:0d11933dc9e9

Added tag v8.2.4333 for changeset 42d0279c6e7cc7a5d8479e05a74b5615a621292c
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Feb 2022 22:30: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 "$@"