view configure @ 30561:92b33ce53e88

Added tag v9.0.0615 for changeset 53af60596aba0512fbd433c0fc6351d38252faa2
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 14:30:05 +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 "$@"