view configure @ 30973:4d6024463de7

Added tag v9.0.0821 for changeset 62a42d860d87012cfd26cd4487de942002422fa3
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:52 +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 "$@"