view configure @ 31179:551a8be12cf9

Added tag v9.0.0923 for changeset f1c345ae4d898c6a86e5cb72b535380cc989e067
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 21:45:03 +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 "$@"