view configure @ 30975:91804e81772e

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