view configure @ 30706:ad50301e2d22

Added tag v9.0.0687 for changeset 12e6c7bae2a97a7f41b4d781245c11dff2a4764f
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Oct 2022 18:30:07 +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 "$@"