view configure @ 30774:cf413cc04043

Added tag v9.0.0721 for changeset fc9993c5835afa53cfeb5577a46a8b8121dd51e5
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Oct 2022 16:00:05 +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 "$@"