view configure @ 32169:763fac292d5e

Added tag v9.0.1415 for changeset 6bdf843c30231851efbb85a230e9e5e5d9cacd34
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Mar 2023 21: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 "$@"