view configure @ 31145:500ebbee148d

Added tag v9.0.0906 for changeset 388ef91ae4f594b8d175a3963867d9a2efcc62f4
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Nov 2022 12:00:05 +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 "$@"