view configure @ 30358:7428a54d9770

Added tag v9.0.0514 for changeset 2f295612c46ac660a293d490d25368a2fdefb4a3
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 16: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 "$@"