view configure @ 29484:c0d059f400ce

Added tag v9.0.0083 for changeset 2a327999c05ceeaac2463fe26f0e0d2a44308fe2
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 19:15:03 +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 "$@"