view configure @ 30987:7a936b4ef3f6

Added tag v9.0.0828 for changeset 360f286b586944daf9964d3abb7858bc41895634
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:12 +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 "$@"