view configure @ 31709:93f30cb659bc

Added tag v9.0.1186 for changeset f6309f6742e5548512b4fdb91b7d250ce49a164b
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Jan 2023 21: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 "$@"