view configure @ 32115:c45ce1e9a0db

Added tag v9.0.1388 for changeset 7ef5674e346fead4c0e898f58c4ccae4b467e769
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Mar 2023 21:45:03 +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 "$@"