view configure @ 31619:50a4ca392ab6

Added tag v9.0.1141 for changeset 68fed60575ca242da90801af548311693b6625f3
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Jan 2023 12:30:06 +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 "$@"