view configure @ 29823:c8cf0e8253d0

Added tag v9.0.0250 for changeset 5d9fd7b1217bf4f168bd91808671622608129c58
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Aug 2022 22:45:03 +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 "$@"