view configure @ 32109:717cbacce38c

Added tag v9.0.1385 for changeset cbf0ed5c83d0ffed76d72a925d974ff1bacc6db0
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Mar 2023 22:30: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 "$@"