view configure @ 32117:0741cc777264

Added tag v9.0.1389 for changeset 2af88d8f87abdff5ff1b3dd0bce0501e8535fdb2
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Mar 2023 16:45:05 +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 "$@"