view configure @ 29774:7749e69fb61f

Added tag v9.0.0226 for changeset 94bc352727d9465f6ed969bd8d06499eacd8702b
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Aug 2022 16:30:04 +0200
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 "$@"