view configure @ 30356:886ccc911b6b

Added tag v9.0.0513 for changeset c0be6563fa398af7702c944166c648b507aff489
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 15: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 "$@"