view configure @ 31306:c319add53a9c

Added tag v9.0.0986 for changeset 216c01bb1f90bdae50b03c9373d72f6091e42111
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 14:15:04 +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 "$@"