view configure @ 31128:bb1964a6cf1c

Added tag v9.0.0898 for changeset 92b929203a4fc5e83e874e25b47e86230416cf1a
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 20:15: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 "$@"