view configure @ 30680:ce283d8a7148

Added tag v9.0.0674 for changeset 815b02faced97fde782c0bf87c81827028e7b401
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 17: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 "$@"