view configure @ 32189:1a46b76ea2cb

Added tag v9.0.1425 for changeset 70d078793ad28e82a8f4d3a9ec7560f9abc03aa4
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Mar 2023 17:00:07 +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 "$@"