view configure @ 31187:d18b1f43cfd7

Added tag v9.0.0927 for changeset 433e92a6efb0d29ad4628ee1c4f0f514e3db2a19
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 12:45:06 +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 "$@"