view configure @ 29561:0634e31bf2f6

Added tag v9.0.0121 for changeset 14b139cbec492e3fce4ed20b6f37216ea89ca602
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jul 2022 18:15:04 +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 "$@"