view configure @ 30252:6ee5aa4259af

Added tag v9.0.0461 for changeset 0288baaedf917afe406eb7dd34d1a53bb0e3364e
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Sep 2022 02:30:04 +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 "$@"